Hacker News new | ask | show | jobs
by m4rtink 1879 days ago
One can already see it in some areas with the popularity of containers, with many developers choosing Linux as other operating systems have poor to no container support (often nothing more than running them in a Linux VM).

Stupid anti-developper practices of proprietary OS vendors will result in only more developers migrating to Linux distros.

1 comments

Microsoft has pretty much solved this with WSL/WSL2. I hate the obsessive stalking and much of the redesign of Windows 10, but at it's core, it's better for many general consumers.

As a developer, I run into Windows' superior dealing with low-memory situations quite often. My work dev machine has 16GiB of RAM, but my full-stack development work is pushing my system past the 16GiB mark easily now. Coworkers using Windows have similar problems, but their system slows down whereas mine completely freezes for 30 seconds at a time while the system struggles to find some free memory.

For the people who would tell me to "just get more RAM": it's out of my hands, and 16GiB should be more than enough for this type of work anyway. Most software written these days, especially tools aimed at developers, seems to think everyone has 128GiB of RAM and that bad memory handling can best be solved by buying more hardware.

With Gnome 40 and systemd 248, the Linux experience will become just a tad more friendly for both general users and developers, but there's a lot of improvement that can still be made to the Linux experience.

Try out zram, it compresses memory in-memory and is a real life-changer. On <=8Gib systems it is mandatory for regular use.