Live data from Hacker News

Zed is now available on Windows

zed.dev

341–350 of 386 posts

Re: Zed is now available on Windows

#341

Earlier quoted context omitted.

ST is a text editor while Zed is an IDE. I wish there were something like VSCode that is very modular but written in native. But VSCode is good enough and it is my daily driver.

> ST is a text editor while Zed is an IDE. Zed is the new emacs?

No. In Emacs you can write a simple one line script and change anything.

In Zed, you need to write a full blown plugin, and can change only what the Zed authors exposed through their plugin API.

Re: Zed is now available on Windows

#342
post #178

Does the editor have an "absolutely no AI crap" version? Also, it says that it uses WSL, but i do not use it. I use Git bash instead. Is it supported? (I'm asking instead of finding out myself because of the little interest I have in this editor)

I was able to change the integrated terminal to Git Bash.

Re: Zed is now available on Windows

#343
post #205

Earlier quoted context omitted.

It is, based on Stack Overflow survey: https://survey.stackoverflow.co/2025/technology#most-popular... Couldn't find a way to access Statista report. It obviously varies a lot by the preferred languages, but Windows is still at the top, on average.

I hope you realize that Linux in this table is split up into many individual options where the others are not, i.e. that Ubuntu, Debian, Arch etc also all count towards Linux?

Those are further breakdowns. It's not a pie chart, not all bars need to add up to 100%.

Re: Zed is now available on Windows

#344
post #74

Earlier quoted context omitted.

> Moonlight > Open source game streaming client > Moonlight allows you to play your PC games on almost any device OK, fine, maybe Sunshine will be different. > Sunshine is a self-hosted game stream host for Moonlight. Maybe not.

Sunshine and Moonlight are no more than accelerated and finely tuned VNC servers that happen to be targeted at gaming. You can totally set them up as a regular remote desktop solution.

Right, but I'm saying their sites make it very clear that they're meant for gaming, so GGP may indeed have a hard time convincing corporate IT that they're for work.

Re: Zed is now available on Windows

#345
post #311

Earlier quoted context omitted.

For those on Windows, which is the topic at hand, UltraEdit and Notepad++. I disagree Zed is an IDE, it is quite far from InteliJ, Borland/Embarcadero, VS, XCode, Eclipse, Netbeans... If it is about adding enough plugins until it eventually becomes one, then any programmer's editor is an IDE.

My line is - if I can compile, run and debug my program through the editor UI instead of a terminal, it's an IDE.

As I said, then any programmer editor is an IDE, including UltraEdit and Notepad++.

Re: Zed is now available on Windows

#346

Earlier quoted context omitted.

You literally can’t tell the difference in a 20ms delay. That is an order of magnitude lower than the neural feedback loop latency. You may think that you can, but studies don’t back this up.

I don't have to think a full thought for every keystroke.

Then you don’t have to have an input response latency so small as to be perceived instantaneously.

Re: Zed is now available on Windows

#347
post #289

Earlier quoted context omitted.

This is one of those things that make me question whether I experience the world fundamentally differently than many of you. I have never, ever felt “latency” in editor UI. Any editor UI. It’s editing text for Pete’s sake. I can only type so fast, or read so fast.

Have you ever used a display running over 60hz refresh rate?

Has it ever impacted your ability to read, or type?

Re: Zed is now available on Windows

#348
post #345

Earlier quoted context omitted.

My line is - if I can compile, run and debug my program through the editor UI instead of a terminal, it's an IDE.

As I said, then any programmer editor is an IDE, including UltraEdit and Notepad++.

Notepad++ has a debugger UI? One that goes beyond running a terminal inside a pane?

Re: Zed is now available on Windows

#349

Earlier quoted context omitted.

This is one of those things that make me question whether I experience the world fundamentally differently than many of you. I have never, ever felt “latency” in editor UI. Any editor UI. It’s editing text for Pete’s sake. I can only type so fast, or read so fast.

You probably do. Many people just never notice that. It's not about typing or reading fast either, it's just about how it feels. Typing into something with shitty latency feels like dragging my fingernails across a chalkboard. It's the same with high dpi monitors. Some people (me included) are driven absolutely insane by the font rendering on low density monitors, and other people don't even notice a difference. Hone…

Yes, I can perceive that latency, if I am actively looking for it. No, it has absolutely no effect whatsoever on my ability to work. The latency is far, far below what could possibly affect neural feedback loops, even on the slowest editors. And it doesn’t bother me in the slightest.

Low-dpi font rendering also isn’t an issue for me, unless it is so bad as to be illegible (which no modern system is).

We really do perceive things differently.

Re: Zed is now available on Windows

#350

Earlier quoted context omitted.

RAM is not cheap. Executables live in RAM when running.

No, they're mmapped to RAM. Only the pages that get used are loaded to RAM.

Absent evidence to the contrary, the reasonable assumption here is that all of those pages are being used. The rest compiler is not in the habit of generating volumes of code that aren’t being called.
Post reply on HN