Tag: #hashing
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
The Birthday Paradox and Hash Collisions — Why 23 People Means a 50% Match
Just 23 people in a room, and the odds that two share a birthday cross 50%. At the root of this counterintuitive result is a √N approximation, and the same math runs through UUID and hash collision probability, why 128 b
2026-06-27 · 11 min read #math#hashing#fundamentalsContent-Addressable Storage Is Everywhere
One idea — address data by the hash of its content, not its location — runs identically through Git objects, Docker layers, IPFS, the Nix store, and BitTorrent. A practical look at how it hands you deduplication, integri
2026-06-10 · 12 min read #systems#storage#hashingThe Complete Security Guide for Developers — From Encryption to Zero Trust
Symmetric and asymmetric encryption, hashing, TLS handshake, OWASP Top 10, SQL Injection, XSS, CSRF, and Zero Trust architecture. A comprehensive summary of security concepts every developer must know, complete with code
2026-03-02 · 29 min read #architecture#security#encryption#zero-trust#owasp