Live data from Hacker News

What is your best programmer joke?

stackoverflow.com

101–110 of 117 posts

Re: What is your best programmer joke?

#101

A TCP packet walks into a bar, and says to the barman "Hello, I'd like a beer." The barman replies "Hello, you'd like a beer?" "Yes," replies the TCP packet, "I'd like a beer." I'd tell you my UDP packet joke, but I'm not sure you'd get it.

My delivery is: "I like telling UDP jokes because I don't care if you don't get them" then immediately walk away.

Re: What is your best programmer joke?

#102
post #97
post #96

This one I sing to my kids: "Old MacDonald had a farm, E-I-E-I-O And on that farm he had an infinite recursion E-I-E-I-O With an Old MacDonald had a farm, E-I-E-I-O And on that farm he had an infinite recursion ..."

an infinite loop

I think he went with recursion so that it would eventually terminate, when he runs out of memory.

Re: What is your best programmer joke?

#103
post #97

Earlier quoted context omitted.

an infinite loop

I think he went with recursion so that it would eventually terminate, when he runs out of memory.

it loops when you get to "With An", not that you get through the whole verse.

That is, the cow says "Moo", the sheep says "baa", and the infinite recursion says "That is, the cow says "Moo", the sheep says "baa", and the infinite recursion says "That is, the cow says "Moo", the sheep says "baa", and the infinite recursion says "That is, the cow says "Moo", the sheep says "baa", and the infinite recursion says "That is, the cow says "Moo", the sheep says "baa", and the infinite recursion says StackOverflowException was unhandled

An unhandled exception of type

'System.StackOverflowException' occurred in Pxtl.dll

Make sure you do not have an infinite loop or infinite recursion.

Re: What is your best programmer joke?

#104
post #5

I often use "There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors."

I prefer "There are 3 hard problems in computer science: cache invalidation and naming things."

My favorite on this vein is: "There are 10 types of people in the world: those who understand binary and those who don't."

Re: What is your best programmer joke?

#105
post #104

Earlier quoted context omitted.

I prefer "There are 3 hard problems in computer science: cache invalidation and naming things."

My favorite on this vein is: "There are 10 types of people in the world: those who understand binary and those who don't."

I prefer, "There are 10 types of people in the world: those who understand hexadecimal and F the rest."

Re: What is your best programmer joke?

#108
post #104

Earlier quoted context omitted.

I prefer "There are 3 hard problems in computer science: cache invalidation and naming things."

My favorite on this vein is: "There are 10 types of people in the world: those who understand binary and those who don't."

I like this variation:

  There are 10 type of people in the world:
  Those who understand binary
  Those who don't
  And those who count from zero

Re: What is your best programmer joke?

#110
post #83

An electrical engineer from GE, a chemical engineer from DuPont and a Windows kernel developer from Microsoft are in a car, driving along a desert road. At some point the car malfunctions and comes to a stop. The following discussion ensues: GE guy: "It's because there are some crossed wires in the electrical system that regulates the engine." DuPont Guy: "Don't be ridiculous, this is clearly caused by a wrong mix of…

The variation I like is this:

An electrical engineer, a mechanical engineer and a software engineer from Microsoft are riding in a car, when they start down a steep hill. Halfway down the brakes go out and the car crashes into a tree at the bottom of the hill. Luckily, no one is hurt, so they get out and start analyzing what happened.

Electrical engineer: Clearly a short-circuit in the ABS system caused the brakes to go out.

Mechanical engineer: No, no, it was an over-pressure situation that caused a brake line to rupture.

They both turn to the Microsoft guy and ask him for his opinion:

Microsoft guy: I don't know, but let's push the car back to the top of the hill and try it again.

Post reply on HN