vote up 831 vote down star
1160

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 motivating if the joke requires some technical understanding to 'get it'!

I'll start off with a couple of my favorites:

Q: How do you tell an introverted computer scientist from an extroverted computer scientist?

A: An extroverted computer scientist looks at your shoes when he talks to you.

And the classic:

Q: Why do programmers always mix up Halloween and Christmas?

A: Because Oct 31 == Dec 25!

I'm always looking for more of these, and I can't think of a better group of people to ask. What are your best programmer/computer science/programming jokes?

13  
Godwin's law! Godwin's law! – Erik Forbes Oct 24 '08 at 18:27
46  
please do NOT close this. this is so fun haha – Johannes Schaub - litb Nov 23 '08 at 14:18
146  
hahaha I understand now Octal 31 is equal to Decimal 25 – Jader Dias Dec 28 '08 at 19:36
17  
Subjective is a reason for closing? Does that mean that every question with a "Subjective" tag is going to be closed now? Or is argumentative the only reason for closing? When comments and answers are argumentative, the question gets blamed? – Windows programmer Feb 26 '09 at 2:17
31  
I don't think this question is doing any harm. If you don't like jokes, don't view it! The clue's in the title. – MarkJ Apr 21 at 8:26
show 26 more comments

locked by Jeff Atwood Dec 26 at 21:25

549 Answers

1 9 10 11 12 13 19
vote up 7 vote down

The trouble with programmers is that you can never tell what they're doing until it's too late.

link|flag
vote up 7 vote down

This code is about as stable as a one-legged drunk with hypothermia in a hurricane, balancing on a banana peel. When someone throws him an elephant with bad breath and a worse temper.

link|flag
vote up 7 vote down

She sells cshs by the cshore.

link|flag
vote up 7 vote down

They say the memory is the first to go....

I used to remember everything when I was a kid. I suppose I had an infinite stack. As I got older, and busier, and tired, my stack size decreased until, 3 children later, it was exactly 1 bit. (Readers of StackOverflow shouldn't need an explanation.) And today, it's dwindled to ... er, what was the question?

link|flag
vote up 7 vote down

Every time the God divides by zero a black hole is spawned.

link|flag
vote up 7 vote down

Q: how many Apple programmers does it take to change a light bulb?

A: none, they just make darkness a standard and tell everyone "this behavior is by design"

link|flag
show 1 more comment
vote up 7 vote down

A guy join in a chat room and asks:

Q: "Does anybody here knows python language ?"
A: "Shhhh shhh shhhhh...."

link|flag
show 1 more comment
vote up 7 vote down

The Amiga had a concept of screens. You could pull them down and see other screens with other apps behind them.

I wrote a little hack that scrolled the front screen down one pixel every 30 seconds and put it on all the Amigas in the company.

People didn't know what the hell was going on. They were working and their front screen would gradually work its way down. They had to keep grabbing the mouse and pulling it up.

link|flag
1  
I wrote a DOS TSR app (pre-windows) that copied the first alphanumeric page from 0xb800:0 to the second page and set up the display hardware to show the second page. The copy mirrored the data top to bottom. It also remapped the character image tables so it looked like the screen was upside down. – Skizz Feb 4 '09 at 15:37
show 1 more comment
vote up 7 vote down

Question: Why is the heap the sexiest part of C++? Answer: It's where all the new'ed variables are.

link|flag
vote up 7 vote down

Whats common between beggars and software engineers? They both ask the same question when meeting another one of their kind; Which platform are you working on?

link|flag
vote up 7 vote down

COBOL stands for: Compiles Only Because Of Luck.

link|flag
show 1 more comment
vote up 7 vote down

Why don't people like C programmers? Because they have no class.

link|flag
vote up 7 vote down

Young Child: Mum, when I grow up I want to be a {insert least favourite programming language here} programmer.

Mother: You'll have to make you're mind up, Son. You won't be able to do both.

link|flag
vote up 7 vote down

Chuck Norris counted to infinity twice.

link|flag
15  
nice, but it's all in the delivery: try it this way: "Chuck Norris counted to infinity... twice!". See? ;) – Jeffrey Kemp Jun 17 at 6:37
2  
Just don't actually pronounce the ellipsis. – jmucchiello Aug 21 at 20:51
show 2 more comments
vote up 7 vote down

I think a lot of the best jokes come during a dull lecture. In a course I was in where we were doing a fast Poisson solver and during a derivation the teacher said "Something's fishy here", to which I and the professor had a riotous laugh, but everyone was just a little confused. Sometimes they're hilarious when you don't expect them to be. Sometimes it just happens. Just be "up" in your lectures. That's all that matters.

link|flag
3  
Poisson is French for fish – Jader Dias Aug 16 at 3:48
show 1 more comment
vote up 7 vote down

Java: write once, debug everywhere.

link|flag
vote up 7 vote down

Q. What's the difference between C and C++?

A. Nothing, because: (C - C++ == 0)

(But note that the value of C has been increased)

link|flag
2  
Actually the expression C == C++ yields undefined behaviour. – Windows programmer Aug 17 at 3:54
2  
"the value of any operand should only be modified once in a given expression, and that the order of modification side effects is un-specified" -- right, section 1.9 only says that much. More details are in section 5 paragraph 4, "Furthermore, the prior value shall be accessed only to determine the value to be stored." Your new expression with a subtraction operator doesn't fix this problem. It's unspecified which operand of subtraction is accessed first. On the right C's old value is accessed and determines the new value, but on the left C's old value might be accessed without permission, boom – Windows programmer Aug 20 at 0:02
1  
if (C != C++) ... – Milan Babuškov Oct 6 at 14:05
show 6 more comments
vote up 7 vote down
<form>
    <fieldset>
        <legend>I am</legend>
    </fieldset>
</form>
link|flag
show 3 more comments
vote up 7 vote down

When two programmers and two beggars meet each other, they asks a very first question i.e You are working on which platform?....lol

link|flag
show 1 more comment
vote up 7 vote down

This is a classic

There are only 10 kinds of people: those who understand binary andthose who don't

And lets not forget :-)

