Live data from Hacker News

Zed 1.0

zed.dev

541–550 of 727 posts

Re: Zed 1.0

#541
Congtats for reaching 1.0

Gotta say farewell to Sublime. Now Zed is my general purposed text editor. For doing most of my coding work, still use VSCode and nvim.

Re: Zed 1.0

#542

Earlier quoted context omitted.

Currently on this machine: using 900MB of RAM, including all language servers, with nine open projects - that is pretty phenomenal. VSCode could barely keep one open with the same memory. The perception of 'fast' is very subjective. To me having a smooth, jitter-free UI, low input latency, and instant startup, all matter a lot.

I understand wanting your software to be well optimized, but at no point in my years of using VSCode have I ever actually had to care about how much RAM it's using. I have 32GB, I'm going to use it.

I, too, would like to use my RAM. And I would like to be able to use it on the things I deem important, not to subsidize the laziness of devs who reach for Electron.

Re: Zed 1.0

#543

Earlier quoted context omitted.

Currently on this machine: using 900MB of RAM, including all language servers, with nine open projects - that is pretty phenomenal. VSCode could barely keep one open with the same memory. The perception of 'fast' is very subjective. To me having a smooth, jitter-free UI, low input latency, and instant startup, all matter a lot.

I understand wanting your software to be well optimized, but at no point in my years of using VSCode have I ever actually had to care about how much RAM it's using. I have 32GB, I'm going to use it.

Maybe use it to run a small local LLM + Zed instead of just VS Code?

(I’m probably off on how much memory it takes to run a small LLM, but still.)

Re: Zed 1.0

#544
post #44

I really want to like Zed because they've clearly put so much work into it, but so far I've been sticking with Sublime. I have several large PHP projects that were started in the 2010-2020 era, and Zed will highlight and complain about all sorts of minor things that were standard PHP fare at the time: functions without return types, for example. My code (which works fine) looks like an ocean of red when I view it wit…

Zed felt it had the right to download, install, and run node.js without any permission just to run some LSP (which I don't even use). When I mentioned it here, the devs said that they felt that was fine because their priority was to make things seamless for users such that they don't have to install the LSP manually. Sublime Text, on the other hand, has never installed anything I haven't explicitly asked it to.

I'm sticking with Sublime Text, as its developers actually respect boundaries on my computer.

Re: Zed 1.0

#545
post #363

My biggest gripe with Zed right now (it seems they had changed the default force-formatting of source code) is that it is non-extensible. I just wanted a custom action when I right click on a file (or multiple files) in the file tree - uh-oh, sorry, you can't have that. Basically all text editors should be extensible. Emacs and vim, Notepad++ or Sublime - this is one of their core features. Do I need to explain this…

fwiw i agree - i mean, i just want to add a button. it's a bit shocking that's literally not possible

Re: Zed 1.0

#546
post #97

What an abysmal series of top comments. These guys created a phenomenal product using novel technology, which will only continue to improve. Great work to the Zed team.

What exactly is phenomenal and novel about Zed? I've tried it a couple of times for a week or so, didn't see the point, and moved on every time. And I'm not luddite swearing by vi or something, I use VSCode and Idea, and have used Sublime for many years, Xcode on/off for some Obj-C/Swift dev, Eclipse for 5-6 years in the 2000s, and vim for everything cli/lightweight since forever. Is the GUI tech what's supposed to b…

VSCode extensions and the ecosystem is a security time-bomb. Zed looks to be doing things better.

Re: Zed 1.0

#547

Earlier quoted context omitted.

wait, there's more [copied from the top comment of their youtube video ( https://www.youtube.com/watch?v=c6Bns1T77HM )] - 1. Mandatory arbitration by default. You waive your right to a jury trial and cannot join class action lawsuits. You have only 30 days to opt out after agreeing to the terms. 2. 1-year statute of limitations. You must file any legal claim within one year, which is much shorter than the default per…

Yeah, screw that. I am literally shopping for a new editor. A once-a-decade thing for me. I want something that can effectively sandbox local models for code gen. So I was looking at Zed yesterday. Cloned the repo. Then I noticed they were funded by our favorite VCs. Between this and CVE-2026-31431 ("Copy Fail"), it seems like I dodged a bullet.

What I do is to have two things, a simple editor, I use helix for normal editing. And in a second terminal a docker container solution where I put opencode or claude in https://git.jeena.net/jeena/agent-container

Re: Zed 1.0

#548

Congrats! My daily driver is Zed developing on SSH remote servers on exe.dev. It's crazy to think of all the dev tools I've churned through over the last 18 months but these two feel sticky. Zed has everything I need in a unified pane. File editor, terminal, agents, SSH remotes. And it's fast and intuitive exe.dev is the first "dev container" I've ever *loved*. The remote sandbox means `dangerously-skip-permissions`…

What you really want is to build a Docker container and wait for ECS deployments between iterations.

Re: Zed 1.0

#549

Congrats! My daily driver is Zed developing on SSH remote servers on exe.dev. It's crazy to think of all the dev tools I've churned through over the last 18 months but these two feel sticky. Zed has everything I need in a unified pane. File editor, terminal, agents, SSH remotes. And it's fast and intuitive exe.dev is the first "dev container" I've ever *loved*. The remote sandbox means `dangerously-skip-permissions`…

What you really want is to build a Docker container and wait for ECS deployments between iterations.

ECS really isn't scalable. imo a multi-account EKS cluster is a bare minimum. It's what I use for my todo list app, and it works great!

Re: Zed 1.0

#550
post #538
post #534

Earlier quoted context omitted.

With Zed touting itself as an AI first editor, is it possible to completely disable all AI features so that you never have to look at the equivalent of a copilot icon ever again? I don't want to have to spend energy to actively ignore these things.

I only installed it today for the first time but yes it does have a very prominent button to completely disable all AI.

Thanks, I might give it a spin on the weekend then and see how well it performs compared to Sublime Text. If what other people say here are true - as in it uses considerable CPU and GPU resources being idle - then I'll know it's not a usable piece of software.
Post reply on HN