Search
Links
- Darkroom
My Black&White photography - T Software
My software shop
- Darkroom
Categories
- Fun (6)
- IT & Technology (63)
- Software (21)
- Software Development (22)
- Coding fun (2)
- SysAdmin (10)
- Tips'n'Tricks (7)
- Miscellaneous (3)
- Music (4)
- Photography (13)
- Quotes (13)
- Site (4)
- Uncategorized (6)
Tags
.net 2.0 analysis apache c christmas tree coding fun creative commons fun hotels iis internet irc it & technology linkedin linux logminer logs mac os x mantis miscellaneous mysql networking open source optimization oracle photos php poetry quotes rant ReportViewer security seo site software software development spam sysadmin travels vista VisualStudio web windows wordpress
Recent Comments
- Simone on Keeping script kiddies at bay with mod_evasive and iptables
- sdj on Keeping script kiddies at bay with mod_evasive and iptables
- Simone on Keeping script kiddies at bay with mod_evasive and iptables
- sdj on Keeping script kiddies at bay with mod_evasive and iptables
- rack on Serendipity to WordPress
Tag Archives: fun
Screenshot Of The Day
uhm… what should I choose? This very useful dialog pops up when you aren’t an administrator on Windows 2003, annoying you until you decide that it’s time to reboot. Or find someone that can do it, that is. I guess … Continue reading
Don’t shout at your hard drives!
It appears that hard drives don’t like it… It also proves that some sysadmins have far too much time to spare.
If at first you don’t succeed… try, try again…
Here’s another interesting piece of code I’ve just dug up in a C# application I’m reviewing. If you can come up with a bright idea about what those try/catch blocks are supposed to do, you’ve got more imagination than me… … Continue reading
Don’t code like this at home, kids
Sometimes when you’re reviewing someone else’s code, you find interesting pieces of “art“. Like the following loop construct in a C# application: 123456789101112 int i = anArray.Length – 1; while (true) { … Continue reading
Quote of the Day
I always assumed the designers of the Objective-C language and Cocoa frameworks trust me to know what I’m doing while I find very elegant ways to shoot myself in the foot. – from a mail sent to Cocoa-dev
Posted in Fun, Quotes, Software Development
Tagged cocoa, fun, objective-c, quotes, software development
Leave a comment
Quote of the Day
If debugging is the process of removing bugs, then programming must be the process of putting them in. – Edsger Dijkstra
Quote of the Day
You know it’s Monday when you wake up and it’s Tuesday. — Garfield
Quote of the day
Out of the darkness a voice spoke unto me, saying “smile, things could be worse”. So I smiled, and so, things became worse. (from the signature of an email I’ve just read)