Live data from Hacker News

Ask HN: Anyone know any funny programming jokes?

news.ycombinator.com

721–730 of 905 posts

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

#721

Earlier quoted context omitted.

If that were the only sentence in the statement, sure. But read the rest (which I believe you found if you can quote it) and it's clear what he's saying unless your objective is to misquote it and ridicule him.

"I'll be offering my vision when my campaign begins. And it will be comprehensive and sweeping. And I hope that it will be compelling enough to draw people toward it. I feel that it will be. But it will emerge from my dialogue with the American people. I've traveled to every part of this country during the last six years. During my service in the United States Congress, I took the initiative in creating the Internet.…

Definitively a poor choice of words. What he really meant was "I funded ARPANET, the basis for the Internet"

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

#722

Earlier quoted context omitted.

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

Reminds me of the old FactoryFactoryFactory joke [1]

[1] https://gist.github.com/nkbt/4691b1ae3e78a6141aea

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

#723

The GNU Humour [0] collection may be of interest. Also Dylan Beattie has done some great songs on YouTube [1] (I especially like 'Bug in the JavaScript' and 'You Give REST a Bad Name') Here's a couple I remember from somewhere: SEO expert walks into a bar... ...tavern, pub, taproom, alcohol, beer, wine, vodka... Also, tangentially related: A farmer wants to section off part of his field with a fixed length of fence.…

Man, those Dylan Beattie's videos are out of this world!! I laughed way too hard on a number of them -

You give REST a bad name - https://www.youtube.com/watch?v=nSKp2StlS6s

We're Gonna Build a Framework - https://www.youtube.com/watch?v=Wm2h0cbvsw8

Enterprise Waterfall - https://www.youtube.com/watch?v=Mq1MD5qXI08

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

#726
post #527

I went to a NodeJS party one time but I didn't like it, only one person could have fun at once. Then I went to an Erlang party, and it was just a bunch of nerds at separate tables passing notes to each other about how much fun they were having. But the weirdest was the Haskell party. Nothing happened for six hours and then suddenly everyone said "Well, that was fun!" and went home...

funny stuff. got the Nodejs (single threaded) and Erlang (message passing) jokes but not familiar with Haskell.. whats joke there ...

Lazy evaluation. Intermediate computations are stored as "thunks" until the last possible moment.

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

#727
post #14

A boy and a girl are sitting next to each other in a Java Computer Science class. The boy reaches over and starts going through the girls purse. The girl says: "Hey! That's private!" The boy replies: "But we're in the same class!"

C programmer vs Java programmer

— Your Java is slow!

— This is because it is written in C!

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

#728
post #704

Programmers and computer scientists tend, in my experience, go for what is sometimes called Ha-Ha-Only-Serious (“HHOS”) type jokes. Meaning, statements that are true, but so piercing that they also are humorous. In this vein, I can recommend the book The Tao of Programming by Geoffrey James. There are also collections of funny anecdotes like “ COMPUTER-RELATED HORROR STORIES, FOLKLORE, AND ANECDOTES ”¹, “ Computer St…

I would add "The Codeless Code"[1] to this list; very entertaining stories/koans told as if programmers were monks in a monastery.

[1] http://thecodelesscode.com

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

#729

Earlier quoted context omitted.

> ask the blonde waitress an integral I know this is a fun thread, but in real life you could have serious problems if you tell this kind of jokes. To my fellow downvoters: I hate it as much as you do.

The joke is an explicit rejection of that particular trope, though.

I think the idea is that the one who would feel offended by this joke, could also only see the trope and not the fact it was rejected. And if you dare to explain it, you automagically end up in a deadlock.

It also unlocks the tactic “I will play dumb for a while so you don’t feel too smart anymore”. If you want to continue to do good, don’t open up for stupid attacks — politics 101.

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

#730
post #704

Programmers and computer scientists tend, in my experience, go for what is sometimes called Ha-Ha-Only-Serious (“HHOS”) type jokes. Meaning, statements that are true, but so piercing that they also are humorous. In this vein, I can recommend the book The Tao of Programming by Geoffrey James. There are also collections of funny anecdotes like “ COMPUTER-RELATED HORROR STORIES, FOLKLORE, AND ANECDOTES ”¹, “ Computer St…

I would add "The Codeless Code"[1] to this list; very entertaining stories/koans told as if programmers were monks in a monastery. [1] http://thecodelesscode.com

More like this:

Rootless Root — The Unix Koans of Master Foo:

http://www.catb.org/~esr/writings/unix-koans/

The Tao Of Backup:

http://www.taobackup.com/

Git Koans

https://stevelosh.com/blog/2013/04/git-koans/

Post reply on HN