Home A-CI-stant

Using Home Assistant to power my CI/CD server

March 23, 2025

Project: Canastra on the go

Using a Raspberry Pi Zero as an offline canastra server

October 6, 2023

Understanding Go URL handling

Hi. A couple of years ago I “took inspiration” for a HTTP reverse proxy in Go from Stack Overflow without putting too much thought into it, and this week it bit me back. A co-worker found out that it was normalising some URLs (/something//else will 301-redirect to /something/else) against their will. So I decided to take the opportunity and understand better how net/http handles URLs, and here are my findings. ...

March 24, 2023