Viewing profile — shideneyu
shideneyu
HN member- Joined
- Sun, Nov 01, 2015, 8:31 PM UTC
- HN karma
- 99
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About shideneyu
Recent public activity
-
comment
Comment #48631582
correct. this becomes difficult for us to understand what happens behind the scenes.
-
comment
Comment #48575674
love the web assembly demo. By the way, I hope this kind of interface for the web becomes more mainstream in the future, I start to hate html / css cuz everything looks the same be…
-
comment
Comment #48346939
exactly that's what I was thinking... like the day they provided a solution to the issue they posed
-
comment
Comment #48336536
It's inevitable in the end
-
comment
Comment #48276837
I love Philips hue , probably the only light smart automation that is really worth it.
-
comment
Comment #48276830
As most of us I started using it but gradually stopped. It shoes signs of discontinuation I have seen also ?
-
comment
Comment #48247924
exactly, claude-cli is just running behind the scenes in a detached way. rmux is parsing the output beautifully
-
comment
Comment #48247910
@ogulcancelij rmux author here. I just tested herdr, I really liked it !
-
comment
Comment #48242898
Hello ! I just updated rmux, you can run the command again, it should work ! Thank you for your curiosity and support
-
comment
Comment #48237129
Still a long way to go, but I'm sure it will get there eventually.
-
comment
Comment #48228523
please do and let me know ! quick story fast, I'm working a loooot remotely. I'm using https://github.com/sanchxt/yoop to synchronize my keyboard. Since I'm using moonlight it's bl…
-
comment
Comment #48228490
nice tool ! totally. rmux is lightweight, I believe it would be easy
-
comment
Comment #48228478
correct... it's sad but recognition is a lot. After putting months of efforts, it's a risk I didn't want to take. And following tmux was like a red thread of life to code. Maybe in…
-
comment
Comment #48228457
nice, zmx is a very nice approach. I did not want to take risks and change the expected behavior of the renown tmux. My main goal was 1) to rewrite tmux the modern way more elegant…
-
comment
Comment #48228399
Hehe. I am building a multi agent orchestration system of course ;) I believe this is the future, agents speaking to one each other. It's very dirty with tmux
-
comment
Comment #48228387
gobdovan nailed it. The CLI is a drop-in for existing tmux workflows; the SDK eases your flow when you'd otherwise be writing brittle send-keys + sleep + capture loop. But that's j…
-
comment
Comment #48225697
noted, I'll check this out, thank you
-
comment
Comment #48223917
And the site is actually quite cool I believe , I put a lot of efforts in the design.
-
comment
Comment #48223897
Yes exactly. And it enables integration testing too. I hope it will foster the release of more cool TUIs.
-
comment
Comment #48222646
Thank you ! I am proud of my little blue crab haha. I got it thanks to a lot of iteration between gpt image 2.0 and see dance 2
-
comment
Comment #48221623
Same ! TUI are becoming more and more mainstream so there is a need for automated multiplexing , not used by humans but by programs (and agents)
-
comment
Comment #48221288
Not part of the current version, it’s on my roadmap :)
-
comment
Comment #48221267
I thought I was too zealous because I created 11 crates respecting single responsibility principles.. I would have been all in to risk it further and separating responsibilities fo…
-
comment
Comment #48221177
I wrote it for rust apps in mind, same usecase as for Ratatui. You’re right maybe I need to expose more tools with the cli
-
comment
Comment #48220663
As of today you can replace tmux by rmux. Its behavior should be 1-1 iso; tmux is more stable though, it has been battle tested with a dozen of years of edge cases refinement. rmux…