Live data from Hacker News

Zed DeltaDB

zed.dev

181–190 of 326 posts

Re: Zed DeltaDB

#181

If every commit has full ai conversation baggage, and you feed that history back to an ai… aren’t you wildly inflating context with stuff that may or may not matter? How does this even work with thousands of “commits?”

There is a universe where prompting with large context will be near instantaneous and pretty much free. In that universe, there would be no reason not to have even more robust and verbose logging like this. For thousands of commits, a chunking mechanism and a running summary of the chunks would roughly get you there.

Re: Zed DeltaDB

#182
post #21

Earlier quoted context omitted.

Their ACP integration is good (finally), at least with Codex. For when I want to be near the code, I prefer it now over TUIs or the Codex app. It feels much more immediate that way. Sticking to the basics will kill them IMO. They have been pitching themselves as agent-native for a while btw. And the workflow they are describing in the post sounds amazing, I‘ve been wishing for that. It‘s orthogonal to CVS, no? You ca…

Unfortunately their Zed agent is completely broken when running on Windows connected to WSL/SSH remote because the terminal tool checks for paths using the local Path style (windows) which breaks when applied to paths on the remote (linux). I fixed this and a couple related issues in a PR but it hasn't gotten any attention yet. I guess they are a bit swamped. https://github.com/zed-industries/zed/pull/59937

[deleted]

Re: Zed DeltaDB

#183

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…

The page design looks like it has Claude's fingerprints on it. Claude design is the new bootstrap.

Re: Zed DeltaDB

#184
It will be interesting to see how this works out in practice. Personally I don't see much use from it, but I'll give it a try after it ships and see how it works in practice.

Re: Zed DeltaDB

#185
post #168

VSCode is great, but its lack of a sandbox for extensions makes it extremely vulnerable to supply chain attacks. Zed is one of the few major editors that isolates plugins, which is why I like it. However, it has far too many bugs. Regarding DeltaDB’s request to 'log conversations and changes together', I think the Linux kernel's development model — which combines mailing lists, patch exchanges and Git — provides a go…

I wouldn't really say DeltaDB is a showcase project, given Zed has been working on it for at least a year, so it's likely been a focal point of development for quite some time. If there is funding to secure, they either should've been louder on the initial announcement, or not thrown a year on this, right?

Re: Zed DeltaDB

#186

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?

Adding onto this I and many others have asked for a ui extension API to actually make use of AI tools and they've adamantly refused. Until someone else with the time and resources to fork and maintain it comes along, it's just in maintenance mode. These "AI" features are not useful at all.

https://github.com/zed-industries/zed/discussions/53403#disc...

Re: Zed DeltaDB

#188
Whoever on the zed team came up with this must be coding with agents way more than i am, because it hasn't come up for me as something I'd really need yet. But it sounds cool anyway. I guess it's kind of like undo history but persistent and with more visibility, and with branching? Anyone from zed here to comment?
Post reply on HN