September 27, 2020
Don't Click This Link!
September 27, 2020
September 27, 2020
September 27, 2020
No, not my music. I don't play much any more. I spend more time with the band saw than the band.
More: Music ...
The new slideshow
A while ago, I took a look at the database tables, and realized that about half of the database was due to the slideshow plugin MetaSlider. MetaSlider crapped out thousands of entries across multiple tables. What bothers me is not so much the waste of storage space as the incredible inefficiency of having to retrieve all of that bit by bit from the database server. I did my best to minimize that kind of inefficiency, while the writers of MetaSlider did the opposite. In computer programming, more is almost never better.
More: Really Bad Programming ...