Viewing profile — anderslaub
anderslaub
HN member- Joined
- Wed, Sep 18, 2019, 9:41 PM UTC
- HN karma
- 3
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About anderslaub
No profile information was provided.
Recent public activity
-
comment
Comment #43478894
I haven't tried working with Cursor for real yet but I can vouch for Claude with filesystem, fetch and optionally a few other mcp servers enabled relevant to whatever you are doing…
-
story
Show HN: I made a MCP Server too (sort of)
The past week or so there's been quite a few posts about some new MCP Server (Model Context Protocol). I want to join in on the fun and show a mcp server that I made. It really sta…
- story
-
comment
Comment #21010560
Dangerous advice if object values potentially can contain string terminators.. var obj = { "Name": "Joe`s sloppy place" }; will work well as plain object while obj = JSON.parse('{ …
-
comment
Comment #21010549
Dangerous advice if object values can contain string terminates.. var obj = { "Name": "Joe`s sloppy" }; will work well as plain object while obj = JSON.parse('{ "Name": "Joe's slop…