HackerLangs
トップ新着トレンドコメント過去質問紹介求人

StevenThompson

no profile record

投稿

Google API change leads to $67k Gemini bill in 19 hours

discuss.ai.google.dev
5 ポイント·投稿者 StevenThompson·2 か月前·0 コメント

Effective Vibe Coding (Determinism)

stevenathompson.com
1 ポイント·投稿者 StevenThompson·5 か月前·2 コメント

コメント

StevenThompson
·3 か月前·議論
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.[1]

Your solution is much cleaner! I'll probably replace mine with it. Thanks for sharing!

[0] https://github.com/stevenAthompson/self-command

[1] https://github.com/stevenAthompson/gemini-cli-remote-control
StevenThompson
·4 か月前·議論
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 time before we validated inputs.

https://www.stevenathompson.com/effective-vibe-coding-best-p...
StevenThompson
·5 か月前·議論
I hadn't heard of it, but it looks very cool. I'll check it out, thanks!
StevenThompson
·5 か月前·議論
Bitwarden has been my favorite for some time. I was surprised to see them fair so poorly.
StevenThompson
·5 か月前·議論
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.
StevenThompson
·5 か月前·議論
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?
StevenThompson
·6 か月前·議論
https://www.stevenathompson.com/blog - I talk about some of my LLM experiments and plan to touch on some security related projects soon.
StevenThompson
·6 か月前·議論
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 had to transmit very slowly to get it to work stably without any flow control. I want to say that I limited it to 9600 kbps before it started to become reliable.