Live data from Hacker News

Zed 1.0

zed.dev

411–420 of 727 posts

Re: Zed 1.0

#411

Can't run it. Vulkan as a dependency for a text editor is beyond retarded.

Vulkan, DX11, or Metal, I'm curious which environment has the ability render a GUI desktop but doesn't have access to a modern renderer pipeline. VirtualBox I guess?

Re: Zed 1.0

#412
Can anyone comment on the inline AI tab completion performance of Zed compared to Cursor? Hoping to move away from Cursor as it seems like they break my settings every time they push an update and Vim motions stop working at random.

The only thing stopping me from leaving Cursor is their tab completion, which is honestly just incredible.

Re: Zed 1.0

#413

I was all for trying it until I saw this in the License Agreement: "4.1. Zed's Use of Customer Data Customer hereby grants Zed a non-exclusive, worldwide, royalty-free, fully paid-up, non-sublicensable (except to service providers and Customer’s designees), non-transferable (except as set forth in Section 15.1) right to use, copy, store, disclose, transmit, transfer, display, modify, create derivative works from, col…

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 period under most state laws.

3. Zed can terminate your account at any time, for any reason, with no liability. No notice is required, and they owe you nothing if they pull the plug.

4. Autocomplete sends your code to AI providers in the background unless you turn it off. Worth knowing if you're working on proprietary or sensitive code.

5. No guarantees about data retention. If your payment lapses, they reserve the right to delete your account and all associated data with no liability.

6. All fees are non-refundable except where required by law, with one narrow exception for disagreeing with modified terms.

7. Zed can modify the terms at any time. For existing users, material changes take effect after just 30 days, and continued use counts as acceptance.

8. Zed can use your name, logo, and brand in their marketing without asking. You'd have to send a written request to stop them.

9. No warranties whatsoever. The service is "as is", they disclaim all responsibility for errors, data loss, or AI-generated output being inaccurate or harmful.

10. Liability is capped very low, at most, whatever you paid in the last 12 months, or $100, whichever is higher.

Re: Zed 1.0

#414

I've tried switching from JetBrains IDEs just a few days ago. The speed and memory footprint are very impressive. I ended up badly missing refactorings and some other features and configuring a debugging session looked like something that needs more time than I had on my hands. So went back for now. I hope they add more IDE features eventually. There's not much a pure text editor can offer over Emacs after all. But t…

JetBrains should really start investing into porting to Rust/C++ over their bootleg Java.

Seriously. I love the IDE but given that my idle workload of Electron apps and Docker Desktop VM brings my discretionary allotment of RAM down from 32GB to 8GB, I have absolutely no headroom when running JetBrains IDEs so I keep them closed unless there's a specific feature I want.

Re: Zed 1.0

#415
post #349

I've tried switching from JetBrains IDEs just a few days ago. The speed and memory footprint are very impressive. I ended up badly missing refactorings and some other features and configuring a debugging session looked like something that needs more time than I had on my hands. So went back for now. I hope they add more IDE features eventually. There's not much a pure text editor can offer over Emacs after all. But t…

Was in the same boat. I ended up not using Zed because it had a bunch of minor quirks that annoyed me but I moved to vscode. I primarily write Typescript and C# these days. I was a JetBrains fanboy for years and it feels way too bloated now, stuff notoriously hangs or takes too long on my M3 Pro. I also love Claude Code integration with vscode just a bit too much to give it up for CLI.

Zed's CC integration is really good now.

Re: Zed 1.0

#416
I downloaded it, tried opening one of my Java/Springboot projects. When I opened a Java file it had no text highlighting but offered to install a Java extension. Clicking it just made the prompt disappear and seemingly did nothing.

I found the Extensions screen, searched "Java" and tried installing the most popular extension. Clicking "Install" makes the button gray out for a second but does nothing before the button becomes clickable again. Not sure how to proceed from here. (On a work-managed MacBook)

Re: Zed 1.0

#417
post #410

Does it work on Ubuntu yet? https://github.com/zed-industries/zed/issues/14237

The issue is tracked elsewhere and that one is closed as fixed so it seems likely. Last time I tried to run it on Ubuntu a month ago it worked, though I use a newer version than the one in the linked issue.

Re: Zed 1.0

#418

I love Zed and have been using it for years. I’ve been especially excited about multi-agent support—it feels like it could be a genuinely powerful model. That said, the current UX is pretty confusing. There’s a mismatch in visual hierarchy: selecting an agent in the sidebar appears to change the entire editor’s worktree/branch, but the worktree/branch selector lives in the window titlebar, which strongly implies it c…

I do like the new UI, it beats having a window per workspace, IMO. But personally I'd rather the workspace switcher be based on the project explorer than the conversation history.

Re: Zed 1.0

#419

I was all for trying it until I saw this in the License Agreement: "4.1. Zed's Use of Customer Data Customer hereby grants Zed a non-exclusive, worldwide, royalty-free, fully paid-up, non-sublicensable (except to service providers and Customer’s designees), non-transferable (except as set forth in Section 15.1) right to use, copy, store, disclose, transmit, transfer, display, modify, create derivative works from, col…

Can't you just build the source and run it without giving them any information? Or does the editor itself require information and phone home while running?

Re: Zed 1.0

#420

I was all for trying it until I saw this in the License Agreement: "4.1. Zed's Use of Customer Data Customer hereby grants Zed a non-exclusive, worldwide, royalty-free, fully paid-up, non-sublicensable (except to service providers and Customer’s designees), non-transferable (except as set forth in Section 15.1) right to use, copy, store, disclose, transmit, transfer, display, modify, create derivative works from, col…

You made me curious. Found this fork https://github.com/zedless-editor/zedless Wdyt?
Post reply on HN