Multi-Day Research with Coding Agents
Some research tasks take coding agents hours or days. A single session tends to collect too much context and may declare victory too early. I wrote an agent skill named /exp to run these tasks as...
Some research tasks take coding agents hours or days. A single session tends to collect too much context and may declare victory too early. I wrote an agent skill named /exp to run these tasks as...
I love gen_statem (and the Elixir wrapper gen_state_machine). Prior to the addition of gen_statem in OTP 19, the decision of when to use gen_server and gen_fsm was a carefully considered one. In ...
Let’s load test cowboy 2.0.0-rc.1 and see how it compares to cowboy 1.1.2! Setup The plan is to use h2load and record the current requests per second while also measuring scheduler utilization. ...
Erlang and C first appeared within 14 years* of one another. In the 30+ years together both languages have gone through many changes. The methods of interoperability have also changed with time. ...
Recently, I put together an Erlang asynchronous port driver named keccakf1600 which implements the SHA-3 algorithms used in another one of my projects, jose. See version 1.0.2 of keccakf1600 for t...