HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alexinavar

no profile record

Submissions

AI Agents Simulate Prepping for Trump's Third Term

theatlantic.com
1 points·by alexinavar·6 ay önce·2 comments

Building a JavaScript runtime in one month

themackabu.dev
3 points·by alexinavar·6 ay önce·1 comments

Run coding agents on your desktop without breaking your flow

ami.dev
1 points·by alexinavar·6 ay önce·1 comments

comments

alexinavar
·6 ay önce·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 ay önce·discuss
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 ay önce·discuss
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">`