It's amazing to watch systems do things as humans initially have intended, then see those system fail in the most spectacular ways, because the humans didn't think of every possible failure scenario. I've had great fun with my surname, which contains of two words and just a space in between. Lots of systems thought my "maiden name" was the first word and adressed me as Mrs. My wife has three first names, adopted my s…
When your last name is Null, nothing works
211–220 of 310 posts
Re: When your last name is Null, nothing works
#212And yet we screw up, collectively and individually, over and over again on the fundamentals of making good software that serves people, by making not-very-well-thought-out decisions.
Your surname is a word we decided should mean nothing/empty/unknown? Oh, we didn’t think about that. Um, can you just change it?
Re: When your last name is Null, nothing works
#213Earlier quoted context omitted.
I anticipated twins with The school directory sync system I made for a small District (sub-5000 enrollment). I appended a random two digit number to first initial, last name (EAnderson96). So far none of the parents who have "weaponized"(1) the naming of their children have managed to break it since we brought it up in '99. (1) Hypothetical John Smith and his siblings Jane Smith, James Smith, Janet Smith, Jack Smith,…
I wonder if developers have a different naming convention for their children... Even on a subconscious level
Re: When your last name is Null, nothing works
#214Earlier quoted context omitted.
I love seeing what the apostrophe in my last name breaks when I sign up for services. Converting it to an HTML character entity is not really expected behaviour, but it was among the most amusing I’ve seen. O'Brien was it? Bonus points if you edit the profile and those are expanded too. Hello Mr. O'Brien.
I have an apostrophe too and it broke many websites. It was also a natural source of SQL injection detection. About 20 years ago, I was able to see a bit more than what I supposed to from the Ikea website. Nowadays, I see mostly encoding issues, especially in notification pop-ups.
Re: When your last name is Null, nothing works
#215It's amazing to watch systems do things as humans initially have intended, then see those system fail in the most spectacular ways, because the humans didn't think of every possible failure scenario. I've had great fun with my surname, which contains of two words and just a space in between. Lots of systems thought my "maiden name" was the first word and adressed me as Mrs. My wife has three first names, adopted my s…
Re: When your last name is Null, nothing works
#216humans should come with a big UUID that is generated at a central database to keep out duplicate and then just a name without any last name for social connections. this would also solve discrimination on many levels. would be a nightmare for privacy and tracking but we are all being tracked anyway.
So if we assume everyone is born in a room with an address everyone could have a uuid like xxxx-yyyy-zzzz where xxxx is the postcode/zip code of the address, yyyy is the room number (only needs to be unique at the address) and zzzz is the time (only needs to be unique in the room, so local time is fine). This is similar to the uuid v1 scheme.
Re: When your last name is Null, nothing works
#217This is hilarious: Even those without the last name Null are finding themselves caught in the void. Joseph Tartaro got a license plate with the word “NULL” on it nearly 10 years ago. The 36-year-old security auditor thought it would be funny to drive around with the symbol for an empty value. Maybe a police officer who tried to give him a ticket would end up writing null into the system and not be able to process it,…
I had this problem a few years ago when I got a similar license plate — every time somebody wrote NOPLATE in the license field, I received their citation.
My state eventually "fixed" this by blocking all citations written NOPLATE... which means I don't even get legitimate [i.e. my vehicle illegally parked] fines anymore =P
Re: When your last name is Null, nothing works
#218Re: When your last name is Null, nothing works
#219I have a space in my last name - no problems so far. My email is root@... (thank you Neil Stephenson for the idea) that is rejected sometimes.
Re: When your last name is Null, nothing works
#220Earlier quoted context omitted.
I set-up a directory system for a small school. The students logins were a combination or initials and date of birth. When I created the scheme I knew that a set of twins would break the system. Somewhere between 3 and 5 years we finally got a set of twins that needed to modify the system. I called them to my office and found out which one came out first and appended 1 their usernames and 2.
I’m a twin and my parents never told us who was ‘first’.