It's astoundingly difficult to use Application Cache correctly: http://t.co/JyQemENKEC (great webdev articles like this reference the spec)
miniblog.
Related Posts
I wish I had a good solution to link rot on my blog posts.
Sometimes I think about saving all the external pages like Google's cache does. I worry about authors who don't want their content copied though.
Microcaching, an interesting idea where you cache fast-changing content for a few seconds to reduce backend load: https://www.nginx.com/blog/benefits-of-microcaching-nginx/
I've been enjoying using Jest to run my tests, using the workflow where it re-runs the files on any change.
I wonder if it has the fuzzing/synthesis problem of running bad code though? I worry about writing `delete(".")` and it not waiting for me to finish `delete("./cache")`.