There should be a contest: Who can find the most implausible data storage medium? (Rated according to various criteria such as ingenuity, reliability, max. data read/write rates, latency, storage size, costs…)
To get reliable and free storage, photo hosting is usually the easiest way. Flickr offers 1TB, picasa/g+ offers unlimited storage with some hidden quoats. Everything that allows lossless photos lets you store arbitrary data. Depending on how careful you wanna be you can store hundreds of GBs per account. Email attachments used to be a great way a while ago but nowadays using multiple gdrive/dropbox/onedrive accounts…
RedditStorage
61–70 of 175 posts
Re: RedditStorage
#62Earlier quoted context omitted.
> who would suspect reddit as a command server Everyone who used IRC as a command server from years past. It turns out that things useful for human communication tend to be useful for computer communication. Usenet, Email... hell... I'm sure BBS would have been used if modems were popular enough back in the day.
Every time I see an api for sending and receiving any type of file or text, I think botnet/building a secret chat system on top of it.
Re: RedditStorage
#63Earlier quoted context omitted.
Packet juggling http://lcamtuf.coredump.cx/juggling_with_packets.txt
Packet juggling over RFC1149-compliant networks. https://www.ietf.org/rfc/rfc1149.txt
Re: RedditStorage
#64Re: RedditStorage
#65If you had a language model (say, trained on existing comments from Reddit), you could encode the data in the comments in English, and make the abuse a little more subtle.
.. Much like how gfycat encodes their links eg.: - https://gfycat.com/JaggedIdealFrillneckedlizard - https://gfycat.com/ThirstyAmbitiousBuzzard - https://gfycat.com/AlertSpicyBlueandgoldmackaw
Throw in some ambiguous adjectives and you should have a large enough namespace that matches up with common image contents.
Re: RedditStorage
#66Re: RedditStorage
#67If you had a language model (say, trained on existing comments from Reddit), you could encode the data in the comments in English, and make the abuse a little more subtle.
.. Much like how gfycat encodes their links eg.: - https://gfycat.com/JaggedIdealFrillneckedlizard - https://gfycat.com/ThirstyAmbitiousBuzzard - https://gfycat.com/AlertSpicyBlueandgoldmackaw
demo - http://hipku.gabrielmartin.net
explanation - http://gabrielmartin.net/projects/hipku/
Re: RedditStorage
#68There should be a contest: Who can find the most implausible data storage medium? (Rated according to various criteria such as ingenuity, reliability, max. data read/write rates, latency, storage size, costs…)
My personal favourite: https://github.com/philipl/pifs
Re: RedditStorage
#69Earlier quoted context omitted.
I wonder if there are any libraries that can do this? I was thinking of writing a password generator web-app that creates full diceware sentences (TheBlubberyPythonFloatedDownThePurpleFunicular == lots of entropy and easy to remember), but I'd need a decent language model for that. (And I don't feel motivated enough to write my own.)
Why not "Article Adjective Adjective Noun Adverb Verb Article Adjective Adjective Noun"? If you're making full sentences anyway, the grammar of the sentence doesn't need to change much. The vast majority of the entropy is already in the words themselves. Example sentence (generated by me, not a RNG): "the tiny hairy fish quickly paints a big scary monster". EDIT: With 10 words, each from the 252 most common words...…
Re: RedditStorage
#70Earlier quoted context omitted.
Something not too far off that I made a couple of years ago for fun. Stores small snippets of data in the URL. https://github.com/alfg/jot with demo.
So, with this plus a URL-shortener as a frontend, you're essentially using the URL shortening service as the data storage.