Show HN: HN Avatars in 357 bytes
91–100 of 536 posts
Re: Show HN: HN Avatars in 357 bytes
#92Re: Show HN: HN Avatars in 357 bytes
#93Reply 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
Re: Show HN: HN Avatars in 357 bytes
#94Earlier quoted context omitted.
Point of information: the ;void(0); isn’t necessary here because the code ends in a for loop, which produces undefined. (For anyone who doesn’t know about the meaning of void in JavaScript: it’s a unary operator that ignores its operand and produces undefined . What is commonly spelled `void(0)` is briefer as `void 0`. Why don’t people just write `undefined`? For some, because it’s shorter, but mostly for historical…
It wasn't actually working for me; it was returning 0 actually. But yeah, this is a good point as well. :D
I retract the first paragraph of my earlier comment with an apology.
Re: Show HN: HN Avatars in 357 bytes
#95Re: Show HN: HN Avatars in 357 bytes
#96Cool! Just commenting to see what I've got xD
Re: Show HN: HN Avatars in 357 bytes
#97Reply 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
Re: Show HN: HN Avatars in 357 bytes
#98Re: Show HN: HN Avatars in 357 bytes
#99An unkown person asks you to inject code in your browser. Sorry folks, but this should be a red flag for all of you. I guess you all know enough about obfuscation to know that what you think the code does is not always what the code does. "But it has upvotes!" For all you know, the script could upvote this post.