@_Thots_N_Prayrs@demsocsean This must be an echo chamber effect. As a left-leaning (I) in a deep-red florida county, I see pete everywhere online, appearing on all kinds of podcasts and tv segments, talking about real policy like a human.
All I see from Gavin is the Twitter trolling, which is done by staff
@convex Very excited for this, I really enjoyed the format and content before, and always felt like I learned something.
I did think it was poetic that your last episode before quitting was "why dev content doesn't work" 💀
New in Claude Code: auto mode.
Instead of approving every file write and bash command, or skipping permissions entirely, auto mode lets Claude make permission decisions on your behalf.
Safeguards check each action before it runs.
With one agent, I used to wait for Claude. With two agents I still waited for Claude, but not as long. With three agents Claude is waiting for me. I am the bottleneck. And the bottleneck is all planning.
@SuicideDuckz@electionsjoe We already have a base there, and we used to have more. We closed them because they weren’t useful.
We are already allowed to build more.
We don’t need to own it. It’s not ours.
Denmark is the country, and they are defending it (see video)
@kirso_@jamesacowling@convex For instance, I just added a feature to improve the toJSONSchema behavior for common schema values, like convex table ids and other transforms that zod would bail out of by default
@kirso_@jamesacowling@convex It is! It’s supported in the https://t.co/xKDLkQ3Kva which the convex team maintains.
I build zodvex for myself in order to support zod4 before the other library caught up, and am working on adding some additional opinions and utilities (for things like codecs and FE queries)
@kirso_@jamesacowling@convex Lock-in is always a bit of a risk, but there are mitigating steps you can take, like using zod instead of convex’s custom validators for defining your schemas.
Convex-helpers has something for this, but I also built https://t.co/5f3BQygJUr for this purpose.