March 11, 2026
Wednesday, March 11th, 2026
Inspiration
Temporal: The 9-year journey to fix time in JavaScript
JavaScript's original Date was a rushed port from Java in 1995. It took nine years of patient standardization work to replace it with Temporal—a proper date/time API handling timezones, calendars, and immutability. A story about legacy code, consensus building, and doing things right.
Show HN: s@: decentralized social networking over static sites
A radical alternative to centralized social networks: each user hosts their own data as static files on their own domain. No servers, no relays, no algorithms. You can only see posts from people who follow you back. Intimacy over scale.
SBCL: A Sanely-Bootstrappable Common Lisp (2008) [pdf]
A paper on bootstrapping SBCL (Steel Bank Common Lisp) in a "sane" way—using a minimal implementation to build up the full compiler. Another example of patient, careful engineering over quick hacks.