Low Effort Blog Posts Part II: Golang Profiling
Posted on 2021-07-03
| 1 minutes
It’s callstacks all the way down
narp
Posted on 2020-06-13
| 1 minutes
A novel network attack preventing new clients from acquiring an IP address
Low Effort Blog Posts Part I: DNS Sinkholing
Posted on 2020-06-07
| 1 minutes
Keep your sensitive data flowing on trusted (controlled) networks, but sinkhole them outside
Instrumenting Go Binaries for Integration Test Coverage
Posted on 2020-06-06
| 3 minutes
An approach for measuring coverage of integration or manual testing
Abusing Context in Go Part II: Recovery
Posted on 2020-06-04
| 10 minutes
A method for recovering context in Go that was omitted somewhere up the callstack
Abusing Context in Go Part I: Serialization
Posted on 2020-05-25
| 7 minutes
A method for serializing context to allow it to flow between networked hosts
Design Considerations for Context in Go
Posted on 2020-05-22
| 6 minutes
An overview on design paradigms for golang’s context library