• Sailor Sega Saturn
    link
    English
    20
    edit-2
    3 months ago

    Senior software engineer programmer here. I have had to tell coworkers “don’t trust anything chat-gpt tells you about text encoding” after it made something up about text encoding.

    • @froztbyte
      link
      English
      113 months ago

      ah but did you tell them in CP437 or something fancy (like any text encoding after 1996)? 🤨🤨🥹

      • Sailor Sega Saturn
        link
        English
        143 months ago

        Sadly all my best text encoding stories would make me identifiable to coworkers so I can’t share them here. Because there’s been some funny stuff over the years. Wait where did I go wrong that I have multiple text encoding stories?

        That said I mostly just deal with normal stuff like UTF-8, UTF-16, Latin1, and ASCII.

        • @flowerysong
          link
          English
          93 months ago

          My favourite was a junior dev who was like, “when I read from this input file the data is weirdly mangled and unreadable so as the first processing step I’ll just remove all null bytes, which seems to leave me with ASCII text.”

          (It was UTF-16.)