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.
RedditStorage
171–175 of 175 posts
Re: RedditStorage
#172Earlier quoted context omitted.
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
#173Earlier quoted context omitted.
I think Markov chains would be a bad idea for the use case of passwords because some words always follow certain words.
Ah, true — I was thinking more along the lines of "part of speech" Markov chains, if that's even possible. (As in, just an endless stream of "article noun verb adjective noun adverb conjunction adjective noun verb adjective noun conjunction adjective etc." that could then be mad-libbed by diceware.)
You could, for example, use a part-of-speech tagged corpus (a large collection of text where each word was tagged with its PoS by a grad student). Just train a Markov model on the parts of speech instead of the words themselves, and you would be able to generate English-like mad-libs.
Re: RedditStorage
#174Earlier quoted context omitted.
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
#175Earlier quoted context omitted.
Wikipedia is a bit more vigilant with banning than abandoned blogs are :)
A single user storing a reasonable amount of data though might get away with it... I know what I'm doing this weekend.
Just because we can doesn't mean we ought to.