https://github.com/philipl/pifs/blob/fded8bf7b8f4fc64233e37b...
πFS
91–100 of 224 posts
Re: πFS
#92Re: πFS
#93Re: πFS
#943._1_415926535897932384626433832795_0_288419716939
Re: πFS
#95Re: πFS
#96conjectured
Glad to see one of my pet points of pedantry come up. No non-constructed irrational number has never been proven to be normal or disjunctive.
Re: πFS
#97This is probably a dumb question, but do we actually know that pi has an infinite number of decimal digits or are we assuming that it does because we haven’t developed a sufficiently powerful computer to calculate the last digit of pi? I’m guessing this is something that could be formally proven?
Here is a one page proof that pi is irrational - https://heuklyd.github.io/papers/pdf/Niven-1947.pdf
Re: πFS
#98Looked at the repo but it says NOTHING about what value this project offers. I mean, I get that it's "fun" to store information within the digits of pi. But is this just amusement, or is there a value prop for production use here? (Speaking as a math major, by the way. I'm sympathetic to the cause.)
This project makes clear the counter-argument: the input that gets you the file out of π is a badly compressed version of the file.
Re: πFS
#99It is worth noting that as the length of data increases it becomes extremely unlikely that the index and length of the sequence within pi would actually be smaller than the data.
Re: πFS
#100Reminds me of when I tried to use the library of babel as a data compression tool. It led me down a fun rabbit hole and was my first introduction to information theory. The conclusion being that you basically need the same amount of data to represent the address of your data as the data itself, so it's not really effective at compression, just a fun thought experiment. The cool part of this in modern times is that LL…