i should see if i can fix this https://github.com/snarfed/bridgy/issues/1606 i haven’t been able to bridgy post from my site since i moved my bsky account to my own PDS
Self-hosting
Running your own stuff cause you hate reliability
Upgraded a bunch of stuff in my homelab last week! Added a new proxmox host and moved the plex server onto my old gaming PC with a new 16-bay JBOD from QNAP. I’ve run into a couple issues and wanted to make some notes for my future self if I need to solve them again.…
I ran into a couple snags while moving my Bluesky account to my self-hosted PDS. Wanted to gather these in one spot for future reference. I followed @bnewbold.net’s guide for migrating with the goat tool. In no particular order, here are the fixes for each of the things I ran into. Missing Blobs But the…
I wrote some notes on mastodon maintenance/upgrades and why I went with Jortage for tilde.zone’s media
Moved some stuff around the other day to preserve my benharri.wordpress.com subdomain. I discovered that a redirect costs $13/year to be able to send your traffic to your own site. This all feels so hypocritical with Matt Mullenweg’s recent ranting about WP Engine disabling post revisions. Bro, come on…. wp.com is just as bad if…
Put together a silly little php script to build an SVG QR code dynamically. This started a while ago as a quick way to get a printable QR code for each pinball machine that would shoot you to an issue report form with the name of the game prefilled. I previously generated a bunch of…
I’ve been tinkering around with IndieWeb integration on this site and wanted to document some notes getting all this running with a block theme. Theme I’m running a mildly customized version of Pulitzer. I’ve used the Create Block Theme plugin to export my changes and have published it as a standalone child theme here. Changes…
workaround for syndication links not saving the urls.
#!/bin/sh wp post meta get $1 syndication_log --format=json \ | jq -r '[.[] | .data.url?]' \ | wp post meta add $1 mf2_syndication --format=jsonThis simple plugin loads these as presets into wp: https://github.com/LittleBigThing/Modern-Font-Stacks-for-WP
WordPress block themes have grown on me. Spent a couple hours this weekend sprucing up tcpinball.org. Found this lovely block theme and it all came together quite nicely. Had a strange bug where the Navigation block stopped working on certain pages. Didn’t find the actual cause but it fixed itself when I disabled the Gutenberg…