J.G.Montoya.Hodl's avatar
J.G.Montoya.Hodl
jgmontoya@nostrplebs.com
npub1jgm0...669p
I identify as a non-taxable entity. #Bitcoin / Sat stacker. Interested in all things CS.
J.G.Montoya.Hodl's avatar
jgmontoya 3 weeks ago
This whole coldcard thing makes me really sad. Seeing bitcoiners who really did nothing wrong get their life savings stolen hits hard. I hope you can get back on your feet. It's a harsh world. Being your own bank is hard. "Don't trust, verify" is hard.
J.G.Montoya.Hodl's avatar
jgmontoya 3 weeks ago
If you used (enough) dice rolls you're safe. image
J.G.Montoya.Hodl's avatar
jgmontoya 1 month ago
Fixed-count loops are a bad definition of done. `loop: 3` can waste a pass after the work is already good, or stop with work still left. v0.13.0 adds `until` conditions to Shaka workflows. Set a maximum iteration budget, then stop as soon as a shell check passes or an LLM judge returns SATISFIED. The LLM path is deliberately boring: Shaka only accepts SATISFIED when it is the final non-empty line. Every other result keeps the loop going. The shipped `review-and-fix` workflow now works this way with a cap of 3. It reviews, fixes, and checks the review again until there are no issues that need code changes. `shaka run review-and-fix` v0.13.0 🤖 github.com/jgmontoya/shaka
J.G.Montoya.Hodl's avatar
jgmontoya 2 months ago
I've been having an issue with claude code's CLI where it's stuck in an authentication loop. /login "works" (it opens the site, I approve, then on the terminal it says "Login Succesful") but then it seems like the session/credentials are not really persisted, asking me to /login again. Has anyone experienced this?
↑