When I first installed Windows 7 like ten years ago, I entered my Russian name in Cyrillic. When I saw that the system created a directory with exactly that name under `C:\Users\` I immediately scanned the internet for a way to rename it and done just that. I don't want to know how much mess like that in a story I thus had successfully escaped. NB: the method is still the same, it's a second (not accepted) answer her…
This is sad though. You shouldn't have to change who you are for a computer program.
I couldn't debug the code because of my name
221–230 of 300 posts
Re: I couldn't debug the code because of my name
#222Fun fact: If you have the exclamation mark (!) in your Windows username, Java will think it's the jar separator and `getResourceAsStream` will refuse to work. This broke many people's Minecraft installation over the years. The bug in question [0] was reported in 2001 and remains unsolved 20 years later. [0] https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4523159
I find the very idea of putting an exclamation mark on one's username and not expecting eventual problems to be quite curious.
Re: I couldn't debug the code because of my name
#223Earlier quoted context omitted.
Has that reaction ever resulted in the other party fixing their system in a timely manner?
In my experience, never. You are considered the bug, not their system.
https://gdprhub.eu/index.php?title=Court_of_Appeal_of_Brusse...
Re: I couldn't debug the code because of my name
#224Fun fact: If you have the exclamation mark (!) in your Windows username, Java will think it's the jar separator and `getResourceAsStream` will refuse to work. This broke many people's Minecraft installation over the years. The bug in question [0] was reported in 2001 and remains unsolved 20 years later. [0] https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4523159
I find the very idea of putting an exclamation mark on one's username and not expecting eventual problems to be quite curious.
Re: I couldn't debug the code because of my name
#225Some years ago I used the + feature in my gmail address. e.g. myname+ycombinator@gmail.com to track down which service is giving away my email address. It happened more than once that I could not log in anymore at some point because they started to disallow the + character in email addresses. I also got phone calls from some companies complaining that i misspelled my email address because there was their company name…
Re: I couldn't debug the code because of my name
#226Using non-ascii characters in file paths, toolchain config files, and other non-display contexts is just asking for trouble, even if it is your name...
"Asking for trouble" is a key part of testing. My suggestion would be for a QA person to have their username (and root folder of the testable project) to start with a space, and be followed by an accented letter, tab-symbol, apostrophe, an emoji, followed by an unicode RTL control character and some Arabic text.
Re: I couldn't debug the code because of my name
#227Fun fact: If you have the exclamation mark (!) in your Windows username, Java will think it's the jar separator and `getResourceAsStream` will refuse to work. This broke many people's Minecraft installation over the years. The bug in question [0] was reported in 2001 and remains unsolved 20 years later. [0] https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4523159
I find the very idea of putting an exclamation mark on one's username and not expecting eventual problems to be quite curious.
https://shinesolutions.com/2018/01/08/falsehoods-programmers...
(but, in any case, this discussion here on HN https://news.ycombinator.com/item?id=18567548 provides some nuance)
Re: I couldn't debug the code because of my name
#228Fun fact: If you have the exclamation mark (!) in your Windows username, Java will think it's the jar separator and `getResourceAsStream` will refuse to work. This broke many people's Minecraft installation over the years. The bug in question [0] was reported in 2001 and remains unsolved 20 years later. [0] https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4523159
I find the very idea of putting an exclamation mark on one's username and not expecting eventual problems to be quite curious.
Re: I couldn't debug the code because of my name
#229Earlier quoted context omitted.
I used a system where the maximum length on the "new password" field in the change password form was longer than the password field in the login form. The symptom was that I could login if I used my password manager browser plugin, but not if I pasted it from my password manager.
You're lucky they weren't different lengths in the backend. I've been bitten by that surprise one too many times (which is any number higher than zero)
Nitpick: if the number is higher than one, then it's at least two times too many.
Re: I couldn't debug the code because of my name
#230Fun fact: If you have the exclamation mark (!) in your Windows username, Java will think it's the jar separator and `getResourceAsStream` will refuse to work. This broke many people's Minecraft installation over the years. The bug in question [0] was reported in 2001 and remains unsolved 20 years later. [0] https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4523159
I find the very idea of putting an exclamation mark on one's username and not expecting eventual problems to be quite curious.