Programming Jokes: Lame, Science & Math Jokes!

  • Thread starter Thread starter Wrichik Basu
  • Start date Start date
  • Tags Tags
    Jokes Programming
AI Thread Summary
The discussion revolves around the idea of creating a dedicated thread for programming jokes, building on existing threads for lame and science jokes. Participants share various programming-related jokes, highlighting the humor found in coding mishaps and the quirks of programming languages. Jokes include puns about common programming scenarios, such as confusing Halloween with Christmas due to coding syntax and humorous takes on debugging. The conversation also touches on the challenges of programming, with anecdotes about the complexities of coding languages and the frustrations of working with outdated or poorly written code. Additionally, there are discussions about the importance of clear communication in programming and the humorous misunderstandings that can arise in tech environments. Overall, the thread serves as a lighthearted space for programmers to share laughs while reflecting on their experiences in the field.
Wrichik Basu
Science Advisor
Insights Author
Gold Member
Messages
2,180
Reaction score
2,717
We have threads on lame jokes and science jokes. But then, we also have a thread on bad math jokes. So, why not create one specifically for programming jokes?

Let me start:

 
  • Like
  • Haha
Likes stebe, scottdave, mcastillo356 and 1 other person
Physics news on Phys.org
An oldie but a goodie: Why do programmers confuse halloween and Christmas? Because 31OCT == 25DEC.
 
  • Like
  • Wow
Likes Beyond3D, KingGambit, scottdave and 7 others
1667593914235.png
 
  • Like
  • Haha
Likes harborsparrow, AlexB23, Not anonymous and 3 others
What do you call it when a story goes round a stable time loop and returns to its own beginning?

Tale recursion.
 
  • Like
Likes mcastillo356 and Wrichik Basu
CSS properties are pretty flexible and browser renderers can be pretty accommodating. For example, the font-size property can accept a few different units of measurement, including px and em.

You have to be careful with them though.

I once meant to specify a font-size of 12px and accidentally typed 12pc and suddenly my text was 40 light years tall.

(OC)
 
Last edited:
  • Haha
  • Like
Likes KingGambit, Not anonymous, Klystron and 3 others
As a rapid prototype developer, I am often asked to whip up demonstrations of applications for the benefit of execs to help them grasp a new feature concept.

The tricks I use are often illusions - the web equivalent of smoke and mirrors - to make it look almost like magic.

That why it's called a Poof of Concept.(OC)
 
  • Like
Likes PhDeezNutz and Wrichik Basu
Why does it take programmers so long to wash their hair?
Because on the shampoo bottle it says "Lather, rinse and repeat".
 
  • Like
  • Haha
Likes PhDeezNutz, KingGambit, Ibix and 2 others
Q: How do you comfort a JavaScript bug?
A: You console it.
 
  • Like
  • Haha
Likes Beyond3D, KingGambit, TonyStewart and 3 others
From a college drinking song:

An MIT computer man got drunk one fateful night
He opened up the console and smashed everything in sight
When they finally subdued him, the judge he stood before,
Said, "Lock him up for twenty years, he's rotten to the core!"
 
  • #11
C:
typedef state enum { off, on };

union {
    int        x;
    double y;
    state    state;
}u;

What is &u.state ? [? is not an operator here, just a question mark.]

It's been 20 years, so my syntax may lack.
 
Last edited by a moderator:
  • #12
Vanadium 50 said:
From a college drinking song:

An MIT computer man got drunk one fateful night
He opened up the console and smashed everything in sight
When they finally subdued him, the judge he stood before,
Said, "Lock him up for twenty years, he's rotten to the core!"
Now that's old school. That's funny, "core memory" passed through my mind yesterday.
 
  • #13
This is kind-of true. Faced it myself...

20220822_023108.jpg
 
  • Like
Likes Grelbr42, Al-Layth, Klystron and 5 others
  • #14
Wrichik Basu said:
This is kind-of true. Faced it myself...

View attachment 316744
I get this sort of thing all the time on physicsforums. I ask a question. If they don't know the answer they say it's a dumb question.
 
  • Sad
  • Haha
  • Like
Likes BillOnne, KingGambit and Wrichik Basu
  • #15
Can't forget the classics.
The Project.jpg
 
  • Like
  • Love
Likes berkeman, mathwonk, harborsparrow and 8 others
  • #16
I've had to refurbish a few of these over the years.
BugFix.png
 
  • Like
  • Haha
Likes PhDeezNutz, BillOnne, jack action and 3 others
  • #17
Borg said:
I've had to refurbish a few of these over the years.
View attachment 316787
I would say that this is normal. SNAFU.
 
  • #18
Hornbein said:
C:
typedef state enum { off, on };

union {
    int        x;
    double y;
    state    state;
}u;

What is &u.state ? [? is not an operator here, just a question mark.]

