Earlier quoted context omitted.
1. Swap thrashing can bring the system into a completely unresponsive state. 2. Linux servers are targeted and breached. Linux desktop share is too small to be worth it (yet). 3. Windows updates aren't stealthy for a considerable time. 4. That's a matter of opinion. 5. Some distros do, but it's opt-in. Transparency is better on the Linux side too. I agree on this point. 6. You are tempted to spend time on customizati…
>1. Swap thrashing can bring the system into a completely unresponsive state. This can be prevented using earlyoom (which is packaged in most distros): https://github.com/rfjakob/earlyoom It's probably too difficult to fix the underlying design errors, e.g. fork() duplicating the process's entire address space, thus requiring overcommit and copy-on-write, but losing only one process beats losing all of them. earlyoom…
Reasons to prefer Linux over Windows (2014)
291–300 of 636 posts
Re: Reasons to prefer Linux over Windows (2014)
#292Reasons to prefer Windows 10 over Linux: https://miscdotgeek.com/why-windows-10-is-my-desktop-os-of-c...
Re: Reasons to prefer Linux over Windows (2014)
#293Re: Reasons to prefer Linux over Windows (2014)
#294The article says determining filetype via heuristics is better than via extension. I don't agree with that, heuristics are confusing. File extensions lead to behavior that a human can predict.
mv program.exe sound.mp3
mv sound.mp3 text.pdf
Same file, always a PNG despite the extensions I can attach to it.
Re: Reasons to prefer Linux over Windows (2014)
#295I started my journey with linux at the age of 12 when Canonical was sending out free CD's of Ubuntu Hardy Heron 8.04. After nearly 13 years of usage I am a happy user of Windows 10 now. My reasons are: * Horrible font rendering that makes me not even want to code * Terrible application support * Audio and touchpad support is noticeably superior on Windows * Small things that you have to tinker with in order to get ev…
And yes, font rendering is horrible. I went out of my way to find bitmapped fonts for coding. And yes, trying to get audio mixing to work on Linux was just a waste of time.
My Win10 machine runs rock-solid, when I'm done for the day I put it to sleep, and resume my session the next day in under 10 seconds. Like 90% of my reboots (and it's like WEEKS in between) are due to updates.
Re: Reasons to prefer Linux over Windows (2014)
#296It's worth noting that these days you can move Windows installs across hardware/VMs and fix issues from a live image. I'm a longtime Linux user and every time I have to do this on Windows I find the documentation poor, but it is possible to do things like load kernel modules (drivers), partition a drive, format a new NTFS filesystem, copy all the files over preserving special filesystem features, reinstall the bootlo…
Re: Reasons to prefer Linux over Windows (2014)
#297Earlier quoted context omitted.
Linux would have to be extremely good for most people to take the effort to switch. Switching to Wikipedia doesn't require reformatting your hard drive and installing a new operating system—a completely foreign concept for 98% of the computer-using population.
You can run Linux from USB stick. That still requires BIOS/UEFI setup, though I do not expect non-technical population switching. It would be great if Steam had non game applications.
Re: Reasons to prefer Linux over Windows (2014)
#298Earlier quoted context omitted.
I recently spent 30 minutes figuring out why the Bluetooth pairing process wasn't giving me the pin number I needed to pair my new wireless keyboard. Ugh. Eventually, after searching through forums, I updated the right modules to get it working. I want to use Linux as my daily driver, but I am frustrated by little things that don't work or go wrong.
I've been using Windows for the past couple years for work after mostly using Ubuntu for several years. I felt the same way about Bluetooth but I've found all the Bluetooth problems I thought were "Linux" are just as bad on Windows. But Windows is just a lot more unstable. Every other week there's some new thing that breaks in a confusing way, and it's all closed source shovelware so I can't even figure out what is c…
I used to try Linux once a year or so but gave up doing that a few years ago because there is no single place to go to for answers and it's a time sink. The operating system needs to get out of my way so that I can make software. Windows does that.
I'm sure bias has a lot to do with my perception, I'm ok with that.
Re: Reasons to prefer Linux over Windows (2014)
#299Earlier quoted context omitted.
> Linux runs better on both new and older hardware. This is very much debatable. What's true however is that if your HW is not supported by at least Windows 8.1 you're SoL. > Better as in programs open faster, the file manager opens faster, the task manager opens faster. Everything uses less memory and less CPU cycles. Everything is snappier. I haven't observed any slow downs in Windows 10 for ages. As for "less memo…
Parent author reporting back. I am going to have to sort of disagree with you there (in Lumbergh voice). In all seriousness though, you are wrong on all points. Sorry, yes you are wrong. Rather than write a point by point rebuttal, against my common sense (you know, the thing about arguing with someone one the Internet) I'll just write a few paragraphs, provide some professional anecdotal and maybe quantitative evide…
Re: Reasons to prefer Linux over Windows (2014)
#300Earlier quoted context omitted.
? It's LGPL, so as long as you link dynamically, it's fine for proprietary software to use it. A lot of commercial proprietary software in the VFX industry does this (Nuke, Katana, Mari, Maya, Houdini, etc).
IDK a lot of proprietary developers don't understand the LGPL and are scared by its copyleft. They like how simple the MIT license is. Also, apple's app store is famously LGPL-incompatible.
If you're shipping a proprietary application that links to LGPL libraries in accordance to the license, that's fine.
It's GPL applications that the App Store bans.