RC RANDOM CHAOS

πfs: The Joke Filesystem That 'Stores' Your Data in the Digits of Pi

· via Hacker News

Original source

πFS

Hacker News →

πfs is a satirical FUSE filesystem that claims to achieve infinite storage and 100% compression by not storing your data at all — instead, it locates each byte of your file within the digits of π and records only the index where it was found. The gag rests on a real mathematical conjecture: if π is a normal number, its digits contain every possible finite sequence, and therefore every file that could ever exist. The project leans into the absurdity, noting that copyright infringement becomes meaningless when every movie and song ‘was always there’ in π.

The punchline is in the details. Because finding long byte sequences in π is computationally hopeless, the implementation looks up each byte individually — meaning the ‘index’ metadata it must store is at least as large as the original file. The README cheerfully spins this as a feature (‘metadata is becoming more and more important’), and suggests storing the metadata in π too. A roadmap promising arithmetic coding, parallel lookup, and ‘πfs for Hadoop’ completes the parody of tech-industry hype.

Despite being a joke, πfs is a genuinely buildable project (autotools plus libfuse) and has become a long-running piece of hacker folklore, periodically resurfacing on forums. It works as both a math lesson — an accessible illustration of normal numbers and the Bailey–Borwein–Plouffe formula — and a sharp satire of compression scams and buzzword-driven engineering.

Read the full article

Continue reading at Hacker News →

This is an AI-generated summary. Read the original for the full story.