Live data from Hacker News

Viewing profile — ccgus

ccgus

HN member
Joined
Sat, Jan 29, 2011, 5:42 AM UTC
HN karma
42
Public activity
11 items

About ccgus

No profile information was provided.

Recent public activity

  1. comment
    Comment #46404623

    > What's Really Happening > (1) The PNG contains an embedded ICC color profile* (likely Display-P3 or another wide-gamut color space), Why didn't you check? From what I can tell wh…

  2. comment
    Comment #27386031

    There's no JIT for WebAssembly on iOS (at least last time I looked last year), so it's going to be much slower than it could otherwise be.

  3. comment
    Comment #24318183

    Make sure to send me the images that crashed it (support at flyingmeat.com)! I'd love to get that fixed, as I'm not aware of any cases right now where this happens.

  4. comment
    Comment #14295466

    A cordite stone will work well against the broiler. But as with any stone, you're going to want to hit it up slowly to reduce breakage. I'd recommend at least 40m heat up to whatev…

  5. comment
    Comment #14295442

    It doesn't have to be a WFO (wood fired oven), but you will get slightly different results depending on wood/gas/electric. I used to have a WFO, but after I moved houses I've switc…

  6. comment
    Comment #14294596

    I 100% endorse these recommendations (I say this as someone who makes 3-6 pizzas a weekend, with an oven that does 900+ degrees as well). I'll also put in a little plug for my doug…

  7. comment
    Comment #8187353

    The towns around Seattle are also building up quite a bit, unlike around SF where a lot of places just refuse to.

  8. comment
    Comment #7797442

    You're aware of the application_id pragma? That's what this guy was created for: http://www.sqlite.org/pragma.html#pragma_application_id

  9. comment
    Comment #5659635

    One of the reasons it's slow is because CG bitmap contexts are pre-multiplied, but the Canvas spec requires things to be not-premultiplied, so there's a bit of extra math that need…

  10. comment
    Comment #4040842

    Looks like this is from The Architecture of Open Source Applications: http://www.aosabook.org/en/llvm.html There's some other good stuff (and a book) on the site as well.

  11. comment
    Comment #3160561

    And it makes you wonder why AppCode isn't written in AppCode. At least the Xcode engineers use Xcode to write it…