LiveCoda, Real-Time Coding Competition
Robert Shelton points out this "debrief" from ESCI LiveCoda 2006, a live programming competition. From the article: "On Wednesday the 24th of May at Loop Bar in Melbourne (Australia) fourteen teams of programmers gathered for the first ESCI LiveCoda real-time programming competition. Possibly the first performance based real-time programming competition. Before a packed night club with live music, each team had just ten minutes to write a program which could correct a corrupted image." (Here's a mirror of the LiveCoda site).
Next, can we have Sergei Brinn found passed out in the bathroom stall with six hookers?
Why this fascination with speed?
When are people going to start programming contests where the award is given for something that's actually useful, such as fewest bugs, most readable, best re-use of existing code, etc?
Sheesh, evil *and* a jerk. -- Jade
Lost: Sig, white with black letters. No collar. Reward if found!
In other news geeks have been spotted in a bar near Melbourne, it's rumored to be the first documented case of geeks in an alcoholic establishment and will provide scientists with invaluable data on the migration habits of Australian Spotted Geek (Geekus Oceanus).
"Oh boy"
9) Will I have access to a Dvorak keymap?
Yes.
10) Were you really asked about Dvorak keymaps?
Yes.
--
Superb hosting 20GB Storage, 1_TB_ bw, PHP, mysql, ssh, $7.95
I shutter to think of the pickup lines that were spoken throughout the evening. After all, us programmers are foreign to this "club" environment. What is this "music" you speak of anyway?
arl with a k - a blog of mine.
Personally I can think of better things to do in a nightclub, with live music.
And, if I'm in a nightclub chances are I'm in no fit state to do any coding. Actually, I've had an idea - a coding competition where you have to drink eight beers first!
But for something like this, you're mainly limited by the contestants' familiarity with the problem domain.
With this particular competition (which looks to consist of reading in a simple image format, like PPM then applying a couple of simple transformations then writing the new file back out), the code isn't going to be too terribly different between most languages, and therefore the higher expressiveness of something like Python or OCaml wouldn't really get a chance to shine.
-30-
Sorry. I can't agree.
Having spent 20 years in the programming profession, I've worked with a lot of programmers. The speedy ones are usually exceptionally smart, but their code is completely unmaintainable, no matter how much time they are given to write it. If you work any time in industry, you'll know that 90% of your life is maintaining or improving upon code that others have written, so the speedy ones actually hurt overall programmer productivity for the team.
I'll take a slow and methodical programmer over a Speedy Gonzales anyday.
I went to this thing for a little bit, and while nifty, I don't see why thousands of geeks need to know about it...
Anyhow, it went down like this: four machines with an editor common to all of them, with teams of 2-4 people. They were given a 200x200 image file consisting of simple rgb triples. (200 100 50\n100 133 212 etc, real simple). There was a transform done to it that they had to reverse. The ones I saw were some color rotations/swaps and rotations in increments of 90 degrees. The program had to read in the file, invert the transformation, and output the correct image in the same simple format.
The teams could pick whatever language they wanted. I saw C, C++, Python and Java before I got bored and left. The admins had a system set up that it would compile the code at certain intervals and print out the errors on the screen, or the resulting image if it compiled successfully.
The teams didn't really have trouble writing the code. It was no longer than a screen worth, and they seemed to get that in about 2.5-4 minutes. They spent the rest of the time trying to figure out what the transformation was. They'd try 10-15 different color rotations/swaps combos before the time ran out. They didn't get the correct image in advance, but they were all photos from around the Melbourne area and it was easy to tell what it should be.
If I had heard about it with enough time in advance I would have taken some friends and entered... ah well.
boldly going forward, 'cause we can't find reverse