Ask Hanami for the Model, Get Four Objects
There is no model generator in Hanami, and no scaffold either. What Rails calls a model turns out to be four separate jobs, and the framework makes you say w...
There is no model generator in Hanami, and no scaffold either. What Rails calls a model turns out to be four separate jobs, and the framework makes you say w...
Replying to a process that has died costs nothing and tells you nothing. In a pool that lends out browser pages, that silence cost me a page every time it ha...
I am building a real app in Hanami 3 with twenty years of Rails habits, on purpose, to find out where those habits stop working. The very first one broke ins...
My agent drives a headless browser through a Node process held by a Port. Two guarantees I take for granted in Elixir stop at that boundary, and one of them ...
I have been building a personal agent as an MCP server in Elixir, and the transport turned out to be the interesting part. A single malformed request killed ...