this post was submitted on 15 Jul 2026
121 points (96.9% liked)

Linux

14319 readers
309 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
 

This looks interesting. It's very new, so it will likely be a while before any OS would adopt it, but it definitely shows promise of a possible alternative to grub down the road

you are viewing a single comment's thread
view the rest of the comments
[–] expr@programming.dev 5 points 1 day ago* (last edited 1 day ago) (1 children)

I personally format all comments to 80 (using vim's gw command) and never touch LLMs.

[–] NanoooK@sh.itjust.works 2 points 1 day ago (1 children)

Why 80? It feels so restricted to have that short line.

[–] expr@programming.dev 3 points 1 day ago

Because long lines are bad for splits and/or vertical monitors. You don't know the viewport the code will be read in, so keeping to a conservative width is helpful. If things wrap or require scrolling, that's a lot worse for legibility, whereas having lines limited to 80 has minimal impact on legibility.