I had a strange experience where my cable company's mobile app, which streams most channels, was missing audio on a few channels. After escalating the issue to an engineer, he finally got back to us and told us that if a username contained "ts" like mine did this issue would happen. After making a second username without that combination, all worked fine. I'd still like to know what logic in their application would g…
People with names that break computers
11–20 of 288 posts
Re: People with names that break computers
#12Little Bobby Tables https://xkcd.com/327/ (Edited)
Re: People with names that break computers
#13The first job I took in IT, after graduating with a liberal arts degree, was in software testing for a company that made point-of-sale systems. Only a month or two out of training I was given the task to test a name and address form. Knowing that quotes were special characters in databases, I tried entering something like O'Connell as a last name. Sure enough, the system broke. I remember filing a snarky bug report about how Irish and Arab people ought to be able to use the form.
My point is that testing for quotes and "Null" as a surname isn't some kind of esoteric science. What's wrong with people!
Re: People with names that break computers
#14I had a strange experience where my cable company's mobile app, which streams most channels, was missing audio on a few channels. After escalating the issue to an engineer, he finally got back to us and told us that if a username contained "ts" like mine did this issue would happen. After making a second username without that combination, all worked fine. I'd still like to know what logic in their application would g…
Re: People with names that break computers
#15Re: People with names that break computers
#16Re: People with names that break computers
#17I realize that the issue of names is complicated when you consider different practices the world over, but is there not some kind of RFC or other specification that people are supposed to follow? How can that be in 2016? The first job I took in IT, after graduating with a liberal arts degree, was in software testing for a company that made point-of-sale systems. Only a month or two out of training I was given the tas…
And don't get me started if your name can't be written in US-ASCII, i.e. if it has weird squiggles above or below the characters or if it's written in gasp cyrillic.
Re: People with names that break computers
#18Re: People with names that break computers
#19http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-b...
Re: People with names that break computers
#20In addition to the obligatory little Bobby Tables, this blog post describing the falsehoods programmers believe about names is informative and a must-read for anyone dealing with names in software: http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-b...