Live data from Hacker News

Show HN: HN Avatars in 357 bytes

news.ycombinator.com

161–170 of 536 posts

Re: Show HN: HN Avatars in 357 bytes

#162

Reply here if you just want to see how your username looks like, so we avoid noise and keep that Show HN on the top. comments are really interesting

Checking.. huh, looks very different from most other generated avatars.. almost inverted from the look most of them have.

Re: Show HN: HN Avatars in 357 bytes

#170
post #38

Earlier quoted context omitted.

Doesn't UTF-8 just give you the exact same letters, since it's already ASCII?

I think it was meant to be UTF-8 escape codes, as in \u0000 etc.

Pedantry: These are really Unicode escape codes not UTF-8 escape codes, since they're codes for Unicode code points. You can write invalid UTF-16 with these escapes (because unlike UTF-8 the UTF-16 encoding actually borrows Unicode code points that are not scalar values, called the "surrogates") but I don't know what the standard says should happen if you do that.
Post reply on HN