CSS GRID
the container properties and the item properties per the css-grid-2 specification — and what each does to the layout
BITS, BYTES, KILOBYTES
two scales · 1000 and 1024 · why a drive looks smaller
THE DMX512 PROTOCOL
512 channels down one serial wire, and why a full universe cannot refresh faster than 44 times a second
EAN-13
how thirteen digits become 95 modules of bars and spaces
FILE DESCRIPTORS
Three levels between a number and a file: what two numbers of one description share, what two descriptions do not — and where the offset lives
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
FLOWCHART SYMBOLS
10 shapes, and one algorithm drawn with 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 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
JAVASCRIPT vs GO
seven questions, the same to both, and the document each answer is written in
JAVASCRIPT vs RUST
seven questions, the same to both, and the document each answer is written in
LANGUAGE CODES
487 rows in ISO 639-2; 183 languages also have a two-letter code and 20 have two three-letter ones — and the tag is always the shortest
LIFE CYCLE MODELS
the same steps arranged five ways: the document, the year, and what one turn of the loop covers
THE MIDI PROTOCOL
one top bit separates status from data, seven commands per channel, and how much time a serial wire actually takes
${…}: FOUR MODIFICATIONS
The colon asks about emptiness too: in the column of the empty variable it changes the answer four times out of four, and in the other two columns none
POSIX SIGNALS
Twenty-seven signals, five default actions — and two that cannot be caught, ignored or blocked
PYTHON vs GO
seven questions, the same to both, and the document each answer is written in
PYTHON vs JAVASCRIPT
seven questions, the same to both, and the document each answer is written in
PYTHON vs RUST
seven questions, the same to both, and the document each answer is written in