Viewing profile — jrmuizel
jrmuizel
HN member- Joined
- Mon, Jan 10, 2011, 3:51 PM UTC
- HN karma
- 17
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About jrmuizel
No profile information was provided.
Recent public activity
-
comment
Comment #4239321
The rasterization of the Unicode character will be cached in the glyph cache just like the rest of the glyphs, so the GIF is not really any cheaper.
-
comment
Comment #4083769
(x+1)>>1 isn't equivalent to x/2. It gives the wrong result for positive numbers like (x=1). Compilers actually generate (x+(x>>31))>>1 for signed division by 2. Which on x86 is th…
-
comment
Comment #3480465
This performance claim doesn't seem to match the measurements others have done. For example, using the code from http://iq12.com/blog/as3-benchmark/ which I've put up here: http://…
-
comment
Comment #2789809
This works for me. What's read-only about the repositories that you get?
-
comment
Comment #2582933
My position isn't that there's "nothing wrong or unfixable about Jpeg" at all. There's lots wrong and fixable with JPEG. My problem with WebP is that it currently doesn't fix enoug…
-
comment
Comment #2582482
I'd like to respond to your criticism of my argument but I'm having trouble understanding it. As for my point about Facebook, I believe that they do care about the size of the imag…
-
comment
Comment #2561465
I can't reproduce this in Firefox 6