Live data from Hacker News

Viewing profile — jrmuizel

jrmuizel

HN member
Joined
Mon, Jan 10, 2011, 3:51 PM UTC
HN karma
17
Public activity
7 items

About jrmuizel

No profile information was provided.

Recent public activity

  1. 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.

  2. 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…

  3. 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://…

  4. comment
    Comment #2789809

    This works for me. What's read-only about the repositories that you get?

  5. 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…

  6. 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…

  7. comment
    Comment #2561465

    I can't reproduce this in Firefox 6