June 10, 2026
Infinite storage, finite sanity
ΠFS
The file system that says your files were hiding in pi all along
TLDR: πfs is a joke-like file system that claims your files already exist somewhere in the digits of pi, so you only need to remember their location. Commenters were torn between calling it brilliant comedy, praising its "free storage," and spiraling into existential dread about pi containing literally everything.
The internet has discovered πfs, a gloriously ridiculous project that claims you never need to store files again because every possible file already exists somewhere inside the digits of pi. In plain English: instead of saving your photo, note, or document the normal way, this system tries to remember where that data supposedly appears in the endless number pi. It is half math joke, half geek performance art, and the crowd seems absolutely delighted by the chaos.
The loudest reactions were a mix of "this is genius" and "this is deeply unsettling." One commenter called it "absolutely genius," while another cheered, "Finally, someone is doing something about the rising prices of storage!" That pretty much sets the tone: people are treating this like a brilliant prank on modern tech culture, where every problem gets a grand solution and a GitHub page. Another user said it feels like Tom7's Harder Drive, which is basically elite internet shorthand for beautifully cursed computing humor.
But the comments also took a weirdly philosophical turn. One person admitted it was "disturbing" to think pi might already contain all past and future knowledge, including the date of their death. So yes, the thread went from storage joke to existential crisis in record time. The real drama here is that πfs is both a nerdy gag and a perfect parody of tech optimism: absurd, funny, a little spooky, and somehow just believable enough to make everyone keep reading.
Key Points
- •The article introduces πfs as a prototype filesystem that stores file references in metadata while treating file contents as sequences already present in the digits of π.
- •Its core rationale depends on the conjecture that π is normal and therefore contains every finite digit sequence when expressed in base 16.
- •The build process requires autoconf, automake, and libfuse, with example installation commands for Debian systems.
- •The filesystem is mounted with a command specifying a metadata directory and mountpoint, and the metadata stores filenames and byte locations in π.
- •The implementation retrieves data using indexes and lengths, references the Bailey–Borwein–Plouffe formula, and currently searches for each byte separately, which the article notes is slow.