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

deadf00d

no profile record

投稿

Attention Backpropagation: Step by step derivation

liyuan24.github.io
3 ポイント·投稿者 deadf00d·25 日前·0 コメント

Hacking Google Chrome Source Code: Make Puppeteer work over Redis PubSub

deadf00d.com
18 ポイント·投稿者 deadf00d·7 か月前·5 コメント

Hacking the Docker Protocol to Build a Better Cloud Hosting

wip.cx
1 ポイント·投稿者 deadf00d·10 か月前·0 コメント

コメント

deadf00d
·4 か月前·議論
IMO the biggest issue with CLIs for agents is to know when the agent is allowed to type. When is the command fully proceed, and next tokens can now be generated.
deadf00d
·6 か月前·議論
https://www.deadf00d.com
deadf00d
·7 か月前·議論
This would work. We started prototyping this way and it worked well to an extend. The main issue you're going to have, is you need to have both chromium and the forwarder process to run at the same time. This makes it difficult to track what is running exactly.

If you're forwarder is running but the browser crashed, it will still appear as available on the Redis side. While if you're making the browser setting a key with expiration itself, if it crashes, it will stop appearing on redis side.

Those are the kind of stuff you get modifying the source, and that will be hard to do with dual process type of setup.
deadf00d
·7 か月前·議論
Thank you! I thought people might know it more as Google Chrome. Hence why I changed it on the HN title. But the original blog title specifically mention Chromium.