To which I am at a loss for words…

and yet….
That’s the 100% crackpot theory being investigated by the US military at the moment, as senior officials worry that shifty-looking foreign people are massing on WoW servers to practise unleashing death.
A man called Dr. Dwight Toavs, who is a professor at the US National Defence University, gave a presentation (PowerPoint file here) on how [...]

September 17, 2008 | Filed Under Gaming, General - Read more...

Seriously, don’t they have BETTER things to do?

FOXNews.com - Wisconsin Lawmakers to Vote on Calling Holiday Evergreen ‘Christmas Tree’
I am not religious; in fact I definitely fall into the anti-religion camp. You can have all the faith you want, but keep it off my front porch. Having said that, you might think I would fall in line with the politically [...]

December 12, 2007 | Filed Under Rants - Read more...

Do’s and Don’ts..

Do this:

if (a == b) {
doSomething();
} else {
doSomethingElse();
}

Do NOT do this:

if (a == b)
{
doSomething();
}
else
{
doSomethingElse();
}

or for the LOVE OF GOD, do NOT do this:

if (a == b)
doSomething();
else
doSomethingElse();

Got it? Good. Failure to comply may result in personal loss of limb.

December 7, 2007 | Filed Under Programming - Read more...

Development News

A few new things have come across my desk relating to the development world. Some of them encouraging, some of them not.
Netbeans 6.0 is final. I am installing it as I type this, and wait to see if it is actually, I don’t know, worth a damn. It’s the IDE of choice [...]

December 7, 2007 | Filed Under Programming - Read more...