762
votes
540answers
181k views
What is your best programmer joke?
When I teach introductory computer science courses, I like to lighten the mood with some humor. Having a sense of fun about the material makes it less frustrating and more memorabl …
839
votes
233answers
194k views
What’s your favorite “programmer” cartoon?
Personally I like this one:
P.S. Do not hotlink the cartoon without the site's permission please.
1
vote
3answers
87 views
109
votes
111answers
21k views
How can you tell if a person is a programmer?
I was wondering when I read the famous "Programmer Habits" thread, I was wondering: Is there any way to tell if somebody is a programmer without actually asking them?
Clarificati …
7
votes
12answers
822 views
simple proof that GUID is not unique
I'd like to prove that a GUID is not unique in a simple test program.
I expected this to run for hours but it's not working. How can I make it work?
BigInteger begin = new BigInte …
9
votes
15answers
713 views
Funniest code names for software projects
Developers are creative. Not as they create wonderfull GUIs or proof their sense for art with good color combinations, but with code names.
Every project has a code name, sometimes …
110
votes
0answers
31k views
What’s Your Favorite Harmless Computer Practical Joke? [closed]
A couple of months ago, I returned from lunch to find that typing any key launched a random application. As I always lock my machine before walking away from it, my first thought w …
78
votes
116answers
9k views
Computer Language puns and jokes
I'm looking for some funny jokes and puns that occur in computer languages. I'll post an oldie to kick things off... What are some others?
update: Especially looking for code-rel …
42
votes
102answers
8k views
Humor in code
When you are writing code or naming products, which sources of cultural references are you most likely to draw from? Which reference sources do you think are more likely to be uni …
3
votes
13answers
331 views
Most annoying colleague behavior (and how to deal with it) ? [closed]
Ok, nice community wiki question for something that has not being asked yet (apparently).
I am currently sitting in an openspace with a guy who likes to beat the Enter key like it …
16
votes
64answers
4k views
What is the worst code you’ve ever written?
Step into the confessional. Now's your time to come clean.
What's the worst code you personally have
ever written?
Why was it so bad?
What did you learn from it?
Don't tell u …
16
votes
71answers
2k views
Best IT/Programming/Technology related Acronym
OK I know this could get some votes down, but as a time waster, who has some good Acronyms.
My Favourite:
TWaIN: Technology Without an Interesting Name
-2
votes
1answer
153 views
What is the absolute dumbest thing you’ve ever heard related to programming in general? [closed]
In my classroom:
Professor: "OK, now let's start creating out database."
student: "Um... how do we connect to a database again?"
Professor: "Just figure out your connection string …
0
votes
1answer
76 views
Totally Unhelpful Error Messages [closed]
Possible Duplicates:
The funniest/weirdest error message you’ve got from a development environment/application
Most daunting error message?
Just for laughs: who's …
4
votes
12answers
759 views
The most abusive C++ you’ve ever seen used?
I'm curious to know, what is the most abrasive, caustic, abusive but perfectly legal and correct C++ you've ever seen ship out the door?
This question isn't meant to be a C++ bash …
