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

  • boonhet@sopuli.xyz
    link
    fedilink
    arrow-up
    3
    ·
    24 hours ago

    Ah I meant the comment itself read like that.

    Especially the super strict line lengths. Claude Code does that, sometimes it seems like it has a strict 80 or whatever character limit per comment line

    • expr@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      22 hours ago

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

        • expr@programming.dev
          link
          fedilink
          arrow-up
          3
          ·
          16 hours 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.