jeremyh1

↗ HN profile [ 18.3 ms ] full profile

No user record in our sample, but jeremyh1 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. I was building a Rust-based agentic coding TUI and needed to render Mermaid diagrams. Noticed the official mermaid-cli spawns a full browser instance (Puppeteer/Chrome) just to render diagrams. Decided to fix this. mmdr…