Live data from Hacker News

Unlimited Google Drive storage by splitting binary files into base64

github.com

221–230 of 251 posts

Re: Unlimited Google Drive storage by splitting binary files into base64

#221
post #110

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

A few years ago I also found a backup tool that converted backups to DV videos, so that you could write them on cheap DV cassettes. It was something like more than 10 GB per cassette. Definitely not bad for a few years ago.

Re: Unlimited Google Drive storage by splitting binary files into base64

#223
post #125

Earlier 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.

> The First Amendment made controlling all use of cryptography inside the U.S. illegal, but controlling access to U.S. developments by others was more practical

https://en.wikipedia.org/wiki/Export_of_cryptography_from_th...

Re: Unlimited Google Drive storage by splitting binary files into base64

#224
post #213

Earlier 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?

Report in person to an issuing authority for biometric authentication. Have them issue a new one and blacklist the old public key.

Re: Unlimited Google Drive storage by splitting binary files into base64

#225

In 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…

Quite an interesting read, however "Deep Crack" is a horrible name.

Re: Unlimited Google Drive storage by splitting binary files into base64

#226
post #213

Earlier 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?

Any number of things that are better than what currently happens when a SSN is leaked.

Re: Unlimited Google Drive storage by splitting binary files into base64

#227
post #202

Earlier 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…

Why not just start counting Google Doc sizes as part of the quota? That would solve the whole problem, right?

Re: Unlimited Google Drive storage by splitting binary files into base64

#228
post #173

For 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…

> Perhaps it's just marketing, trying to prize people away from Microsoft Office with a thing that doesn't actually cost them all that much?

Exactly. Never underestimate how much people love something being "free", even if only costs a fraction of a cent.

Re: Unlimited Google Drive storage by splitting binary files into base64

#230
post #62

Sounds like a great way to lose your Google account (and all your other linked Google services) for ToS violations to me.

I would make sure to not do this in an important Google account.

I would make sure to not have any important Google account
Post reply on HN