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
So excited!
Show HN: HN Avatars in 357 bytes
191–200 of 536 posts
Re: Show HN: HN Avatars in 357 bytes
#192Reply 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
#193Reply 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
#194Re: Show HN: HN Avatars in 357 bytes
#195Reply 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
#196Reply 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
#197Re: Show HN: HN Avatars in 357 bytes
#198Earlier quoted context omitted.
Does the canvas need to be created and removed as it comes in and out of view? Using requestAnimationFrame() might also further improve responsiveness.
Does the canvas need to be created and removed as it comes in and out of view? Not really. You could just create them and not bother removing them. You'd need to check if the user already had an avatar if you did that though, or you'd end up with lots of repeated avatars when you scroll up and down the page.
Could it be faster? Sure, but should it be faster? Not really, IMO, the avatars load very quick, even on a big page.
Re: Show HN: HN Avatars in 357 bytes
#199Reply 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
#200Reply 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