Live data from Hacker News

42.zip: A single 42,374-byte zip file that uncompresses to one million 4.5GB files (4.5PB)

unforgettable.dk

1–10 of 18 posts

Re: 42.zip: A single 42,374-byte zip file that uncompresses to one million 4.5GB files (4.5PB)

#3
post #2

Oh, so you have to recursively unzip for the full effect. I don't know of any tools that do that, although I wouldn't be surprised if virus scanners do it.

So ... email it? Maybe through GMail ?

Edit: tried it, GMail refuses the attachement, as the file contains an "executable" file. They took the easy way. Can't blame them though.

Re: 42.zip: A single 42,374-byte zip file that uncompresses to one million 4.5GB files (4.5PB)

#7
so what? fill in a 20gb file with zeros or f.i. in this case, the actual content of this 40kb file over and over, zip it, and you will get the same result on unzip.

DEFLATE is a way improved run-length encoding. Nothing productive though here... :)

Re: 42.zip: A single 42,374-byte zip file that uncompresses to one million 4.5GB files (4.5PB)

#9
Bad compression, I know a better one:

    while 1
        output "\x00"
Just few bytes for infinite effects :)

I guess that given the context it's a shame I can't share this article of mine: http://antirez.com/post/87 because it's in italian language but maybe there are more people able to read italian than I hope here.

Re: 42.zip: A single 42,374-byte zip file that uncompresses to one million 4.5GB files (4.5PB)

#10
post #9

Bad compression, I know a better one: while 1 output "\x00" Just few bytes for infinite effects :) I guess that given the context it's a shame I can't share this article of mine: http://antirez.com/post/87 because it's in italian language but maybe there are more people able to read italian than I hope here.

http://translate.google.com/translate?u=http%3A%2F%2Fantirez...
Post reply on HN