The thesis of this post is roughly that nano, when configured, is enough of an editor for the author. Which is totally fine! People should be happy with their tools and not feel pressured by popularity to use what others use (vim, emacs being prime competitors in this case). Alas, nano (and pico before it) have a certain stigma among more "experienced" Unix users that more or less boils down to gatekeeping and snobbe…
It’s not really gatekeeping or snobbery to say that knowing vim is more useful simply because I can log into any Linux machine on the planet and edit a text file without having to install an editor.
GNU nano is my editor of choice
41–50 of 236 posts
Re: GNU nano is my editor of choice
#42Earlier quoted context omitted.
It’s not really gatekeeping or snobbery to say that knowing vim is more useful simply because I can log into any Linux machine on the planet and edit a text file without having to install an editor.
Is installing an editor really such a hardship?
Re: GNU nano is my editor of choice
#43I think I'm getting enough of these editor posts. It's just a tool and I'd rather see more language war posts.
Re: GNU nano is my editor of choice
#44Re: GNU nano is my editor of choice
#45Earlier quoted context omitted.
It’s not really gatekeeping or snobbery to say that knowing vim is more useful simply because I can log into any Linux machine on the planet and edit a text file without having to install an editor.
this is less true these days w/ slim docker images that don't include any editors by default
Re: GNU nano is my editor of choice
#46Earlier quoted context omitted.
It’s not really gatekeeping or snobbery to say that knowing vim is more useful simply because I can log into any Linux machine on the planet and edit a text file without having to install an editor.
Is installing an editor really such a hardship?
(Add to that communicating with a guy on-site over notepad.exe. Mr. Robot vibes.)
Re: GNU nano is my editor of choice
#47nano was my cli editor of choice because I was overwhelmed by vim. For years I felt subpar and thought that I should learn using vim. I'm using vim for some years now but I don't really make much use of it's features, maybe an occasional cut and paste, which probably can easily be done with nano too.
Re: GNU nano is my editor of choice
#48> The vim vs emacs flame war I doubt that there is any ongoing vim vs. emacs flamewar. Most people are probably arguing about VSCode vs. JetBrains these days. My impression as an Emacs user is that if someone says they use Vim, I think "hey, one of us". (nano I guess falls into that category, but I bet nano users are missing out on some timesaving innovations from the last few years, and nothing frustrates me more th…
Re: GNU nano is my editor of choice
#49Re: GNU nano is my editor of choice
#50Earlier quoted context omitted.
Doesn’t POSIX designate vi as a requirement? https://ieeexplore.ieee.org/document/6880751
POSIX doesn't say anything about containers.
Like if you removed the “cd” command or the ability to read environment variables. “Containers” is any definition you want, but surely they’re built to some standard.
PS: I do make “from scratch” images a lot, I know you don’t “need” to have any utilities at all, but I’m fairly certain that a lot of software expects the “OS” to be POSIX.