AI Agents Simulate Prepping for Trump's Third Termtheatlantic.com1 points·by alexinavar·6 месяцев назад·2 comments
Building a JavaScript runtime in one monththemackabu.dev3 points·by alexinavar·6 месяцев назад·1 comments
Run coding agents on your desktop without breaking your flowami.dev1 points·by alexinavar·6 месяцев назад·1 comments
alexinavar·6 месяцев назад·discuss> "players submit their actions so that AI agents—the game masters—can calculate the impact of each move and present new challenges"
alexinavar·6 месяцев назад·discussIn the past, this was necessary to offer end-to-end encryption in web applications. Now, we can use the WebAuthn PRF extension[0] to enable encryption directly from a passkey, without having to deal with awkward key storage[1].[0]: https://github.com/w3c/webauthn/wiki/Explainer:-PRF-extensio...[1]: https://confer.to/blog/2025/12/passkey-encryption
alexinavar·6 месяцев назад·discussUnrelated to the post, but please include a viewport tag[0] on your website; it's one line of code that makes things far easier to read on mobile.[0]: `<meta content="initial-scale=1,width=device-width" name="viewport">`