Live data from Hacker News

We Have to Start Over: From Atom to Zed

zed.dev

21–30 of 243 posts

Re: We Have to Start Over: From Atom to Zed

#23
Fantastic interview where you really get into the mind and mindset of the developers for how they approach development from many different angles. Highly recommended.

I only have one disagreement with them. . .

> the perfect name for a text editor in Zig is already taken: Zed

No, it’s “Zag”. ;)

Re: We Have to Start Over: From Atom to Zed

#25
post #22

Earlier quoted context omitted.

Unless you don’t own a Mac.

Even more so then. Simplify, simplify, simplify!

Mac-only apps come with additional security benefits on Windows and Linux too: there's no safer software than the software you cannot run.

Re: We Have to Start Over: From Atom to Zed

#27

I tried Zed, and it felt similar to VSCode. I know there are multiplayer features that are better than live share, but on the surface, I needed convincing to switch. I would be more inclined to use Zed if it could displace XCode. It pains me to use it from deleting derived data or cleaning the build folder to random crashes. Contrasting the DX to Android Studio, it's night and day. I always wanted an Android studio-l…

Xcode and Android Studio have plenty of warts. What is it about Android Studio's experience that you find lacking in Xcode?

Re: We Have to Start Over: From Atom to Zed

#29
post #10

Had a look at the About page, and the live coding feature does sound useful. I'm sure the guys are excited; it's a fun project. You get to write algorithms, optimise performance, and do GPU programming. But who needs another text editor that will probably never reach feature parity with Vim and a terminal multiplexer.

zed is actually very fast though

This might be one of those things like monitor refresh rate where you can only really tell the difference if you've experienced the better version for a while, but I haven't ever felt slowed down by the speed of VS Code.

Re: We Have to Start Over: From Atom to Zed

#30
post #8

SIMD I wonder if Zed uses SIMD, to read in text from a file or write out text to the display. Mitchell recently wrote about how he got a massive reduction in latency, by implementing SIMD in his terminal app (which is analogist to an editor) https://mitchellh.com/writing/ghostty-devlog-006 https://hachyderm.io/@mitchellh/111919642467789362

despite what the article claims, clang and gcc are acc very good at vectorising code, and intel, arm, etc have entire teams dedicated to improving vectorisation in modern compilers
Post reply on HN