FILE LOCKS
A lock lies on a range of bytes, it has two different kinds of owner, and it guards no byte at all
FILE PERMISSIONS
Nine bits in three triads, three special bits — and why r and x on a directory are different powers
CSS FLEXBOX
main axis and cross axis · which property belongs to which
A NUMBER IN 32 BITS
sign, exponent and significand: what actually sits in a float and what does not
FLOWCHART SYMBOLS
10 shapes, and one algorithm drawn with them
GIT WORKING AREAS
four areas · the command that moves code between them
FILENAME EXPANSION: *, ?, […]
A leading dot and a slash disappear only in filename expansion: the same pattern “*” is seen by case, but not by expansion itself
GO vs RUST
seven questions, the same to both, and the document each answer is written in
HERE-DOCUMENTS
The body reaches the command as a single word, and one quote in the delimiter decides whether it arrives as typed
HTTP METHODS · 2026
ten methods per RFC 9110, 5789 and 10008: which are safe, which are idempotent, which can be retried
HTTP STATUS CODES
five classes · twenty codes you meet every day
IFS AND FIELD SPLITTING
Two kinds of delimiter: white ones merge into one, non-white ones each cut on their own — and the same value gives one field or four