Christmas Eve Lites… an AS3 Class!

Wednesday, December 26th, 2007

‘Twas the night before Christmas, when all through the house, just my keyboard was stirring, along side the mouse … (more…)

A trivial blog post

Tuesday, September 25th, 2007

I spent a good hour or so yesterday battling a particularly nasty bug. Well, it wasn’t really a bug, just a curiosity that took me on a wild goose chase through several hundred lines of source code. I found a comment in my source from a couple months ago that said “trivial” and nothing more, between an if block and an else block. I thought it meant that the following code (the else block) was trivial, and seriously wondered why, since the code in the else block was actually not trivial at all.

Well, it finally dawned on me–I put “trivial” in the source code to force subversion to recognize a new version of the file I was working on. Trivial meant that the commit was trivial, not the code. Very very frustrating. (more…)