<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>jaspervdj - a personal blog</title>
        <link>http://jaspervdj.be</link>
        <description><![CDATA[Personal blog of jaspervdj]]></description>
        <atom:link href="http://jaspervdj.be/rss.xml" rel="self"
                   type="application/rss+xml" />
        <lastBuildDate>Wed, 02 Dec 2009 00:00:00 UT</lastBuildDate>
        <item>
    <title>A first post</title>
    <link>http://jaspervdj.be/posts/2009-12-02-a-first-post.html</link>
    <description><![CDATA[A post describing the why and the how of the technical setup of this blog]]></description>
    <pubDate>Wed, 02 Dec 2009 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2009-12-02-a-first-post.html</guid>
</item>
<item>
    <title>What the hell is jvgs -- Part I</title>
    <link>http://jaspervdj.be/posts/2009-12-09-jvgs-part-i.html</link>
    <description><![CDATA[Every project has a story: how and why jvgs originally started]]></description>
    <pubDate>Wed, 09 Dec 2009 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2009-12-09-jvgs-part-i.html</guid>
</item>
<item>
    <title>My plans for #bcg3</title>
    <link>http://jaspervdj.be/posts/2009-12-18-my-plans-for-bcg3.html</link>
    <description><![CDATA[What I'll be doing on my first barcamp]]></description>
    <pubDate>Fri, 18 Dec 2009 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2009-12-18-my-plans-for-bcg3.html</guid>
</item>
<item>
    <title>Functions are data (and very cool data, too)</title>
    <link>http://jaspervdj.be/posts/2009-12-23-functions-are-data.html</link>
    <description><![CDATA[A short rant about how cool it is to use functions as data in Haskell]]></description>
    <pubDate>Wed, 23 Dec 2009 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2009-12-23-functions-are-data.html</guid>
</item>
<item>
    <title>Once things have settled down</title>
    <link>http://jaspervdj.be/posts/2010-01-02-once-things-settle-down.html</link>
    <description><![CDATA[Just trying to clear my mind here]]></description>
    <pubDate>Sat, 02 Jan 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-01-02-once-things-settle-down.html</guid>
</item>
<item>
    <title>Maybe, null, and boilerplate code</title>
    <link>http://jaspervdj.be/posts/2010-01-04-maybe-null-boilerplate.html</link>
    <description><![CDATA[An ode to the Maybe type in Haskell, and a comparison with null]]></description>
    <pubDate>Mon, 04 Jan 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-01-04-maybe-null-boilerplate.html</guid>
</item>
<item>
    <title>Software Development 1: My impressions</title>
    <link>http://jaspervdj.be/posts/2010-01-20-software-development-i-impressions.html</link>
    <description><![CDATA[My thoughts on our first software development course at uni]]></description>
    <pubDate>Wed, 20 Jan 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-01-20-software-development-i-impressions.html</guid>
</item>
<item>
    <title>Caching in Hakyll: Long live Data.Binary!</title>
    <link>http://jaspervdj.be/posts/2010-01-25-caching-in-hakyll.html</link>
    <description><![CDATA[Some thoughts and findings on implementing caching in Hakyll]]></description>
    <pubDate>Mon, 25 Jan 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-01-25-caching-in-hakyll.html</guid>
</item>
<item>
    <title>Google AI Challenge and Haskell list performance</title>
    <link>http://jaspervdj.be/posts/2010-02-08-tron-ai-arrays.html</link>
    <description><![CDATA[A post about a typical issue with Haskell lists]]></description>
    <pubDate>Mon, 08 Feb 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-02-08-tron-ai-arrays.html</guid>
</item>
<item>
    <title>My Haskell TronBot for the Google AI Challenge</title>
    <link>http://jaspervdj.be/posts/2010-03-01-my-tron-bot.html</link>
    <description><![CDATA[My bot turned out to be the top scoring Haskell bot, so here's the code]]></description>
    <pubDate>Mon, 01 Mar 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-03-01-my-tron-bot.html</guid>
</item>
<item>
    <title>Using Arrows for Dependency Handling</title>
    <link>http://jaspervdj.be/posts/2010-03-26-arrows-dependencies.html</link>
    <description><![CDATA[I recently found a very good use case for Arrows, so I thought I'd share it here]]></description>
    <pubDate>Fri, 26 Mar 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-03-26-arrows-dependencies.html</guid>
</item>
<item>
    <title>BlazeHtml: Initial results</title>
    <link>http://jaspervdj.be/posts/2010-04-28-blazehtml-initial-results.html</link>
    <description><![CDATA[BlazeHtml was accepted as GSoC project, I present the project here]]></description>
    <pubDate>Wed, 28 Apr 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-04-28-blazehtml-initial-results.html</guid>
</item>
<item>
    <title>Memory leak hunting in Java</title>
    <link>http://jaspervdj.be/posts/2010-05-20-java-memory-leak.html</link>
    <description><![CDATA[A bit about a recent memory leak hunt in a university project]]></description>
    <pubDate>Thu, 20 May 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-05-20-java-memory-leak.html</guid>
</item>
<item>
    <title>BlazeHtml RFC</title>
    <link>http://jaspervdj.be/posts/2010-05-27-blazehtml-rfc.html</link>
    <description><![CDATA[RFC for the BlazeHtml project]]></description>
    <pubDate>Thu, 27 May 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-05-27-blazehtml-rfc.html</guid>
</item>
<item>
    <title>BlazeHtml 0.1</title>
    <link>http://jaspervdj.be/posts/2010-06-20-blazehtml-0.1.html</link>
    <description><![CDATA[A first release of the BlazeHtml project]]></description>
    <pubDate>Sun, 20 Jun 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-06-20-blazehtml-0.1.html</guid>
</item>
<item>
    <title>The Dwarfs and The Fast Marking Algorithm</title>
    <link>http://jaspervdj.be/posts/2010-07-11-the-dwarfs-and-the-fast-marking-algorithm.html</link>
    <description><![CDATA[How to abuse malloc for fast marking]]></description>
    <pubDate>Sun, 11 Jul 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-07-11-the-dwarfs-and-the-fast-marking-algorithm.html</guid>
</item>
<item>
    <title>The Blaze Builder</title>
    <link>http://jaspervdj.be/posts/2010-08-05-blaze-builder.html</link>
    <description><![CDATA[A fast builder monoid for string concatenation]]></description>
    <pubDate>Thu, 05 Aug 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-08-05-blaze-builder.html</guid>
</item>
<item>
    <title>BlazeHtml 0.2</title>
    <link>http://jaspervdj.be/posts/2010-08-09-blazehtml-0.2.html</link>
    <description><![CDATA[Second release of my GSoC project]]></description>
    <pubDate>Mon, 09 Aug 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-08-09-blazehtml-0.2.html</guid>
</item>
<item>
    <title>IRC Bots, Redis bindings and Formlets</title>
    <link>http://jaspervdj.be/posts/2010-09-27-irc-bots-redis-bindings-and-formlets.html</link>
    <description><![CDATA[Stuff I've been working on the last month]]></description>
    <pubDate>Mon, 27 Sep 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-09-27-irc-bots-redis-bindings-and-formlets.html</guid>
</item>
<item>
    <title>BelHac: summary</title>
    <link>http://jaspervdj.be/posts/2010-11-09-belhac-summary.html</link>
    <description><![CDATA[Summary of BelHac, the 12th Haskell Hackathon]]></description>
    <pubDate>Tue, 09 Nov 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-11-09-belhac-summary.html</guid>
</item>
<item>
    <title>Digestive functors 0.0.2</title>
    <link>http://jaspervdj.be/posts/2010-12-09-digestive-functors-0.0.2.html</link>
    <description><![CDATA[An upgrade of formlets]]></description>
    <pubDate>Thu, 09 Dec 2010 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2010-12-09-digestive-functors-0.0.2.html</guid>
</item>
<item>
    <title>BlazeHtml 0.4</title>
    <link>http://jaspervdj.be/posts/2011-01-16-blazehtml-0.4.html</link>
    <description><![CDATA[An update for the BlazeHtml project, with some new features]]></description>
    <pubDate>Sun, 16 Jan 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-01-16-blazehtml-0.4.html</guid>
</item>
<item>
    <title>A Gnome Socket Applet</title>
    <link>http://jaspervdj.be/posts/2011-02-26-gnome-socket-applet.html</link>
    <description><![CDATA[Making Gnome play nicely with xmonad and friends]]></description>
    <pubDate>Sat, 26 Feb 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-02-26-gnome-socket-applet.html</guid>
</item>
<item>
    <title>Hacking Hakyll</title>
    <link>http://jaspervdj.be/posts/2011-03-30-hacking-hakyll.html</link>
    <description><![CDATA[A bit on Hakyll internals for interested hackers]]></description>
    <pubDate>Wed, 30 Mar 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-03-30-hacking-hakyll.html</guid>
</item>
<item>
    <title>Girl walks among the chaos</title>
    <link>http://jaspervdj.be/posts/2011-04-07-chaos.html</link>
    <description><![CDATA[Girl walks among the chaos and understands]]></description>
    <pubDate>Thu, 07 Apr 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-04-07-chaos.html</guid>
</item>
<item>
    <title>Queueing IO actions</title>
    <link>http://jaspervdj.be/posts/2011-04-18-queueing-io-actions.html</link>
    <description><![CDATA[Creating a simple queue system for retryable IO actions]]></description>
    <pubDate>Mon, 18 Apr 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-04-18-queueing-io-actions.html</guid>
</item>
<item>
    <title>Text/UTF-8: Call for Benchmarks</title>
    <link>http://jaspervdj.be/posts/2011-04-27-text-utf8-call-for-benchmarks.html</link>
    <description><![CDATA[A search for libraries and applications extensively using text]]></description>
    <pubDate>Wed, 27 Apr 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-04-27-text-utf8-call-for-benchmarks.html</guid>
</item>
<item>
    <title>Counting laps using bluetooth dongle detection on the 12 urenloop</title>
    <link>http://jaspervdj.be/posts/2011-05-09-12-urenloop.html</link>
    <description><![CDATA[It's a hardware problem]]></description>
    <pubDate>Mon, 09 May 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-05-09-12-urenloop.html</guid>
</item>
<item>
    <title>Create a small blog using hakyll-contrib</title>
    <link>http://jaspervdj.be/posts/2011-06-22-hakyll-contrib-small-blog.html</link>
    <description><![CDATA[Create your blog software in 15 minutes with Hakyll]]></description>
    <pubDate>Wed, 22 Jun 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-06-22-hakyll-contrib-small-blog.html</guid>
</item>
<item>
    <title>Parallelizing a nonogram solver</title>
    <link>http://jaspervdj.be/posts/2011-07-05-parallelizing-a-nonogram-solver.html</link>
    <description><![CDATA[Results from the UGent course on programming languages]]></description>
    <pubDate>Tue, 05 Jul 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-07-05-parallelizing-a-nonogram-solver.html</guid>
</item>
<item>
    <title>Text/UTF-8: Initial results</title>
    <link>http://jaspervdj.be/posts/2011-07-10-text-utf8-initial-results.html</link>
    <description><![CDATA[A status report on my google summer of code project]]></description>
    <pubDate>Sun, 10 Jul 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-07-10-text-utf8-initial-results.html</guid>
</item>
<item>
    <title>Text/UTF-8: Studying memory usage</title>
    <link>http://jaspervdj.be/posts/2011-08-09-text-utf8-memory-usage.html</link>
    <description><![CDATA[Benchmarking the memory usage of an example server]]></description>
    <pubDate>Tue, 09 Aug 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-08-09-text-utf8-memory-usage.html</guid>
</item>
<item>
    <title>Text/UTF-8: Aftermath</title>
    <link>http://jaspervdj.be/posts/2011-08-19-text-utf8-the-aftermath.html</link>
    <description><![CDATA[The final results, and what's next?]]></description>
    <pubDate>Fri, 19 Aug 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-08-19-text-utf8-the-aftermath.html</guid>
</item>
<item>
    <title>Type-safe events</title>
    <link>http://jaspervdj.be/posts/2011-10-16-type-safe-events.html</link>
    <description><![CDATA[Type-safe event-based programming in Haskell]]></description>
    <pubDate>Sun, 16 Oct 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-10-16-type-safe-events.html</guid>
</item>
<item>
    <title>The composability of Iteratees</title>
    <link>http://jaspervdj.be/posts/2011-12-26-the-composability-of-iteratees.html</link>
    <description><![CDATA[An entry-level article about Iteratees]]></description>
    <pubDate>Mon, 26 Dec 2011 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2011-12-26-the-composability-of-iteratees.html</guid>
</item>
<item>
    <title>Monads and Arrows: modelling a build system</title>
    <link>http://jaspervdj.be/posts/2012-01-14-monads-arrows-build-systems.html</link>
    <description><![CDATA[An success story of Arrows]]></description>
    <pubDate>Sat, 14 Jan 2012 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2012-01-14-monads-arrows-build-systems.html</guid>
</item>
<item>
    <title>digestive-functors 0.3</title>
    <link>http://jaspervdj.be/posts/2012-03-21-digestive-functors-0.3.html</link>
    <description><![CDATA[Another formlets upgrade]]></description>
    <pubDate>Wed, 21 Mar 2012 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2012-03-21-digestive-functors-0.3.html</guid>
</item>
<item>
    <title>digestive-functors for Snap users</title>
    <link>http://jaspervdj.be/posts/2012-04-03-digestive-functors-for-snap-users.html</link>
    <description><![CDATA[Uploads for Snap backend, and a Heist library!]]></description>
    <pubDate>Tue, 03 Apr 2012 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2012-04-03-digestive-functors-for-snap-users.html</guid>
</item>
<item>
    <title>A bit of ST and a bit of IO: Designing a DCPU-16 emulator</title>
    <link>http://jaspervdj.be/posts/2012-04-12-st-io-dcpu-16.html</link>
    <description><![CDATA[On monadic typeclasses, pure and impure state monads]]></description>
    <pubDate>Thu, 12 Apr 2012 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2012-04-12-st-io-dcpu-16.html</guid>
</item>
<item>
    <title>blaze-html 0.5</title>
    <link>http://jaspervdj.be/posts/2012-04-21-blaze-html-0.5.html</link>
    <description><![CDATA[A bunch of changes to the blaze-html library]]></description>
    <pubDate>Sat, 21 Apr 2012 00:00:00 UT</pubDate>
    <guid>http://jaspervdj.be/posts/2012-04-21-blaze-html-0.5.html</guid>
</item>

    </channel> 
</rss>

