Hacker News new | ask | show | jobs
by ben174 3269 days ago
Thank you. I was going crazy trying to think of what the contents of that 42 bytes would have been.
1 comments

Without any headers, metadata or padding and using RLE one byte for 0 and 8 bytes for the number of zeroes: 10^15 will easily fit 9 bytes and can be used to generate a file filled with one petabyte of zeroes.
Well, yes, but that's not ZIP encoding.