Live data from Hacker News

How to lose and recover your blog in 30 minutes

antirez.com

31–33 of 33 posts

Re: How to lose and recover your blog in 30 minutes

#31

And a blog requires a Redis back-end because? I've hosted my blog on S3 & CloudFront for a while now without issue. Comments are hosted by Disqus, and the static files are generated using Pelican. Seriously, unless you're using your blog as a massive CMS, why not use static files?

"oh, static systems are for people that don't have fast databases ;-)" -- antirez (article author) https://twitter.com/antirez/status/407184116275503104

Re: How to lose and recover your blog in 30 minutes

#33
post #17

Earlier quoted context omitted.

> Seriously, unless you're using your blog as a massive CMS, why not use static files? Because regenerating the whole site all the time and manually uploading is annoying?

because `./build.py; rsync -r site/ site.com:~/site/` is easy?

[deleted]
Post reply on HN