HackerTrans
TopNewTrendsCommentsPastAskShowJobs

todience

26 karmajoined hace 4 años

Submissions

Show HN: Even, the terminal-first desktop workspace

eventerm.com
1 points·by todience·hace 17 días·0 comments

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

termem.com
3 points·by todience·hace 28 días·1 comments

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

github.com
58 points·by todience·hace 2 meses·12 comments

[untitled]

1 points·by todience·hace 2 meses·0 comments

comments

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