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