Unexpected AirPlay Interference
Debug a surprising macOS development issue caused by AirPlay Receiver listening on port 5000 instead of the local app.
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.