Earlier quoted context omitted.
Even then I don't see a direct way to extract a list like this.
I think it's safe to assume that dang has access to tools that we mortals are unable to comprehend, without being driven to madness.
πFS
81–90 of 224 posts
Re: πFS
#82Re: πFS
#83This is disturbing to realize that pi then contains all the past and future knowledge, including when I'll pass away.
https://dn760100.eu.archive.org/0/items/TheLibraryOfBabel/ba...
Re: πFS
#84Earlier quoted context omitted.
> 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?
for > Calculate the number of bits to encode that value using log2(938933556), which is ~29.8 This is roughly same as saying: "If you rewrite 938933556 as a binary number / usize, it will need 30 bits". Sanity check: 1101111111|0110111111|0100110100 (| delimits every 10 bigits). > Since the file is 128 bits long, one would expect this place to be around the 2*128th bit. This statement is a bit more subtle. As a first…
Re: πFS
#85Re: πFS
#86Reminds 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…
Re: πFS
#87Earlier quoted context omitted.
for > Calculate the number of bits to encode that value using log2(938933556), which is ~29.8 This is roughly same as saying: "If you rewrite 938933556 as a binary number / usize, it will need 30 bits". Sanity check: 1101111111|0110111111|0100110100 (| delimits every 10 bigits). > Since the file is 128 bits long, one would expect this place to be around the 2*128th bit. This statement is a bit more subtle. As a first…
Thank you!!!
Re: πFS
#88Earlier quoted context omitted.
I think it's safe to assume that dang has access to tools that we mortals are unable to comprehend, without being driven to madness.
For this use case, of finding related threads, I thought he wrote not special tools, but rather uses just https://hn.algolia.com/
I think ChrisMarshallNY is right, dang has access to eldritch powers.
Re: πFS
#89Earlier quoted context omitted.
See also: Recursion
[flagged]
Re: πFS
#90Related. Others? πfs – A data-free filesystem - https://news.ycombinator.com/item?id=36357466 - June 2023 (107 comments) πfs – A data-free filesystem - https://news.ycombinator.com/item?id=28699499 - Sept 2021 (30 comments) PiFS – The Data-Free Filesystem - https://news.ycombinator.com/item?id=26208704 - Feb 2021 (1 comment) Πfs: Never worry about data again - https://news.ycombinator.com/item?id=21359338 - Oct 2019…
How are you generating these lists