774
votes
542answers
185k 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 memorable, and it's even …
839
votes
236answers
197k 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.
114
votes
113answers
23k 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?
Clarification: I am asking for …
9
votes
15answers
754 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 official, sometimes …
79
votes
118answers
10k 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-related jokes... the …
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 was that a co-worker …
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 universally understood?
…
7
votes
12answers
854 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 BigInteger((long)0);
…
1
vote
3answers
103 views
3
votes
13answers
350 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 stole his wallet …
16
votes
65answers
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 us about code you …
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
4
votes
12answers
784 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++ bashing session, but a …
-2
votes
1answer
163 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 and use that."
…
10
votes
38answers
2k views
What is the most frustrating restriction your IT department has ever put on you or your machine?
I think we've all been there, your IT Support/ Infrastructure team inflict some meaningless, very frustrating, poorly explained "policy" on you and your team that irks you every time you are affected.
…
