Earlier quoted context omitted.
For the last 35 years, X Windows, Citrix and RDP have done the job just fine, in what I am concerned. No, they aren't anything better than what I am used to. Also, as compromise, a cloud shell, browser based IDE setup, and dev containers, also does the job in what concerns cloud deployments, which should be driven from CI/CD and don't have shells on containers anyway.
Good for you, I guess? For me, regressing to having a round trip between a keypress and its result would be completely unacceptable. The speed of light in a vacuum doesn't change; paths are not getting significantly more direct; the improved index of refraction from switching to hollow-core fiber or low-orbit satellites could in theory help but is a one-time, limited improvement that has yet to be delivered to my fin…
Zed now predicts your next edit with Zeta, our new open model
281–290 of 301 posts
Re: Zed now predicts your next edit with Zeta, our new open model
#282Earlier quoted context omitted.
For the last 35 years, X Windows, Citrix and RDP have done the job just fine, in what I am concerned. No, they aren't anything better than what I am used to. Also, as compromise, a cloud shell, browser based IDE setup, and dev containers, also does the job in what concerns cloud deployments, which should be driven from CI/CD and don't have shells on containers anyway.
No they haven't done the job just fine. Remote X has always been a pain to set up, and slow. NX was much better but not free. Remote VSCode is far better than any of those options. If you don't want to try it that's fine, but don't pretend you know better.
Re: Zed now predicts your next edit with Zeta, our new open model
#283Earlier quoted context omitted.
As someone that is old enough to have used UNIX development servers for the whole company, with PC thin clients, reading about remote development as modern workflow is kind of hilarious.
Except doing it over LAN vs Internet is a very different thing - editing over SSH with >100 ping is annoying as hell, especially if you have packet drops (like a mobile connection). Using a thin client editor with remote server is a much smoother experience.
Re: Zed now predicts your next edit with Zeta, our new open model
#284Earlier quoted context omitted.
As someone that is old enough to have used UNIX development servers for the whole company, with PC thin clients, reading about remote development as modern workflow is kind of hilarious.
sounds like an old stubber person comment. "we had fax in the 70s, why do we need anything more, now get off my lawn!" vscode's remote services is far beyond your old remote experience, an experience I share
Re: Zed now predicts your next edit with Zeta, our new open model
#285Earlier quoted context omitted.
New York at one point had 150,000 horses, each producing 15 to 30 pounds of manure daily. On top of that they produced 40,000 gallons of horse urine. Imagine the stench. https://danszczesny.substack.com/p/the-great-horse-manure-cr...
While I certainly would not advocate going back from vehicles to horses, I would observe that the replacement for horses had even more toxic emissions. Particularly in the era of leaded gasoline. The smell of manure was far less damaging .
Re: Zed now predicts your next edit with Zeta, our new open model
#286Is there any plans for Zed to add basic functionality like task runner? A button to run / debug code? Only having autocomplete for Java code gives the impression that Zed is only a text editor and not an IDE.
> Only having autocomplete for Java code gives the impression that Zed is only a text editor and not an IDE Where did you get the impression they only have support for autocomplete for Java? AFAIK they support any LSP and this new feature is language independent.
I’ve used Zed.
Re: Zed now predicts your next edit with Zeta, our new open model
#287Is there any plans for Zed to add basic functionality like task runner? A button to run / debug code? Only having autocomplete for Java code gives the impression that Zed is only a text editor and not an IDE.
Zed already has built in task running… you can use the same thing to call anything that you want like a command to run your project. You can even add custom keybindings to them https://zed.dev/docs/tasks
Re: Zed now predicts your next edit with Zeta, our new open model
#288Earlier quoted context omitted.
I rarely if ever have to worry about the borrow checker, mostly stumbling blocks are move/copy/clone semantics. GitHub Copilot does a good job of generating correct Rust, it just has the usual subtle-but-annihilating-if-not-caught logic bugs, like in all other languages.
> rarely if ever have to worry about the borrow checker mostly stumbling blocks are move/copy/clone semantics I'm don't write Rust for a living, only been experimenting on-and-off with the language, but isn't stumbling on the move/copy/clone semantics literally stumbling on the borrow checker? Or are there issues regarding move/copy/clone that aren't related to the the borrow checker?
Re: Zed now predicts your next edit with Zeta, our new open model
#289Earlier quoted context omitted.
Good for you, I guess? For me, regressing to having a round trip between a keypress and its result would be completely unacceptable. The speed of light in a vacuum doesn't change; paths are not getting significantly more direct; the improved index of refraction from switching to hollow-core fiber or low-orbit satellites could in theory help but is a one-time, limited improvement that has yet to be delivered to my fin…
Also using gold audio cables, I guess. Lets not let go aways of those Hz that hardly any human notices.
Re: Zed now predicts your next edit with Zeta, our new open model
#290Earlier quoted context omitted.
> Only having autocomplete for Java code gives the impression that Zed is only a text editor and not an IDE Where did you get the impression they only have support for autocomplete for Java? AFAIK they support any LSP and this new feature is language independent.
> Where did you get the impression they only have support for autocomplete for Java? I’ve used Zed.