this post was submitted on 18 Sep 2023
541 points (92.1% liked)
linuxmemes
20880 readers
7 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Dude, if it doesn't hog memory then what's the problem?
It kinda do though. VSCode, without a project open has 10 processes running and uses over a half gig of ram. I like VSCode to be clear. I also like discord but it's just a chat app and apparently needs a half gig itself and 6 processes.
You should come over to vim. It only takes 12 months of intense training and an additional 3 years of super glueing random rc file configs together before it works how you want it to
Yeah, but once it's all setup, you get to see all your coworkers roll their eyes when they see you use vim at every job from that point on
So, all worth it in the end 👌
Also, I've saved at least $5 over the last decade from wear and tear on mice
And that's just to figure out how to save and exit.
I use IdeaVim in JetBrains IDEs, does that make me some kind of monster?
I hope they'll find a way to run all those applications in one browser. Like basically having a browser with multiple tabs but getting treated like seperate sandboxxed apps.
Browser already do this. At least on Linux all browsers use namespaces(containers) for tabs
Pretty sure he means for separate electron apps
Yeah, if all these apps are gonna use a common framework we might as well let the operating system handle it.
So, a web browser?
Does tauri do this?
It is slow and usually anyway consume more memory than any native application built the same way due to it have to run a web browser. It is also taking up more storage space and updates are bigger and you need to watch out for we browser security holes. I think Electron have some limitations so you can't do everything you want with it like a native application.