this post was submitted on 02 Oct 2025
1061 points (99.6% liked)

linuxmemes

27553 readers
869 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 users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • 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.
  • 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, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. ๐Ÿ‡ฌ๐Ÿ‡ง Language/ัะทั‹ะบ/Sprache
  • This is primarily an English-speaking community. ๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฆ๐Ÿ‡บ๐Ÿ‡บ๐Ÿ‡ธ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • ย 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     

    Before installing Linux, I had originally planned to dual-boot on my main PC, but somehow a gaming rig from 5 years ago isn't good enough to run windows 11, which is ridiculous.

    you are viewing a single comment's thread
    view the rest of the comments
    [โ€“] cmgvd3lw@discuss.tchncs.de 94 points 2 days ago (1 children)

    Tux: What 4 GB RAM? This is some gourmet shit.

    [โ€“] Echolynx@lemmy.zip 51 points 2 days ago (5 children)

    Tell that to the modern web though.

    [โ€“] alecsargent@lemmy.zip 38 points 2 days ago (1 children)

    The web is so fat nowadays that it makes Windows look slim.

    [โ€“] fartographer@lemmy.world 29 points 2 days ago (1 children)

    The modern web so fat that when it sits around the house, it sits around the shockingly robust infrastructure we've collected that provides us great convenience while it slurps up our privacy.

    [โ€“] AtariDump@lemmy.world 3 points 2 days ago

    The modern web so fat that It uses a VCR as a beeper.

    Hey you kids, get off my lawn!

    [โ€“] cenzorrll@lemmy.ca 24 points 2 days ago (1 children)

    Fuckin' a man. My backup server uses 70mb of ram, My NAS, 250mb. My laptop, about 1GB doing normal usage things. Open up one webpage with a YouTube video embedded and the processor constantly runs all 4 cores at 30%+, fan is on high, 3GB ram getting eaten away at for a paused video and text. It's ridiculous.

    [โ€“] SorryQuick@lemmy.ca 4 points 1 day ago

    I donโ€™t know how youtube does it, but decoding a video, say with libavcodec(ffmpeg) without GPU acceleration is pretty demanding. They could do it on their server and send you the stream, but then again theyโ€™d save a lot of money not doing that.

    But I agree it shouldnโ€™t take so much when nothing is happening, the web has very much become so bloated.

    [โ€“] relativestranger@feddit.nl 2 points 1 day ago (1 children)

    and all the oem bundleware. i knocked-down fresh boot idle active ram usage from 5.5gb to 3.5gb on a new dell desktop just by uninstalling anything that had 'dell' in the name.

    [โ€“] Trainguyrom@reddthat.com 1 points 1 day ago

    While idle RAM usage can be an indicator of background load, RAM that's not in use is RAM wasted. Best is for idle memory to cache files, libraries and programs for faster load times than to sit unused

    [โ€“] MrScottyTay@sh.itjust.works 10 points 2 days ago* (last edited 2 days ago) (1 children)

    And electron based apps ๐Ÿคฎ Why did they become the norm, especially ones that don't even have an actual website version.

    i think the biggest problem with electron is that it doesn't just use some system-provided browser library, instead every electron app ships its own browser environment, which takes up a lot of space each time and makes the whole system a whole lot less efficient. shared libraries exist for a reason.

    [โ€“] Jankatarch@lemmy.world 5 points 2 days ago* (last edited 2 days ago)

    I compile links2 from source and use "links2 -g" strictly nowadays. Wikipedia works so it has everything I need. I would contribute if I knew how to program latex rendering.