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…
Nostalgia Jacket

Nostalgia Jacket

I had a bit of time to kill at my parents house recently while waiting for my brother and remembered my mom had asked about this old jacket of mine they have hanging on a hanger in their hodgepodge room. I forget exactly what she had asked, she wasn't around at the time to check either. I tried it on and it, still fits, if I don't need to zip it up. I wore it mostly in High School. I also found this random assortment of junk in one of the pockets. I vaguely remember the guitar pick and lug…
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…