• magic_smoke@links.hackliberty.org
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    20
    ·
    edit-2
    3 months ago

    This seems like a regression. We use logs to tell us what’s wrong for a reason.

    Why would I want to scan a qr code on my phone to read shit on a tiny screen you could’ve just printed on the computers display?

    Also this is gonna play out great in secured environments where cameras are a no no.

    Leave shit like this to the fuckers with no taste at Microsoft. Kernel panics are supposed to be verbose.

    • mox@lemmy.sdf.orgOP
      link
      fedilink
      English
      arrow-up
      48
      ·
      3 months ago

      Why would I want to scan a qr code on my phone to read shit on a tiny screen you could’ve just printed on the computers display?

      Because getting it off your crashed computer’s display and into text format, so it can be grepped or posted in a bug report, is a cumbersome task. (OCR tools are not ubiquitous, convenient, or reliable.) And an impossible task when half the crash dump scrolled off the screen.

      Also this is gonna play out great in secured environments where cameras are a no no.

      It’s optional.

      Leave shit like this to the fuckers with no taste at Microsoft. Kernel panics are supposed to be verbose.

      That’s how I felt when the BSoD screen was introduced, but with this new way of using it to reliably deliver more information than ever before, it’s starting to look useful.

    • RmDebArc_5@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      ·
      3 months ago

      From the article:

      As kernel error messages can be quite lengthy especially if including a stack trace and at times not even fitting the contents within the screen, patches posted today allow for condensing kernel error messages into QR codes.

  • blayde@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    6
    ·
    3 months ago

    For anyone curious, the preview image contains this link

    The trace seems to be part of the request. It’s only using digits to encode; I wonder why not at least base64

    • lambalicious@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      3 months ago

      Potterdung’s hand in it probably. That said, it makes it much easier to extract information about an error condition on a machine you might not have keyboard access to… assuming you do have screen access to, tho.