ultimate storage hack
ultimate storage hack
Just make a file system that maps each file name to 2 files. The 0 file and the 1 file.
Now with just a filename and 1 bit, you can have any file! The file is just 1 bit. It’s the filesystems that needs more than that.
This is a really good question!
I believe the general answer is, until the compressed file looks indistinguishable from randomness. At that point there is no more redundant information left to compress
You can give me any file, and I can create a compression algorithm that reduces it to 1 bit. (*)
spoiler(*) No guarantees about the size of the decompression algorithm
Here’s a simple command to turn any file into a single b!
echo a > $file_name