People do no have names that break computers. Programmers believe they have certain structures when they don't then his or her code fails. http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-b...
People with names that break computers
31–40 of 288 posts
Re: People with names that break computers
#32Re: People with names that break computers
#33Re: People with names that break computers
#34Air Canada and several other airlines have for several years been unable to read my passport on the automated check in because I have a suffix in my name (II). I am told that "this happens with everyone who has a suffix", which just boggles my mind.
Re: People with names that break computers
#35How is Null as a name a problem? Null value and null string are different.
http://stackoverflow.com/questions/4456438/how-do-i-correctl...
Re: People with names that break computers
#36I have a coworker whose last name is Corp. He was unable to create a Google+ account for a couple years and had a bit of difficulty with his Facebook account because they assumed he was a business.
Re: People with names that break computers
#37I have a first name composed of two names, and one of them with an acute accent. This is enough to cause some of my credit cards to be printed with a repeated name because they assume my "second first name" to be a middle name too. The acute accent results in encoding problems once in a while. But nothing compares the problems that people with names longer than 30 characters have to face. Creating a SSN card, or driv…
And if you are naming kids and want to save them a lot of bureaucracy in their lives, give them short names. I think it depends. Sometimes it's helpful to give them names that are just long enough to make their identities unique, so when they apply for police clearances, for example, they are not mistaken for similarly-named people with criminal records, or even nasty reputations.
Re: People with names that break computers
#38Re: People with names that break computers
#39Re: People with names that break computers
#40People do no have names that break computers. Programmers believe they have certain structures when they don't then his or her code fails. http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-b...
For what it's worth, programmers do not have the tools to perfectly handle the complexity of human language. It's a hard problem.