Hacker News with Generative AI: Remote Development

Down the rabbit hole: Implementing SSH port forwarding over AWS Session Manager (joinformal.com)
A technical quest through obscure SSH and AWS Session Manager features in service of enabling VS Code Remote SSH via the Formal Connector, culminating in forking and fixing several concurrency bugs in AWS’s own reference library for connecting to compute instances using SSM.
VS Code Remote Dev and Dev Containers are not security boundaries (lets.re)
While Visual Studio Code’s Remote Development and Dev Container extensions simplify workflows and ensure consistent development environments, Microsoft’s documentation lacks warnings for how limited their isolation actually is – even when you use them with virtual or remote machines.
Zed: SSH Remoting Is Here (zed.dev)
For people with large codebases, programming on a laptop can be overwhelming. Your fans are constantly spinning, the language server is continually out of memory, and rebuilds take forever...
Coding on iPad using self-hosted VSCode, Caddy, and code-server (tailscale.com)