Live data from Hacker News

Viewing profile — kylecarbs

kylecarbs

HN member
Joined
Thu, Nov 08, 2018, 3:05 PM UTC
HN karma
287
Public activity
55 items

About kylecarbs

https://x.com/kylecarbs

Recent public activity

  1. 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…

  2. comment
    Comment #48505504

    This is the exact use-case Boo is made for!

  3. comment
    Comment #48498597

    Apologies, half of this indeed was. As I was iterating on the README this seemed apt, but I will refrain!

  4. comment
    Comment #48498000

    Cmux is a standalone terminal. Boo is a command-line similar to screen, backed by libghostty for terminal emulation.

  5. 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.

  6. 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…

  7. comment
    Comment #48497296

    I'll take a look at this now. Thanks for reporting!

  8. 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…

  9. story
  10. 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…

  11. comment
    Comment #46117281

    Taking a look now - thanks!

  12. 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!

  13. comment
    Comment #46117091

    Thanks for being a user :)

  14. comment
    Comment #46115496

    They are approximations but Ghostty has intentional effort towards correctness, more than I've seen from other terminal emulators.

  15. comment
    Comment #46114655

    Agreed. I removed "not a JavaScript approximation of one" from the README.

  16. comment
    Comment #46114563

    This is awesome, thank you!

  17. comment
    Comment #46114489

    It should work! Our demo may not (as I haven't tested it, so don't want to advertise it).

  18. comment
    Comment #46114042

    Added it to the README! Thanks again :)

  19. 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…

  20. comment
    Comment #46113415

    Let me know if you encounter any issues! I'm working on performance benchmarks now.

  21. comment
    Comment #46113403

    Will do this!

  22. 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…

  23. 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…

  24. 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.

  25. comment
    Comment #46112637

    Awesome. If you happen to integrate it and find any bugs, please give us a shout!