Compression of random binary data

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue Oct 24 04:43:07 EDT 2017


danceswithnumbers at gmail.com wrote:
> 
> My 8 year old can decode this back into base 10,

Keep in mind that your 8 year old has more information
than just the 32 bits you wrote down -- he can also
see that there *are* 32 bits and no more. That's
hidden information that you're not counting.

-- 
Greg



More information about the Python-list mailing list