today i learned. tiny notes on things i didn't know yesterday.
loose, mostly one paragraph each. no particular order.
- python: dict preserves insertion order since 3.7
- git:
git reflogsaves you from almost anything - unix:
xargs -Pdoes parallel in-place - unix:
xargs -Pand signal propagation to workers - zig:
@typeInfoand friends - runtime-typed values without runtime overhead - postgres:
SET LOCALdoesn't take bind params; useset_config() - rust:
rustls'sprefer-post-quantumfeature is a no-op against theringprovider - bun:
bun installonly runs a subset of npm lifecycle scripts
- #9 - numeric prefix on filenames. nope, slug + git log are enough.
drafts that were referenced in past readme revisions but never landed as
files: git/autosquash, git/worktree, jq/null-input, bash/proc-sub,
unix/kill-zero, bash/set-euo, lua/metamethods. some are notes i still
want to write, some are duplicates of existing entries.