I have two middle names, and it amazes me how many digital systems cannot handle this in 2025. I have yet to find a bank that supports spaces in your middle name, and multiple airlines have decided to just concatenate my middle names together.
When your last name is Null, nothing works
161–170 of 310 posts
Re: When your last name is Null, nothing works
#162This 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,…
IIRC the court told him the only way that he'd be able to stop getting other people's tickets in the mail would be to get a new plate. Otherwise he'd have to keep coming back to court to get them thrown out.
Re: When your last name is Null, nothing works
#163I think we should all embrace a future where legal names are just straight up binary streams. I can finally realize my true potential and be recognized as Mr. “:100 emoji:(Unicode zero-width joiner):fire emoji:(null character)(base64 encoding of a QR code that links to a website with a photo of my face),(vcard data, recursively referencing this last name somehow)”
Re: When your last name is Null, nothing works
#164I eventually got an email from an engineer asking if I could remove it. They apparently had been working for a few days to try to add unicode support to their internal database and it wasn't going so well.
Re: When your last name is Null, nothing works
#165Who's checking if a string matches "null" rather than is null!?
There’s a few condescending answers here. You will find this more common in weakly typed languages like PHP and VB and maaaaaybe JavaScript, where null == “null” will probably evaluate to true.
if ("null" == null) { echo "true"; } else { echo "false"; }
prints "false"
Re: When your last name is Null, nothing works
#166This happened to a kid in my high school. Last name null, broke the system they used to print report cards.
Re: When your last name is Null, nothing works
#167My email is root@... (thank you Neil Stephenson for the idea) that is rejected sometimes.
Re: When your last name is Null, nothing works
#168My name, Ĝonatano, contains a ĝ, which is an uncommon letter outside of my language, Esperanto. But when I go to set my username to "ĝonatano," I'm often told that usernames "may only contain letters or underscores," as if ĝ weren't a letter. (You can see that I've approximated it in my HN username, but I don't need to do that on web services that correctly understand that letters exist outside of ASCII and Latin-1.)
Are you a native speaker of Esperanto?
Re: When your last name is Null, nothing works
#169Earlier quoted context omitted.
If your full name is John Charles Paul Jacob Smith, then by definition the middle name is "Paul" right?
So with even number of names there would be no middle name at all? :)
Re: When your last name is Null, nothing works
#170My name, Ĝonatano, contains a ĝ, which is an uncommon letter outside of my language, Esperanto. But when I go to set my username to "ĝonatano," I'm often told that usernames "may only contain letters or underscores," as if ĝ weren't a letter. (You can see that I've approximated it in my HN username, but I don't need to do that on web services that correctly understand that letters exist outside of ASCII and Latin-1.)
When I do a Ctrl+F search for “Gonatano” one of the search results is the actual name as typed with the circumflex. I think that is kind of a handy feature of the browser I’m using but at the same time it is sort of weird since it technically is not the same name without the circumflex, right? Also not all database systems would think the non-circumflex version is equivalent to the circumflex version. Does anyone hav…
Firefox has a "Match Diacritics" checkbox right next to the "Match Case" box when you ctrl+F so you can configure as desired.