Live data from Hacker News

Viewing profile — stgn

stgn

HN member
Joined
Thu, Sep 22, 2016, 4:01 PM UTC
HN karma
63
Public activity
3 items

About stgn

No profile information was provided.

Recent public activity

  1. comment
    Comment #47544096

    > so i wrote a gzip decompressor from scratch After skimming through the author's Rust code, it appears to be a fairly straightforward port of puff.c (included in the zlib source):…

  2. comment
    Comment #44390664

    > and it's too bad that JPEG-XL lacks such a filter JPEG XL has an edge-preserving filter ("EPF") for the purpose of reducing ringing.

  3. comment
    Comment #30743954

    One of the things I like about mitmproxy is how easy it is to develop and use addons. You just pass a script file to it. How would you achieve such painless extensibility if it wer…