Changelog


A fun and fresh way to display changes I’ve been making on my blog.

Cleaning up ZX81 listing a bit

Announcement Jan 21, 2019

I noticed an extra <hr> tag in ZX81 listings, which I removed. While in the code, I did some minor cleaning to conform to HTML5. There are a few stylistic and wording changes, but otherwise the listings work as before.


Weather services userbar has now been moved.

New Feature Dec 23, 2018

The last of my old signature bars have been moved. You can play with the old Weather Service Userbar if you desire. Although, I’d personally stick with the updated one.


Weather Dynamic Usersbars moved and fixed!

New Feature Dec 16, 2018

I noticed that my weather userbar was broken and decided to not only fix it, but move it to my main site. I’ll write a more in depth article later, but the short of it is Google made a change to their API.


Sort bug fix in tags.

Bug Fix Nov 27, 2018

I fixed a bug I uncovered earlier this week where articles were sorted wrong when displaying their tag. I thought I’d set the sorting up correctly, but found that I didn’t change the compare option. Perl is a bit picky when using <=> vs. cmp. One is for numbers, one is for text, and I used the wrong one. Fixed!


Race counts and PR’s

Announcement Nov 24, 2018

Today, I added in a couple of statistics to my race tracking page that I’d been looking to add. Specifically, I’ve added in the a total race count, along with the personal records (bests) and counts for the top race types. Note that these are for races in the past—future races won’t count yet.

I actually have stats for the any race type entered, but chose to limit it to keep the list manageable. I probably should add filters to exclude races, although an easy way to do that is to add a letter to the time. The counts and PR’s must be parsable times in hours:minutes:seconds.fractions, or some portion of that. Adding any letters, or leaving the time blank, will not increment that race’s count.