Skip to content

Today I learned

Short notes, kept as I go

Things too small for a full post but too useful to forget.

  • 2 notes

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
2 Feb 2026

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
28 Aug 2023