Live data from Hacker News

Ask HN: Anyone know any funny programming jokes?

news.ycombinator.com

561–570 of 905 posts

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

#561
post #481

Earlier quoted context omitted.

Thats a rehash of an old joke: I know it soviet style: A mathematician, a physicist and a biologist are flying in a air balloon and are lost. They encounter a man walking below: The biologist asks him: "do you know, where we are?" "..." the man looks up and says nothing The physicist ask him: "can you please tell us, where we are!" "..." after a while the man says: "in a balloon". The mathematician remarks, ah, he mu…

A Soviet engineer needs some plumbing done in his apartment, and calls for a plumber. The plumber arrives, does his thing, and hands over the bill. The engineer is shocked. -'What, this is like a quarter of what I make in a month - for half an hour's work???' Plumber shrugs. -'Well, why don't you come join us? Easy work, well paid, no responsibility - just remember to keep mum about your degree, as we're not supposed…

Caught me off-guard :D

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

#562
post #193

This is an oldie (I first heard it in the 80s) but is one of my all time favorites. While it can be told about any two classes of people it really applies to a lot of code I encounter: A physicist is showing a thermos to her friend, a programmer. "It's amazing", she said. "You put a cold drink inside and regardless of how hot it is outside the drink stays cold". The programmer is suitably impressed. "But that's not a…

0 if the bottle is empty. 1 if its hot. -1 when its cold :D

Ah yes the triple-boolean

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

#563
This is a variation on a joke I heard from the nerdy comedian Don McMillian... [1]

I used to work at JPL, and I could tell what anyone's job was by asking them one question... What is Pi?

Ask a mathematician, and they will say "Pi is ratio of a circle's circumference to its circle."

Ask a physicist, and they will say "Pi is 3.141592653589793."

Ask an engineer, and they will say "Pi is about 3, but just to be safe, let's call it 4."

Ask a programmer, and they will say "I'd write you a program to calculate that, but I don't have enough time to figure out how to do that quickly & precisely, and I don't feel like getting in a fight w/ QA over a program that approximates Pi, so what you probably want is the constant hardcoded into the Math library or something you find on Stackoverflow."

Ask a manager, and they will say "When do you need to know by?"

[1] Don McMillan - Greatest Charts (Volume 1) -- https://youtu.be/LYE3GtXqDV0

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

#565
post #478
post #156

A programmer walks into a bar and ask for a drink. The bartender says I'll give you a drink if you tell me a programmer joke. And he says: a programmer walks into a bar and ask for a drink. The bartender says I'll give you a drink if you tell me a programmer joke. And he says: a programmer walks into a bar and ask for a drink. So he gives the guy a drink, so he gives the guy a drink, so he gives the guy a drink.

In a similar vein: One day a student came to Moon and said: “I understand how to make a better garbage collector. We must keep a reference count of the pointers to each cons.” Moon patiently told the student the following story: “One day a student came to Moon and said: ‘I understand how to make a better garbage collector...

Disclaimer : Details nobody asked for.

These are one of the jokes originating from MIT AI Lab. And, Moon mentioned here is David Moon - one of the famous hackers from MIT AI lab.

Other such jokes from same origin [1]

[1] - http://www.catb.org/~esr/jargon/html/koans.html

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

#568
post #281

Earlier quoted context omitted.

For context, I presume most of you have heard the old old joke that the two hard problems of computer science are cache invalidation, naming things, and off-by-one errors. (Or the older joke that the two hard problems of computer science are cache invalidation and naming things.)

>There are two hard problems in computer science: naming concurrency >things, cache invalidation, and off-by-one errors.

No "and async." Figures.

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

#569

There's an old Joel on Software one related to string concatenation: Shlemiel gets a job as a street painter, painting the dotted lines down the middle of the road. On the first day he takes a can of paint out to the road and finishes 300 yards of the road. "That's pretty good!" says his boss, "you're a fast worker!" and pays him a kopeck. The next day Shlemiel only gets 150 yards done. "Well, that's not nearly as go…

This could be a metaphor for how a greenfield project turns into a tiresome upkeep effort, after the initial creativity gets further and further buried under the maintenance strain.

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

#570

One of my all time favorites. Can’t remember where I first read it (Quora?), but it’s currently my top Google hit for “balloon programmer project manager joke”. [0] ============ A man is flying in a hot air balloon and realizes he is lost. He reduces height and spots a man down below. He lowers the balloon further and shouts: "Excuse me, can you help me? I promised my friend. I would meet him half an hour ago, but I…

It sounds like they're in the middle of the Atlantic? Have I got it wrong, I must have because the programmer is supposed to be standing in a field. Wait - are they dead and in heaven!?!

You must be a programmer. Those who actually checks the requirements.
Post reply on HN