HackerTrans
トップ新着トレンドコメント過去質問紹介求人

alexinavar

no profile record

投稿

AI Agents Simulate Prepping for Trump's Third Term

theatlantic.com
1 ポイント·投稿者 alexinavar·6 か月前·2 コメント

Building a JavaScript runtime in one month

themackabu.dev
3 ポイント·投稿者 alexinavar·6 か月前·1 コメント

Run coding agents on your desktop without breaking your flow

ami.dev
1 ポイント·投稿者 alexinavar·6 か月前·1 コメント

コメント

alexinavar
·6 か月前·議論
> "players submit their actions so that AI agents—the game masters—can calculate the impact of each move and present new challenges"
alexinavar
·6 か月前·議論
In 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 か月前·議論
Unrelated 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">`