Live data from Hacker News

Viewing profile — shockone

shockone

HN member
Joined
Sun, Sep 06, 2015, 5:15 AM UTC
HN karma
132
Public activity
31 items

About shockone

No profile information was provided.

Recent public activity

  1. comment
    Comment #15347925

    Sorry about that. I believe Electron is the best cross-platform UI framework. And TypeScript is an amazing language.

  2. comment
    Comment #15304203

    It works differently: we just create a new shell session for each command. We create a non-interactive session without reading config files to make it fast and pass it appropriate …

  3. comment
    Comment #15302650

    As of history and failed commands, it should work as you describe, it must be a bug. https://imgur.com/a/BKz5O

  4. comment
    Comment #15302643

    This is a great piece of feedback, thank you so much! We do utilize a login shell for executing commands, but we only support Bash and ZSH. So, it's a real Bash. However, there are…

  5. comment
    Comment #15302406

    Thanks for the feedback! It's true that we're far from where we want to be, but we're steadily - event if slowly - moving into that direction. Also, we recently integrated monaco-e…

  6. comment
    Comment #15302316

    Actually using both apps.

  7. comment
    Comment #15302254

    In my opinion, Qt and wxWidgets apps look ugly. At least I never saw one that looks beautiful.

  8. comment
    Comment #15302229

    Thanks, I'll take a look at it. Although, it seems to only show a single best match, unlike IntelliSense.

  9. comment
    Comment #15302222

    It's a known bug, please vote to fix it faster. Variables interpolation doesn't work in built-in commands at the moment. https://github.com/railsware/upterm/issues/597

  10. comment
    Comment #15302213

    It's theoretically possible to have all the Upterm niceties over SSH, but not possible at the moment. As of screen and tmux, we have no plans to integrate with them.

  11. comment
    Comment #15302203

    Yes there is a gitter channel: https://gitter.im/upterm/Lobby

  12. comment
    Comment #15302192

    We kind of experimented with parsing man files, but it'll never be as good as manually crafted suggestions: you can do stuff like suggest changed files for "git add", tokens from d…

  13. comment
    Comment #15302171

    I wish the same autocompletion could be achieved in ZSH. Then I wouldn't start this project at all. The problem with ZSH is that you have to * Make a decision you want completion. …

  14. comment
    Comment #15302142

    It's your choice, of course, but in my opinion Electron is the only decent cross-platform UI framework. Without Electron there would be no Linux version.

  15. comment
    Comment #15302140

    Surprisingly it has pretty moderate resource usage. I have both iTerm and Upterm running on my laptop, here are the stats. Of course, your mileage may vary. https://imgur.com/a/bwD…

  16. comment
    Comment #15302118

    Performance is definitely worse than in iTerm or gnome-terminal, but it's improved a lot in recent Upterm versions, and we plan to improve it further. I'd say it's good enough, but…

  17. comment
    Comment #15302093

    Hyper is a pure terminal emulator; it only displays what your shell tells it to display. We aim to deeply integrate with a shell or even replace it for better experience. One of th…

  18. comment
    Comment #15302077

    I'm afraid it's not going to happen any time soon, if at all. But even if it does happen, it won't be cmd.exe or PowerShell support, but rather some kind of POSIX shell for Windows…

  19. comment
    Comment #15301895

    Hi, author of Upterm here. Ask me anything.

  20. comment
    Comment #10181297

    That should be fixed now.

  21. comment
    Comment #10181290

    What problems will I face if they don't communicate over a TTY?

  22. comment
    Comment #10177329

    Ha-ha, I get that a lot after telling about React and Electron. Initially I was thinking about Swift + Cocoa, but I figured CSS would give me more flexibility in designing the UI, …

  23. comment
    Comment #10177289

    Hey. Not snooty at all. I understand your pain: once I tried to open Vim in this Kickstarter terminal project - Xiki - and was disappointed in the same way. Perhaps unexpectedly, B…

  24. comment
    Comment #10177287

    I should thank you for the post. It reassured me I'm doing something people are interested in.

  25. comment
    Comment #10177286

    Thank you for your kind words. Spawning a shell shouldn't be a performance bottleneck as long as you create a new tab or pane, and not a new application instance. By the way there …