Live data from Hacker News

Zed is our office

zed.dev

141–150 of 343 posts

Re: Zed is our office

#141
post #132

Earlier quoted context omitted.

How does Neovim handle outside changes then? Or is there a plugin to make it work? AFAIK it doesn't reload any bufferes when files change. IntelliJ is the only other one I know that does it transparently.

You can configure Neovim to either auto reload or to ask you whenever a file is changed. (Can't remember which one is the default, probably to ask.)

I'm ~80% sure auto-reload is on by default, and 100% sure that it's on in a fresh LazyVim install.

Re: Zed is our office

#142

Looks a lot like Google Wave. This is interesting for some things but I don't think coding is it, for the same reason that IntelliJ's CodeWithMe doesn't work for pair programming. And apparently one of the guys is a former Pivot, so it's a little surprising. Pair programming is Two People One Cursor. A critical aspect of it is you're both looking at the same lines of code and working on the same problem and following…

Pair programming so often degrades into one pilot and one person just sitting there trying to catch mistakes. When those mistakes are caught they are mentioned taking the first persons attention away and breaking flow.

In contrast how I like to work, with similar level people, is to work at the same feature in the same codebase at the same time. We either sit next to eachother, or have a remote call, where we continuously talk through what we want to achieve. Sometimes this results in one person writing ahead (code, docs, doesn’t matter) and the second sweeping behind it and cleaning it up. Two cursors, one source. IntelliJ even manages to keep authors correctly in git.

The other mechanism is where we work on different parts of the code base at the same time. Either main code and tests, or split across interfaces and implementations. Because this happens on the same machine the iterations are way faster as they are local and incremental.

This basically saves the whole dance of creating branches, pulling/pushing, the fixing typos etc.

Re: Zed is our office

#143

I generally like what Zed is trying to become. However, all of these features and blog posts are frustraing when they struggle to keep basic editor features stable. Edit a file outside of the editor? It's not going to show up in the project pane or the git diff. Need to work inside a container because it's 2025 and we don't need to clutter our local machine with 100s of dependencies and env managers... well now all t…

Oh yeah I’ve noticed both the desync and AI not working via ssh.

Also buggy git support, I selected a few things but it committed everything and made me think I lost it all.

But I love Zed when it works. Literally 5h more M4 battery life vs Cursor.

Re: Zed is our office

#144

Earlier quoted context omitted.

Oh, that's unfortunate. Why not support it at all, even if just for people who are kinda hacking it in?

We’ve been growing and have had to scale authentication beyond what our original collab server could handle. Not many people are using collab yet, we’re prioritizing non-collaborative features (like our recent Windows release), and we’re planning on rebuilding all of this on top of DeltaDB. Fundamentally, it just fell through the cracks. Self hosting will be a vital feature for users and enterprises though, we’re pla…

Looks like development of DeltaDB has been discontinued.

https://github.com/delta-db/deltadb?tab=readme-ov-file#-upda...

Re: Zed is our office

#145

I really really don't want comms or multiplayer tools in my IDE. Don't bring the attention economy to my cave of solitude, it's where I go to escape all that noise

This feels like a huge distraction from building an IDE.

A monnumentous yak shave.

I've never used or cared for multiplayer in VSCode or JetBrains. It's silly.

I've never been the pair programmer type. The only time I've needed to share an IDE is during a SEV or ridiculously complicated systems bug, and that's 1% of the time.

Re: Zed is our office

#146

I generally like what Zed is trying to become. However, all of these features and blog posts are frustraing when they struggle to keep basic editor features stable. Edit a file outside of the editor? It's not going to show up in the project pane or the git diff. Need to work inside a container because it's 2025 and we don't need to clutter our local machine with 100s of dependencies and env managers... well now all t…

yup, my pet peeve is there is no way to disable line wrap. the setting that exist doesn't work and there's no way to actually disable it instead of just increasing the max characters (with set hard limit in the source code).

have a big docs or log,data file where you don't care for the rest of the line ? well too bad better have a spare editor.

this feel to me like it should should be a number #1 priority. "an editor need to nail the editing part".

https://github.com/zed-industries/zed/discussions/26344

on the positive side I do like that you can in-place edit the result of global search.

Re: Zed is our office

#147

Earlier quoted context omitted.

What does Mitchell Hashimoto have to do with Zed beyond a guest blog post?

My understanding is that he is involved in the development of Zed I find Zed's feature choices to be really poor, and then I probably made a poor association based on his talking about zed

Hashimoto writes Ghostty in the Zig programming language. There might be a mixup here between Zig and Zed.

Re: Zed is our office

#148

Earlier quoted context omitted.

We’ve been growing and have had to scale authentication beyond what our original collab server could handle. Not many people are using collab yet, we’re prioritizing non-collaborative features (like our recent Windows release), and we’re planning on rebuilding all of this on top of DeltaDB. Fundamentally, it just fell through the cracks. Self hosting will be a vital feature for users and enterprises though, we’re pla…

Looks like development of DeltaDB has been discontinued. https://github.com/delta-db/deltadb?tab=readme-ov-file#-upda...

That is a different project :D

Here's our overall pitch: https://zed.dev/blog/sequoia-backs-zed#introducing-deltadb-o...

Re: Zed is our office

#149
Any plans to leverage 3D at all in the interface?

was floored by the "explode all layers in the user interface and simulate a 3D camera rotating around them" graphic when i first saw it !

3D is always difficult to get right, but felt it had some really cute possibilities,

any way to open this up so devs can try things out?? < 3

Post reply on HN