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

behrlich

no profile record

投稿

Show HN: Punch card simulator and Fortran IV interpreter

punch.ehrlich.dev
6 ポイント·投稿者 behrlich·4 か月前·1 コメント

Show HN: CI That's a Cinch

cinch.sh
1 ポイント·投稿者 behrlich·5 か月前·2 コメント

Show HN: tunn – Share localhost like a Google Doc

tunn.to
2 ポイント·投稿者 behrlich·6 か月前·0 コメント

コメント

behrlich
·2 か月前·議論
I think so! You independently stumbled upon the "China brain" thought experiment. https://en.wikipedia.org/wiki/China_brain - is "the nation of china simulating a brain" conscious?
behrlich
·3 か月前·議論
https://github.com/ehrlich-b/wingthing - Here's my version of this idea which is agent agnostic. Not exactly the same idea, "sandbox'ed persistent agent", in my case available over the web with xterm.js (though you can also just run locally).
behrlich
·4 か月前·議論
https://github.com/ehrlich-b/wingthing Here’s my take on this idea, also FOSS. Does tmux style sessions so you can come and go. It also exposes a web terminal so you can get remote access - but you can also run fully locally for less latency.
behrlich
·4 か月前·議論
I've been working on a similar idea to the "claws" but rather than integrating with messaging apps, just make the TUI available e2e encrypted where-ever you are. https://wingthing.ai/ / https://github.com/ehrlich-b/wingthing

I've been thinking about how docker support would work, so I'll check this out!
behrlich
·5 か月前·議論
I had sort of the same idea. https://wingthing.ai/ This idea started at “sandbox” and worked its way toward “remote access”. But same thoughts about muxing sessions. Love being able to leave and reattach while an agent is working. I’ll give yours a shot!
behrlich
·5 か月前·議論
Max user: Also can't see 4.6 and can't set it in claude code. I see it in the model selector in the browser.

Edit: I am now in - just needed to wait.
behrlich
·5 か月前·議論
Hey, sorry I missed your comment - it can be self hosted. Both the cinch worker and cinch server are self hostable. For my projects I run a cinch worker on my local machine, and the cinch server (which receives webhooks) runs on cinch.sh. But, again, you could self-host the cinch.sh webhook receiver portion.

RE: Makefile. The point is that the runner just runs a command - meaning the CI doesn't have an opinion on what that command should be. All my projects use make - but you could just run `go build` instead! The cinch yaml typically has two keys - the build command and the release command, that's it.