Earlier quoted context omitted.
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
Why does your Python terminal report May 10th? Today is June 10th.
πFS
61–70 of 224 posts
Re: πFS
#62Earlier quoted context omitted.
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
Why does your Python terminal report May 10th? Today is June 10th.
Re: πFS
#63Earlier quoted context omitted.
If you click the website's name to the right of the title, it pulls up all the submissions from the same site: https://news.ycombinator.com/from?site=github.com/philipl
Even then I don't see a direct way to extract a list like this.
Re: πFS
#64Reminds me of: https://www.spronck.net/sloot.html Further reading: https://en.wikipedia.org/wiki/Sloot_Digital_Coding_System
But Pi is infinite. And thus this genius contraption will work as long as we have Moore's law on our side :)
Re: πFS
#65https://cs.stackexchange.com/a/53737/1704 > Matches that occur early enough in π to attain significant compression will not be varied. That is, it isn't possible to use π to compress interesting, real-world data because real-word strings are unlikely to arise early.
> Since the file is 128 bits long, one would expect this place to be around the 2*128th bit. > Calculate the number of bits to encode that value using log2(938933556), which is ~29.8 Can someone explain these two statements to me?
Re: πFS
#66Re: πFS
#67Re: πFS
#68I 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.)
Re: πFS
#69This 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.")
Re: πFS
#70Looked 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.)