Thoughts, ideas, and code snippets from the void.

Exploring how webhook verification works in Go and breaking down the internals of HMAC signatures using only the standard library.
LinkedIn is doing AED brute-force scanning

Learn how Linux’s sudo works—from root privileges and setuid to secure, audited command execution. This step-by-step guide explains user UIDs, sudoers configuration, timestamp caching, fork‑exec flow, and logging best practices.
This project took 1.5 years and a lot of messy learning.
Why should you write tests before the actual function?