Post the jokes you know that only someone in a specific field, or with very technical knowledge would get. Don’t forget to post an explanation.
So a Clostridium botulinum (Botulism) walks into a bar. Another C. botulinum says “Hey man! Nice suit!” The first bacterium says “Yeah, it’s Gucci.”
A Bacillus cereus (Common bacteria) sitting nearby says to the bartender “Man, I hate that guy. He’s a profligate anaerobe.”
Badum-tish. Wonk, wonk, wonk.
(C. botulinum is an obligate anaerobe, meaning it has to live in an environment without oxygen, otherwise it will die. That is why it grows in places like tin cans of food.)
Two neutrinos walk into a bar. One says “I’ll have an apple martini.” The other neutrino says “Dammit, I wanted an apple martini!”
(Quantum physics says that two subatomic particles cannot have the same state. Except in the case of quantum entanglement, IIRC. IANAQuantum Physicist.)
“The problem with your PC is at Layer 8. We’ll have to take it to the shop for a week or two. Why don’t you sign up for one of our user classes while you’re waiting to get it back?”
(There are seven layers in network architecture. Layer 8 would be the user.)
How many programmers does it take to change a light bulb? None, it’s a hardware issue.
(programmers are notorious for only concerning themselves with software)
There are only 10 kinds of people in the world; those who understand binary, and those who don’t.
(2 in binary in 10)
A byte went to the memory doctor. “I’m not feeling well, doc. I think I’ve got a parity error.” The doctor looked him over. “Well, you do look a bit off!”
(A byte’s parity is the number of on bits it has on…or should have on)
Q: Why do (old) programmers confuse Halloween and Christmas?
A: Because 31 OCT = 25 DEC
=================
Rene Descartes was sitting in a French cafe, having an espresso and a croissant. The waitress stopped by and asked him if he would like another espresso.
“I think not”, he replied, and poof he disappeared.
(This is my absolute favorite Futurama joke ever.)
Speaker: “And the winner is … Number 3, in a quantum finish.”
Farnsworth: “No fair! You changed the outcome by measuring it!”
(The Heisenburg Uncertanty principal states that the more certian you are of a particle’s posistion, the less certian you are of it’s momentum, and vice versa.)
Did you hear the SLAC (Stanford Linear Accelerator) was damaged by an earthquake? It’s now called the SPLAC: Stanford Piecewise Linear Accelerator.
An airliner is approaching Warsaw when it hits heavy turbulence and threatens to crash. An engineer shouts, “everyone with a Polish passport, get to the left side of the aisle!” The plane suddenly stops shaking and lands safely. How did he do it? He achieved stability by moving all poles to the left half-plane.
oops, forgot the explanations. For the first joke, “Piecewise linear” is a mathematical term describing a certain type of function (straight line segments joined with sharp corners). The second joke is about describing the behavior of a system with a transfer function. If the function has poles (singularities) in the right half-plane (right half of the graph, i.e. T>0), the system is unstable. If you modify the system so that all the poles are at T<0 (left half-plane), it becomes stable.