bheadmaster

↗ HN profile [ 72.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Over the years, I've noticed periods when HN starts showing a black line above the orange top (with the menu New|Past|Comments|...etc). When inspecting it with dev tools, it seems to be a 1x1 pixel gif:…

  2. I often reached for `socat` when I needed to forward a TCP port from my local machine for testing, and I was curious how easy it was to write such a utility in Go. At 105 lines of Go, it was easy enough. It has limited…

  3. I've been trying to dig into reverse engineering web-applications, I thought it would be fun to write my own desktop applications (using Go currently) that would consume web APIs (HTTP and possibly WebSocket) of some…