June 10, 2026
Infinite files, finite patience
Babel-USB: USB drive with every file
A tiny USB claims to hold every file ever, and the comments are equal parts amazed and confused
TLDR: Babel-USB turns a small do-it-yourself USB gadget into an endless file library that creates files as you browse. Commenters were split between loving the weirdness and dragging the project for barely explaining itself, with one already fantasizing about using it to confuse corporate security tools.
A tiny gadget called Babel-USB promises one of the most gloriously chaotic ideas on the internet: plug in a little USB-shaped board and browse an effectively endless library of files. It’s inspired by the old thought experiment of a library containing every possible book, except here the magic trick is happening on a cheap little device you can flash yourself. In plain English: it doesn’t store every file in the usual way, it generates them when you go looking. And that’s exactly where the comments lit up.
The biggest community reaction was not “wow,” but “wait, what does this actually do?” Multiple people called out the project page for explaining the setup better than the basic idea. One commenter basically became the voice of the crowd, asking if this thing was pretending to be a flash drive full of infinite books and somehow pulling them up on demand. Another flatly said the explanation was “not really clear,” which is the kind of polite internet shade that lands like a slap.
Then came the mischief. One commenter instantly saw prank potential, joking that a version on a normal computer could send a corporate disk scanner into a spiral if it wandered into the endless folder maze. That turned the mood from confused to deliciously chaotic: half the crowd wanted a clearer explainer, and the other half was already imagining security teams sweating. The result? A classic tech-thread cocktail of big-brain art project, documentation drama, and “this could cause absolute havoc” energy.
Key Points
- •Babel-USB is a project that turns an ESP32-S3 development board into an infinite filesystem inspired by the digital Library of Babel.
- •The article specifies ESP32-S3 as the only tested hardware platform and notes that other variants may lack required USB support.
- •Setup requires Visual Studio Code, PlatformIO, cloning the repository with submodules, and flashing the firmware while holding the board’s BOOT button.
- •The device exposes files over an MTP share, and users may need to copy files locally because many programs cannot read directly from MTP.
- •To find a specific file, users install Bun and run `bun run file-to-path.js <path>` to generate the corresponding path in the filesystem.