this post was submitted on 20 Jul 2026
318 points (93.9% liked)

No Stupid Questions

49026 readers
1053 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 3 years ago
MODERATORS
 
  • Most experts agree Linux is safer than Windows

  • All scientific supercomputers use Linux

  • Professional hackers use Linux

  • Linux is the undisputed backbone of internet servers

  • Critical military infrastructure relies on Linux

Microsoft's revenue was $300 Billion last year. They have unlimited ressources.

So why is Windows still worse than Linux ?

you are viewing a single comment's thread
view the rest of the comments
[–] douglasg14b@lemmy.world 4 points 1 day ago (3 children)

It also depends on what you mean by worse than Linux. A lot of the criteria that you're evaluating definitely have Linux as better than Windows, but Windows is better than Linux in other ways that I notice on a day-to-day basis when I'm switching between the two.

Performance under memory pressure is the biggest one, I think. I don't know why, but Windows handles extreme memory pressure and heavy page filing incredibly gracefully, whereas any Linux device I've used, and Macs, seems to stutter, slow down, and really struggle under memory pressure, even when there is superior hardware involved. I usually have to wait several minutes before my daily Linux driver recovers from heavy page filing, whereas it's usually just a couple of seconds with my Windows box.

[–] toddestan@lemmy.world 3 points 22 hours ago (1 children)

Windows has had to deal with memory pressure a lot more than Linux. Some of this is bloat, but historically there's also just been a lot of low end systems sold with Windows. All of the Windows 7 systems sold with 1GB, the Windows XP systems sold with with 256MB, running Windows 98 in 16MB, and so on.

Windows is always looking for memory it can page out and does a lot of preemptive paging so that if it suddenly needs a bunch of free RAM - like if the user suddenly launches some memory hog of an application, Windows has it available. Windows is also a bit smart about it - it'll page things out but still keep the data in RAM too. So for example an application idle in the background will be paged out in case Windows needs that memory, but it's also kept in RAM so if the user pulls the application back up, Windows doesn't have to read everything back from the page file either.

This has lead to complaints about Windows constantly thrashing the disk and doing things in the background, but there is some method to the madness. Though I will complain that Windows still seems to do this even in situations where the PC has a lot of RAM and large amounts of it aren't being used.

The Linux kernel, on the other hand, doesn't do a lot of this like Windows does. Which is fine so long as you have enough RAM. But in a situation where there isn't a lot of free RAM and suddenly the user launches a big application, the kernel suddenly has to do a bunch of swapping to free up memory and that can take a bit, especially if the drive is slow.

The Linux kernel does have a "Swappiness" setting that can modify its behavior, but I've never really played around with that myself.

[–] douglasg14b@lemmy.world 2 points 21 hours ago

Thank you for thoughtfully engaging. I appreciate your knowledge.

[–] ProdigalFrog@slrpnk.net 3 points 22 hours ago (1 children)

That behavior with Linux is absolutely real, and it's very weird that it hasn't been fixed in over a decade. It's due to the default OOM (out of memory) killer being way too conservative with killing an application when the memory is completely full and disk swapping. Some people have solved this with an app that watches for OOM situations and acts with more decisiveness to kill an offending application before it swaps and brings the system to a halt, called EarlyOOM.

That still isn't quite as good as Windows handling though, as Windows can generally handle those situations without killing the application at all.

[–] douglasg14b@lemmy.world 2 points 21 hours ago

TIL!

Awkwardly, I find that the largest memory pressure tends to come from a particular web page that continually gobbles up more memory the longer it is open.

There's always one of these somewhere, and I'm bad at closing tabs. I usually notice pretty quickly when I come back to my computer. As soon as we start hitting page filing, since everything is stuttering and slow, but if it goes overnight, it can literally be 15 to 20 minutes before the system is responsive again after I kill the offending process.

Whereas on my work device, which is Windows, I usually might not even notice until I've maxed out my page file, which can be 64 or 128 GB depending on the device. And even then, I only notice because file operations start getting slow because the SSD is being thrashed. Killing the offending process results in responsiveness usually within a few seconds and a full clear out of the page file in a couple minutes.

The explanations that I've gotten from another commenter make a lot of sense. That Windows has just always had to deal with high memory pressures, so has been forced to mature in that sense. It is rather odd that Linux is behind on this, though, given its overwhelming representation in headless environments

[–] thanatotus@lemmy.ml 1 points 1 day ago (1 children)

I dont know; this seems like super specific case where you've economic means to afford or be around all of those high end systems and the same hardware is underpowered for your use case.

My first personal laptop had Windows 7 but as soon as Windows 8 came it struggled (only having measly 2GB of RAM) - so i switched to Ubuntu and it was a breeze for the next 10 years. I always used to try new version of Windows when released but it they always seemed to be memory hog and become bloated over time.

[–] aim_at_me@lemmy.nz 2 points 23 hours ago* (last edited 23 hours ago)

You kind of haven't addressed the point though, you’ve just pointed out that linux experiences memory pressure less often.

But OPs point is that Windows is better at it when you inevitably fill its memory. I run multiple clusters of docker containers and virtualised systems in my day to day, and its true that linux (Ubuntu at least) isn't the best at huge memory pressure, especially when I fill swap. And I’m running the latest intel chip with 32gb. I wish I’d gone 64gb… but, memory prices.

I don't know if thats better or worse than Windows though, I haven’t touched an MS machine in a decade.