bartek_gdn
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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!
-
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…
-
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…
- Show HN: Crossword Creator – Browser-based crossword puzzle maker (crossword-creator.com)
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:…
-
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…