It’s not wrong that (for HN) “[facepalm emoji]”.length == 36
1–10 of 62 posts
Re: It’s not wrong that (for HN) “[facepalm emoji]”.length == 36
#2It’s Not Wrong that (for HN) “[facepalm emoji]”.length == 36
Or some alternative if the above is too long, like:
“[facepalm emoji]”.length == 36
Both seem more accurate than the current:
It’s Not Wrong that (for HN) “ ”.length == 36
Re: It’s not wrong that (for HN) “[facepalm emoji]”.length == 36
#3Heh. In my code, I always (idiosyncratically, I admit) spell '\x20' as '\x20' (or even just as 0x20, if it's C), unless it's a part of a multicharacter string e.g. "Hello world!": it just feels wrong to have an empty space inside single quotes. Is it really just U+0020 in there? Is it supposed to be U+0020 there? Silly worries, I know, but I just don't like the way ' ' looks.
Re: It’s not wrong that (for HN) “[facepalm emoji]”.length == 36
#4Perhaps the title should be changed to: It’s Not Wrong that (for HN) “[facepalm emoji]”.length == 36 Or some alternative if the above is too long, like: “[facepalm emoji]”.length == 36 Both seem more accurate than the current: It’s Not Wrong that (for HN) “ ”.length == 36
Re: It’s not wrong that (for HN) “[facepalm emoji]”.length == 36
#5> " ".length == 36 Heh. In my code, I always (idiosyncratically, I admit) spell '\x20' as '\x20' (or even just as 0x20, if it's C), unless it's a part of a multicharacter string e.g. "Hello world!": it just feels wrong to have an empty space inside single quotes. Is it really just U+0020 in there? Is it supposed to be U+0020 there? Silly worries, I know, but I just don't like the way ' ' looks.
Re: It’s not wrong that (for HN) “[facepalm emoji]”.length == 36
#6> " ".length == 36 Heh. In my code, I always (idiosyncratically, I admit) spell '\x20' as '\x20' (or even just as 0x20, if it's C), unless it's a part of a multicharacter string e.g. "Hello world!": it just feels wrong to have an empty space inside single quotes. Is it really just U+0020 in there? Is it supposed to be U+0020 there? Silly worries, I know, but I just don't like the way ' ' looks.
You should read the article...
Re: It’s not wrong that (for HN) “[facepalm emoji]”.length == 36
#7> " ".length == 36 Heh. In my code, I always (idiosyncratically, I admit) spell '\x20' as '\x20' (or even just as 0x20, if it's C), unless it's a part of a multicharacter string e.g. "Hello world!": it just feels wrong to have an empty space inside single quotes. Is it really just U+0020 in there? Is it supposed to be U+0020 there? Silly worries, I know, but I just don't like the way ' ' looks.
Re: It’s not wrong that (for HN) “[facepalm emoji]”.length == 36
#8> " ".length == 36 Heh. In my code, I always (idiosyncratically, I admit) spell '\x20' as '\x20' (or even just as 0x20, if it's C), unless it's a part of a multicharacter string e.g. "Hello world!": it just feels wrong to have an empty space inside single quotes. Is it really just U+0020 in there? Is it supposed to be U+0020 there? Silly worries, I know, but I just don't like the way ' ' looks.
Re: It’s not wrong that (for HN) “[facepalm emoji]”.length == 36
#9Also I’m not even sure it was a good idea to put them in text. Emojis are a special case that breaks a lot. Now you have to worry about multiple colors, etc.
Re: It’s not wrong that (for HN) “[facepalm emoji]”.length == 36
#10Perhaps the title should be changed to: It’s Not Wrong that (for HN) “[facepalm emoji]”.length == 36 Or some alternative if the above is too long, like: “[facepalm emoji]”.length == 36 Both seem more accurate than the current: It’s Not Wrong that (for HN) “ ”.length == 36