• lime!@feddit.nu
        link
        fedilink
        English
        arrow-up
        58
        ·
        2 days ago

        yakuake, for “yet another kuake”, from “kuake”, which is a kde-ification of “quake”. because the console in quake dropped down like that.

          • Novaling@lemmy.zip
            link
            fedilink
            English
            arrow-up
            4
            ·
            2 days ago

            I really need these lore dumps for linux stuff because I will be highly confused at the names. Still can’t get over when I learned that GIMP is not just a perverted or derogatory name, but GNU Image Manipulation Program (and I had to look up what GNU meant too… which was named after a song about a gnu, aka wildebeest)

            i do love the personality of FOSS naming, but please give me a short tidbit about the etymology in the about page, or else I’ll be forced to do an hour long Wikipedia deep dive because I simply can’t help myself!

            • Jankatarch@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              16 seconds ago

              Here is just the history of vim off the top of my head.

              Ken Thompson wrote ed the editor (pronounced by spelling each letter) and still is the standard text editor in unix. He also worked majorly on original Unix and C.

              Then Bill Joy wrote ex as an improvement to ed. But wanted to keep improving. You could only see the line you are typing and had to rewrite whole line to change one letter.

              As he improved ex it got a visual editor and became vi. (read by spelling each letter) Bill Joy later led BSD Unix.

              Ken Thompson improved vi to make stevie. (for atari ST) There were further improvements and ports like Amiga.

              Stevie wasn’t as close to original vi as Steve Kirkendall wanted so he wrote elvis as an alternative improvement.

              AT&T still owned UNIX at the time and famously sued BSD Unix. They had to replace all Unix tools to not get in trouble.

              So even tho Bill Joy who is leading BSD wrote original vi, they had to find an alternative to not get in legal trouble.

              At first they were gonna use elvis but Keith Bostic wanted a bug-to-bug compatible version and wrote nvi.

              Then in 1991 Bram Moolinar wrote “vi improved” or “vim” for short by basing source code on Amiga’s stevie port to raise awareness about Uganda.

              He was also a “benevolent dictator for life” which is a term used for opensource devs that always have the final say in the project. Opensource leaders must be benevolent as disagreements result in forks.

              So far these were mostly few years apart but in much later in 2014 vim rejected multithreading and we got the fork neovim which doesn’t have a wikipedia page and where my original research stopped.

              Fun fact at the end. The nvi editor was forked in dragonfly BSD with name nvi2 and bsd systems still have nvi.