Trading Fish The website of Hector Castro

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.

Recent Writing

Unexpected AirPlay Interference

Debug a surprising macOS development issue caused by AirPlay Receiver listening on port 5000 instead of the local app.

Origin Story

A personal story about finding a path into computer science, struggling through the early years, and persevering anyway.

Parsing Data in Rust with Nom

Parse Advent of Code input in Rust with nom and use the exercise to learn a parser combinator workflow.