turlockmike

↗ HN profile [ 69.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I wanted a lightweight harness to run local models. By constraining it to a single tool (Bash) the focus can be on building the programs around it and making the program itself as close to using a Unix program as…

  2. I built murl because interacting with MCP (Model Context Protocol) servers from the command line was way more painful than it needed to be. MCP uses JSON-RPC 2.0 over HTTP, so every request means hand-crafting payloads…

  3. So, at my new gig, we have 2 backend engineers and 3 front end. This is causing a problem since it means we can't use something like capybara as it requires ruby knowledge. What types of integration testing frameworks…