Reading up on Motion
4 deep · digging since jan 13
- CSS vs. JavaScript
CSS animations run off the main thread so they don't freeze during JS work, but libraries like Motion use the Web Animations API to avoid that pitfall.
- @chrlschn - MCP is Dead; Long Live MCP!
CLIs offer token savings for known tools, but MCP over streamable HTTP is essential for organizational agentic engineering due to centralization, auth, telemetry, and dynamic content delivery.
- Morphing Icons with Claude
Using Claude Code, the author built a universal icon component where any of 21 icons can smoothly morph into any other by representing each as exactly three SVG lines and using rotation groups for same-shape icons.