-
“The Dwarfs and The Fast Marking Algorithm”
‒ July 11, 2010
How to abuse malloc for fast marking
-
“Memory leak hunting in Java”
‒ May 20, 2010
A bit about a recent memory leak hunt in a university project
-
“Using Arrows for Dependency Handling”
‒ March 26, 2010
I recently found a very good use case for Arrows, so I thought I'd share it here
-
“My Haskell TronBot for the Google AI Challenge”
‒ March 1, 2010
My bot turned out to be the top scoring Haskell bot, so here's the code
-
“Google AI Challenge and Haskell list performance”
‒ February 8, 2010
A post about a typical issue with Haskell lists
-
“Caching in Hakyll: Long live Data.Binary!”
‒ January 25, 2010
Some thoughts and findings on implementing caching in Hakyll
-
“Software Development 1: My impressions”
‒ January 20, 2010
My thoughts on our first software development course at uni
-
“Maybe, null, and boilerplate code”
‒ January 4, 2010
An ode to the Maybe type in Haskell, and a comparison with null