RSS Parrot

BETA

🦜 Posts by Matt Hodges

@matthodges.com.posts.html@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

My writing, largely focussed on United States politics and software engineering

Your feed and you don't want it here? Just e-mail the birb.

Site URL: matthodges.com/posts.html

Feed URL: matthodges.com/posts.xml

Posts: 8

Followers: 1

Music to Break Models By

Published: August 26, 2025 05:00

He had just bought his first record player, and being somewhat gullible, believed every word the salesman had told him about it-in particular, that it was capable of reproducing any and all sounds. In short, he was convinced that it was a perfect…

I Donated to Sherrod Brown via ChatGPT

Published: August 20, 2025 05:00

Last month OpenAI announced ChatGPT Agent which, among many other things, acts like rubbing LLM onto Selenium. Since the announcement, I wanted to try making a political donation right there in the chat without building any of my own API or MCP or custom…

Using LLM Embeddings to Normalize User Data

Published: August 2, 2025 05:00

A common challenge in working with operational or CRM-style data is that you often find yourself dealing with user-entered free text. A recurrent example comes when users fill out forms that ask for their job title and employer. This data might seem…

GPT Finally Jumps Out of the System

Published: April 21, 2025 05:00

Well, they’ve done it. OpenAI released a model that can solve the MU Puzzle. This has been my go-to test for GPTs since before ChatGPT was launched and models were only available in the Playground. If you’re unfamiliar with the puzzle, it was introduced by…

Part 2: Austin Texas, Hot or Not?

Published: December 26, 2024 06:00

Over the Summer I wondered whether Austin was having a cooler season than normal. Through the magic of public weather data, I was able to discover that the answer was mostly yes! But I also wrote that post at the end of July, and a lot of 2024 was still…

I Cracked And Modded the DNC Bracelet

Published: August 28, 2024 05:00

Heads up: This post has some videos that contain flashing lights. If you managed to get a seat on the final night of the 2024 Democratic National Convention (I got there at 2:30 pm and still had to rely on seat-saving friends!) you probably also found an…

ActBlue Isn’t Selling Your Data

Published: August 25, 2024 05:00

You constantly see posts among Democratic supporters that look something like this: I’m not donating via ActBlue anymore because they sell my data and I get spam. This misunderstanding not only damages trust in one of our most important fundraising tools…

CSVs Are Kinda Bad. DSVs Are Kinda Good.

Published: August 13, 2024 05:00

CSVs are kinda bad. We know this, but sometimes it’s helpful to remember why they’re kinda bad. Maybe you need to work with CSVs and you’re using Python, because Python is kinda good. And someone else somewhere wrote a CSV: import csv data = [ …