this post was submitted on 18 Sep 2023
541 points (92.1% liked)

linuxmemes

21103 readers
1733 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • 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
    [–] [email protected] 17 points 1 year ago (3 children)

    Dude, if it doesn't hog memory then what's the problem?

    [–] [email protected] 35 points 1 year ago (2 children)

    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.

    [–] [email protected] 22 points 1 year ago (3 children)

    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

    [–] [email protected] 14 points 1 year ago

    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

    [–] [email protected] 3 points 1 year ago

    And that's just to figure out how to save and exit.

    [–] [email protected] 1 points 1 year ago

    I use IdeaVim in JetBrains IDEs, does that make me some kind of monster?

    [–] [email protected] 8 points 1 year ago (4 children)

    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.

    [–] [email protected] 5 points 1 year ago (1 children)

    Browser already do this. At least on Linux all browsers use namespaces(containers) for tabs

    [–] [email protected] 2 points 1 year ago

    Pretty sure he means for separate electron apps

    [–] [email protected] 3 points 1 year ago

    Yeah, if all these apps are gonna use a common framework we might as well let the operating system handle it.

    [–] [email protected] 2 points 1 year ago

    So, a web browser?

    [–] [email protected] 1 points 1 year ago

    Does tauri do this?

    [–] [email protected] 4 points 1 year ago

    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.