I come home from a day of fixing bugs and stumble upon a "game" called Grow Cube that was on reddit.com. After beating it I realized it was a "fun"* version of some of my job. The point of the game it to select the ten operations in order and if you get them out of order it is a the animation won't continue. In other words the first time you randomly try an order (to seed "your" program) and then debug the order until it works.
*I would say my job is much more fun then the game. The game didn't let you create anything new then what was already there.
Thursday, December 22, 2005
Subscribe to:
Posts (Atom)
Popular Posts
-
Git hooks are scripts that are run by Git before or after certain commands. Because the hooks are run locally and not on the server it allo...
-
A little over a year ago on reddit I saw a picture of a guy sitting on the edge of a rock . Not just any rock, but a clip of a rock that je...
-
For the 2011 Google Ants AI Challenge rather than doing the typical solution of choosing direction for each ant based upon the shortest pa...
-
Depending on the definition "code review" can mean a wide variety of things such as formal code review or automated code analysis. For this...
-
SSD's provide significant improvement in disk IO. How well does that translate over when using Git? A lot. After watching prices drop al...
-
Update: See my more recent blog post Git hooks for a more in depth look at Git hooks. The past few weeks I have started learning Git and ...
-
In late 1997 when I was working with hand tools or typing for extended periods of time, my wrists would occasionally start to tingle. Like ...
-
I have created a new application called KAudioCreator. It is a front-end tool for ripping and encoding CD's. I am happy to say that KAudioCr...
-
All through my programming career I have had a whiteboard, but beyond simply making sure I had one I have never thought much more about it. ...
-
This weekend I created a little application called git achievements . Similar to the XBox360 Achievements you can unlock all sorts of Achie...