WordPress plugins

Back in 2018 I wrote a post listing the WordPress plugins that I use on this blog. That post only received 122 views, but it was specifically written for some folks I know that are running WordPress blogs. Another friend (you know who you are) recently told me they were thinking of starting a blog, so here goes with a small update around the WordPress plugins I now use.

Generally, I would describe my blog as a developer blog, so there is quite a heavy focus on code, embedding code, security and making sure things are right with https and not leaving 404 pages behind.

Comparison

So what has changed in the last 3 years? 3 plugins have gone, and 8 have been added! And yes, this is a complete list.

Find links in the Notes & Discussion column where I dive into a few different categories of these plugins.

Read more

Dispatching custom event in Fitbit SDK

I just upgraded my Fitbit charge 2 from 2016, to a Fitbit sense from 2020. After getting everything set up I took a quick look at the developer documentation and found myself in a web based IDE called Fitbit studio and before I knew it I had sideloaded a development demo app onto my new device.

And before I knew it, I had another side project in my repertoire. Make a cool little app that does stuff, just for me!

While developing the ability to switch between various “pages” I encountered the need to dispatch events with custom data. Though seemingly the Fitbit SDK doesn’t use the Javascript norms here and needs a slightly different approach. So here is what I learnt.

Read more

Reflection on filling a new Wikidata item

A few days ago I watched a Twitch stream by Molly / GorillaWarfare where they created the Louis W. Roberts English Wikipedia page. I decided to follow along and populate the matching Wikidata item (Q109662645) with as much information as I could from the same references that were being found for the Wikipedia article.

Along the way, I remembered some of the quirks of the manual editing experience for Wikidata and noted some other things that generally might be interesting folks.

This is a write-up of those thoughts.

Read more