michaelquigley

↗ HN profile [ 34.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. MCP servers work great locally over stdio... until you need one on another machine, or want to share tools across a team. Most approaches to that involve exposing endpoints and managing network access. I built a tool…

  2. I built an OpenAI-compatible LLM gateway that routes requests to OpenAI, Anthropic, Ollama, vLLM, llama-server, SGLang... anything that speaks /v1/chat/completions. Single Go binary, one YAML config file, no…

  3. Pretty excited to share this... Just finished up a blog post about the new, simple, secure peer-to-peer networking SDK for zrok. Build zrok applications with just a few lines of golang!

  4. zrok is a fun incubator project I've been working on over the last six months. The goal was to see how we could build a tool in the genre of "reverse-proxy-meets-streamlined-sharing", like a lot of the other tools that…