Why computers are like men:

  1. In order to get their attention, you have to turn them on.
  2. They have a lot of data, but are still clueless.
  3. They are supposed to help you solve problems, but half the time they are the problem.
  4. As soon as you commit to one, you realize that if you had waited a little longer, you could have had a better model.

Why computers are like women:

  1. No one but the Creator understands their internal logic.
  2. The native language they use to communicate with other computers is incomprehensible to everyone else.
  3. Even your smallest mistakes are stored in long-term memory for later retrieval.
  4. As soon as you make a commitment to one, you find yourself spending half your paycheck on accessories for it.
link|flag
show 1 more comment
vote up 7 vote down

An original of mine - The Software Uncertainty Principle:

You can either know what a application is doing or how fast it is doing it - not both.
You can not debug a program without affecting it.

link|flag
show 2 more comments
vote up 7 vote down

A programmer is someone who will spend 6 months writing a computer program that will save him 45 minutes (and which he'll only use once.)

link|flag
show 3 more comments
vote up 7 vote down

'Why is your kid sitting alone apart from all those other kids in the sandbox?'
'They're all playing a computer lab and mine's trying to get Linux running.'

link|flag
vote up 7 vote down

"…one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs." Robert Firth

link|flag
vote up 6 vote down

A depressed programmer hung himself on a binary tree...

link|flag
vote up 6 vote down

Q: What do database administrators give their daughters to prevent them from having child records?

A: Foreign Key Constraints!

link|flag
3  
But they end having relationships with other entities. – Eduardo León Apr 11 at 20:17
vote up 6 vote down

Compiler message you don't want to see #42:

Too many errors on one line (make fewer).

link|flag
show 1 more comment
vote up 6 vote down

A software engineer, hardware engineer and company division manager were on their way to a meeting in Switzerland. They were driving down a steep mountain road when suddenly the brakes failed. The car careened out of control, bouncing off guard rails until it ground to a halt along the mountainside. The occupants were unhurt, but stuck halfway down the mountain in a car with no brakes.

"I know," said the manager. "Let's have a meeting, propose a Vision, formulate a Mission Statement, define some Goals, and through a process of continuous improvement, find a solution to the Critical Problems, and we'll be on our way."

"No," said the hardware engineer. "I've got my Swiss army knife with me. I can strip down the car's braking system, isolate the fault, fix it, and we'll be on our way."

"Wait," said the software engineer. "Before we do anything, shouldn't we push the car back to the top of the mountain and see if it happens again?"

link|flag
vote up 6 vote down

This was actually funny back in the Jurassic:

Q: How many IBM mainframes does it take to do an arithmetic left shift?

A: 33. 32 to hold the bits and one to push the register.

link|flag
vote up 6 vote down

When a programmer goes to bed he sets out 2 glasses on his bedside table:

  • One glass is full of water, in case he wants to get a drink
  • One glass is empty, in case he doesn't
link|flag
show 1 more comment
1 9 10 11 12 13 19

Not the answer you're looking for? Browse other questions tagged or ask your own question.