A very amusing question/answer session on my Twitter friend timeline:
Posts Tagged ‘funny’
Will The Real “24″ Bad Guy Please Stand Up
Friday, January 30th, 2009troypayne What’s the name of the bad guy in 24 right now?
derekspringer @troypayne Intolerance.
Man with the right people being followed, Twitter becomes quite the riot. Thanks, guys. That made my day. But seriously, isn’t that just the truth?
Bug Finding Program
Tuesday, November 25th, 2008Typically, I am against reading comments in any sort of social-anything site but there are very few times where I am linked a fantastic comment that deserves its own post. This is one of those comments. From Reddit.com, the bug finding program comment by user G_Morgan:
I have a bug finding program. You pass in the name of a code file and it returns a truth value if there is a bug in that file or not.
The current prototype is:
bool hasBug(String &progFile) { return TRUE; }
G_Morgan’s function could not be any more true.
