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?

  • Haus
    link
    fedilink
    22
    edit-2
    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.

  • @dot20
    link
    181 year ago

    GNU’s Not UNIX

    PHP: Hypertext Preprocessor

    WINE Is Not an Emulator

  • @[email protected]
    link
    fedilink
    131 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’

    • @Ambiorickx
      link
      51 year ago

      While the story is true, it’s not the origin of the terms “bug” and “debugging.” Those terms were already in use in Edison’s time.

    • lemmyng
      link
      fedilink
      331 year ago

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

  • jungle
    link
    9
    edit-2
    1 year ago

    TWAIN, the protocol used in fax machines, comes from Technology Without An Interesting Name.

    Edit: aww, wikipedia says that’s a myth. I’m leaving it here because it’s too good not to be true.

    • @dot20
      link
      41 year ago

      PCMCIA: People Can’t Memorize Computer Industry Acronyms

  • Kerb
    link
    fedilink
    61 year ago

    cat (as in concatenate)
    prints a file to stdout

    head & tail print the beginning / end of a file