Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eglintondust
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
eglintondust
1mo ago
I haven't monitored CPU usage so closely, but seems to get heavy with basic tool calls and editing. Memory usage definitely is out of hand, have an idle session right now eating 500MB
2.
▲
by
eglintondust
1mo ago
This line of thinking I feel like assumes it's the only program running on your computer. Using less of my CPU and memory means my computer can do more things in parallel, or even run more instances of the harness. My laptop is sweatin
3.
▲
by
eglintondust
1mo ago
Coding agents have been been such a blessing for my Emacs setup. Only getting more psyched about emacs. It was pretty good before but my elisp skills never really advanced much beyond gluing together existing libraries and copy pasted snipp
4.
▲
by
eglintondust
1mo ago
You just don't inject the real secret unless hostname/whatever rule matches the request, right? I don't know if that's how this works but it's my assumption.
5.
▲
by
eglintondust
1mo ago
I'm inspired by this website. It's incredible.
6.
▲
by
eglintondust
9mo ago
There is value for the person maintaining this library cause they want it that way. If you develop a useful library and give it away for free then all power to you if you want to rearrange the furniture every 6 months. I'll roll wi
7.
▲
by
eglintondust
2y ago
A good query builder is more important than ORM imo. That's what I like about sqlalchemy. The query builder pretty much maps 1:1 to SQL and you can use it with or without the ORM mapping. Most of my projects have a mix of both along
8.
▲
by
eglintondust
2y ago
A good query builder is more important than ORM imo. That's what I like about sqlalchemy. The query builder pretty much maps 1:1 to SQL and you can use it with or without the ORM mapping. Most of my projects have a mix of both along