HOW TO : Use hooks in coding agents
Every coding agent has hooks. None of them agree on what to call them. Instead of memorizing eight APIs, I think in three buckets: before an action, after an action, and at the session boundaries.
Every coding agent has hooks. None of them agree on what to call them. Instead of memorizing eight APIs, I think in three buckets: before an action, after an action, and at the session boundaries.
Bookmark is a self-hosted, AI-powered bookmarking service built with Python and SQLite. It automatically extracts metadata, generates tags and descriptions, creates local embeddings, and combines tag matching with semantic search to help you find saved links later.
A simple setup to save AI tokens when using coding agents
Andrej Karpathy’s nomenclature for the state of tech in AI has become the unofficial industry clock. Watching the terminology evolve over the last few years feels...
Quick self-note 🙂 different ways to search for content in a string in python Basic (and quickest) if ‘content’ in string: String.find (second quickest and doesn’t...
Been dabbling in go recently and I was surprised that the default install doesn’t setup the $GOPATH environment variable. If you are running it on a...