I know it was meant as a bit of a goof, but i always thought that the "look up the file in pi!" idea was a clever way of doing compression[1], exploiting the fact that pi is normal and thus any given sequence of numbers will happen <i>eventually</i>, meaning that any given <i>file</i> that could possibly exist will show up eventually. Using this, you could theoretically just store two numbers to compress <i>anything</i>, a beginning point and an end point for its position in pi.<p>I'm aware this would be unbearably slow and the numbers to store really big files might end up taking more memory than LZMA, so I don't need a lecture about it, I just thought it was an interesting idea.<p>[1] <a href="https://github.com/philipl/pifs" rel="nofollow">https://github.com/philipl/pifs</a>