Zlib visualizer
lynn.github.io
Zlib visualizer
1–10 of 33 posts
Re: Zlib visualizer
#2Re: Zlib visualizer
#3Damn I tried the bee movie script, they got me.
Re: Zlib visualizer
#4I wonder if this can be blamed on the HN title auto-shortener or not...
Re: Zlib visualizer
#5Re: Zlib visualizer
#6s/Z-Lib/zlib/ I wonder if this can be blamed on the HN title auto-shortener or not...
Re: Zlib visualizer
#7Earlier quoted context omitted.
got how?
if you paste contents which contain a very particular string ("intends to sue the human race for stealing our honey"), the contents are replaced with the phrase "the bee movie script? really? how original"
https://github.com/lynn/flateview/blob/2668beaa5cc8cae387b6f...
Re: Zlib visualizer
#8Earlier quoted context omitted.
if you paste contents which contain a very particular string ("intends to sue the human race for stealing our honey"), the contents are replaced with the phrase "the bee movie script? really? how original"
Also got got. I assume the Bee Movie script is the first choice for a lot of people needing an ad-hoc big block of text. It also compresses pretty well. https://github.com/lynn/flateview/blob/2668beaa5cc8cae387b6f...
Re: Zlib visualizer
#91) The handling of dynamic blocks leaves something to be desired. The parameters are left mostly undecoded. It'd be really neat if the Huffman symbols were listed somewhere, rather than just being left implicit.
2) The visualization falls apart pretty badly for texts consisting of more than one block (which tends to happen around 32 KB) - symbols are still decoded, but references all show up blank.
Large inputs make the page hang for a bit, but that's probably pretty hard to avoid.
And as an enhancement: it'd be really cool if clicking on backreferences would jump to the text being referenced.
Re: Zlib visualizer
#10Earlier quoted context omitted.
Also got got. I assume the Bee Movie script is the first choice for a lot of people needing an ad-hoc big block of text. It also compresses pretty well. https://github.com/lynn/flateview/blob/2668beaa5cc8cae387b6f...
How is that a thing? Guess I shall go down the rabbit hole.