Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
markusw
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
markusw
28d ago
Yeah, I would have gone with uuid.V4 or something. But oh well, as long as it works. :D
2.
▲
by
markusw
1mo ago
I really liked Zed for a couple of months, when AI tab code completion was the frontier. But now I don’t hand-edit files anymore, so Zed is mostly a fast file reader for me. I understand why a team focused on an editor would do this, becaus
3.
▲
by
markusw
2mo ago
Uh, nice! I hadn't heard about that spec before. I'll give the skill a try.
4.
▲
by
markusw
4mo ago
Please at least pretend to read the article before posting something like that.
5.
▲
by
markusw
5mo ago
I like to think it’s a gopher. :D
6.
▲
by
markusw
5mo ago
This is so good and so fun! :D
7.
▲
by
markusw
5mo ago
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 trying to build it out in a way so t
8.
▲
Headless Everything for Personal AI
(interconnected.org)
20 points
by
markusw
5mo ago
|
4 comments
9.
▲
The Road Runner Economy
(nraford7.github.io)
2 points
by
markusw
6mo ago
|
0 comments
10.
▲
by
markusw
7mo ago
Oooh, I didn't know that.
11.
▲
by
markusw
7mo ago
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 have native HTML output. But of course, it only works for Pyth
12.
▲
by
markusw
7mo ago
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 I've set up on claude.ai show up in my local Claud
13.
▲
by
markusw
7mo ago
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 myself, one little bit at a time.
14.
▲
by
markusw
7mo ago
Oh, I hadn't seen that one either, thanks for sharing. Here I am still using the Chrome Devtools MCP like a caveman. :D
15.
▲
by
markusw
7mo ago
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 so much agree, Go is great for CLIs!
16.
▲
by
markusw
11mo ago
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 stretch IMO, unless you end up with so many skills that their sum
17.
▲
by
markusw
11mo ago
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 some major payment platforms, like Gumroad: ht
18.
▲
by
markusw
11mo ago
Thank you for sharing the youtube links in particular! It's nice to get some background info and intent for interesting libraries.
19.
▲
by
markusw
11mo ago
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]: https://templ.guide [2]: https:&#
20.
▲
by
markusw
11mo ago
It's a frontend framework and a backend SDK in multiple languages, for SSE and more.
21.
▲
by
markusw
1y ago
Agreed about the Postgres export! For sqlite, I would recommend "sqlite3 app.db '.backup backup.db'" though, if that's an option. Guaranteed consistent!
22.
▲
by
markusw
1y ago
No worries. :-) Thank you for your follow-up, kind stranger on the internet.
23.
▲
by
markusw
1y ago
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-positive for you, too, even if the article alone didn
24.
▲
by
markusw
1y ago
Yeah, totally agreed. An embedded Postgres would be sweet (see pglite elsewhere here in the comments, looks interesting).
25.
▲
by
markusw
1y ago
I am so tempted to benchmark some more… :D Would be great to get some numbers on this, super interesting.
26.
▲
by
markusw
1y ago
Note: The last paragraph was about in production, not tests. :-)
27.
▲
by
markusw
1y ago
Uuuuh, that looks super interesting! I hadn't heard of that. Thank you for sharing!
28.
▲
by
markusw
1y ago
Yeah, basically the same here, except it's Caddy in front instead of Traefik. So you do periodic backups, not incremental on every write or something (read replica-like)? It's important to me to not lose any data once committed if
29.
▲
by
markusw
1y ago
Ah, I thought I recognized your username from a Github URL. :D Thank you for your contributions in the SQLite & Go space!
30.
▲
by
markusw
1y ago
I had no idea that was possible. I'll keep that in mind if I need a similar workflow. DuckDB is awesome. :D
More ›