with a little bit of work, vi/emacs works great as an IDE for most setups... The learning curve is steep but once you get the gist, you never go back to those bloated IDEs. (Disclaimer: I haven't tried zed, but have been working throughout my career with Eclipse, Visual C/C++/Basic (!), Atom)
Try remote development with vim over 200ms ping ssh connection
SSH Remoting
211–220 of 227 posts
Re: SSH Remoting
#212Caveat emptor: "Zed downloads NodeJS binary and npm packages from Internet without user’s consent"[1] This has been an open issue for 5 months. When I noticed it, I couldn't believe my eyes and it was the last time I've run Zed so far. Judge for yourself whether this is a deal-breaker for you; I wish I had known about it earlier. [1] https://github.com/zed-industries/zed/issues/12589
I don't see how this is different from having all these pre-bundled with a new version of Zed? Either way I'm going to download all of them again.
Re: SSH Remoting
#213why is there so much hype about yet another editor?
If we all stuck to the first thing that worked and searched for no improvements whatsoever, we'd all be riding horses.
Re: SSH Remoting
#214What a world we live in, what a time to be alive!
Re: SSH Remoting
#215I'd really like a good remote editing solution that is genuinely portable. I don't think there's anything technical stopping that from happening (and I've tried some half baked solutions along those lines before). For a variety of reasons relating to my line of work, this or vscode's solution are no gos since they require you to install a server on the remote, and that server is interpreted or compiled in a language…
Although I don't understand why you would still want to do that with modern processes, configuration management, CICD tools and the decentralization of git, you can just mount the remote directory via ssh. People have been doing that for decades already. Works with any editor/ide/tool.
Re: SSH Remoting
#216Running an unknown app on a trusted remote server under your local user account - not a good idea! Just keep it local on your own machine. Your editor can handle everything way faster locally, plus it can grab files with SSH’s built-in (and mature to the point of being ancient!) capabilities: caching, compression, and instant text file downloads over an open connection. You can even check for remote file changes usin…
Re: SSH Remoting
#217Re: SSH Remoting
#218Those who do not understand Emacs are doomed to repeat it. Poorly, in worse languages. —C.S. Santayana Emacs TRAMP mode has been doing this for 26 years, since November 1998. Fashions come, and fashions go, and Emacs remains. Anyone remember Atom? Anyone remember TextMate? Just use vi or Emacs.
Re: SSH Remoting
#219Earlier quoted context omitted.
The default setup is pretty crappy but with some tweaking of the ssh connection setup, It does a decent job and I used it for actual work for several years.
Would you mind outlining the settings or pointing to a reference?
Re: SSH Remoting
#220Earlier quoted context omitted.
But with Jetbrains products, you pay or the entire software, not just part of it .
Community edition is free, and it’s a sizable chunk of the entire product
I have never worked at a place that uses Jetbrains products which does not pay for their premium offering.