HackerTrans
TopNewTrendsCommentsPastAskShowJobs

StevenThompson

no profile record

Submissions

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

discuss.ai.google.dev
5 points·by StevenThompson·2 месяца назад·0 comments

Effective Vibe Coding (Determinism)

stevenathompson.com
1 points·by StevenThompson·5 месяцев назад·2 comments

comments

StevenThompson
·3 месяца назад·discuss
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 месяца назад·discuss
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 месяцев назад·discuss
I hadn't heard of it, but it looks very cool. I'll check it out, thanks!
StevenThompson
·5 месяцев назад·discuss
Bitwarden has been my favorite for some time. I was surprised to see them fair so poorly.
StevenThompson
·5 месяцев назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
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.