One of those blog things
I spent December 8th-12th in Port Clinton for the Winter Airgun matches. When we came back from several days away, I had to give our now 7-month-old puppies some love.
As part of a recent audit that I was doing of Google Font usage in a codebase, I had a need to get a list of all Google Fonts. But, after a bit of searching, I wasn’t finding an easily consumable list of these fonts. But, it turns out that if you get an Google…
I shot this target last week. Just that one shot that must’ve come from someone else.
After getting done with the Texas State Indoor Championship this past weekend, one of the most satisfying things is taking a look at the backer and seeing your overall group. It’s especially satisfying the more that I shoot out the black.
Over the past month or so, I spent a bit of time working on setting up a local development environment for a project that I’m working on. As part of that, I also set up a deployment flow using a simple Github webhook handler in PHP. I modeled this Github webhook handler very much after…
This past June, following the Crew meetup in Porto, Sara and I rented a car and drove from Porto to Lisbon. We stopped at several places along the way as well including Nazare and Sintra.
In June, I flew to Porto, Portugal to join the Crew team on their meetup. After nearly 2 years with Automattic not having meetups, it was great to see some old friends as well as meet several new people that we’d added in the past couple of years. Near the beginning of the meetup, I…
I had the need recently to export Github pull requests from a repository to a CSV so that I could do some analysis. I wasn’t able to find a simple way to this in the Github UI. When I searched, I found several tools. But, the API seemed quite simple, so I just wrote a…