Live data from Hacker News

πFS

github.com

21–30 of 224 posts

Re: πFS

#21
post #6

This is disturbing to realize that pi then contains all the past and future knowledge, including when I'll pass away.

The worst part is that it contains Star Wars 4-6 from an alternate timeline where Disney did a reboot casting Chris Pratt as Han Solo. (Fun fact: "Chrispratt" is an ancient Californian word that means "Joel McHale didn't want the role.")

Thank you for this Prattfall

Re: πFS

#22
post #10

I'm intrigued that π was capitalized to Π presumably automatically in the HN headline.

    jshell> "πfs".toUpperCase()
    $1 ==> "ΠFS"

    Welcome to Node.js v26.3.0.
    Type ".help" for more information.
    > "πfs".toUpperCase()
    'ΠFS'

    Python 3.14.5 (main, May 10 2026, 10:21:34) [Clang 21.0.0 (clang-2100.0.123.102)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> "πfs".upper()
    'ΠFS'

    echo 'πfs' | awk '{print toupper($0)}'
    ΠFS

Re: πFS

#23
post #14
post #11

This 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

It's amazing how inscrutable calculus can be when you return to reading it after not doing so for a period of time, much like lisp or forth. I don't think I've actually done an integral or taken a derivative in years. I can see the elegance of that proof but I'll be damned if I can actually follow the mathematics from one step to the next.

Re: πFS

#24
Short Storage Number - SSN

0x123456789ABCDEF0

use this number as a shorter nibble storage alternative...

Re: πFS

#26
post #14
post #11

This 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

Thanks for the PDF. I feel like I understand even less now than I did before.

Re: πFS

#27
post #11

This 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?

We definitely know that Pi is irrational, we just don't know if it's normal (i.e. if the PiFS joke even works).

Re: πFS

#28
post #14
post #11

This 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

Thanks for sharing. That’s a nice read. I’m glad I asked :)

Re: πFS

#29
post #12

It 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.

That seems easy enough to solve. Simply record the index and length in pi of the index and length in pi.

Re: πFS

#30
post #11

This 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?

[deleted]
Post reply on HN