-
“Type-safe events”
‒ October 16, 2011
Type-safe event-based programming in Haskell
-
“Text/UTF-8: Aftermath”
‒ August 19, 2011
The final results, and what's next?
-
“Text/UTF-8: Studying memory usage”
‒ August 9, 2011
Benchmarking the memory usage of an example server
-
“Text/UTF-8: Initial results”
‒ July 10, 2011
A status report on my google summer of code project
-
“Create a small blog using hakyll-contrib”
‒ June 22, 2011
Create your blog software in 15 minutes with Hakyll
-
“Counting laps using bluetooth dongle detection on the 12 urenloop”
‒ May 9, 2011
It's a hardware problem
-
“Queueing IO actions”
‒ April 18, 2011
Creating a simple queue system for retryable IO actions
-
“A Gnome Socket Applet”
‒ February 26, 2011
Making Gnome play nicely with xmonad and friends
-
“BlazeHtml 0.4”
‒ January 16, 2011
An update for the BlazeHtml project, with some new features
-
“Digestive functors 0.0.2”
‒ December 9, 2010
An upgrade of formlets
-
“IRC Bots, Redis bindings and Formlets”
‒ September 27, 2010
Stuff I've been working on the last month
-
“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