Show HN: HN Avatars in 357 bytes
461–470 of 536 posts
Re: Show HN: HN Avatars in 357 bytes
#462Reply 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
Edit: aha, helicopter
Re: Show HN: HN Avatars in 357 bytes
#463This is fun. One suggestion.. rather than creating a canvas for each user using a querySelectorAll and a loop, I'd use an IntersectionObserver and only create the canvases as they scroll into view. That way the user's device won't need to create hundreds of elements when the code runs. let observer = new IntersectionObserver( (entries) => { entries.forEach((entry, i) => { if (entry.isIntersecting) { const p = 2; cons…
Re: Show HN: HN Avatars in 357 bytes
#464Reply 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
#465These are very cute, but I'm mildly annoyed that mine is basically invisible
https://commons.wikimedia.org/wiki/File:Praha,_Masarykovo_n%...
Re: Show HN: HN Avatars in 357 bytes
#466Reply 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
#467Re: Show HN: HN Avatars in 357 bytes
#468Reply 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
#469Reply 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