Comment on Simple Haskell webapp: Generate random tweets using Markov chainsparentComments−jaspervdjOP15yUntil any of the following events occurs:- the machine runs out of memory (the tweets are stored in a redis backend);- someone (I) accidentally clears the database (this has happened before);- zombies attack our datacenter.But I'll try to keep them up as long as possible.
Comments
Until any of the following events occurs:
- the machine runs out of memory (the tweets are stored in a redis backend);
- someone (I) accidentally clears the database (this has happened before);
- zombies attack our datacenter.
But I'll try to keep them up as long as possible.