finally sat down and solved a icky bug in my content publishing software. practiced by debugging muscle on a relatively legacy piece of software. felt good. thanks ipdb.
~ updated at: 2025-05-03T12:33:13.668Z
I “vibe coded” a @github action to archive my daily live feed as markdown blog posts.
This was initially done using a manually scaffolded LaunchDaemon plist on my macbook but the issue was if the device was offline (without internet connection) at the time of archiving, it would sometimes not run at all.
Debugging why plist cron jobs couldn’t run was something I didn’t want to do so I now delegated it to github actions instead.
~ updated at: 2025-05-03T11:43:25.324Z