Python Logo

Code Project – Auto-Sharing Micro-blog

So I wrote a post a while back about my sharing workflow from Fresh RSS. Basically, as I read stories in my RSS Reader, I tag anything I find interesting. Then, sometime.on Friday or Saturday, I run a script that pulls all those stories, asks if I want to add commentary, and adds them to a queue that sits in a basic text file. Another script runs on a Cron job every hour and pulls pulls links and posts them to my Mastodon and Bluesky accounts. It also creates an archive file of everything posted. It also dumps an HTML…
Digital Garden

Digital Garden

I have essentially completed my Digital Garden project. I say "essentially" because I am sure I will iterate more and its intended to be added to, pruned, and maintained. Its a garden. What is a Digital Garden? Honestly, its a bit nebulous, but its basically, a curated block of resources online. A Wiki is sort of a Digital.Garden, but those tend to be a lot more complex, making them something more. For my part, its just, a collection of sorted links on various topics I am interested in. It started out as just something to sort my Bookmarks into. It…
Vibe Coding Often Sucks

Vibe Coding Often Sucks

I've posted a few simple AI created scripts here in the past few months. Generally these are simple automation tools. Convert X format to Y format. Post some links to social media. Not every project is a winner though and I've found that in many cases, the more complex things get, or the more obscure, the quicker it falls apart. Maybe it's just me, maybe I'm not asking for the right output int he correct way. I wanted to run through some of the failed experiments in "Vibe Coding" I've had. Mostly done using Claude, which is generally one of…
Fix a MYSQL Update Issue

Fix a MYSQL Update Issue

I don't have a lot to say here, but it's worth saying, because all of the solutions I found online, did not work, but I found the issue, or at least my issue, and it was what I suspected. I kept getting issues with updates on my Linux PC, specifically related to MYSQL/Maria 8.0. Probably other versions as well. All of the solutions I found online were basically just, "apt-remove, apt-purge, apt-clean, reinstall". Which id not work. The full error is something like this. dpkg: error processing package mysql-server-8.0 (--configure): installed mysql-server-8.0 package post-installation script subprocess returned error exit status…
Project – Raspberry Pi – Webcam Project and Updating Pihole

Project – Raspberry Pi – Webcam Project and Updating Pihole

On my little list of projects, I mentioned a webcam set up. My wife asked me about something for monitoring the cats while we are out. The ideal place would be in the front room area. I have plenty of Pis floating around and an extra Logitech cam, but I also already have one Pi in that area running my PiHole. There isn't any reason I couldn't attach the cam, to that Pi. It ended up being a bit more work than expected, but not really for any negative reasons. I found an easy guide for setting up Motion on…