99
Visor Is a New Graphical UEFI Boot Manager for Linux
(linuxiac.com)
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
I personally format all comments to 80 (using vim's
gwcommand) and never touch LLMs.Why 80? It feels so restricted to have that short line.
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.