Live data from Hacker News

Zed DeltaDB

zed.dev

121–130 of 326 posts

Re: Zed DeltaDB

#121
Sounds a lot like JJ.. could just make JJ a first class citizen in zed and skip the hard part.. plus it’s git compatible

Re: Zed DeltaDB

#122
post #38

Why develop this when the core editor is almost unusable? On Linux wayland, copypaste is broken, the file manager is laggy and snippets do not trigger before the heavy hint logic is done. This is just on top of my head, the list is long

Ha if you thought it was laggy try it on software accelerated graphics.

Re: Zed DeltaDB

#123

Zed should focus on basics. When it focuses on basics Zed is good. https://github.com/zed-industries/zed/discussions/54150 failing to show newly created files and declining to provide a refresh button, instead adding a polling backend, breaks Zed on WSL. Why a new version control system? Why not git, jj, or another existing system?

It's funny, zed started out really refreshing, and now it's degraded to the point where it's fairly unusable. Regularly it would tie up tons of resources on my fairly beefy laptop. I switched back to sublime and it is a breath of fresh air, I didn't realize how slow zed had gotten. It seems like maybe they lost their way a bit, but I recognize that also they need to make money presumably, and it's hard to do that with a large team and a focused product.

Re: Zed DeltaDB

#125
post #67
post #38

Why develop this when the core editor is almost unusable? On Linux wayland, copypaste is broken, the file manager is laggy and snippets do not trigger before the heavy hint logic is done. This is just on top of my head, the list is long

"Almost unusable"? Slight hyperbole don't you think? I initially tried the Flatpak version on Fedora 44 and had a few minor problems, but since switching to the terra repos version (terrapkg.com) I've had zero issues, Have you tried that? For me, its a massive improvement over IntelliJ for my daily workflow.

Im on nixos and tried all immediate flavours of zed: stable, unstable and nightly. Nightly seems to be most stable and every time i pull the flake, i prey for more bugs to be fixed. Sometimes it works

Re: Zed DeltaDB

#126
post #87

Earlier quoted context omitted.

There should be a concept called "engineering privilege". I see some companies do things that are widely out of their core product and engineers there just having fun with a bunch of different stuff with seemingly no commitment to bring in revenue. They'll re-invent/re-write things constantly, write a new compiler/package manager for their chosen language, create new frameworks, new open source projects unrelated to…

Because every company may have different needs that are not fulfilled by standards software. We have seen the large number of companies whose goal is to make custom software for other companies So is not always that reinventing is fun, but it may actually be needed. The same logic also applies for software that is used internally. It's not always that developers want to rebuild stuff, but that they need to rebuild or…

Yes except a lot of it isn't even fit for their purpose and they don't rely on it. Facebook switched from Cassandra to HBase because "eventual consistency is a difficult pattern". No shit, really?

Re: Zed DeltaDB

#127
I kind of do the conversation tracing thing already. Every change is attributed by Claude code session id (and timestamped obviously), then I have a jq based tool over cc session jsons that I save indefinitely. I've found it very important to be loud about what I actually wrote vs what the llm wrote.

Personal use solo repo. I don't know id want people seeing my cc sessions lol.

Re: Zed DeltaDB

#128

A lot of the copy on this page feels like the kind of copy an AI would produce. But I’m assuming, surely, Zed writes their own copy so I don’t want to accuse them of doing that. Marketing aside, this is the kind of thing (advancements in VCSes) that I’d usually be excited about, but which I’m less excited about coming from Zed because it makes me start to worry that they’re going to continue focussing less on the cor…

You're too kind. It's obviously AI copy, and a huge negative signal (to me, anyway).

Re: Zed DeltaDB

#129
post #57
post #38

Why develop this when the core editor is almost unusable? On Linux wayland, copypaste is broken, the file manager is laggy and snippets do not trigger before the heavy hint logic is done. This is just on top of my head, the list is long

Just installed it, works on my kde and niri setups (I logged out and switched to each), copy paste works as well. File manager laggi-ness I didn't notice I don't use it, I use it mostly to type stuff out. I have never used snippets so unsure about that too, going from command bar seemed to work. I think it might be bad, but could also be it's not correctly configured maybe try asking codex/claude or something to chec…

The copy-paste bug manifests itself after some time and the bug is silent.

Re: Zed DeltaDB

#130
post #75

Hmm, yeah before "DeltaDB" I have a big list of things I would rather they develop/fix: - Vertical activity bar ( https://github.com/zed-industries/zed/pull/58868#issuecommen... - rejected because it "doesn’t match our design vision for Zed") This is my #1 annoyance: clicking microscopic icons at the very bottom of the screen to switch views. - Don't crash my entire PC when there's a large (100+ MB) JSON file in the…

> Don't crash my entire PC when there's a large (100+ MB) JSON file in the working directory

I don't think you can put this on Zed. An unprivileged userspace application, even if coded poorly, shouldn't crash the machine.

Post reply on HN