Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stgn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
stgn
6mo ago
> 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): https://github.com/madler/zlib
2.
▲
by
stgn
1y ago
> 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.
▲
by
stgn
4y ago
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 were written in Go?