bartek_gdn

↗ HN profile [ 50.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I often on the lookout for new and exiting papers in the ML space. Please share a few that you feel are worth sharing Cheers!

  2. I wanted a notebook that worked like my editor, not the other way around. Jupyter is great but the .ipynb format has always bothered me. It's JSON with embedded code — git diffs are a mess, linters don't see it, and you…

  3. Most browser automation tools (Playwright MCP and similar) create a browser process owned by the agent. chromectl flips that: you start a named session, and the agent connects to it. The session is isolated — no…

  4. I built a full-featured crossword puzzle creator that runs entirely in the browser. It uses advanced constraint satisfaction algorithms to automatically suggest words that fit your grid pattern. Try it here:…

  5. Hi HN community! I've created a Chrome extension and Node.js server combo that lets Claude use external tools (calendar, Spotify, etc.) from within regular browser conversations - without any API access. ## Why Tool use…