HackerTrans
TopNewTrendsCommentsPastAskShowJobs

todience

26 karmajoined 4 years ago

Submissions

Show HN: Even, the terminal-first desktop workspace

eventerm.com
1 points·by todience·17 days ago·0 comments

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

termem.com
3 points·by todience·28 days ago·1 comments

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

github.com
58 points·by todience·2 months ago·12 comments

[untitled]

1 points·by todience·2 months ago·0 comments

comments

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