logoalt Hacker News

OkGoDoIttoday at 6:24 PM1 replyview on HN

The readme explains how to set this up, but it doesn’t really explain what it does. What does this do? I’m guessing it pretends to be a flash drive containing infinite books and then somehow fetches them on the fly from the Internet when the operating system attempts to access them?


Replies

naikrovektoday at 6:28 PM

There's an associated video on youtube somewhere, but no it doesn't do that. you're close, though.

if you drill down into the right folders, it contains every possible text file up to a certain size. He uses a weird 70 character encoding scheme in order to optimize folder depth and width (he didn't want more than 5k objects in any folder) and to stay within maximum path length limitations.

it generates the text files on demand based on the path you're following and in each folder (along with other folders) is the text file represented by that path so far.

show 1 reply