Piperace Blog
Notes on tunneling, local development, and building tools that just work.
What happens when I close the lid
An idea I keep circling and have not built: your own machine as the real host, and somewhere to fall to when it goes away. Working through why the code half is easy, the data half has one workable shape, and split brain is a product decision in an engineering costume.
ProductI wanted three things on localhost
My day job is payment integrations, where the bug is always in a request I did not make, sent by a server I do not own. Three separate tools used to stand between me and those bytes — so I put them in one binary, and then found the binary was the smaller half of the idea.
TroubleshootingFix: "port 443 is taken by …" on macOS, Linux and Windows
Why something else is already listening on 443, and how to free it up (or just live on :8443) on each OS.
ComparisonPiperace vs ngrok vs localhost.run
How Piperace stacks up against the most popular localhost tunneling services — protocols, domains, security, pricing, and where each one fits best.