commence feature creep
Zed is our office
51–60 of 343 posts
Re: Zed is our office
#52 - On my Tablet, which is too slow for Jetbrains IDEs to run smoothly
- On certain projects I have which choke Jetbrains IDEs. (Due to macro use maybe?)
I think its' a much nicer experience than VsCode, which I admittedly haven't figured out to run in a project-oriented way.I'm also trying their GPUI library, but am in the early stages, so can't really comment on how it compares to EGUI.
Re: Zed is our office
#53I could imagine that in ten years git will feel strangely slow and ceremonial. Why not just continuously work and continuously deploy live-edited software
Counter argument to living software is that it treats "never done" products as a virtue instead of a failure of design. Here's a thread where the person replying to me makes this case: https://news.ycombinator.com/item?id=45455963
Re: Zed is our office
#54I could imagine that in ten years git will feel strangely slow and ceremonial. Why not just continuously work and continuously deploy live-edited software
it doesn't work quite well for complex projects that require integration with other teams/software. You would need to either have separate versions running at the same time or never do breaking changes or devise some other approach that makes it possible. It's not always feasible to do it this way
Re: Zed is our office
#55Here is where I've settled on for Zed. I initially thought it might be a Sublime replacement for one-off files, but it seems it's geared towards projects. It's not as powerful as Jetbrains (RustRover, PyCharm etc), but is much faster. So here's how I'm using Zed: - On my Tablet, which is too slow for Jetbrains IDEs to run smoothly - On certain projects I have which choke Jetbrains IDEs. (Due to macro use maybe?) I th…
I'll always remain someone plugged into vim because I need it sometimes when shelled over a terminal. Editing files over SSH can work with editor support, but is often less reliable or fast than jumping through whatever hoops I need to to get an SSH connection once and then doing everything from there.
Re: Zed is our office
#56Here is where I've settled on for Zed. I initially thought it might be a Sublime replacement for one-off files, but it seems it's geared towards projects. It's not as powerful as Jetbrains (RustRover, PyCharm etc), but is much faster. So here's how I'm using Zed: - On my Tablet, which is too slow for Jetbrains IDEs to run smoothly - On certain projects I have which choke Jetbrains IDEs. (Due to macro use maybe?) I th…
Re: Zed is our office
#57Zed is lovely and I hope it becomes super successful but this kind of mass collaboration might be ok for meeting minutes... maybe. But thinking of it for coding it gives me shingles. Code by mass live committee. Yikes.
This would be good for code-walks too though. Instead of having to share your screen and hope the video comes through well. Everyone can follow along in the comfort of their own editor.
Re: Zed is our office
#58Here is where I've settled on for Zed. I initially thought it might be a Sublime replacement for one-off files, but it seems it's geared towards projects. It's not as powerful as Jetbrains (RustRover, PyCharm etc), but is much faster. So here's how I'm using Zed: - On my Tablet, which is too slow for Jetbrains IDEs to run smoothly - On certain projects I have which choke Jetbrains IDEs. (Due to macro use maybe?) I th…
Zed is the only modern IDE-like editor which is fast enough to replace (n)vim for me. I plan to use it for more and more projects, but I've had minor issues with it's Vi-mode. I'll always remain someone plugged into vim because I need it sometimes when shelled over a terminal. Editing files over SSH can work with editor support, but is often less reliable or fast than jumping through whatever hoops I need to to get a…
Re: Zed is our office
#59I love Zed. I, mostly, love the direction they are taking the editor in. But. There are now two times I see Zed going in the wrong direction. The AI integration was one. This feels like the wrong direction again. I never really liked the AI integration. It felt off to me. I do love coding with Claude and I think I know why. It presents the "information I need to know" in a way my puny brain can handle it. Colored dif…
Re: Zed is our office
#60I could imagine that in ten years git will feel strangely slow and ceremonial. Why not just continuously work and continuously deploy live-edited software