Category Archives: Web

How to get browsers AND Cloudflare to cache a single page on your WordPress site

I maintain the Send Later Thunderbird add-on, which has something on the order of 80,000 active users (exact numbers are unknown because statistics collection on addons.thunderbird.org has been broken for months). The user guide for Send Later, which includes the release notes, is published elsewhere on this blog. Whenever I publish a new major or… Read More »

GoComics comics are fixed in comics aggregator

Some time in the past month, the folks over at GoComics.com made a minor change to their site regarding formatting one-digit dates which broke the comics aggregator’s parsing code when the month rolled over from August 31 (two digits) to September 1 (one). I’ve fixed it. GoComics comics currently available in the aggregator are Adam@Home, Arlo… Read More »

Python: How to make Flask work with Logbook

If you’ve arrived at this page, it’s probably because you’re searching the web for an answer why, even though you’ve called logbook.compat.redirect_logging() in your Python Flask app, you’re still not getting any Flask logging in your log files. The problem is that Flask sets the propagate flag on its logger to False by default, so even though Logbook’s… Read More »