Today I learned
Short notes, kept as I go
Things too small for a full post but too useful to forget.
Notes
Leap Seconds: The One-Second Fix That Broke the Internet
Why atomic time and the Earth’s rotation disagree, how the leap second papered over it, and the outages that followed.
- time
- leap-seconds
- programming
Quickly Inspect package.json Scripts
A one-line shell function that prints the scripts block of any package.json, so you stop opening the file to remember a command name.
- bash
- shell
- json