HackerTrans
TopNewTrendsCommentsPastAskShowJobs

todience

26 karmajoined قبل 4 سنوات

Submissions

Show HN: Even, the terminal-first desktop workspace

eventerm.com
1 points·by todience·قبل 17 يومًا·0 comments

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

termem.com
3 points·by todience·قبل 28 يومًا·1 comments

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

github.com
58 points·by todience·قبل شهرين·12 comments

[untitled]

1 points·by todience·قبل شهرين·0 comments

comments

todience
·قبل 21 ساعة·discuss
I have been doing same with Even[even.dev]. have you tried adding opencode to it your cli?
todience
·قبل شهرين·discuss
It’s already included.
todience
·قبل شهرين·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
·قبل شهرين·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
·قبل شهرين·discuss
[dead]
todience
·قبل شهرين·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
·قبل شهرين·discuss
Yes, LLMs lower the barrier such that we can skip “can this work” and just skip straight to building.