Viewing profile — markusw
markusw
HN member- Joined
- Tue, Aug 18, 2020, 1:03 PM UTC
- HN karma
- 525
- Public activity
- 197 items
- HN profile
- View on Hacker News ↗
About markusw
Find me at markus@maragu.dk
Recent public activity
-
comment
Comment #49120090
Uh, nice! I hadn't heard about that spec before. I'll give the skill a try.
-
comment
Comment #48294836
Please at least pretend to read the article before posting something like that.
-
comment
Comment #48294603
[flagged]
-
comment
Comment #47877376
I like to think it’s a gopher. :D
-
comment
Comment #47872966
This is so good and so fun! :D
-
comment
Comment #47872879
Hi, I'm the author of GAI. I'm glad that you are happy with it! I'm using it a lot myself, both for own and client projects, but I wasn't sure if anyone else was. :D I'm actually t…
- story
- story
-
comment
Comment #46973433
Oooh, I didn't know that.
-
comment
Comment #46972410
I think you had a post about marimo notebooks at some point? I think they would be better suited for that. Their representation is just Python, they can run as scripts, and they ha…
-
comment
Comment #46965682
That's actually one of the things that has kept me from using Claude Code web (that, and I often need a Chrome browser for the agent). But they must be working on it. I saw an MCP …
-
comment
Comment #46965123
I guess it would still make sense to have "demo" and "browser-use" skills, so that the agent can reach for them proactively? I always try to remove as much friction as possible for…
-
comment
Comment #46965092
Oh, I hadn't seen that one either, thanks for sharing. Here I am still using the Chrome Devtools MCP like a caveman. :D
-
comment
Comment #46965058
If you're coming from the Python world, definitely. I find `go install github.com/simonw/rodney@latest` equally easy. :D Although you need the Go tooling installed, of course. But …
-
comment
Comment #45620852
I’d rather say you can use skills to do RAG by supplying the right tools in the skill (“here’s how you query our database”). Calling the skill system itself RAG is a bit of a stret…
-
comment
Comment #45538614
What I've done in a project once is use Purchasing Power Parity: basically, there's an index for purchasing power, and you adjust your pricing based on that. It's implemented in so…
-
comment
Comment #45538573
Thank you for sharing the youtube links in particular! It's nice to get some background info and intent for interesting libraries.
-
comment
Comment #45538003
For Go, something like gomponents [0] or Templ [1] would fit that. (Disclaimer: I wrote gomponents.) I even have a Datastar integration now. [2] [0]: https://www.gomponents.com [1]…
-
comment
Comment #45537967
It's a frontend framework and a backend SDK in multiple languages, for SSE and more.
-
comment
Comment #45338044
Agreed about the Postgres export! For sqlite, I would recommend "sqlite3 app.db '.backup backup.db'" though, if that's an option. Guaranteed consistent!
-
comment
Comment #45337524
No worries. :-) Thank you for your follow-up, kind stranger on the internet.
-
comment
Comment #45337492
Sure, you are correct! But I've already learned about pglite and sqlite-vector from the comments here alone. So if one reads the article AND the comments, I hope it's a net-positiv…
-
comment
Comment #45337455
Yeah, totally agreed. An embedded Postgres would be sweet (see pglite elsewhere here in the comments, looks interesting).
-
comment
Comment #45337413
I am so tempted to benchmark some more… :D Would be great to get some numbers on this, super interesting.
-
comment
Comment #45337406
Note: The last paragraph was about in production, not tests. :-)