HackerTrans
TopNewTrendsCommentsPastAskShowJobs

todience

26 karmajoined 4 anni fa

Submissions

Show HN: Even, the terminal-first desktop workspace

eventerm.com
1 points·by todience·17 giorni fa·0 comments

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

termem.com
3 points·by todience·28 giorni fa·1 comments

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

github.com
58 points·by todience·2 mesi fa·12 comments

[untitled]

1 points·by todience·2 mesi fa·0 comments

comments

todience
·21 ore fa·discuss
I have been doing same with Even[even.dev]. have you tried adding opencode to it your cli?
todience
·2 mesi fa·discuss
It’s already included.
todience
·2 mesi fa·discuss
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 mesi fa·discuss
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 mesi fa·discuss
[dead]
todience
·2 mesi fa·discuss
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 mesi fa·discuss
Yes, LLMs lower the barrier such that we can skip “can this work” and just skip straight to building.