this post was submitted on 12 Mar 2024
1089 points (96.7% liked)

Programmer Humor

38220 readers
43 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] tsonfeir@lemm.ee 27 points 2 years ago (4 children)

nano is better than vi, change my mind.

[–] ichbinjasokreativ@lemmy.world 15 points 2 years ago (2 children)
[–] billgamesh@lemmy.ml 3 points 2 years ago

sam > vi > nano > vim > emacs ed is the standard editor

[–] firefly@neon.nightbulb.net 0 points 2 years ago (1 children)

@tsonfeir@lemm.ee

kakoune

$ sudo apt-get install kakoune

CTRL+ALT+T || ALT+T || F4

$ kak

$ PROFIT!

[–] TheGalacticVoid@lemm.ee 9 points 2 years ago (2 children)

There's nothing to change. Nano is better designed, but vi is a more powerful tool.

[–] andallthat@lemmy.world 6 points 2 years ago (2 children)

Nah, micro is the superior option! 😜

[–] jelloeater85@lemmy.world 2 points 2 years ago

Micro gang rise up!

[–] scratchandgame@lemmy.ml 6 points 2 years ago* (last edited 2 years ago) (2 children)

Why we have to care much about software usage. This is the current issue of linux communities, which decrease user qualities.

Our enemy Microsoft and other "big tech" laugh people like these. They are using linux just like they use windows, even bring the bad, flawed windows culture to linux.

Don't let the enemy to laugh at us.

[–] marcos@lemmy.world 8 points 2 years ago (2 children)

even bring the bad, flawed windows culture to linux

Infighting is on the Unix culture since it left the Bell Labs. Or maybe even sooner.

But the only real enemy of that set is NVidia.

[–] firefly@neon.nightbulb.net 4 points 2 years ago (1 children)

@scratchandgame@lemmy.ml

Linux is just a tool, like a hammer or a 3-d printer. Getting dander up over someone's choice of tool is wasted energy.

[–] scratchandgame@lemmy.ml 1 points 2 years ago (1 children)

But the only real enemy of that set is NVidia.

The only?

(Windows user that switch to linux and then say: we only need partition for / and /home are also enemies. Windows user that have switch to linux and use root for every task are enemies.)

[–] marcos@lemmy.world 3 points 2 years ago (1 children)

Are those ex-Windows users slowing you down in any way?

And anyway, if you are talking about desktops, I've been using only / and /home for about 20 years since I noticed that /boot and /var didn't bring me any value for a really long time. I'm currently wondering if I shouldn't ditch /home.

[–] scratchandgame@lemmy.ml 2 points 2 years ago (1 children)
[–] marcos@lemmy.world 0 points 2 years ago (1 children)

Wow, I can't believe I'm reading that first point from a 2018 comment. I'd mock it if it was in 2006.

You should have backups. Not hedge against 1 in 10 million error conditions.

The second one is a huge bother in desktops. I never not regretted trying it.

The third one is a complete non-problem.

[–] scratchandgame@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

You should have backups. Not hedge against 1 in 10 million error conditions.

if a partition isn't actively written to, it's less likely to suffer damage

The second one is a huge bother in desktops. I never not regretted trying it.

ok

The third one is a complete non-problem.

This is only a problem with OpenBSD. They never encourage using a huge single root partition, and never test it.

It have an asterisk, not a -

[–] tsonfeir@lemm.ee 1 points 2 years ago
[–] dan@upvote.au 2 points 2 years ago* (last edited 2 years ago) (1 children)

I've known some fantastic developers that used Nano as their primary editor. It supports syntax highlighting, linting, and bracket matching (jumping to the matching opening bracket when a closing one is selected, and vice versa), which is enough for some people.

Sure, it's no micro, but it's already installed practically everywhere.