What's the difference between an introverted programmer and an extroverted programmer? The extroverted programmer looks at your shoes when he's talking to you.
Heard this but with with NSA agents instead of programmers :-)
Ask HN: Anyone know any funny programming jokes?
891–900 of 905 posts
Re: Ask HN: Anyone know any funny programming jokes?
#892Earlier quoted context omitted.
Finally, a recursion joke that is not about infinite recursion!
Well, strictly speaking it is. There is no terminating condition- the OP simply chose to return at an arbitrary point in the recursion.
In the first joke level, the bartender will give the programmer a drink for a joke; it doesn't work to arbitrarily end here because "a programmer asks the bartender for a drink and the bartender gives him a drink" isn't anything like a joke to qualify at the parent level.
The next level is another layer of recursion and here the programmer can literally ask for a drink and get one even though that isn't funny in itself because it can be funny in the context of the outer joke using "he asked for a drink and got one" as a cheeky way to tell a joke to get a drink, and because it's a reference to recursion, the reason for Chekhov's Programmer in the opening sentence, so making something that qualifies as a joke to get the real world programmer a real world beer.
Seems to me like it's the earliest point it could return and still potentially work, rather than an arbitrary point?
Re: Ask HN: Anyone know any funny programming jokes?
#893...unless explicitly declared to be integer..."
Re: Ask HN: Anyone know any funny programming jokes?
#894Re: Ask HN: Anyone know any funny programming jokes?
#895q: what is extreme form of amd fan boy programmer ? ans : they even refuse to run their code on Intel cpu even when the dev pc has intel cpu. they run everything in shaders in amd gpu so it doesn't touch intel cpu . bonus : what about boilerplate for running shaders on gpu ? ans : they hire a guy to write that for them. not touching intel in any case
Re: Ask HN: Anyone know any funny programming jokes?
#896Earlier quoted context omitted.
This is funny because no one uses the factory pattern in other languages
Well, to a first approximation, no, nobody uses the factory pattern in other languages. Once in a long while you see one in C# or C++. But the people making fun of Java aren't comparing it with C# and C++.
Re: Ask HN: Anyone know any funny programming jokes?
#897Earlier quoted context omitted.
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
https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...
Re: Ask HN: Anyone know any funny programming jokes?
#898There are three hard problems in programming: naming, cache expiration and off-by-one errors.