this post was submitted on 14 Jul 2023
1 points (100.0% liked)

Programmer Humor

19503 readers
1408 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

The history of computers and software is full of nerdy and obscure jokes well beyond the caricatures of exiting vim. Complier compiler (explain that to most people!) to yet another compiler compiler to bison is one of those.

What are your favourite obscure computer nerd jokes?

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago

my favorite name origin for a bit of software relates to the text editor nano. nano was written as a standalone clone of Pico, as a play on metric prefixes, but Pico is actually Pine compositor, part of Pine, an email client. Pine itself was based on an earlier email client called Elm, and has been attributed as various recursive acronyms such as 'Pine Is Nearly Elm'

[–] [email protected] 1 points 1 year ago

Less is more.

[–] [email protected] 1 points 1 year ago

Not so much of a joke as a cute story. There was once a programmer with a dog named Biff who would bark at the mailman every time he delivered the mail. The programmer wrote a program to monitor incoming email and beep when you got a message, and named it biff.

[–] [email protected] 1 points 1 year ago

cat (as in concatenate)
prints a file to stdout

head & tail print the beginning / end of a file

[–] [email protected] 0 points 1 year ago (1 children)

What? and I am a programmer 😅

[–] [email protected] 1 points 1 year ago

Compiler compiler (cc) -> yet another compiler compiler (yacc) -> bison (because yacc sounds like "yak")