<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>martinand.net</title>
    <link>https://martinand.net/</link>
    <description>Recent content on martinand.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>Martin Andersen</copyright>
    <lastBuildDate>Tue, 10 Dec 2019 00:00:00 +0100</lastBuildDate>
    
	<atom:link href="https://martinand.net/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Finding Bacon Numbers with Azure Cosmos DB and F#</title>
      <link>https://martinand.net/2019/12/10/finding-bacon-numbers-with-azure-cosmos-db-and-fsharp/</link>
      <pubDate>Tue, 10 Dec 2019 00:00:00 +0100</pubDate>
      
      <guid>https://martinand.net/2019/12/10/finding-bacon-numbers-with-azure-cosmos-db-and-fsharp/</guid>
      <description>Kevin Bacon is an American actor and subject of the trivia game Six Degrees of Kevin Bacon, in which you try to connect any actor or actress in any film with Kevin Bacon via co-stars in other films. The number of connections is also known as the Bacon Number.
I first stumpled upon this game many years ago, before learning about graph theory at school. Besides playing it a lot with friends, I was fascinated about how it worked and wanted to build something similar.</description>
    </item>
    
    <item>
      <title>The soccer player best suited to be Santa Claus</title>
      <link>https://martinand.net/2017/12/11/the-soccer-player-best-suited-to-be-santa-claus/</link>
      <pubDate>Mon, 11 Dec 2017 08:30:00 +0100</pubDate>
      
      <guid>https://martinand.net/2017/12/11/the-soccer-player-best-suited-to-be-santa-claus/</guid>
      <description>This blog post is part of the F# Advent Calendar in English 2017 and, as such, I thought it would be fitting with a Christmas theme. We&amp;rsquo;ll use EA SPORTS FUT Database, Microsoft Cognitive Services and F# to find the soccer player best suited to be Santa Claus 🎅
Santa Claus  Santa Claus is generally depicted as a portly, joyous, white-bearded man—sometimes with spectacles—wearing a red coat with white fur collar and cuffs, white-fur-cuffed red trousers, and black leather belt and boots and who carries a bag full of gifts for children.</description>
    </item>
    
    <item>
      <title>Fablelous Enterprise Tic-Tac-Toe</title>
      <link>https://martinand.net/2017/05/10/fablelous-enterprise-tic-tac-toe/</link>
      <pubDate>Wed, 10 May 2017 01:02:03 +0100</pubDate>
      
      <guid>https://martinand.net/2017/05/10/fablelous-enterprise-tic-tac-toe/</guid>
      <description>This post is a follow-up to the excellent Enterprise Tic-Tac-Toe by Scott Wlaschin. We&amp;rsquo;ll continue where Scott left off, transpile his F# to JavaScript using Fable and replace the console interface with a web interface to make it even more enterprisey.
JavaScript is Assembly for the Web Back in 2011, Scott Hanselman made the analogy that JavaScript is Assembly Language for the Web. The analogy caused a lot of debate, but we&amp;rsquo;ve since seen the emergence of many transpilers to JavaScript, so with regards to JavaScript is as low-level as a web programming language goes, it appears that Scott was on to something.</description>
    </item>
    
    <item>
      <title>Answering &#34;What&#39;s for lunch?&#34; using Azure Functions, F# and Slack</title>
      <link>https://martinand.net/2017/03/20/what-is-for-lunch/</link>
      <pubDate>Mon, 20 Mar 2017 08:30:34 +0100</pubDate>
      
      <guid>https://martinand.net/2017/03/20/what-is-for-lunch/</guid>
      <description>We use Slack at work and for a while I&amp;rsquo;d been tinkering with the idea of creating a Slack Slash Command to display what&amp;rsquo;s for lunch, e.g. /lunch. The one thing stopping me was the canteen menu only being available on a printed paper posted every Monday and as a lazy developer, I couldn&amp;rsquo;t be bothered with having to input it manually every week. However, this all changed when a co-worker informed me about the canteen having an app.</description>
    </item>
    
    <item>
      <title>Solving 5th grade math with F# and OCR</title>
      <link>https://martinand.net/2017/02/19/solving-5th-grade-math-with-fsharp-and-ocr/</link>
      <pubDate>Sun, 19 Feb 2017 00:30:00 +0100</pubDate>
      
      <guid>https://martinand.net/2017/02/19/solving-5th-grade-math-with-fsharp-and-ocr/</guid>
      <description>When reviewing my 10 year-old son&amp;rsquo;s homework, I like to show him how to do it programmatically and automating tedious math assignments gets his attention.
The assignment is in Norwegian, but basically the task at hand is to find the largest number in each cell. The most upper left cell contains the values 1,5 , 1,0555 and 1,55 (the decimal separator in Norway is comma), so the correct answer for this cell is 1,55.</description>
    </item>
    
  </channel>
</rss>