this post was submitted on 02 Oct 2025
826 points (99.8% liked)
linuxmemes
27540 readers
2706 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
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 figures
We 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Tell that to the modern web though.
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.
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.
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.
The web is so fat nowadays that it makes Windows look slim.
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.
The modern web so fat that It uses a VCR as a beeper.
Hey you kids, get off my lawn!
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.