YouTube as a form of hard drive (Read description)

When the uploaded data needs to be retrieved, the video file can be downloaded from YouTube again and decoded. It sounds simple, but there were quite a few challenges to make this happen, including the lingering question of whether or not this violates YouTube’s terms of service. (We’re betting Google will find a way to say it does, so maybe don’t store your only copy of important files this way.)

Advertisement
Advertisement

The biggest challenge was finding a way to prevent the uploaded data stream videos from being corrupted by video compression: a process that strives to shrink file sizes by often discarding or altering fine details in a video—which is exactly what these videos happen to contain. The solution was to ensure the fine details never get too fine or too small to be affected by YouTube’s compression algorithms, and by never using anything smaller than 2x2 blocks of pixels, this technique has managed to avoid corruption so far, but that could easily change with an algorithm tweak.

The downside to the overly-cautious error-proofing is that the file sizes of the videos produced are often four times larger than the original zip file containing the data. So if you’ve got a 1 GB zip, you’ll have to upload as much as 4 GB to YouTube. That could take a sizeable bite out of your internet bandwidth if you’re not lucky enough to have an unlimited data cap. Is it an ideal way to back up your data? Absolutely not, YouTube could delete a video containing all your wedding photos hidden away inside without so much as a warning. But it is completely free, which might make the risk worth it for those always eager to beat the system.