February 3, 2017 / note-to-self, idea
April 27, 2015 / note-to-self, music, rolling
I get songs stuck in my head for weeks at a time. I hope this list will make for interesting reading when I am older.
December 11, 2014 / note-to-self, games
A dumb joke that translates your Dota 2 MMR (as of 2016) into to a certain anatomical measurement. Written in Elm to try the language out, I didn’t come away a fan.
March 17, 2014 / haskell, cgt, retroactive
Combinatorial games are an interesting class of games where two players take turns to make a move. In these games, both players have perfect information about the state of the game and there is no element of chance. In ‘normal play’, the winner is declared when the other player is unable to move.
Even games that don’t exactly match these conditions can be analysed using techniques from combinatorial game theory, including chess and Go, and the pen-and-paper game Dots and Boxes.
The simplest way of thinking of these games is as a set of moves for the player Left, and a set of moves for the player Right. When a player chooses an option from their set, this new position can be considered another game. This gives us a tree-like structure: