Earlier quoted context omitted.
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…
I don't quite get the punchline. I understand how if you integrate in the wrong direction you get a negative area, but is there a double meaning here?
Ask HN: Anyone know any funny programming jokes?
511–520 of 905 posts
Re: Ask HN: Anyone know any funny programming jokes?
#512Earlier quoted context omitted.
Could you share an example of this? I could be misinterpreting this but say you're building a survey system and you need to keep track of answer types (e.g. text, date, etc) and the answer itself, how can you collapse that into one field?
Your thermos does not have a switch which you must set to "hot" or "cold" before inserting a liquid, handles solids as well as liquids, and doesn't require you to even think where the theshold might lie between the "hot" and "cold" settings. Instead it just does its best to prevent an energy exchange in either direction without having to even know the variables involved. And the "same subroutine" is basically used fo…
Re: Ask HN: Anyone know any funny programming jokes?
#513Earlier 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…
4 * integrate sqrt(r^2 - x^2) w.r.t. x from x=0 to x=r
which is from the equation of circle with radius r centered at the origin: x^2 + y^2 = r^2
=> y = sqrt(r^2 - x^2)
any other way achieve the same using integration?Re: Ask HN: Anyone know any funny programming jokes?
#514Q: How many programmers does it take to change a light bulb? A: Programmers don't change light bulbs; that's a hardware problem.
Q: How many Google engineers does it take to change a light bulb? A: None. They just change the standard to dark. ————— Originally (circa 1998) this was Microsoft joke, but this is a good update.
Re: Ask HN: Anyone know any funny programming jokes?
#515Earlier quoted context omitted.
Forgive me for my ignorance, but I don't really understand this joke... Is it something to do with the first 2 not knowing the preference of the others? EDIT: never mind, this was also posted later in the thread and there's an explanation there.
Yes. If they personally didn't want it, they'd say "no". As they're uncertain about the others, they say they don't know. Then the final person knows the others all want yes, and personally wants yes, so says yes. It's like lazy evaluation of booleans in if statements.
Re: Ask HN: Anyone know any funny programming jokes?
#516Earlier quoted context omitted.
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…
I don't quite get the punchline. I understand how if you integrate in the wrong direction you get a negative area, but is there a double meaning here?
Re: Ask HN: Anyone know any funny programming jokes?
#517Earlier quoted context omitted.
So you are not "project manager", but "competent project manager", which is something completely different :)
I’ve never met one of them in the wild. A rare thing indeed.
I say this as a pure engineer who has been a lead many times but never a PM.
Re: Ask HN: Anyone know any funny programming jokes?
#518An infinite number of mathematicians walk into a bar. The first mathematician orders a beer. The second orders half a beer. "I don't serve half-beers" the bartender replies. "Excuse me?" Asks mathematician #2. "What kind of bar serves half-beers?" The bartender remarks. "That's ridiculous." "Oh c'mon" says mathematician #1 "do you know how hard it is to collect an infinite number of us? Just play along". "There are v…
Hey, it's not cool to steal jokes from /r/antiantijokes. I am a mod there (as evident from my username), and don't appreciate this. The joke is hilarious though.
Re: Ask HN: Anyone know any funny programming jokes?
#519Earlier quoted context omitted.
No, he did't deliver the joke fast enough.
And neither did he create a jira story for delivering the joke in the sprint!!!
Re: Ask HN: Anyone know any funny programming jokes?
#520Earlier quoted context omitted.
Your thermos does not have a switch which you must set to "hot" or "cold" before inserting a liquid, handles solids as well as liquids, and doesn't require you to even think where the theshold might lie between the "hot" and "cold" settings. Instead it just does its best to prevent an energy exchange in either direction without having to even know the variables involved. And the "same subroutine" is basically used fo…
Having the two separated gives the ability to disable/re-enable the filter without losing it. That's often very useful. In other cases you're very right.