ICFP 2008 Postmortem (Belated)

Drew, Dion and I participated in the ICFP contest this year. It’s a 72 hour programming contest with something interesting to do every year. This year’s project was based on steering a rover around on Mars. Pregaming ———– On the couple of days before the contest, I set up a trac instance. Not actually what… Continue reading ICFP 2008 Postmortem (Belated)

Published
Categorized as ICFP Tagged

Trac Setup

Redmine ended up being a bust due to Debian shipping a version of ruby (1.8.7) that is incompatible with Ruby on Rails. Apparently it doesn’t work above 1.8.6. I am impressed that a language’s flagship application gets broken by a point release and no one seems to have anything to say about it other than… Continue reading Trac Setup

Redmine Setup

Having been annoyed by some of the limitations of trac in the past, I have decided that for an upcoming (sshhh! say nothing!) project, I’d try to use redmine, which seems to be about the same but with less suck. Unlike trac, which is written in python, redmine uses ruby on rails (How terribly Web… Continue reading Redmine Setup

RegExp Master

Sphere Online Judge (SPOJ) is an ongoing automated online programming contest site. They are presently running Open Contest 2008, which Dion and I have done some problems in. In order to compare our results, and so that we overdo one problem set rather than actually trying many, I have written a python script to allow… Continue reading RegExp Master

D Sample

I’ve been wanting to play a little with the D Language for a bit, so I finally did. After a bit of a false start by downloading the more experimental D 2.0 branch, I fetched the most recent version of the more sensible seeming D 1.0 line of compilers. As a little test, I wrote… Continue reading D Sample