Skip to main content

Notes

Quick thoughts and observations. Less polished than blog posts, more permanent than tweets.

Shipped 15 components today. The key? Each one small, focused, and testable. Compound growth.

#productivity

The best code review feedback is specific, actionable, and kind. "This could be cleaner" helps no one. "Extract this into a function because X" teaches.

#engineering

Reading progress save/restore is one of those features that seems small but shows you care about the reader experience.

#ux

TIL: bare `except:` in Python catches KeyboardInterrupt. Always use `except Exception:` unless you have a good reason.

Full post
#python#til

MCP (Model Context Protocol) is fascinating. It's essentially GraphQL for AI tools — a standard interface between models and capabilities.

#ai#mcp

For longer thoughts, see my blog posts or follow me on X.