Code Project – JavaScript +AI – TIAI Quest I

Code Project – JavaScript +AI – TIAI Quest I

On the last episode of TWIT, Harry McCracken, a fairly regular panelist and The Technologizer, was a guest and mentioned he had used Claude Code to update an old game he had made in BASIC as a web version using Claude Code. He wrote about it here. Anyway, It gave me the idea of basically, doing the same, for the little RPG thing I had made for my TI-85 Calculator in High School.  It was interesting enough that I had distributed it a bit to other people in school who played it as well, which was tricky of course because…
Python Logo

Code Project – Python – Flask Microblog Fixes

Claude is pretty great for creating code, but sometimes you have to actually look at the code. I have blogged quite frequently about my Microblog project. It started as a simple script that just ran on a timer with a manually filled queue, then it pulled from my shared RSS reader feed, and now its basically a full on blog platform. One hang up, it has been double posting posts, but not always. I asked Claude, several times, to comb through and figure out why this is, and each time it "fixed" the problem, but didn't. So I took a…
WordPress Image Optimization

WordPress Image Optimization

Something I've tried to do, then forgot I was trying to do, for while now, is to optimize the images across the WordPress sites I have.   It's actually just this one for me, and my wife's two old blogs she no longer really uses.  There are a variety of plug ins that do this, I believe all of them require subscribing to some sort of API.  I'm not spending \$100 to optimize my 22,000 images and I'm not going to remember to come back monthly to chip away at 500 free images per month. The thing is, I'm also, pretty…
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…