Snawoot
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Tlscookie – hidden cookies in TLS tickets (tlscookie.xx.kg)
- Show HN: Weakmap – weak map for Go without use of finalizers (codeberg.org)
- Making Services with Go Right Way (snawoot.github.io)
- Dumbproxy 1.42.0 released with TrustTunnel support (github.com)
- HTTP-over-TLS proxy in a single command (github.com)
- Show HN: Secache – Sampling Eviction Cache (pkg.go.dev)
I'd like to share a curious cache implementation I recently came up with: https://pkg.go.dev/github.com/Snawoot/secache It's a small (<200 LOC) simple cache implementation. What makes it curious is how it approaches…
- PPP-over-HTTP/2: Having Fun with dumbproxy and pppd (snawoot.github.io)
- Dumbproxy just got SOCKS5 support (github.com)
- Dumbproxy got Redis auth back end (github.com)
-
Have you ever wanted something `comparable` to be also ordered, e.g. for canonicalization sort or sorted collections? This function uses fast runtime's map hash (with rare exceptions) for comparisons of arbitrary…
- Dumbproxy – simple, scriptable, secure forward proxy (github.com)
- Basic auth via HMAC signatures for Squid (github.com)
- Generic Freelist Allocator for Go (pkg.go.dev)
- Show HN: Lock-free concurrent maps for Golang (pkg.go.dev)
- Redundancy Group Announcement Protocol (github.com)
- Show HN: Dtlspipe – Like Stunnel, but for UDP (github.com)
- Self-hosted, fast and accurate connection speed test (github.com)
- Show HN: Terse – output randomly sampled lines (github.com)
- NthLink VPN tries to hide evidence of vulnerability (twitter.com)
- Stripping NthLink VPN Encryption (snawoot.github.io)
- Poor Man's Global Traffic Manager (gist.github.com)