Ask PG: Why are HN usernames inconsistently case-sensitive?
Why are HN usernames case-sensitive in some places but not others?
I ran across this because I am "Gertig" on HN but wish my name showed up as "gertig". A simple mistake made by signing up on an iPad which case corrected me without me realizing it, and not rectifiable since you cannot edit your username.
I recently tried browsing to news.ycombinator.com/user?id=gertig but the page says "No such user." So then I decided to try to create a new account as "gertig" but got an error saying that username already exists.
Just curious as to why the url doesn't redirect or handle gertig as Gertig if the username is considered to be the same name.
5 comments
[ 4.4 ms ] story [ 27.4 ms ] threadIdeally, 'too similar' would use some smart metric that knows that a l looks like an I or a 1, an O like a 0, etc.
It certainly should disregard letter casing, as humans are good at ignoring it, too.
You would still have to enter your exact username, though, as your username with a few changes could be closer to another username. For example, is Gertug a double typo for gertig or for GerdaG?
*Since Scheme, from which Arc, is derived is also case insensitive, I suspect the Arc is:
However, case insensitivity is not explicitly covered in the Arc tutorial. http://ycombinator.com/arc/tut.txt