• rtxn@lemmy.worldM
      link
      fedilink
      arrow-up
      128
      ·
      8 months ago

      Most people were conditioned by more “user-friendly” systems to ignore the content of error messages because only an expert can make sense of “Error: 0x8000000F Unknown Error”. So they don’t even try, and that’s how they put themselves in a Yes, do as I say! situation.

      • Boomer Humor Doomergod@lemmy.world
        link
        fedilink
        English
        arrow-up
        63
        ·
        8 months ago

        It’s not even obscure, context dependent errors. I’ve had many professional system administrators not understand what “connection was closed by peer” meant.

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

          In the admins defense. “Closed by peer” can indicate everything from a safe closure to an unsafe closure to a server connection terminating which causes the peer to terminate.

          Like that’s a fair point of confusion.

          What bugs me is when the error says something stupid specific and obvious such as JavaScript heap out of memory or dd: error writing *pathname*: No space left on device

      • A_norny_mousse@feddit.org
        link
        fedilink
        arrow-up
        12
        ·
        8 months ago

        But most error messages are in plain English first (plus some numbers and codes).
        No, they see white (gray actually) blocky text on a black background, they think the machine is broken and go into panic mode. Instead of reading.
        Which is kinda what you said.

    • croizat@lemmy.ml
      link
      fedilink
      arrow-up
      6
      ·
      8 months ago

      And because people don’t read error messages, many applications/sites/etc don’t even put them, or if they do they either don’t have any public facing documentation to actually figure out what that code means, or they do and it might as well be nothing

    • alecsargent@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      People who don’t read error messages or do not take the time to see what is going on and just come to the technician/mechanic/doctor saying “it doesn’t work” or some half-assed hypothesis piss me off so bad.

      I know that at some point we all do a little of this in our lifes, but some people don’t seem to be able to read one goddamn paragraph ever.

      • faythofdragons@slrpnk.net
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 months ago

        To be fair, techs don’t usually talk to the people who can read, so they’re only ever going to see idiots. There are competent people in the world, they’ll just never need your help, so you don’t see them.

        Last time I called tech support, it was for a Dell, and I interrupted their speech to tell them I already looked up the diagnostic. They asked which numbers were lit on the error panel to confirm I had the right diagnostic, and passed me directly to who I needed to talk to. I only called tech support because the cpu socket died and I was putting in a warranty claim, otherwise they would have never even heard from me because I could just install a new motherboard myself.

        edit: speeling

        • mere@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          THIS. The people who actually read the error messages aren’t going to stop there, they’re going to look up said error message, find a solution on their own, and continue with their day without having to interact with another human.

      • Elvith Ma'for@feddit.org
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        but some people don’t seem to be able to read one goddamn paragraph ever.

        I had a problem with my car. It felt strange while driving. Made some unusual noise. Then a bit later the motor warning light came on.

        I went to the garage, told them about the warning light and what I noticed the time before, what I suspected and such. A short while after the mechanic came to me and asked for a few details, as my description “wasn’t helpful” and the repair would be much faster with more details that told them where to look etc. Turns out the guy who checked in my car only noted “a warning light is on” and nothing else of my ramblings.

        So sometimes it’s also paying attention to what might be important and relaying information.

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

      that’s why any manual worth their salt has a “quick start” section at the beginning (I say this knowing most man pages fail at this or put it at the end which is super unhelpful)

      Just give me common uses and flags, you can have your more indepth stuff at the end