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…
Social Media is Dead, Long Live Social Media

Social Media is Dead, Long Live Social Media

And other Hyperbolic click baity headlines. Two articles today. https://arstechnica.com/tech-policy/2025/01/mastodon-becomes-nonprofit-to-make-sure-its-never-ruined-by-billionaire-ceo/ And https://www.heise.de/en/news/Unprecedented-growth-Facebook-blocks-links-to-Instagram-alternative-Pixelfed-10237928.html Basically, Mastodon, the Federated Open Source client for microblogging is shifting itself to be a not for profit company. John Mastodon os no longer in control. Or, he won't be. These things apparently take a few months to do. Tangentially related, its picture centric counterpart Pixelfed, has experienced unprecedented growth. I saw one post where a Pixelfed instance was no longer allowing Instagram importing and Facebook is apparently blocking links to Pixelfed. Both of these moves are very good for the internet as a whole, but they also…
Blaugust 2023 Wrap-Up – What I Learned

Blaugust 2023 Wrap-Up – What I Learned

The last theme week for Blaugust is "Lessons Learned". I can't say I learned anything new, I've been blogging for a while, literally decades, and I'm already aware of well, all of that which comes along with it. As, kind of depressing as they are. But let's pretend it's all fresh and new. Daily Updates As much as I like the idea of updating daily, I am not cut out for it, not anymore. Maybe never, though this isn't the first time I put effort into daily blogging. I like to think I have plenty of idea of things to…
Python Logo

100 Days of Python, Project 082 – Personal Portfolio Website #100DaysofCode

This felt like an odd one, but probably still a good one to be included.  I also was kind of torn on if I even needed/wanted to actually "do" it.  This part is effectively already "Done".  We created a GitHub.io site.  We created a Heroku based Blog (which I skipped in favor of doing it on my own server/host).  I also basically already have a portfolio website.  Right here, on this blog.  I post my projects, I write about them, etc etc.  I also have a pretty nice GitHub page, which is the best "programming portfolio" one can have. So…