yobert 4 days ago

Zed is a really really nice editor. I consider the AI features secondary but they have been useful here and there. (I usually have them off.) You can use it like cursor if you want to.

Where I think it gets really interesting is they are adding features in it to compete with slack. Imagine a tight integration between slack huddles and VS code's collaborative editing. Since it's from scratch it's much nicer than both. I'm really excited about it.

jks 4 days ago

An AI editor, a competitor to Cursor but written from scratch and not a VS Code fork. They recently announced a funding round from Sequoia. https://news.ycombinator.com/item?id=44961172

  • andrewmcwatters 4 days ago

    I don't understand why people say X is a competitor to Cursor, which is built on Visual Studio Code, when GitHub Copilot came out first, and is... built on Visual Studio Code.

    It also didn't start out as a competitor to either.

  • efilife 4 days ago

    It wasn't an AI editor for a long time

    • TheCraiggers 4 days ago

      Yup. Their big design goal seemed to just be "speed" for a majority of development. That's it.

  • athenot 4 days ago

    Even without any AI stuff, it's a fantastic editor for its speed.

dmit 4 days ago

Code editor. Imagine VSCode, but with a native GUI for each platform it supports and fewer plugins. And a single `disable_ai` setting that you can use to toggle those kinds of features off or on.

barbazoo 4 days ago

Watch the video on https://zed.dev/, apparently it's really good at quickly cycling through open documents at 120Hz while still seeing every individual tab. Probably something people asked for at some point.

ricardobeat 4 days ago

Spiritual successor to Sublime Text. They’ve been doing a lot of AI stuff but originally just focused on speed.

https://zed.dev/

  • Jtsummers 4 days ago

    https://en.wikipedia.org/wiki/Atom_(text_editor)

    More like a spiritual successor to Atom, at least per the people that started it who came from that project.

    • ricardobeat 4 days ago

      Atom was based on web tech, like VSCode, while Zed is a native app with a custom GUI framework, just like Sublime Text. And just like ST, the standard option now for a fast barebones text editor. That's what I mean by 'spiritual successor'.

      • eviks 3 days ago

        Isn't extensible plugin API part of ST spirit? (so zed can't be a successor until its spirit incorporates a similar one)

    • lexoj 4 days ago

      Its funny how the same guy who wrote (borderline) the slowest editor, went ahead and built the fastest. Practice makes perfect I guess :)

Scarbutt 4 days ago

A code editor with a lot of rough edges. If they don't start polishing the turd I doubt the'll make it.

skrtskrt 4 days ago

[flagged]

  • jen20 4 days ago

    The reason I’ve been using Zed is _because_ there is no screwing about with any of that stuff. For Erlang and Elixir it’s been less problematic than IntelliJ, faster and less gross than VS code, and hasn’t required me to edit configuration files other than to turn the font size up.

  • zwnow 4 days ago

    Sorry I couldn't hear you through the nvim startup time and keyboard noises while you are waiting for your IDE to start

    • pjmlp 4 days ago

      Who restarts their IDE all the time?

      I take more than that to fetch a coffee down the kitchen area.

      • fidotron 4 days ago

        > Who restarts their IDE all the time?

        Android developers reindexing.

      • jen20 4 days ago

        Depends which IDE. IntelliJ stays open permanently. When I used full-fat visual studio it would crash so often that I’d have developed an even worse caffeine problem had I fetched coffee every time it needed restarting.

      • timeon 4 days ago

        Is this the reason why people say that 8gb is not enough for writing some code?

        • pjmlp 3 days ago

          Nah, Electron is the reason, my first real IDEs were the whole suite of Borland IDEs for MS-DOS and Windows 3.x.

      • mosburger 4 days ago

        > Who restarts their IDE all the time?

        Xcode users laugh nervously.

    • Ygg2 4 days ago

      Neovim just gets in the way. I observe the machine code directly through my sacred bond with the machine spirit. And the holy mechanical tentacles connected to my visual cortex.

    • skrtskrt 4 days ago

      Famous indicator of software quality: how fast an editor opened to write it.

      • 0x457 4 days ago

        Sometimes my ADHD kicks in while Intellij launches and I forget what I was working on.