6 ms·
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/588
by umvi 1mo ago
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#issuecomment-4871602351 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 working directory
- Don't freeze when resuming from suspension (I suspect this is GPU-driver related on linux) forcing me to `killall zed-editor`
- stusmall 1mo ago> 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.
- embedding-shape 1mo ago> An unprivileged userspace application, even if coded poorly, shouldn't crash the machine. How would you prevent that? It can write until root disk is full, can take all your memory, saturate your CPU and a whole bunch of other stuff we (users) like to be able to do for the things that need them. Unless you're suggesting something like Qubes or similar UX?
- itishappy 1mo agoDisk, memory, and CPU limits? The app should crash, not the kernel.
- embedding-shape 1mo agoRight, my point being that it's should be up to the user to decide, because most of the times I run programs, I actually want them to be able to gobble up GB of disk, RAM and fully make use of my CPU. That's why I bought the hardware I have :)
- itishappy 1mo agoIsn't that the default? The user has access to all available memory unless they (or an admin) set a restriction. Unavailable memory is only unavailable because writing to it crashes the kernel, thus preventing you from using your hardware!
- embedding-shape 1mo ago> Isn't that the default? Yes, it is, and for good reasons. That's why I disagreed with the original "An unprivileged userspace application, even if coded poorly, shouldn't crash the machine" part.
- itishappy 1mo agoI don't follow. The default today is that an unprivileged user space application should not crash the machine. The kernel reserves what it needs, then hands the rest to user space. Thus, all available memory should not crash the machine. https://en.wikipedia.org/wiki/User_space_and_kernel_space https://en.wikipedia.org/wiki/User_space_and_kernel_space https://en.wikipedia.org/wiki/Virtual_memory https://en.wikipedia.org/wiki/Virtual_memory
- umvi 1mo agoSometimes OOM Killer can stop it before it wrecks too much havoc, but often everything grinds to a complete halt and I have to just power cycle.
- deleted 1mo ago[deleted]
- WD-42 1mo ago> This is my #1 annoyance: clicking microscopic icons at the very bottom of the screen to switch views. Have you considered using a keybind? They even show which keybind to use when you hover them. Amazing that someone would prefer a vertical bar that is 85% empty, wasted space instead of pressing a few keys on the keyboard - for a text editor of all things.
- NewsaHackO 1mo agoHaving keyboard shortcuts isn’t a valid reason for UI buttons to be unusable. If it should solely be accessed by a shortcut, then they should just remove the buttons altogether.
- WD-42 1mo agoExcept they aren’t unusable either.
- noisy_boy 1mo agoSometimes there may be keybinding conflicts. Since when we have started to push back on bog standard expectations like usable buttons in a UI?
- NewsaHackO 1mo ago>This is my #1 annoyance: clicking microscopic icons at the very bottom of the screen to switch views. It’s crazy that is still an issue. I really tried to use Zed because I was trying to move away from VSCode and VSCodium did not have a featureful python lsp. I just couldn’t stand little things like that that. Also, the font was really blurry. VSCodium now has Pyfly which is decent, so I just switched back.
- sapiogram 1mo agoThe font blurriness har finally been fixed now, at least.
- Thanemate 1mo agoMy annoyance with Zed is the inability to disable the "collaboration/multiplayer" functionality, so much that I'd rather just use VS Code.