Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
StevenThompson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
Google API change leads to $67k Gemini bill in 19 hours
(discuss.ai.google.dev)
5 points
by
StevenThompson
5mo ago
|
0 comments
2.
▲
by
StevenThompson
5mo ago
This is really cool. I did something similar with gemini cli by just wrapping it in tmux and building some extensions.[0] Eventually that wasnt enough so I ended up forking it and adding REST endpoints to inject commands and read the screen
3.
▲
by
StevenThompson
7mo ago
I wrote a version of this post awhile back that gets into a bit more detail as to HOW to bolt on the determinism. I'm glad to see others talking about it. One day we'll look back on this era the same way folks look back at the tim
4.
▲
by
StevenThompson
7mo ago
I hadn't heard of it, but it looks very cool. I'll check it out, thanks!
5.
▲
by
StevenThompson
7mo ago
Bitwarden has been my favorite for some time. I was surprised to see them fair so poorly.
6.
▲
by
StevenThompson
7mo ago
I actually expected the models to perform better than they did, but I'm a bit of an optimist. It makes sense for the more mature SAST tool to outperform them just based on maturity alone.
7.
▲
by
StevenThompson
7mo ago
I love the idea of fighting the asymmetric hiring process with more tools for the candidate. I'm not sure how recruiters will feel though. I wonder what percentage will just "nope" out of interacting with it?
8.
▲
Effective Vibe Coding (Determinism)
(stevenathompson.com)
1 points
by
StevenThompson
7mo ago
|
2 comments
9.
▲
by
StevenThompson
8mo ago
https://www.stevenathompson.com/blog - I talk about some of my LLM experiments and plan to touch on some security related projects soon.
10.
▲
by
StevenThompson
8mo ago
It was probably due to the lack of flow control. Serial doesn't work well when it's one-way. I did something similar to send logs waaaay back in the day, and it would constantly flip bits or send characters out of sequence, etc. I