Base85 would probably be a better choice for storing binary as text, since it has a ratio of 5:4 instead of 4:3. On the topic of "unusual and free large file hosting", YouTube would probably be the largest, although you'd need to find a resilient way of encoding the data since their re-encoding processes are lossy. I like the "Linux ISO" and "1337 Docs" references ;-)
Or you could use BandcampFS https://github.com/tuxxy/BandcampFS https://bullswillriot.bandcamp.com/album/arch-linux-07-01
Unlimited Google Drive storage by splitting binary files into base64
221–230 of 251 posts
Re: Unlimited Google Drive storage by splitting binary files into base64
#222Re: Unlimited Google Drive storage by splitting binary files into base64
#223Earlier quoted context omitted.
It seems like a cute and irrelevant distinction that electronic software would be published in a book. If researchers created a computer that processed information using proteins in plant cells instead of electrons, and such a computer could execute programs on this book directly instead of “scanning” it, would not the textbook be software? When laws say “electronic versions” I don’t think they literally mean to refe…
IANAL, but if the distinction clashes with the crypto export laws, does it not follow that crypto export laws clash with the first amendment? Which then makes them unconstitutional and the focus should be on whether that is wanted behavior and the constitution should be amended, or not.
https://en.wikipedia.org/wiki/Export_of_cryptography_from_th...
Re: Unlimited Google Drive storage by splitting binary files into base64
#224Earlier quoted context omitted.
Mostly off-topic, but related: this is one of the major reasons email needs to finally go away. It was never intended to be the backbone of peoples lives in the way it has become. Access to my email account probably gives you more access to my life and identity than my SSN [0]. I long for the day that we [1] all get assigned a public/private keypair instead of SSNs. That won't fix everything, but it's a huge step abo…
> I long for the day that we [1] all get assigned a public/private keypair instead of SSNs. What is the remedy for when someone loses or leaks their keypair?
Re: Unlimited Google Drive storage by splitting binary files into base64
#225In 1998, the EFF and John Gilmore published the book about "Deep Crack" called "Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design". But at the time, it would have been illegal to publish the code on a web site, or include a CDROM with the book publishing the "Deep Crack" DES cracker source code and VHDL in digital form. https://en.wikipedia.org/wiki/EFF_DES_cracker https://www.foo.be/doc…
Re: Unlimited Google Drive storage by splitting binary files into base64
#226Earlier quoted context omitted.
Mostly off-topic, but related: this is one of the major reasons email needs to finally go away. It was never intended to be the backbone of peoples lives in the way it has become. Access to my email account probably gives you more access to my life and identity than my SSN [0]. I long for the day that we [1] all get assigned a public/private keypair instead of SSNs. That won't fix everything, but it's a huge step abo…
> I long for the day that we [1] all get assigned a public/private keypair instead of SSNs. What is the remedy for when someone loses or leaks their keypair?
Re: Unlimited Google Drive storage by splitting binary files into base64
#227Earlier quoted context omitted.
Seems like a good way to earn yourself a Terms-of-Service ban. If this considered an abuse-of-services now, the terms could be updated to clarify. The finger print of big chunks of base-64 encoded blobs in Google Docs could be easy to spot. If Google cares to notice this and take action, they can and will.
It's an arms race situation. Once you give me an information channel like a "word document", I've got an endless variety of ways to encode other things into it. I can encode bits as English sentences or other things that will be arbitrarily hard to pick up by scanning. If I were Google, I wouldn't try to pick up on the content, I'd be looking for characteristic access patterns. It's harder to catch uploads, since "ne…
Re: Unlimited Google Drive storage by splitting binary files into base64
#228For anyone else who's as confused as I initially was: Google Drive allows unlimited storage for anything stored as "google docs". Ie, their version of Word. This hack works by converting your binary files into base64 encoded text, and then storing the text in collection of google-doc files. Ie, it's actually increasing the amount of storage space needed to store the same binary, but it's getting around the drive-quot…
I wonder why they do that. It seems to me like it would be more effort to leave the Google Docs files out of their calculation, and with no real benefit. For conventional use of Google Docs it would be hard to use a significant amount of disk space, so it's not like users would be clamoring for additional space. Perhaps it's just marketing, trying to prize people away from Microsoft Office with a thing that doesn't a…
Exactly. Never underestimate how much people love something being "free", even if only costs a fraction of a cent.