this post was submitted on 09 Aug 2026
477 points (98.2% liked)

Programmer Humor

32833 readers
1857 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 3 years ago
MODERATORS
 

Nano has already supplanted the great EMacs and Vim as the most popular text editor of all linux distros, for though it has many omissions in functionality it scores over the older, more complete programs in two important respects. First, it is slightly simpler; and secondly it has the text "^ Exit" inscribed in highlighted text on its footer

EDIT : This sees to be going over some people's heads. It's a hitchiker's guide to the galaxy reference.

The Hitchhiker's Guide has already supplanted the great Encyclopaedia Galactica as the standard repository of all knowledge and wisdom, for though it has many omissions . . . it scores over the older, more pedestrian work in two important respects. First, it is slightly cheaper; and secondly it has the words DON'T PANIC inscribed in large friendly letters on its cover.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] JoMiran@lemmy.ml 6 points 1 week ago

I have been around since production servers were predominantly HP-UX, Solaris, and AIX. I settled on Vi because it was the one common editor that was preinstalled on every *NIX OS, including Linux and you could jump right into edit mode while reading a file without having to exit the preview first.

Nano is fine, but one you've gone through the pain of committing Vi to muscle memory, there's no point to switch.

[–] umbraroze@slrpnk.net 6 points 1 week ago

Not long ago, I needed to quickly add a 4-line thing to my Ruby on Rails app on my Raspberry Pi. I was like, shit, I really can't be arsed to mount the RPi over Samba to edit this stuff on VSCode on my Windows laptop to add like 4 lines. I don't have vim, I can't be arsed to check which vimlike I have at hand, I can't be arsed to see if my Emacs setup has been customised for this RPi. So fuck it, Nano it is!

[–] floquant@lemmy.dbzer0.com 5 points 1 week ago (4 children)

The Venn diagram of nano users and Debian/Ubuntu users is a circle

[–] janus2@lemmy.zip 3 points 1 week ago (1 children)

sample size of me supports this hypothesis

[–] Skullgrid@lemmy.world 2 points 1 week ago

yep. One of the reasons I stick to debian based (vanilla Deb) is so that any dumbass tutorial works for me, because I am not smart.

load more comments (2 replies)
[–] Luminous5481@anarchist.nexus 5 points 1 week ago (1 children)

I use nano just because it's the one that's usually installed. if it was usually Vim, I would use that instead.

[–] hereiamagain@sh.itjust.works 3 points 1 week ago

Exactly. I use nano because it's always there, and if it's not somehow? It's in a preloaded repo. It's just so simple and easy.

And I've used it to write code before, only several dozen lines at a time. And that's BEFORE I knew about the option to use modern key commands. (Learned that today).

Now nano is unstoppable in my mind.

If I learned vim or whatever, then on top of learning it, I'd have to stop and install it every single time. Bleh. No thanks.

[–] Marija_@programming.dev 3 points 1 week ago

Example of optimocracy

[–] Digit@lemmy.today 3 points 1 week ago (1 children)

*Ahem*

mcedit

under sung hero of easy tui text editors. [Has controls on screen.]

overlooked because it's part of mc, and thus does not show up in the text editor categories in package managers and websearches?

could do a similar THGTTG bit for it. ... or other parodies of other stuff... idk, my brain not conjuring such things with ease just now.

(And yes, I missed the reference, at first, too... Thought about responding with some contrived towel elaboration).

[–] sunbeam60@feddit.uk 6 points 1 week ago

mcedit is fine. I personally find micro the perfect blend of features and simplicity.

[–] Solemarc@lemmy.world 3 points 1 week ago* (last edited 1 week ago)

I use helix for all my developer work and nano for "I need to edit this config file buried somewhere in /usr/...". I never remember to do Sudo -E

[–] burlemarx@lemmygrad.ml 2 points 1 week ago

I understand why. People tried using vi/vim but couldn't figure out how to exit the app. On the other hand, with Emacs, you need to use 4 keystrokes to do anything. It does not surprise me why nano is way used by default.

load more comments
view more: ‹ prev next ›