Author: Jonathan

  • ICFP 2008 Final

    Well, the [final results](http://icfpcontest.org/results/final/index.html) are up. We were disqualified in the 10th of 11 rounds. Judging by the results (but not looking at the actual map they used, even though they link to it), this one tested whether or not people’s entries correctly tracked and dodged martians. Ours ignored them entirely, of course. Counting places…

  • ICFP Scoring

    So far we’ve passed the 8th round of testing, as listed on the official scoreboard. So far we’re tending to be in the middle-ish of the pack of entries that survived each round. I’m actually impressed at how well we’re doing. Certain kinds of maps would completely destroy us, given the way we find paths.…

  • 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…

  • 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…

  • 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…