Live data from Hacker News

Ask HN: Anyone know any funny programming jokes?

news.ycombinator.com

211–220 of 905 posts

Re: Ask HN: Anyone know any funny programming jokes?

#212

Earlier quoted context omitted.

Not a programmer, but this is good.

If you mean you're not a programmer, rad, good compliment. If you mean QA engineers aren't programmers... wtaf?

It's weird how some people admit they still test code by hand

Re: Ask HN: Anyone know any funny programming jokes?

#213

Three logisticians just finished dinner, and the waitress comes up and asks "do y'all want dessert?" The first logistician says "I don't know." The second also says "I don't know." The last says "yes, we would."

Nice this is my favourite so far!

Re: Ask HN: Anyone know any funny programming jokes?

#215
A programmer, an engineer, and a physicist are in adjacent hotel rooms. Each has a pitcher of water beside the bed. A fire starts in the wastepaper basket in each room.

The physicist wakes up, sees the fire, estimates exactly how much water is needed to put it out, and pours exactly that amount from the pitcher, dousing the flames.

The engineer wakes up, sees the fire, pours the entire pitcher of water on it, then refills the pitcher and douses it again to be safe.

The programmer wakes up, sees the fire, sees the pitcher of water, decides it's a solvable problem, and goes back to sleep.

Re: Ask HN: Anyone know any funny programming jokes?

#217

A programmer had a problem. He thought to himself: "I know, I'll solve this with threads!" has Now problems. two he

Then he thought he'd use Java. Now he has a ProblemFactory.

This is funny because no one uses the factory pattern in other languages

Re: Ask HN: Anyone know any funny programming jokes?

#218
A doctor, an architect and a programmer talk about their professions. "Mine is the oldest", says the doctor, "as everybody knows God created Eve from the rib of Adam, and that's definitely a medical operation". "Right", says the architect, "but in fact architect is even older - it's definitely an architectural project to create the world from chaos". At this point programmer kicks back in the chair and gives friends a mysterious look. "Who, do you think, created the chaos?"

Re: Ask HN: Anyone know any funny programming jokes?

#219

The two hardest problems a programmer faces: 1) what to name your variables 2) cache invalidation errors 3) off-by-one errors

> 1) what to name your variables

The canonical version of this is "naming things". It's more general than just variable names as anyone who has dealt with a thingAbstractFactoryFactory or the problem of generating unique names in a distributed environment will attest.

Post reply on HN