Live data from Hacker News

Viewing profile — JyrkiAlakuijala

JyrkiAlakuijala

HN member
Joined
Wed, Jun 29, 2016, 7:16 PM UTC
HN karma
1,173
Public activity
383 items

About JyrkiAlakuijala

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #48400935

    I made that AI rendering and consider it demonstrates the conceptual discussions we had likely better than what an actual whiteboard drawing would look like. An actual whiteboard d…

  3. comment
    Comment #48400674

    Parent comment says I should not be known and my picture should not be on the blog post. I just want to disagree with that. In my opinion JPEG XL is a notable success and it is als…

  4. comment
    Comment #48398884

    No it would not, qoi falls behind even my 2011 WebP lossless design. Also, it is not a competition for the shortest specification. If it was, still good. Jpeg xl spec is about half…

  5. comment
    Comment #48398849

    I wrote it, with some help from Gemini as my own English is clumsy and expensive to correct manually, and created the "photo" and the "chart". I am to blame. I thought the story of…

  6. comment
    Comment #48398781

    Thank you. Jpegli is still a hidden gem. People don't yet understand how great it is.

  7. comment
    Comment #48398759

    We (Google) built JPEG XL (together with Cloudinary). The main photography mode and the JPEG compatibility mode is from Google. Chrome decided not to be an early adopter for good r…

  8. comment
    Comment #48398684

    No, it is normal. Similarly Jon's blog post does not name any of us by name.

  9. comment
    Comment #48398624

    Two reasons: The people in the pic look more or less like our real ourselves. The synthesized photo shows the process of discussing highly conceptual approaches, which was our ever…

  10. comment
    Comment #48398586

    This was not a factor. It was either staging the photograph or AI. Photographing inside the office can be a complex process with seeking appropriate permissions, and I didn't have …

  11. comment
    Comment #48398515

    True, no one can understand my whiteboard drawings the next day, not even I.

  12. comment
    Comment #48398501

    This discussion happened in a chat window in reality, but is based on a real discussion between me and Luca, leading to reversing the order of "ac strategy" from splitting to joini…

  13. comment
    Comment #48398474

    I spent 10+ years in building JPEG XL and I'm proud of the result. It wasn't always easy times. It is not so bad people can see what I look like and take a peek what the process wa…

  14. comment
    Comment #46621116

    I designed the lossless format and its initial encoder. Zoltán Szabadka wrote the initial lossless decoder. On2 Technologies had designed the lossy format and its initial encoder/d…

  15. comment
    Comment #46614252

    Disclaimer: As a manager I led the JPEG XL design, implementation and standardization effort at Google, and as an IC I was responsible for lossy format, encoding heuristics and ima…

  16. comment
    Comment #46177033

    Thank you! I designed WebP lossless alone. The rest of the WebP folks added a RIFF header and an artificial size limitation (16383x16383) to match with the size limitation of lossy…

  17. comment
    Comment #46151624

    Not really. FLIF is too slow to decode, about 20x slower than WebP lossless. JPEG XL modular mode uses a similar static context modeling with WebP lossless and Brotli and likely LZ…

  18. comment
    Comment #46151573

    When I built WebP lossless format I kept testing design decisions against PNG. The average gain against my Internet PNG test corpus was 42 % and 26.5 % if I optimized the PNGs with…

  19. comment
    Comment #46110965

    the article includes test code and encoder code, that is not the way how we compute the decoder size the decoder is something around 30 kloc

  20. comment
    Comment #46110951

    This is some strange misinformation. The C++ JPEG XL decoder is ~30'000 lines, i.e., 3000x smaller than you claim. A non-multithreaded, non-simdified code would be much simpler, ar…

  21. comment
    Comment #46035945

    JPEG XL supports UltraHDR. JPEG XL's normal HDR capabilities were not harmed in the process when UltraHDR was added. It was added for reaching parity with JPEG1 and HEIF/AVIF for t…

  22. comment
    Comment #46035817

    Brotli decompresses 3-5x faster than LZMA2 and is within 0.6 % of the compression density, and much better for short documents. ZStandard decompresses ~2x faster than Brotli but is…

  23. comment
    Comment #46021697

    Would PDF 2.0 (which also depends JPEG XL and Brotli) put pressure on Firefox and Windows to add more easy to use support?

  24. comment
    Comment #45879297

    Zstd decompresses faster, perhaps 2x faster, but Brotli is fast enough. Often a little faster than gzip/deflate. Brotli can compress more because of context modeling, about 5% more…

  25. comment
    Comment #45776710

    The original JPEG XL requirements were relational colors, where colors are an issue external to the codec. I was able to sufficiently convince the rest of the jpeg committee that w…