Anyone besides me ever use “high-level” put-downs or jokes that not everyone is going to get? I work in an IT company, so the average IQ tends to be, well, above average, so the one I like to use usually gets chuckles, but occasionally blank stares:
“He’s so dense, he’s his own walking, talking quantum singularity.”
(In response to someone making an unfounded and incorrect logical leap in reasoning) “So, if she she weighs the same as a duck, she’s…made of wood…and therefore…a witch!”
Generally, engineers I work with get the reference. Managers and finance/business guys, not so much.
“What does think about [Y]? Dude, you’re going to throw a NullPointerException!”
(Yes, I’m a Java programmer)
(Still haven’t got it? Consider: )
Person x = new Person("X");
// if X.getBrain() == null this will throw a NullPointerException...
try {
Thought idea = X.getBrain().getThought(Y);
} catch ...
Another one: “Must we continue this Moebius conversation?” Repeat after every pointless re-phrasing of the other person’s position until he catches on.
My friend has a British Pram for his baby. I wrote the word ZAP on the back. He didn’t get it.
(At my first job in games, the tool we used for character animation used magenta (Red:255 Green:0 Blue:255) as the transparent mask. One of the art techs used the above insult whenever she wanted to call our boss on his BS.)