Practical guides to the formats and workflows behind the tools: Base64, JWTs, cron, CIDR, colour contrast and more.
Blurring and pixelation are not redactionPixelated text has been recovered and blurred faces unblurred. What actually removes information from an image — and what only looks like it does.
px, rem, em and % — which CSS unit to use whererem scales with the reader's font size, px does not, and em compounds when you nest it. The differences are small until an accessibility audit, so here is the rule for each one.
How to decode a JWT — and why decoding is not verifyingA JWT's header and payload are plain Base64url, readable by anyone. Signature verification is the part that matters. Here is the difference, with the common failure modes.
CIDR notation explained — what /24 actually meansThe number after the slash counts network bits, and everything else about a subnet follows from it. How to read a prefix, count usable hosts, and dodge the off-by-one traps.