The editing/cleaning/etc. I’ve been doing to the new blog has caused lots of inconsequential minor revisions to content… which would be fine except that, by default, recent versions of WP generate a new PostID (and associated database cruft) EVERY TIME YOU MAKE A REVISION, resulting in about 350 bogus PostIDs between my last two posts – about 200 of them from leaving the editor up and autosaving for a couple hours. The interwebs are full of notes about adding define('WP_POST_REVISIONS', false);
to wp-config.php to turn revision saving off, and there is a handy delete-revision plugin to purge any that got by without having to bust out SQL tools, but what a dumb behavior.
Web Presence
Page Navigation
Meta
-
Recent Posts
Random Quote
The word for all this is ‘mature programming environment.’ Basically, when hardware performance has been pushed to its final limit, and programmers have had several centuries to code, you reach a point where there is far more significant code than can be rationalized. The best you can do is understand the overall layering, and know how to search for the oddball tool that may come in handy
— Vernor VingeCategories
License
Unless otherwise noted, this work is licensed under a Creative Commons Attribution-ShareAlike 3.0 United States License.