bheadmaster
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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:…
- TContext – type-safe wrapper around Go context (github.com)
- Procman: Simple gRPC single-process manager (github.com)
- Go proposal: finite type set interface as union type (github.com)
- Nuitka the Python Compiler (nuitka.net)
- Show HN: Simple TCP bridge written in Go (github.com)
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…
-
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…