-
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: September 2006
Perfidy: Performance Testing In NUnit
Unsatisfied with calling QueryPerformanceCounter and being done with it, I spent today coming up with a fluent interface for performance testing in NUnit: using (At.Most(5).Seconds) { // Stuff that should take under 5 seconds } using (At.Most(1).Minute.GiveOrTake(10).Seconds) { // Stuff … Continue reading
NHibernate-friendly Types
It’s probably a combination of laziness and plain bad form to try and map too many BCL types to your database, but if you’re interested, I’ve gone through a few important assemblies and compiled a list of classes that: Are … Continue reading
ObjectSpaces Xml Documentation
Does anyone else have System.Data.ObjectSpaces.xml in their Frameworkv2.0.50727 directory? I’ve never had the ObjectSpaces bits on this machine, so I assume this is just a standard bit of cruft that comes with the framework. Anyhow, I know Paul Wilson drew … Continue reading
Amazon PhD’s In User Land
Hello, sir! So you’d like to buy a book? Perhaps you’d like a list of Statistically Improbable Phrases (SIPs) to inform your choice: obj ectdatasource, dui ante, horrible chemical taste, same master page, most active threads, polls module, ascx user … Continue reading