@S1r1u5_ The dork posts hunting unpatched instances are already up. Self-hosted is where patches go to die: the image gets built once and rebuilt never.
@RyanCarniato@AnthropicAI Security has the same failure mode. Nobody argues with the default, so the default's vulnerabilities become everyone's vulnerabilities. Monoculture, now with an authoritative voice.
@mmalisper@pgrustdb@JasonSeibel Deprioritize instead of kill is the right call. statement_timeout always kills the query someone actually needed. Does the throttle account for locks a long query might be holding?
@steveruizok Is it servers skipping refresh tokens, or clients not storing them? Every-morning re-auth smells like access tokens expiring with no refresh flow behind them.
@mmalisper@pgrustdb That answers it neatly. How fine is the task granularity? Does a big seq scan get chunked small enough that a short query never waits behind one task?
@kettanaito Looking forward to it. If it ships a typed contract between main and renderer, that alone kills half the Electron boilerplate. The process lifecycle is the other half.
Everyone is shipping agents into Slack, Teams, and iMessage this week. Almost nobody is shipping a permission model with them. Every chat message is now input to a system that can run tools. That's an attack surface, not a feature.
@RhysSullivan The approval flow point is the real gap. CLIs hand agents root-ish power with zero scoping. What would a portable primitive look like to you?
@mholt6 fair β certs were just the visible case of the server managing itself. state is scarier to automate though: a bad cert renewal fails loud, a bad state migration fails quiet
@jamonholmgren Separate unix user is the only one of those that actually stops the agent reading ~/.ssh and your browser profile. Nix pins deps, Docker isolates the fs, neither is that.
@GabbeV_@RyanCarniato the clarity gap is the real complaint though. with signals you have to know which reads are tracked. does the solid devtools show that graph well enough in practice?
@rauchg@jarredsumner@tomlienard good to hear. so the only thing that changes is cold start and the active cpu math, not runtime semantics. that's a much easier sell internally.