Back
David Duwaer
David Duwaer
PRO
PRO
@davidduwaer
Does a killer Billy Joel. Built the world's most advanced ORM for frontend so I can build apps faster. Irony noted, but it *does* work to that effect now.
Load previous page…
managed to make a friend interested in promptgun (npm install proptgun). he ununiquely also needed to prompt for json output and would rather stream that output, which made it hard to keep things type safe and to react to the incomplete streamed json, so they had a lot of boiler plate, and he was already using typescript and the openai api so promptgun was perfect for him
#promptgun
Made a bit of progress on next crawler generation but don’t have much time today
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
More ui cleaning, AI code with cursor really does not work very well with SwiftUI when native UI component maxing. What’s other people’s experience with this?
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