Unexpected AirPlay Interference
Debug a surprising macOS development issue caused by AirPlay Receiver listening on port 5000 instead of the local app.
Welcome to my website. Mostly it houses my attempts to write about technology. But, if you're here to learn more about me, then please see here.
Debug a surprising macOS development issue caused by AirPlay Receiver listening on port 5000 instead of the local app.
A personal story about finding a path into computer science, struggling through the early years, and persevering anyway.
Parse Advent of Code input in Rust with nom and use the exercise to learn a parser combinator workflow.
Break down a 9/80 schedule and show one concrete way to organize the hours that lead to every other Friday off.
Revisit a difficult interview problem and solve it with topological sorting, step by step, in Python.