SORTED BY: BLOG
I didn’t take many photos in January. The world around me felt dark — often a little unworthy of memories. But it passed, and there were some bright moments. Hannah filled a life long dream and met the Hobbits. I filled my head with a lot of music. And now February is here. I hope for better, for all of us.
January 2026
Not an original thought, by any means, but, you know, The Beatles are good.
Emotrix: A Matrix Inspired macOS Screen Saver
I’ve been (slowly, oh so slowly) trying to teach myself Swift (the programming language, not the pop star).
The main reason, besides being a distraction to the everyday hellscape news cycle, is that I’ve been working on a small Mac app for over a year that runs as a menu bar app and connects to Last.fm to scrobble songs and do a few other things. I wrote almost all of it in Python because I know Python really well. But, I want to end up converting it to be a fully native Mac/Swift app.
Problem is … I don’t know Swift very well at all.
So, I’ve been trying to get better at it. To start the year I challenged myself with a new project: make something in Swift. The first idea that came to mind was a Matrix-inspired screen saver. The goal was to make something that was written entirely in Swift, could run natively on a Mac, was as resource friendly as possible, and I could only use Chat-GPT for help in troubleshooting, debugging, or looking up functions. I wanted to try and write the code myself as much as possible since I’m trying to learn something. I got stuck a few times, but, that’s programming for you.
The result is Emotrix. A screen saver that is inspired by the Matrix digital rain effect but every so often will throw in some chunks of pop-punk song lyrics down the screen as well. It’s silly. But it makes me happy.
I wrote and tweaked it to display the characters in a way that I like the look of more than to be “movie perfect.” (The best movie version of the effect I’ve seen is this one. I did a lot of inspo-browsing over the past few weeks.) The finished and compiled version should be downloadable here. It should be installable on the latest version of macOS, but I’ve only tested it up to Sequoia (15.7.3).
I never thought I’d see this pressed to vinyl. An absolute staple of my high-school life and adding this to the collection brings immense joy.
This makes me so happy. I … really never expected I'd be listening to new The Academy Is… music again. Up there with The Format as the most shocking/exciting to me over the last year or so. Spoiler: The entire album has the same breezy vibe as this song. Feels like a mother fucking spring day set to music. "L Train" sent me into an immediate groove.
Getting Last.fm Counts in Raycast
Look, I like Last.fm. It’s fun. I like seeing my stats. I’ve written about it a lot.
I include my weekly stats on all of my Top 9 posts and during the week I often like to see where I’m at. So, I wrote a simple script for Raycast to quickly calculate the stats and output them in the app:

The script’s on Github.



















