It will also look crisp on my normal-resolution display. This website's font is too small for me so I always open it in 150%.
Me too. Doesn't it drive you nuts when some sites don't let you resize fonts? Specifically, look at the Facebook comments on Techcrunch. I can zoom in all I want (command-+) but the comments-font stays tiny. My eyes are bad.
HN: Please replace grayarrow.gif with Unicode character ▲
11–20 of 190 posts
Re: HN: Please replace grayarrow.gif with Unicode character ▲
#12Huh, I didn't know Arc was that good at Unicode. It even renders the flip table emoticon.
So it does. This may or may not be a good thing.
Re: HN: Please replace grayarrow.gif with Unicode character ▲
#13Re: HN: Please replace grayarrow.gif with Unicode character ▲
#14It will also look crisp on my normal-resolution display. This website's font is too small for me so I always open it in 150%.
Me too. Doesn't it drive you nuts when some sites don't let you resize fonts? Specifically, look at the Facebook comments on Techcrunch. I can zoom in all I want (command-+) but the comments-font stays tiny. My eyes are bad.
Re: HN: Please replace grayarrow.gif with Unicode character ▲
#15Huh, I didn't know Arc was that good at Unicode. It even renders the flip table emoticon.
(╯ಠ益ಠ)╯︵ ┻━┻ So it does. This may or may not be a good thing.
┬──┬◡ノ(° -°ノ)
Re: HN: Please replace grayarrow.gif with Unicode character ▲
#16Or go contentless via CSS triangles: http://css-tricks.com/snippets/css/css-triangle/
Re: HN: Please replace grayarrow.gif with Unicode character ▲
#17Re: HN: Please replace grayarrow.gif with Unicode character ▲
#18Re: HN: Please replace grayarrow.gif with Unicode character ▲
#19Re: HN: Please replace grayarrow.gif with Unicode character ▲
#20Yes, this. It will also make the pages render faster. On the homepage alone there are 30 instances of grayarrow.gif.
The image is only loaded once and does not block anything (in fact it's loaded in parallel with — and the same size as — the orange Y logo at the top-left, and the tracking gif). Furthermore the images on YC have extremely low dynamicity and size, so there's little chance they'll be evicted from the browser's cache (short of a manual cache clear), so their 100 bytes will only be loaded once the first time ever you vi…
There's no Expires header being set, so your browser is not caching these images. A full roundtrip to the HN server to get back the "content hasn't changed" status code (304) is required for each.