Ask HN: Where are the best online gathering places for humans?
6 points by jMyles 1d ago 11 comments
Ask HN: Is context-switching the real productivity killer?
8 points by kristel100 17h ago 2 comments
Case Study: Migrating a Rush.js Monorepo to Node Type Stripping
1 sdotson 2 8/21/2025, 9:15:13 PM blog.calm.com ↗
ESM migration was a prerequisite (imports, JSON, CJS compat).
Biggest blocker: thousands of Sinon stubs (solution: “stub classes, not modules”).
Some CJS → ESM package refactors needed (lodash → lodash-es).
Results: local dev tasks ~30–40% faster, CI jobs ~3–6 minutes faster.
Full write-up: https://www.calm.com/blog/engineering/how-we-migrated-our-ru...
Curious if others have tried type stripping in Node 22/23 yet.