-
Recent Posts
Clippings- BROADCAST: Procedural Generation and Simulation in DWARF FORTRESS (April 22nd)
- Physicists continue work to abolish time as fourth dimension of space
- Chinese Coup Rumors Run Wild Online, Then Disappear
- Understanding the Second-Generation of Behavior Trees – #AltDevConf
- NSScreencast: Bite-sized Screencasts for iOS Development
- C# for Gaming: Slides
- C# for Gaming: AltDevConf This Weekend
- Game Development Essentials #1 - Don’t use inheritance for your game objects
- Obvious Engine: a vision-based augmented reality engine for indie games
- Bubbles
Tags
.net activesync acts_as agile ajax amazon api attention bayes bbc beefy big-o C# canterbury cards cartoons categorisation cluetrain cocoa coffee coke coldsnap common complexity conan conference dasblog dashboard dashcode da vinci del.icio.us design by contract devdays directx dylib dynamicproxy emacs exceptions flickr mac mtg orm parallels windows xnaArchives
Monthly Archives: February 2006
Adventures In VBScript, Volume I
Here are some things that don’t work in VBScript: Sub Try ExecuteGlobal(“On Error Resume Next”) End Sub I’m one of the few people who doesn’t really mind VBScripts error mechanism, it’s just like checking return codes. But this piece of … Continue reading
Posted in Uncategorized
Leave a comment
Quantum Physics, The Universe, And Legacy Code
Occasionally, after long days at work, I’ll read an article like “Quantum computer solves problem, without running”, and wonder what other dreadful hacks the Great Makers rushed through to get the Big Bang out in time. I mean, this is … Continue reading
Posted in Uncategorized
Leave a comment
Thundercats Vroom
Wouldn’t it be great if you were driving, and the gear-stick went THUNDER, THUNDER, THUNDER, THUNDER, THUNDERCATS… HO! as you moved up through the gears? How cool would that be?
Posted in Uncategorized
Leave a comment
Selenium In Firefox
Some useful extensions for Firefox users interested in Selenium: Selenium Recorder – pretty simple record/playback functionality for your tests. If you can convince people to turn this on and repeat the bug, you’ve got a ready made test onto which … Continue reading
Posted in Uncategorized
Leave a comment
The Attention Registry
A few posts (and months) ago I moaned about the whole ‘attention’ thing, thinking it was just another way to configure which adverts I saw. Since then, I’ve remembered why I like Windows Media Player. A lot of media players … Continue reading
Posted in Uncategorized
Leave a comment
iPod Nano USB Charging
If you can’t get your iPod Nano to charge when it’s plugged in to a USB port and iTunes is running but nothing complains – try configuring it to work as a hard disk. Edit | Preferences | iPod etc. … Continue reading
Posted in Uncategorized
Leave a comment
Arbitrary Aggregates
I will admit that I’m at my most miserable when I’m having to perform ninja SQL to get something to work in a project. The more I have to mess around with complex queries, the more I wish every web … Continue reading
Posted in Uncategorized
Leave a comment
Brannigan Blogs Again
I’ve not been posting, but I’ve fine tuned my subscriptions and added some real gems: Anarchaia – If you weren’t totally repulsed by Haskell at university, or you just don’t have time read rambling tech blog entries, this is a … Continue reading
Posted in Uncategorized
Leave a comment
PHP Testing Tips
Having learned a bit of PHP on my hiatus, I thought I’d share a couple of tips for people who like testing. One of things I missed in PHPUnit to begin with was the ability to test for errors. NUnit … Continue reading
Posted in Uncategorized
Leave a comment