Live data from Hacker News

Sequoia backs Zed

zed.dev

141–150 of 346 posts

Re: Sequoia backs Zed

#141

Earlier quoted context omitted.

Sublime Text solved this 17 years ago with the 40-year-old shareware model. It's also faster than Zed, works on Linux/Win/MacOS, and is decently customizable.

It does, or did, use dark patterns when showing upgrade notices -- prompting you to upgrade to a version that you don't own yet, without telling you you don't own it, leaving you with an unlicensed version. I was happy to use 3 but that felt really off.

Yeah, I wasn't happy about that. Nor was I happy about the new 3-year-of-updates license model that ST4 adopted.

Although at least to me, Sublime Text 4 feels like a "finished" product.

Re: Sequoia backs Zed

#142

Earlier quoted context omitted.

There was a time around ST2 when it felt like everyone was using it and it could've become The Editor, then something happened and it's been left in the dust. I wasn't even aware but apparently even fourth version of ST was released, and that was in 2021. I lost track of what happened there (moved to Vim back then), was it VSCode that killed it?

Yeah, as others already mentioned, I think they sat on their laurels for a bit too long and let VSCode overtake it. For what it's worth, I went from ST3 -> VSCode -> ST4, and have been happy since. I've found that I prefer my text editor with minimal extensions, and with Sublime Text's LSP Plugin, I'm pretty content. The performance and customizable UI make it more worth it to me than VSCode.

It's the LSP plugin that finally drove me to leave ST4 for Zed. Language integration is table stakes for an editor now. The fact that ST support is behind a volunteer plugin instead of integrated directly in the editor just means it's never going to be as good as a editor that does have first class support. The ST devs need to actually improve the editor, but I haven't seen any material updates in years.

Re: Sequoia backs Zed

#144
post #25
post #20

I love the spirit of Zed. From the principles to the low-level implementation details, it all screams "good taste". It's immensely interesting as an object of study (the code is great, from GPUI all the way up). Having said that, I don't think an editor should be VC backed. It's the obvious pragmatic choice to get a team together to support a thing, but I'm concerned by it.

The problem with accepting VC money is they will eventually demand a return on their investment, which means that the forces that drive enshitification will eventually come for Zed in some form. I suspect that we'll see more and more features locked behind a paid subscription and the open core of the editor will become neglected over time. Here I am on my free-as-in-freedom operating system, making commits with my fr…

Please, tell me what it's like living in your free-as-in-freedom house, feeding your free-as-in-freedom offspring? Eventually demanding a return on your investment? The audacity!

Re: Sequoia backs Zed

#145
post #20

I love the spirit of Zed. From the principles to the low-level implementation details, it all screams "good taste". It's immensely interesting as an object of study (the code is great, from GPUI all the way up). Having said that, I don't think an editor should be VC backed. It's the obvious pragmatic choice to get a team together to support a thing, but I'm concerned by it.

It was a cool idea while it lasted, I hope other editors embrace the learnings once zed is gone.

Re: Sequoia backs Zed

#146

Earlier quoted context omitted.

wouldn’t be the first time a massive investment from someone like sequoia sparks the death of a previously great tool/service

Yea, this announcement makes it less likely I will try Zed I don't want chat with coworkers in my IDE, nor do I feel the pains they describe with conversations spread between tools. It's not a top 5 problem

although I tried the collaborative features I unfortunately cannot say that I used these extensively for now. Although I found them quite nice, well integrated, seamless, and straightforward!

The issue is again people, they don't wanna change their _archaic_ workflow, stuck with inefficient -copy/paste- loop to the chat (ie. Slack) and back.

The story in the article went a bit too far that I agree, but I guess that is their north-star vision. Current implementation allows you to "join" a workspace session shared by someone, edit the same or different file, follow/watch a certain person, as well as have a chat (without requiring copy-paste) about certain piece of code. (both written or via voice)

If something, large enterprises generally don't support smaller and ambiguous licenses. Therefore, if Zed will allow enterprise licensing (ie. via on-prem license server or volume ordering, SSO, whatever) that would increase their adoption quite well...

Re: Sequoia backs Zed

#147
post #133

Earlier quoted context omitted.

The mods deleted another comment that brought this up, and probably will delete this one too.

HN mods don't do that. What comment are you referring to?

Maybe this one? It was flagged. https://news.ycombinator.com/item?id=44962907

Re: Sequoia backs Zed

#148
post #23

Zed defaults don't seem to capture the full value of what it offers. For instance, edit predictions via tab completion are documented yet I've never experienced them. I need better settings, I guess.

On the bottom right, there is a button looks like magic emoji (). Click that and it will show general AI settings. You can choose _Eager-Completion_ rather than trigger-based one.

As a user, most IDEs/Editors currently show in _eager_ way. For example, VSCode by default shows ghost-text as well as Amazon Q extension too. Usually disabling those disables the AI completion completely.

Meanwhile I like Zed's approach that you can trigger completions with Alt+Space, not burning through your "tokens" in free-tiers. They also provide a free-tier completions, as well as _next-edit suggestions_.

*) Next-edit suggestions: When you edit some piece of code repeatedly, it suggest to do similar on the next few instances, with context awareness, quite nice feature saving several keystrokes every single time.

Re: Sequoia backs Zed

#150
I do like Zed very much. Fast, good UI, decent set of features.

Still missing some key features to get parity for python with PyCharm, and git features need more love, but pace of development has been blistering. Kudos to the team for building something really solid.

I don't use the agentic stuff though -- I have a ClaudeMax subscription and use CC or more recently opencode (the only non-CC that works with a ClaudeMax sub); I don't want to pay another sub for Zed and the free model use that comes with Zed runs out very quickly (understandably so, no complaints there). If I could connect my ClaudeMax sub to it then I'd maybe use it, though CC and opencode are pretty good.

The code completion is decent and I especially like the "subtle" mode saves a lot of backspacing (no, dammit, that's not what I wanted!).

I understand Zed needs to make money, but VC backed, especially Sequoia, doesn't inspire any love, tbh. I don't care what platitudes VCs say about independence their love for the product etc., they need their 10x return and if it means enshittification, so be it, they don't really care.

Post reply on HN