this post was submitted on 05 Mar 2026
637 points (95.3% liked)

Programmer Humor

30289 readers
2599 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 2 years ago
MODERATORS
 

me like use nano. nano say how do thing. nano exit easy.

you are viewing a single comment's thread
view the rest of the comments
[–] Adderbox76@lemmy.ca 9 points 4 days ago (3 children)

nano is usually built in. Adding another one is just redundant if all you're using it for is editing an occasional config file.

Honestly never understood the hate for it. Who cares? Petty, stupid, nerd-wars over little crap like a text editor is the reason average people don't even consider linux.

[–] psud@aussie.zone 1 points 3 hours ago

Nano is fine for editing, fine for working with configuration files. It only fails when you try to use it as a development editor

[–] Skullgrid@lemmy.world 4 points 4 days ago

I very rarely see people hate nano (except a few comments in this thread), and I always see nano recommended as the text editor when people give advice on doing things in the command line

[–] kkj@lemmy.dbzer0.com 2 points 4 days ago

I see vim preinstalled more than nano (e.g. in container images). I've been trying to convert to micro, though. It has better support for terminal emulators than nano.