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

todience

26 カルマ登録 4 年前

投稿

Show HN: Even, the terminal-first desktop workspace

eventerm.com
1 ポイント·投稿者 todience·18 日前·0 コメント

Show HN: Termem, cross-agent memory and session management

termem.com
3 ポイント·投稿者 todience·29 日前·1 コメント

Show HN: Loopsy, a way for terminals and AI agents on different machines to talk

github.com
58 ポイント·投稿者 todience·2 か月前·12 コメント

[untitled]

1 ポイント·投稿者 todience·2 か月前·0 コメント

コメント

todience
·昨日·議論
I have been doing same with Even[even.dev]. have you tried adding opencode to it your cli?
todience
·2 か月前·議論
It’s already included.
todience
·2 か月前·議論
Yeah that’s valid. Loopsy as it is is a coordination layer not a concurrency layer. There’s no file locking primitive at the moment. What is there is a task queue protocol which gets you close by having one agent claim a task while others wait.

For single files we’d need to build the lock key mechanism on top of the Loopsy context store.
todience
·2 か月前·議論
Nice. CodeNomad looks solid for opencode. The differences I see, Loopsy works with other coding agents, control from your phone with a native app, and daemons that find each other on a LAN. With Loopsy, agents on different machines can drive each other over a standard protocol, not just human-to-machine. I admit though tailscale gets you true P2P encryption, something I'm still working on for Loopsy.
todience
·2 か月前·議論
[dead]
todience
·2 か月前·議論
Thank you. The relay is a small websocket server, isolated, so it could be adapted and self hosted. I’ll add it to the roadmap.
todience
·2 か月前·議論
Yes, LLMs lower the barrier such that we can skip “can this work” and just skip straight to building.