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'
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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
Less is more.
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.
cat (as in concatenate)
prints a file to stdout
head & tail print the beginning / end of a file
What? and I am a programmer 😅
Compiler compiler (cc) -> yet another compiler compiler (yacc) -> bison (because yacc sounds like "yak")