Linux trivia of the day: `FOO=$FOO command` is not the same as `command`:
miniblog.
Related Posts
Microsoft is writing a PHP parser that handles error recovery well, and the internals docs are really accessible.
It includes a discussion of handling trivia and even some sample parsing code.
Emacs trivia: the list of buffers used to be exposed to elisp as buffer-alist. It's now C-only because it's a footgun if you mutate it.
Emacs trivia: if you don't move the cursor, it blinks ten times, then stops (new in 24.4). Courtesy of this config: