The songs that got me into heavy metal
About 27 or 28 years ago, I found myself in my mom’s white 1990 Honda Prelude SI while my she was perusing a garage sale. I was bored quickly and started rummaging through the glove box. I found a tape labeled “Ozzy Live & Loud” and decided to pop it in. Little did I know that I was about to be absolutely mind blown by Mr. Zakk Wylde on guitar.
AWK technical notes
I came across some AWK technical notes today on Hacker News. I have a thing for awk, so bookmarking it here to torture myself with later.
Somehow, I Manage: Why We Pair Program
On my dev team, we pair program for just about everything we do. In fact, this was the first team I worked with that pair programmed at all. It continues to work well for us, but there are pros and cons, and what works for one team may not work for another.
gh-prq - open GitHub Pull Requests with your $EDITOR
I threw together gh-prq, a GitHub CLI extension to create Pull
Requests in your $EDITOR
.
My bin: headers
One of my most used scripts, I snagged of GitHub way back in 2010: headers
.
New computer
I went 🐷 mode for my latest computer, an M2 Pro Mac mini.
Universal Control on macOS
Universal Control on macOS is awesome!
I Will Fucking Dropkick You If You Use That Spreadsheet
A coworker sent this to me today so I could send it back when she sent me a spreadsheet. Blogging so I remember it later on.
Apple Studio Display First Impressions
I’ve had my eye on the Apple Studio Display for a while now. I finally picked one up today. First impressions…
How I do my first commit for a new project
Git isn’t super friendly when you are creating a new project, especially on a team. A simple way to work around this is using an empty commit.