Last night, I upgraded my weather setup here at home. Outside, I have an Acurite 5 in 1 sensor, which measures rain, temperature, humidity, and wind. There is a newer version that adds UV. light intensity, and optionally lightning. One of the things missing is a barometer. So, I acquired a BME280, which is a temperature, humidity, and pressure sensor.  I don’t do much Python, but it was the library I could find, so I hooked it into a Pi I already had running sensor collection, hacked together a script with the Adafruit library for the sensor to collect the data and publish it to an MQTT broker, then imported it into Weewx, where my data from the other sensor is stored. Fun. Trying to figure out what’s next. I don’t think I can do an outdoor sensor as easily.
Chanukah is upon us next week, and I’ve added to my Youtube Chanukah playlist, which complements my digital music collection of Chanukah songs. It includes some fun ones from Acapella groups that do an annual Chanukah song. I have over 150 tracks otherwise…and may pick up more ideas… Sirius XM’s Radio Hanukkah launches December 20th to 31st on Channel 788. Chanukah is an 8 night holiday, gets 11 days of music. Christmas gets 11 Sirius channels that begin November 1st…Clearly we need more Chanukah songs…they are running out.
Version 4.2.0 of Syndication Links was released today. This version refactors the site to icon mapping to try to improve accuracy. It also includes:

  •  Adds support for generating a custom feed to syndicate to Micro.blog and pull back the links to your posts
  • Add support for Bridgy Mastodon, courtesy of Charlotte Allen
  • Visual enhancements to the Syndication metabox in the post editor, courtesy of Caspar Hübinger

And the usual miscellaneous bug fixes

 

 For IndieWebCamp Berlin 2 2019, I built this proof of concept feature in the WordPress Admin. It does actually work, but the functionality that enables the posting needs a lot more backend work before it will work properly.

Problem is that the WordPress post endpoint does not allow you to set a taxonomy during post creation, so I need a custom endpoint. If I need one, it needs to be a bit more fleshed out so I can use it.

I considered modifying the Micropub endpoint to accept local queries and sending everything in Micropub, but a custom endpoint seems simpler for what is being done.