The word, used by computer scientists to mean ‘no value,’ has created long-running challenges

  • einkorn@feddit.org
    link
    fedilink
    arrow-up
    92
    ·
    1 day ago

    When Your Last Name Is Null, Nothing Works

    No, when people DON’T PROPERLY SANITIZE THEIR USER INPUT, nothing works!!!

    Looks like little Bobby Tables has some extended family.

  • infeeeee@lemm.ee
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    1 day ago

    This topic pops up in random news sites like every 5 years, and usually the conclusion is people with these names have less and less problems, as systems evolve.

    Nowadays names which looks like some vulgar words cause more problems, it’s called the Scunthorpe problem from the city of Scunthorpe. As this is a shitty article, this actual problem is not even mentioned, classic.

    • y0kai@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      Lol one of the characters in my D&D group is named Farthard (pronounced Far-thard) and his steed is named Shithead (pronounced Sha-theed)

  • NABDad@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    ·
    1 day ago

    Representatives for the internet provider she had used in her old apartment initially told her they couldn’t cancel her account because there was no last name associated with it.

    She had been paying the company for months. She has since switched internet providers.

    Are people this silly? Just stop paying them. They’ll figure out how to cancel the account.

  • pHr34kY@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    edit-2
    1 day ago

    I’ve seen XML parsers that will convert element content from strings to native types by default. So “0” becomes an int, “true” becomes a boolean, and “null” becomes an actual null. I had to take extra steps to keep everything as a string unless explicitly told not to.

    JSON does not have this problem, BTW.

      • brian@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        9 hours ago

        json is fine as a serialization format for things that need to be text, but it’s not great as something that gets edited by hand.

        not that I enjoy xml, but writing long strings in json is even worse. xml I can write multiline strings as a first class entity.

        I can add a comment to an xml document, json I have to write something hacky like "//": "my comment" and hope whatever is consuming it doesn’t care.

        there’s just as many problems with json parsers, since most but not all of them treat numbers as js numbers, which are basically floats. you can’t rely on an arbitrary consumer having support to parse ints above a certain size so you just have to make everything a string and hope.

        json allows duplicate keys, but they get overridden by the last occurrence. you can’t round trip json without losing something. you can’t rely on just seeing a key value in json text and that being correct since there could be another later. doesn’t come up often but it’s there.

        • calcopiritus@lemmy.world
          link
          fedilink
          arrow-up
          6
          ·
          1 day ago

          I didn’t say that it’s not used. I say that you shouldn’t if you have the option.

          If the entire X world uses Y technology. You have no choice other than using Y technology.

  • remotelove@lemmy.ca
    link
    fedilink
    arrow-up
    30
    ·
    2 days ago

    Who the hell writes if 'null'? If it’s a thing, what language would interpret a string like that?

    • ursakhiin@beehaw.org
      link
      fedilink
      arrow-up
      4
      ·
      1 day ago

      I’d bet it’s less simple input sanitizing and more 2 mistakes made separately because they don’t know any better.

      1. The input field converting everything to a string indiscriminately
      2. Because they did 1, converting everything back to the assumed type

      If the front end Dev makes the first mistake, null would be sent in the body as “null”. Then on the backend, somebody might even be binding the variables correctly, but before hand realizing they have to deal with the market and rather than just have a conversation undoes it in their own code.

  • 0x0@programming.dev
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    1 day ago

    This seems to be old news, and paywalled.

    Edit: gee, thanks MSN. The article i’d read was about the license plate.

    Morgan Null, in black, with her parents and brother, all Nulls. lol

    Not that rare of a name apparently…

  • PhobosAnomaly@feddit.uk
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 day ago

    Taking the issue at face value, I wonder what Johnny Null’s workaround would be for his (or their) name?

    N’ull? Nul-l? \Null? Null? JohnnyN ull?