Back
Happenlist
Happenlist
#happenlist
What to do in your city, reinvented. This is the first time this is going to work & it will restore offline life.
Load previous page…
claude still sucks at basic ios dev operations: build, launch simulator, install app to simulator, launch in simulator. Does anyone know a good MCP or other tool to improve this?
#happenlist
#productivity
Woke up early in hotel, at first read a book until it became lighter (to not wake up gf), then got laptop. Improved AI agent fixing a bug that caused a lot of wasted token cost
#happenlist
Found myself needing to build retry logic for every LLM call.
So I deleted a lot of code from my app by building retry logic into Promptgun!
`npm install promptgun`
Just add the attemptsPerCall parameter to your setupAI call.
See www.npmjs.com/package/promptg…
#happenlist
Added search. Majorly improved performance (I am very surprised memoized computable properties aren’t built into swift, it’s a giant performance saver that’s extremely easy to program. Now i had to program the memoizing manually)
#happenlist
Reduced boilerplate for live queries in my swift stack; made them work more robustly; made login/logout actually work in swift stack; improved login ui a bit
#happenlist