Now this DeltaDB goes way beyond that
Zed DeltaDB
251–260 of 328 posts
Re: Zed DeltaDB
#252Why 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
Re: Zed DeltaDB
#253Earlier quoted context omitted.
They aren't proposing to replace git though. They are just attempting to make it simpler for developers to follow changes applied by an LLM in an ergonomic fashion. Not saying it will work well but I'm happy to see someone trying a new approach here.
I don't want someone "to make it simpler for developers to follow changes applied by an LLM in an ergonomic fashion". I want a text editor. I want "VScode without the bullshit". That's what I thought they were building.
Re: Zed DeltaDB
#254Zed 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?
- basics are easy
- everyone can do basics
- need to do the things that will bring in the next 1000 users.
- everyone already does the basics
Re: Zed DeltaDB
#255Whoever 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?
Re: Zed DeltaDB
#256Earlier quoted context omitted.
Windows is more than viable as development platform, ask Valve why they need Proton in first place.
Are you saying that games get released on Windows a lot because developers prefer Windows as a development platform?
Re: Zed DeltaDB
#257Earlier quoted context omitted.
Windows is more than viable as development platform, ask Valve why they need Proton in first place.
Breaking an illegal monopoly takes decades but, as it happened with Internet Explorer 6, it's finally happening for Windows.
Re: Zed DeltaDB
#258Why 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
I had to stop using Zed because of this issue (which persists despite being closed): https://github.com/zed-industries/zed/issues/38109 I can't use an editor where the file contents I'm being shown don't match the reality of the file. I guess this issue doesn't affect most people somehow, but in the age of CLI agents I'm not sure how more people aren't running into it. I was really enjoying Zed for a short while befo…
Re: Zed DeltaDB
#259A 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…
Re: Zed DeltaDB
#260Earlier quoted context omitted.
And yet it is written in Rust, a good evidence that compiled languages only help so much when the architecture isn't the right one, or bad algorithms are being chosen.
For a large application the language it is written in has almost no bearing on the perceived speed by users. VSCode is one example.
It shows the engineering effort that the team puts into it, which is why it is one of the few Electron based apps that is bearable to use.