-
If you only know how to use a hammer, everything looks like a nailThe net?
-

Listened to the new album by The Script…. You got dumped!!! No need to bang on about!!! Jesus at least Craig David had one song that didn’t involving him being dumped!!!
-

How many web2.0 sites can be built around twitter… There’s even a site to help you stalk your face celebs that use twitter!!! Why not just try twitter.com?
-

Fanboy
If a smaller community works to advocate and fight fud they are called fanboys. So what do we call the people who accept low quality at high costs of value, security and privacy? Windows users?
-

End of the world!!!
Everybody panic! Yes google used an undocumented yet widely known api on the iPhone SDK… the world is going to end, seas will boil, birds will fall from the sky… Then again nothing might happen? For crying out loud is there any blogs left that haven’t berated google and called for the wrath of jobs? If so hurry up your missing the boat, and obviously the site hits.
As for me, I’m going to try the voice search as it sounds useful. Blasphemy!!! :)
-

I have strange urges towards a metal object? Thanks Steve, like I wasn’t screwed up enough ;)
-

F#
Language released by MS for bloggers that have exhausted the Silverlight subject and stuck flogging a dead horse.
Designed from the top down it provides excellent language design for comparing code against C#. Apparently it can also be used to write applications.
-

I’ve upgraded. Dual monitor on windows makes no sense?
-

Cancel the riots!
Due to technical issues at the LHC, we regretfully inform you that the end of the world has been postponed. If you were planning a dooms day riot party then please subscribe to our mailing list so we can keep you up to date on our destruction. We are sorry for any inconveniance this may cause you and hope to get back to destroying the universe as quickly as possible.
-

C# the confused language
So C# is great because it’s static types mean less bugs. Well when you start seeing code like this on a lot of .NET blogs…
var file = File.OpenFile(@”foo.txt”);
You have to wonder if MS have a clue what they are doing. Apparently it’s not a dynamic type, as it’s type is Variant. :)