Viewing profile — kylecarbs
kylecarbs
HN member- Joined
- Thu, Nov 08, 2018, 3:05 PM UTC
- HN karma
- 287
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About kylecarbs
Recent public activity
-
comment
Comment #49078636
(joining very late to the thread, but for future readers) Coder requires zero internet-access, many of our customers run entirely airgapped. We _currently_ create an HTTP tunnel fo…
-
comment
Comment #48505504
This is the exact use-case Boo is made for!
-
comment
Comment #48498597
Apologies, half of this indeed was. As I was iterating on the README this seemed apt, but I will refrain!
-
comment
Comment #48498000
Cmux is a standalone terminal. Boo is a command-line similar to screen, backed by libghostty for terminal emulation.
-
comment
Comment #48497700
Just published v0.5.13 which should fix this! It seems to be a path issue. Now boo falls back to tmpdir for storing sockets.
-
comment
Comment #48497347
I want boo to be a screen replacement, not a tmux replacement. tmux gives you a whole workspace: layout, scrollback, copy mode, a status bar. screen's appeal was that it did almost…
-
comment
Comment #48497296
I'll take a look at this now. Thanks for reporting!
-
comment
Comment #48497026
Fair. Adding a section for this now. screen actually works the same way architecturally: it parses all output through its own built-in terminal emulator and redraws from that state…
- story
-
comment
Comment #46124545
Bun has completely changed my outlook on the JS ecosystem. Prior to Bun, there was little focus on performance. Now the entire space rallies around it. Congrats to Jarred and the t…
-
comment
Comment #46117281
Taking a look now - thanks!
-
comment
Comment #46117264
I'll take a look - not sure what's going on. I'll remove it from the README for now since it's not working in the demos. Thank you for letting me know!
-
comment
Comment #46117091
Thanks for being a user :)
-
comment
Comment #46115496
They are approximations but Ghostty has intentional effort towards correctness, more than I've seen from other terminal emulators.
-
comment
Comment #46114655
Agreed. I removed "not a JavaScript approximation of one" from the README.
-
comment
Comment #46114563
This is awesome, thank you!
-
comment
Comment #46114489
It should work! Our demo may not (as I haven't tested it, so don't want to advertise it).
-
comment
Comment #46114042
Added it to the README! Thanks again :)
-
comment
Comment #46113690
See the comparison: https://github.com/coder/ghostty-web?tab=readme-ov-file#comp... Ghostty has much better VT100 compatibility. It should have much better performance as well once…
-
comment
Comment #46113415
Let me know if you encounter any issues! I'm working on performance benchmarks now.
-
comment
Comment #46113403
Will do this!
-
comment
Comment #46112859
That would be great! `npx @ghostty-web/demo@next` starts an HTTP server on `localhost:8080`, so you could just wrap a basic Dockerfile with NPM installed (and maybe a variety of fu…
-
comment
Comment #46112722
It's tricky to do without a compute environment. We can easily make a browser shell that let's people run basic commands, but presumably most want to try `vim` and other commands t…
-
comment
Comment #46112700
I'd have to let Mitchell answer this accurately. Considering the native Ghostty does, I _think_ the answer would be yes? I might tinker around with this and let you know.
-
comment
Comment #46112637
Awesome. If you happen to integrate it and find any bugs, please give us a shout!