Hacker News new | ask | show | jobs
by danbruc 1030 days ago
This list would have been so much better with examples or a short explanation how or why the assumptions break in case it is not obvious. The author offers examples on demand [1] but while I would be interested to know them, it seems not important enough to bother the author. Maybe the author sees this comment and has some time to spare, then it could benefit everyone and not just one person asking.

[1] If you need examples of real names which disprove any of the above commonly held misconceptions, I will happily introduce you to several.

2 comments

I live in Japan (as does Kalzameus), my name will regularly cause problems in computer systems. In fact, quite often I'm not using my name but what I am called in Japanese, and even then it will often fail. Number 1 problem - not enough characters, because most Japanese people only use a few characters for their entire name, don't have middle names, and don't have spaces in their names. And that's just for starters. Should I use what I consider to be my name, my full name, the name on my passport or the name on my residence card…?

It's just not that hard to find problems with name inputs.

Do you have to enter your name in Romaji or Katakana in Japanese sites?
It depends but it's usually going to be katakana. Sometimes it would specify what's written on your passport, or residence card. I've even heard talk of using half-width characters, which, luckily, I've not had the misfortune to use yet.
Someone else decided to write a follow-up with examples: https://shinesolutions.com/2018/01/08/falsehoods-programmers...