Live data from Hacker News

RedditStorage

github.com

31–40 of 175 posts

Re: RedditStorage

#31
post #2

Well there's some pretty amusing abuse. I recall there was a botnet a while back that got it's commands from a subreddit as well. Quite brilliant actually- who would suspect reddit as a command server?

"its"

Re: RedditStorage

#32
post #17
post #6

Earlier quoted context omitted.

A stenographed image embedded in a Word document, printed and faxed to a document archive that scans and digitizes it, embeds the scan in a PDF, and emails it back to you.

Can you make that fully automated from the end user's perspective?

[deleted]

Re: RedditStorage

#34
post #2

Well there's some pretty amusing abuse. I recall there was a botnet a while back that got it's commands from a subreddit as well. Quite brilliant actually- who would suspect reddit as a command server?

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

actually, i personally witnessed C&C based on BBS :)

Re: RedditStorage

#35

I had the same idea few months ago, I've even coded simple POC in Java which mapped submissions in subreddit to files. You could use FUSE to create virtual device and map files in mounted folder to comments. For Java I was using fuse-jna - there should be binding for Python.

Someone made a reddit FUSE filesystem (I don't know if it still works though)

https://github.com/ianpreston/redditfs

Re: RedditStorage

#36
If 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.

Re: RedditStorage

#37
post #6
post #4

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

A stenographed image embedded in a Word document, printed and faxed to a document archive that scans and digitizes it, embeds the scan in a PDF, and emails it back to you.

During this process you will lose data. A lot of data.

Re: RedditStorage

#38
post #4

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

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

#39
post #4

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…

Yeah, I wrote something that stores data to Flickr last summer: https://github.com/namwen/hoardr . I kind of had a reason but it was more for the enjoyment of getting it to work.

Re: RedditStorage

#40
post #4

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

Convert data to binary. Use Amazon Mechanical Turk API to create tasks for people to remember the index of each bit (the value of the task would be $0.01 for binary 0 and $0.02 for binary 1). And, for reading memory, a new task to input the index they remembered and the value they were paid.
Post reply on HN