Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
81–90 of 93 posts
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#82Earlier quoted context omitted.
yes if ls is installed on the remote host and if it is not, the command should fail this appears to be about telemetry, pure and simple
absolutely no telemetry in the helper, full stop. you can inspect the code yourself. we do hear the feedback though and are working on a popup/notification that will prompt you before we push the helper program for the next release.
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#83Earlier quoted context omitted.
The biggest difference is that I install and execute salt and ansible in order to remotely install software, and I had no expectation that establishing an SSH connection would do that.
you install it locally, but not remote. then you run commands that get executed remotely by way of some tools that get automatically copied to the remote machine via ssh.
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#84Earlier quoted context omitted.
mosh is also dropping frames if it needs to. only happens when the network speed can't keep up with the data being sent through
Yeah exactly. That's meant to make a laggy remote session feel a little less stuttery, which in many cases improves the experience. It's not the same as doing that between 2 local layers.
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#85Honest question, why does everyone uses discord for community space nowadays? What happened to product forums that could be easily found in a web search?
The only negative feedback I've gotten is from users in China, where Discord is blocked.
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#86Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#87Earlier quoted context omitted.
As macOS uses zsh by default, does waveterm do this too? As you ask for the bash files instead of the zsh files.
Zsh is not yet supported, it's very high on our list of priorities!
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#88Honest question, why does everyone uses discord for community space nowadays? What happened to product forums that could be easily found in a web search?
As an open-source maintainer, the simple answer is because that's what the majority of users want. The barrier to join a discord server and ask a question is very low, compared to signing up for a forum, posting, and hoping that somebody looks at it. The only negative feedback I've gotten is from users in China, where Discord is blocked.
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#89Also, this is a frontend for bash, which I don't use. So it's pretty much useless for me right now. zsh support is coming, but again this is a frontend for specific shells. What happens if I switch to fish, for example? I don't want to have to change terminals is I use a different shell.
Also, electron. Yuck.
Re: Show HN: Wave – Modern Open-Source Terminal (macOS and Linux)
#90Earlier quoted context omitted.
Yeah exactly. That's meant to make a laggy remote session feel a little less stuttery, which in many cases improves the experience. It's not the same as doing that between 2 local layers.
well, i have had local sessions hang because they had to much output, so i kind of see the benefit locally too.