Live data from Hacker News

RedditStorage

github.com

61–70 of 175 posts

Re: RedditStorage

#61
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…

Trying to get the greatest entropy possible through arbitrary-strength JPEG compression would be an interesting problem to solve.

Re: RedditStorage

#62

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

Can we encode C&C commands into a blockchain?

Re: RedditStorage

#63

Earlier 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

When you say that, I picture this.

https://duckduckgo.com/?q=starlings+swarm&iax=1&ia=images

Re: RedditStorage

#65

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.

.. Much like how gfycat encodes their links eg.: - https://gfycat.com/JaggedIdealFrillneckedlizard - https://gfycat.com/ThirstyAmbitiousBuzzard - https://gfycat.com/AlertSpicyBlueandgoldmackaw

It would be cool if they biased the name generation with descriptions using some of the recent work in high quality machine image tagging.

Throw in some ambiguous adjectives and you should have a large enough namespace that matches up with common image contents.

Re: RedditStorage

#67

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.

.. Much like how gfycat encodes their links eg.: - https://gfycat.com/JaggedIdealFrillneckedlizard - https://gfycat.com/ThirstyAmbitiousBuzzard - https://gfycat.com/AlertSpicyBlueandgoldmackaw

This is also how hipku stores ip addresses as haiku

demo - http://hipku.gabrielmartin.net

explanation - http://gabrielmartin.net/projects/hipku/

Re: RedditStorage

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

My personal favourite: https://github.com/philipl/pifs

That just segfaulted my brain. Everything we may ever write in the future is already there, you just need the address.

Re: RedditStorage

#69

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

Sorry to double comment, but this is exactly how my hobby project hipku works

http://hipku.gabrielmartin.net

Re: RedditStorage

#70
post #52

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

Ha, right! Especially since the URLs can get very lengthy depending on the message.
Post reply on HN