Live data from Hacker News

RedditStorage

github.com

131–140 of 175 posts

Re: RedditStorage

#131
post #11

Earlier quoted context omitted.

Here's my entry. https://github.com/ryancdotorg/dnsstore

A similar service is here: http://www.cambus.net/interesting-dns-hacks/ Interesting about DNS stores is they save a round trip, so it's not just a weird abuse of the protocol to store content, it's also potentially a performance optimisation.

And almost every provider around the world provides a free 'CDN'. It's win-win!

Re: RedditStorage

#132
post #84
post #75

If this idea appeals to you, you may also be interested in the 2009 paper Graffiti Networks: A Subversive, Internet-Scale File Sharing Model [0] by Andrew Pavlo. tl;dr: the researchers discovered that MediaWiki instances were good soft targets. [0] https://www.cs.cmu.edu/~pavlo/static/slides/graffiti-dc401-o...

The mini-saga embedded in the presentation was pretty funny > Concluding Remarks >  Off probation at the end of this semester!

I got put on probation for redirecting my ~/.bash_history to /dev/null and removing my `finger` information with `chfn`. Universities can be pretty ridiculous with their disciplinary actions.

Re: RedditStorage

#133
post #75

If this idea appeals to you, you may also be interested in the 2009 paper Graffiti Networks: A Subversive, Internet-Scale File Sharing Model [0] by Andrew Pavlo. tl;dr: the researchers discovered that MediaWiki instances were good soft targets. [0] https://www.cs.cmu.edu/~pavlo/static/slides/graffiti-dc401-o...

Ah so that's who those weird, mostly spammers are.... Wow.... They used me for data storage, the after school special.

Re: RedditStorage

#134

Earlier quoted context omitted.

A similar service is here: http://www.cambus.net/interesting-dns-hacks/ Interesting about DNS stores is they save a round trip, so it's not just a weird abuse of the protocol to store content, it's also potentially a performance optimisation.

And almost every provider around the world provides a free 'CDN'. It's win-win!

Half-CDN

Half-DNS

I call it the CDNS :)

Re: RedditStorage

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

Hey, client of mine, you need to pay my invoice. Also, that photo you sent me won't open.

Re: RedditStorage

#136
post #39

Earlier quoted context omitted.

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.

There is also hyperglobalmegastore https://github.com/adrian-bl/hyperglobalmegastore All data is encrypted and you can even mount your flickr 'drive' using fuse.

Re: RedditStorage

#138
post #11
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…)

Here's my entry. https://github.com/ryancdotorg/dnsstore

Licensed under the WTFPL! One of my all-time favorites.

Re: RedditStorage

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

I'd love to exploit ad networks user profiles for this. I.e., store some bits as "interests", by running a few appropriate google searches or hitting a few web sites, read the bits by seeing what ads you're served. This would probably require a bit of learning and a redundant encoding to make it work, but...
Post reply on HN