Note that Mosh has not had release for 4 years, even when pull requests are accepted on github, and the team lead says "we are too busy/burned out". https://github.com/mobile-shell/mosh/issues/1115
I think the truth is that we don't feel like we need a release. We've never had a security hole, our track record speaks for itself, and I wouldn't really want us to rush anything and blow that. There are some features that it would be really nice to have in a release (like 24-bit color support, and working around a recent MacOS clock bug), but I handed over the maintainership to somebody else about six years ago and…
Mosh: The Mobile Shell
151–158 of 158 posts
Re: Mosh: The Mobile Shell
#152Earlier quoted context omitted.
Except that it's a lie. Not accepting new feature requests is one thing, but what actually seems to be happening is that new code has been accepted into the master which then never sees the light of day. Hiding behind "well we don't want to compromise the core software" after stringing other contributors along for years doesn't pass the sniff test.
Is there anything preventing you from running the latest version from git? Is there something special about a "release" that you're looking for? (I can think of several reasons why someone might want a release and not the latest master branch, but I'm curious about your specific reasons)
Re: Mosh: The Mobile Shell
#153Note that Mosh has not had release for 4 years, even when pull requests are accepted on github, and the team lead says "we are too busy/burned out". https://github.com/mobile-shell/mosh/issues/1115
I think the truth is that we don't feel like we need a release. We've never had a security hole, our track record speaks for itself, and I wouldn't really want us to rush anything and blow that. There are some features that it would be really nice to have in a release (like 24-bit color support, and working around a recent MacOS clock bug), but I handed over the maintainership to somebody else about six years ago and…
1) Has there ever been a full security audit?
2) if not and I run it inside a VPN (wireguard) doesn't that remove most of the benefits?
Re: Mosh: The Mobile Shell
#154Earlier quoted context omitted.
I would not call a working and usable piece of software "abandoned". We should call it "completed".
Maybe once the glaring bugs in it are fixed. The ones where half of my keyboard shortcuts were acting funny (something like https://github.com/mobile-shell/mosh/issues/1147 ), or garbage left from some other screens/commands ( https://github.com/mobile-shell/mosh/issues/1079 ). Midnight Commander is also being drawn in a jumpy way. Note that I'm not speaking about new emojis or some novel Unicode stuff, it's the same…
Paintings, books, movies... are finished with the bugs in.
Vulnerabilities need rapid fixes.
Every other bugfix requires additional effort and comes with the risk of introducing vulnerabilities or other bugs.
At some point 99.9% of the users are happy and the benefit of fixing another bug becomes marginal.
Re: Mosh: The Mobile Shell
#155Earlier quoted context omitted.
Maybe once the glaring bugs in it are fixed. The ones where half of my keyboard shortcuts were acting funny (something like https://github.com/mobile-shell/mosh/issues/1147 ), or garbage left from some other screens/commands ( https://github.com/mobile-shell/mosh/issues/1079 ). Midnight Commander is also being drawn in a jumpy way. Note that I'm not speaking about new emojis or some novel Unicode stuff, it's the same…
> Maybe once the glaring bugs in it are fixed. Paintings, books, movies... are finished with the bugs in. Vulnerabilities need rapid fixes. Every other bugfix requires additional effort and comes with the risk of introducing vulnerabilities or other bugs. At some point 99.9% of the users are happy and the benefit of fixing another bug becomes marginal.
Re: Mosh: The Mobile Shell
#156Earlier quoted context omitted.
I'm curious, do you use any kind of terminal windowing, or what do you do about dividing up screen space / multitasking on your phone? This is one thing I really like on my laptop--multitasking with the side-by-side advantage, by keeping various windows visible at once, and using virtual workspaces with hotkeys assigned. Anyway, cool to read your endorsement.
I leave tmux running on my machines serverside, so it's a matter of: 1. Log in 2. $ tmux a 3. Continue where I left off. It's nice to have/annoying not to have more screen for doing real work. But if I'm traveling I'm not doing real work.
Re: Mosh: The Mobile Shell
#157Earlier quoted context omitted.
I think the truth is that we don't feel like we need a release. We've never had a security hole, our track record speaks for itself, and I wouldn't really want us to rush anything and blow that. There are some features that it would be really nice to have in a release (like 24-bit color support, and working around a recent MacOS clock bug), but I handed over the maintainership to somebody else about six years ago and…
I would love to use it more but: 1) Has there ever been a full security audit? 2) if not and I run it inside a VPN (wireguard) doesn't that remove most of the benefits?
Re: Mosh: The Mobile Shell
#158Earlier quoted context omitted.
What? Instead of ./command you type screen ./command.
Will `screen ./command` automatically and seamlessly reconnect my ssh session when I roam between different wifi networks? Or do I need to reconnect to ssh for myself, and then run a second command to reattach to the screen session?