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
[–] 5 points 1 month ago* (last edited 1 month ago) (1 child)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 1 month ago (1 child)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 1 month 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.

  • source
  • parent