It's been 20 years, so my syntax may lack.
I don't get this one - can you explain? I think the syntax is wrong (although I could be wrong myself - my C is extremely rusty). Either the syntax error or my rust may be obscuring the punchline.
 
  • #19
I saw this on a computer in 1967. As far as I can recall it was exactly the same.

ACHTUNG! Alles touristen und non-technischen peepers!
Das machine control is nicht fur gerfinger-poken und mittengrabben. Oderwise is easy schnappen der springenwerk, blowen fuse, und poppencorken mit spitzensparken.

Der machine is diggen by experten only. Is nicht fur geverken by das dummkopfen. Das rubbernecken sightseenen keepen das cotten picken hands in das pockets, so relaxen und watchen das blinkenlights.
 
  • Like
Likes mathwonk and harborsparrow
  • #20
Ibix said:
I don't get this one - can you explain? I think the syntax is wrong (although I could be wrong myself - my C is extremely rusty). Either the syntax error or my rust may be obscuring the punchline.
It's a riddle.

It's a state of the union address.
 
  • #21
The link that's been in my signature for years has lots of seriously evil suggestions for writing code that is sure to be a bane to others who follow.
How To Write Unmaintainable Code
 
  • Like
Likes harborsparrow and Ibix
  • #22
What do you call a code that doesn’t parse?

A prograren’t.

What do you call a coder who isn’t a professional?

A non-pro grammer.
 
  • Like
Likes Wrichik Basu and Ibix
  • #23
Programmers with whom one works are co-programmers, spelt the same as copro-grammers. This explains why a lot of code is... bad.
 
  • #24
Working my way through some old code-related jokes...

Low-Orbit Ion Cannon.jpg
 
  • Like
Likes harborsparrow, AlexB23 and Hornbein
  • #25
Borg said:
Working my way through some old code-related jokes...

View attachment 316791
I guess programmers are not very intelligent. Certainly their elementary English grammar needs tutorial help...
 
Last edited:
  • #26
Super coder.jpg
 
  • Like
Likes AlexB23, NTL2009, Jonathan Scott and 3 others
  • #27
berkeman said:
I guess programmers are not very intelligent. Certainly their grammar needs tutorial help...
I guess I'm in the same category. I'm not seeing the grammatical error.
 
  • #28
Borg said:
I guess I'm in the same category. I'm not seeing the grammatical error.
Adjective vs. adverb. If submitted to a compiler it would generate an error. Ironic.
 
  • #29
berkeman said:
Adjective vs. adverb. If submitted to a compiler it would generate an error. Ironic.
Should be badly instead of bad?
 
  • #30
LinuxSudoScience.png
 
  • Like
Likes AlexB23, Not anonymous, NTL2009 and 1 other person
  • #31
berkeman said:
I guess programmers are not very intelligent. Certainly their elementary English grammar needs tutorial help...
You're saying programmers aren't pro-grammar?
 
  • Like
Likes bob012345, berkeman and Borg
  • #32
DaveC426913 said:
That why it's called a Poof of Concept.
:oldeek: I'd have thought, in this day and age, that it would very politically incorrect to refer to your executives as gay.
 
  • Like
Likes PhDeezNutz and DaveC426913
  • #33
Hornbein said:
I get this sort of thing all the time on physicsforums. I ask a question. If they don't know the answer they say it's a dumb question.
Example pls?
 
  • #34
strangerep said:
Example pls?
I ain't going to make no trouble hea.
 
  • Like
Likes Wrichik Basu
  • #35
strangerep said:
Example pls?
Let's keep this out of the jokes thread. These issues should either be reported in the Feedback section, or in private conversation with the moderation team.
 
  • #36
Wrichik Basu said:
Let's keep this out of the jokes thread. [...]
Oh, I dunno. Anyone who says (seriously) "that's a dumb question" deserves to be mentioned in a jokes thread. :angel:
 
  • Haha
  • Like
Likes BillTre, Tom.G and DaveC426913
  • #37
strangerep said:
Anyone who says (seriously) "that's a dumb question" deserves to be mentioned in a jokes thread. :angel:

Many jokes are a stupid answer.
 
  • #41
Wrichik Basu said:
When I first saw plumbing like this in a professionally installed water system for a zebrafish facility, I know I could do better with a home made system. Those companies are better now.
 
  • #42
Borg said:
Actually not too different than the first computer I programmed.
1667947592028.png

And yes, BTW, this was the entire system. WYSIWYG.
 
  • Like
Likes Wrichik Basu, Borg, Ibix and 2 others
  • #45
  • Like
Likes Wrichik Basu
  • #46
DaveE said:
Can you show us the handshaking protocols?

At 1.08 (can't seem to get link to start at specified time on my phone, sorry).
 

Similar threads

8
Replies
388
Views
37K
Replies
7
Views
3K
Replies
17
Views
5K
Replies
1
Views
6K
Replies
14
Views
13K
Back
Top