Mosh
Code-Server
Mosh | Code-Server | |
---|---|---|
158 | 414 | |
12,868 | 70,368 | |
0.7% | 1.1% | |
0.0 | 9.1 | |
8 months ago | 6 days ago | |
C++ | TypeScript | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Mosh
-
Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
Try pairing tmux with mosh, it's how I've been working for years whenever I'm forced to admin through a brittle straw. Mosh combats lag pretty well and doesn't care if your connection drops intermittently. https://mosh.org/
-
Autossh – automatically restart SSH sessions and tunnels
Curious what advantages this has over mosh?
https://mosh.org/
-
You (probably) do not understand UDP
Normal ssh is TCP-based. But there is also a different implementation named mosh.
-
Show HN: Shpool, a Lightweight Tmux Alternative
Do you know mobile shell (mosh)? [1]
Seems like most of the features you need are what mosh offers. I've been using it for decades, probably, and it is pretty awesome for latent mobile connections (read as: throttled 2G @16kBit/s).
https://github.com/mobile-shell/mosh
-
Lsix: Like "Ls", but for Images
I use tmux, but as far as unreliable connections, I've found mosh[0] to be the best solution to the problem (when you have the ability to install it). It basically runs a background process on connection not tied to the session that your client will automatically reconnect to if the connection fails. I regularly close my laptop, travel between home and work, open it back up and the connection is available almost instantly.
[0] https://mosh.org/
- Show HN: A WireGuard Powered Remote Shell
-
The IDEs we had 30 years ago and we lost
If you haven’t already, and I know this doesn’t hold up for GUI emacs or vim, but consider running them through https://mosh.org/
- mosh: Mobile Shell
-
Write Your Own Terminal
FWIW, I wouldn't try to parse escape sequences "directly" from the input bytestream -- it's easy to end up with annoying bugs. Longer-term it's probably better to separate the logic e.g.:
- First step (for a UTF-8-input terminal emulator) means "lexing" the input bytestream as UTF-8 into a stream of USVs, which involves some subtleties (https://github.com/mobile-shell/mosh/blob/master/src/termina...).
- Second step is to run the DEC parser/FSM logic on the sequence of USVs, which is independent of the escape sequences (https://vt100.net/emu/dec_ansi_parser ; https://github.com/mobile-shell/mosh/blob/master/src/termina...).
- And then the third step is for the terminal to execute the "dispatch"/"execute"/etc. actions coming from the FSM, which is where the escape sequences and control chars get implemented (https://github.com/mobile-shell/mosh/blob/master/src/termina...).
Without this separation, it's easier to end up with bugs where, e.g., a UTF-8 sequence or an ANSI escape sequence is treated differently when it's split between multiple read() calls vs. all in one call.
-
Typing Fast Is About Latency, Not Throughput
Btw, you can use mosh to hide the latency of SSH. https://mosh.org/
Code-Server
- Open Source Alternatives to GitHub Codespaces
-
Ask HN: Who is hiring? (March 2025)
Coder | https://coder.com/ | Multiple roles | Multiple locations | Full-time
Coder is an open-source, remote-first software company. Our CDE moves development from local machines to cloud infrastructure, reducing onboarding time while speeding up builds, tests, and workspace configuration for individuals and large dev teams. The developers that we support work at companies like Discord, Dropbox, and Palantir.
[1] Senior Open Source Engineer (US/Canada, Remote)
- GitHub Codespaces Alternatives – Part I
-
Thinkserver: My web-based coding environment
There’s also code-server by Coder, which you can just run on your own server and open in browser directly. It’s also open source (most tunneling features in VSCode aren’t). https://github.com/coder/code-server
There’s a one-click setup for it in Lunni, a Docker dashboard I’ve been working on (shameless plug): https://lunni.dev/
-
Live Syncing to a Git Repository with a VS Code Extension
A recent issue I've run into is that since I started working my first big boy job, I've been unable to download or install any software. I already foresaw this, though, as the main reason I use Obsidian (other than how great it is as a note-taking app) is that all the notes are stored in a very transparent directory structure as markdown files. I simply spun up a code-server instance, cloned my notes repository, and was off to the races.
-
Remote Development at Woovi
Our initial foray into remote development was with Coder. We set it up using Docker within a large Linux container (LXC). However, as more developers spun up new environments, performance began to degrade.
-
Ask HN: Coding on an iPad?
I don't think you can do anything serious locally.
IMO, the best option is hosting a VS Code server [0] on a linux desktop and using Tailscale to connect to it via the browser. At that point you have a real compute environment and a pretty usable IDE.
But the screen and keyboard were too small so I gave it up.
[0] https://github.com/coder/code-server
-
让安卓手机不再吃灰:在安卓手机上搭建 Rust 开发环境
# 版本 CODE_SERVER_VERSION='4.96.2' # 下载 wget "https://github.com/coder/code-server/releases/download/v${CODE_SERVER_VERSION}/code-server-${CODE_SERVER_VERSION}-linux-arm64.tar.gz" && \ # 确保 ~/.local 存在 mkdir -p ~/.local && \ # 解压到 ~/.local tar zxvf code-server-${CODE_SERVER_VERSION}-linux-arm64.tar.gz -C ~/.local # 重命名 mv ~/.local/code-server-${CODE_SERVER_VERSION}-linux-arm64 ~/.local/code-server
-
Ask HN: Who is hiring? (January 2025)
Coder | https://coder.com/ | Multiple roles | Multiple locations in North America | Full-time
Coder is an open-source, remote-first software company. Our product moves development from local machines to cloud infrastructure, reducing onboarding time while speeding up builds, tests, and workspace configuration for individuals and large dev teams. The developers that we support work at companies like Discord, Dropbox, and Palantir.
[1] Open Source Engineer (United States/Canada, Remote)
-
Shared remote development environment in our research group
As I was looking for a solution to the problems we faced with the shared workstations, I found Coder (https://coder.com), an open-source platform that allows you to create and manage development environments in the cloud or using your own servers. At that moment, I started building an infrastructure to solve the problems we faced with the shared workstations. At the end, the infrastructure looked like the following, and it has been working well for us for the past year.
What are some alternatives?
Eternal Terminal - Re-Connectable secure remote shell
Hakatime - Wakatime server implementation & analytics dashboard
Gravitational Teleport - The easiest, and most secure way to access and protect all of your infrastructure.
neko - A self hosted virtual browser that runs in docker and uses WebRTC.
tmux - tmux source code
upm - ⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.