For those C# developers out there, I came across this post: If you ever wanted to play Fur Elise in the console. This uses the internal machine beep so no speakers required!
private void FurElise()
{
Console.Beep(420, 200);
Console.Beep(400, 200);
[...]
This is what happens when I go off on holiday for 2 weeks!! I am going to need a week to go through it all with the final total sitting at 1570 after a good trimming of subscriptions before I went!
How very appropriate!
http://www.youtube.com/watch?v=1lqxORnQARw
As none of you will have noticed, there have been a few periods of downtime last night into this morning! This is because I have been upgrading the underlying Wordpress installation to the latest and most secure 2.1.3. This is a significant upgrade from the 2.0 version although not a major update. Thankfully it has [...]
In my time trawling through google results for the answer to my questions I have stumbled upon an article in Google Blogoscoped - Why Good Programmers are Lazy and Dumb. This is really what I do and it caught my attention.
The basics of the article sum up the efforts that as a programmer I am [...]