Ask HN: Why the HN comment layout uses GIF elements?
I blocked all GIFs in uBlock Origin to save bandwidth (an exception filter at the bottom of this post):
.gif$domain
Surprisingly the Hacker News creates the comment layout with GIF images (and of the visible icons, the vote arrows are GIFs) — why this format specifically continues to be used for HN?---
.gif$domain=~ycombinator.com|
8 comments
[ 3.5 ms ] story [ 31.8 ms ] threadNothing necessarily in this case, I just assumed that a vector image format would be much smaller and obviously scales with the resolution (how much that matters for the arrows, I don't know).
I see, personally I'd prefer this for aesthetic reasons as well!
It works very well and is lightweight compared to most websites, but the layout code (nested tables, font tags, etc.) is still pretty inefficient for what it does.