Live data from Hacker News

Zed is now available on Windows

zed.dev

351–360 of 386 posts

Re: Zed is now available on Windows

#351
post #66

Zed looks and feels amazing to use. I test-drove it for a bit on my linux system, and the feel of it is difficult to convey to those who have not tried it yet. It's easy to overlook the significance of gpu accelerated editor - but I promise you, use it for a bit and you'll be sold. The only feature that is preventing me from switching to Zed is the current lack of DevContainer support[1]. After investing a significan…

What I do is run Zed in the dev container. But a custom one with bubblewrap.

Re: Zed is now available on Windows

#352

Earlier quoted context omitted.

I use a devcontainer to run Claude Code on a sandbox with all tools and services installed. That way I can run YOLO mode with some safety.

That's quite unnecessary. You could just mount "all tools and services" from your base system without the complicated Dockerfile: https://blog.gpkb.org/posts/ai-agent-sandbox/

Why would I do something that’s more work, less secure, and not cross platform?

Re: Zed is now available on Windows

#353
post #291

Just wanted to mention that some basic Windows-OS keyboard shortcuts don't work, like ALT+F to open the File menu. Also things like ALT+SPACEBAR to bring up the system context menu for the focussed window (the menu with maximise, minimise, close options etc.) do not seem to work. I'm guessing with the DirectX rendering backend, the 'app' is rendered more akin to a video game than a native win32 process. Also after in…

Compared to Sublime Text: RAM: 213 MB Zed 41 MB ST Storage: 406 MB Zed 52 MB ST Startup time: Zed is slower than ST (but only by a few milliseconds). Also when you reopen ST it will remember how you've resized the window from last time whereas Zed won't.

No, that doesn't matter. I think you should be looking for how quickly it can get you a working environment for your favorite language not how long it takes to boot up once per reboot. If you want features the bits have to live somewhere. Look at it like a trade off, if you're just going to look at it, by all means, take a memory dump. But I find that a little bit hard to work with.

For me, as long as it's better than alternatives it's good enough. Especially if it's not running JS.

Re: Zed is now available on Windows

#354
post #345

Earlier quoted context omitted.

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?

It has plugins....and about 30 years of ecosystem history.

Try to use Zed to debug Go code.

Re: Zed is now available on Windows

#355

Earlier quoted context omitted.

> and a whole video-conferncing and screen-sharing client by default Haha wait what? Are you confusing Zed (the text editor) with something else? Surely it doesn't ship with video conferencing???

I haven't seen video but it does have voice. And similarly I don't think it's screen-share, it's just editor state syncing, so live collaboration. Still quite a lot.

There is a feature that lets you share your screen. It shows up for other participants in the collaboration session as a tab in the editor.

Re: Zed is now available on Windows

#356
post #354

Earlier quoted context omitted.

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

It has plugins....and about 30 years of ecosystem history. Try to use Zed to debug Go code.

I'm literally doing that right now. I can set breakpoints and graphically step through them in Go files.

Re: Zed is now available on Windows

#357

Earlier quoted context omitted.

A 400mb+ install of bloat will upset many people This needs to be justified asap to help people understand and reconsider installing it.

Will it though? I mean it's a lot for a "text editor", but much less than a classical IDE. And 400M is pretty negligible if you're on Windows, where your OS takes up dozens of GB for no reason.

If the OS is already bloated, that leaves LESS space for your editor!

Re: Zed is now available on Windows

#358
post #146

Earlier quoted context omitted.

Yet everyone is complaining on this thread about Zed distribution size, go figure. They should shut up and just buy bigger drives. Ah, they can't on their laptops, bummer. Also try to develop mobile apps with that mentality, https://www.abbacustechnologies.com/why-your-app-keeps-getti...

Precisely. It seems like the people who say storage is cheap assume everyone is using desktop PCs

Storage is cheap and upgradeable on all but very very few Windows laptops.

Re: Zed is now available on Windows

#359
post #48

Earlier quoted context omitted.

No, but I am remoted in to my dev box (over RDP/mstsc).

If you're using it via RDP then you won't notice any rendering performance issues since RDP itself has terrible rendering performance.

If you are having problems with Windows RDP then the problem is somewhere else along the pipeline, not RDP itself. No other remote solution I've used is even in the same ballpark as RDP in terms of responsiveness and quality. RDP on a LAN is very usable for actual coding work.
Post reply on HN