The Linux Thread - The Autist's OS of Choice

With WSL2 there is zero reason to prefer Linux on desktop outside of not wanting to buy a license.
who says you can't run windows without a license? hell there are activators on github if you don't want to pay a cent.
people run linux because they WANT to. or maybe they're tired of dealing with windows and want to try an alternative.
seeth at the fact that others don't agree with you, we'll just stand here and laugh at your anger.
Linux chads stay winning.
 
With WSL2 there is zero reason to prefer Linux on desktop outside of not wanting to buy a license.
Why would I want to use Windows? It’s super restricted, forces you to register an online account so they can fuck your computer up by syncing shit you don’t want to it, displays ads in the application launcher, and is super basic, like you can’t install on anything but a single disk formatted as NTFS. No option for something as basic as a RAID1 root pool unless you use shitty motherboard RAID, and then you’re still stuck with NTFS which lacks basic features like checksumming.
Linux has tonnes of features and very few outright annoyances, even if it isn’t necessarily nice to use without first putting a lot of work into configuring it. MacOS lacks a lot of features, but it is extremely nice to actually use and live with. Windows on the other hand has nothing to recommend it, even gaming is better on Linux these days. I’d unironically rather do my computing on iPadOS than on Windows.
 
Leaving the clear bait away, I need help seeking .ASM and PLC programming software for EndeavorOS*. I have to train myself back into shape for my incoming practice, and finally get my technician's degree.

Do you know of any software that doesn't need to be run under Wine? Having a decrepit old AMD laptop means that all translated syscalls are going to induce a bottleneck that is abhorrent, tried with some games and fuck me if it wasn't grating.

*Yes, I know it's just Arch with training wheels, but the AUR is just too good to leave it for other repos, and Manjaro screeched at me for not having Vulkan support on my APU, so there's that.
 
Leaving the clear bait away, I need help seeking .ASM and PLC programming software for EndeavorOS*. I have to train myself back into shape for my incoming practice, and finally get my technician's degree.

Do you know of any software that doesn't need to be run under Wine? Having a decrepit old AMD laptop means that all translated syscalls are going to induce a bottleneck that is abhorrent, tried with some games and fuck me if it wasn't grating.

*Yes, I know it's just Arch with training wheels, but the AUR is just too good to leave it for other repos, and Manjaro screeched at me for not having Vulkan support on my APU, so there's that.
PLC-EMU: A Programmable Logic Controller EMUlator for automation applications on Linux with digital/analog IO cards.
OpenPLC: A PLC runtime that can be used on Linux.
 
PLC-EMU: A Programmable Logic Controller EMUlator for automation applications on Linux with digital/analog IO cards.
OpenPLC: A PLC runtime that can be used on Linux.
Thanks man, once I'm done hitting the gym, I will check both of those programs so I don't get caught with my pants down when tasked to fix up some assembly line.
 
Thanks man, once I'm done hitting the gym, I will check both of those programs so I don't get caught with my pants down when tasked to fix up some assembly line.
If they use Siemens or Allen-Bradley there might be more proprietary software you'd need to find. Phoenix should have a Linux version of their software as their os is a RTOS Linux kernel.
 
  • Informative
Reactions: One Angry Computer
Christoph Hellwig, the guy who had a part in the meltdown of Hector Martin (Mexican Vtrooner, Rust) on the kernel's mailing list and subsequent ragequit of his pet project, Asahi Linux, has resigned as maintainer of dma-mapping. Turns out, if Hector wasn't such a self-obsessed sperg, he would've had his way eventually when other Rustrannies with actual sway in the kernel backed him up.
It's crazy the patented keffals method just made them look like a retard. And people that didn't know them think they're a shitty person.
 
Why would I want to use Windows? It’s super restricted, forces you to register an online account so they can fuck your computer up by syncing shit you don’t want to it, displays ads in the application launcher, and is super basic, like you can’t install on anything but a single disk formatted as NTFS. No option for something as basic as a RAID1 root pool unless you use shitty motherboard RAID, and then you’re still stuck with NTFS which lacks basic features like checksumming.
Linux has tonnes of features and very few outright annoyances, even if it isn’t necessarily nice to use without first putting a lot of work into configuring it. MacOS lacks a lot of features, but it is extremely nice to actually use and live with. Windows on the other hand has nothing to recommend it, even gaming is better on Linux these days. I’d unironically rather do my computing on iPadOS than on Windows.
Installing your OS on a root RAID1 partition is irresponsible.
 
Installing your OS on a root RAID1 partition is irresponsible.
Not at all. Linux has access to modern filesystems like ZFS and btrfs, which make this a viable (and very good) option. Windows could have a counterpart in ReFS, but Microsoft have largely given up on that. Fuck you for wanting your Windows to not eventually corrupt itself and die.
 
Not at all. Linux has access to modern filesystems like ZFS and btrfs, which make this a viable (and very good) option. Windows could have a counterpart in ReFS, but Microsoft have largely given up on that. Fuck you for wanting your Windows to not eventually corrupt itself and die.
Ive worked with old gaming laptops that used two hard drives in a motherboard level raid array to double the read/write speed, I can't see it being necessary in the SSD era.
 
  • Thunk-Provoking
Reactions: One Angry Computer
Ive worked with old gaming laptops that used two hard drives in a motherboard level raid array to double the read/write speed, I can't see it being necessary in the SSD era.
RAID0 does indeed make little sense on most modern hardware, the performance improvement is real but outside niche cases you're unlikely to notice.
What I was talking about was RAID1 (but also RAID10), which is a very common and highly useful way to make sure you don't lose any data in case of a hardware failure.
 
RAID0 does indeed make little sense on most modern hardware, the performance improvement is real but outside niche cases you're unlikely to notice.
What I was talking about was RAID1 (but also RAID10), which is a very common and highly useful way to make sure you don't lose any data in case of a hardware failure.
RAID1 gives you uptime if one of the drives fail, but you are introducing another point of failure and complexity. In the case of a desktop, the OS drive failing is easily recovered by a simple backup. Your maximum downtime is going to be a few hours and that’s an extreme case. RAID1 is for a system that would take days to bring back up on failure. You’re adding complexity to your system for no good reason.
 
  • Disagree
Reactions: jeff7989
RAID1 gives you uptime if one of the drives fail, but you are introducing another point of failure and complexity. In the case of a desktop, the OS drive failing is easily recovered by a simple backup. Your maximum downtime is going to be a few hours and that’s an extreme case. RAID1 is for a system that would take days to bring back up on failure. You’re adding complexity to your system for no good reason.
You forget about bitrot and bad sectors. RAID1 with checksumming means if a file gets corrupted, the filesystem will automatically repair it and let you continue. Without checksums you're only protected from outright hardware failure, like a head crash. Checksums mean errors are flagged (and an email warning you of this is sent, assuming you're not Linus Tech Tips and bothered taking five minutes setting up ZED properly), and you can replace the failing drive before it starts causing problems. Even if the file doesn't get loaded, your computer will run regular scrubs and detect errors that way, letting you catch them before they become a bigger issue. Without checksumming your first indication that there is a problem will be when things start crashing. You're correct to say I don't need this, but it's a feature I like to have quite a lot. I also don't need a GUI, but having one available does make a lot of things more convenient.
 
You forget about bitrot and bad sectors. RAID1 with checksumming means if a file gets corrupted, the filesystem will automatically repair it and let you continue. Without checksums you're only protected from outright hardware failure, like a head crash. Checksums mean errors are flagged (and an email warning you of this is sent, assuming you're not Linus Tech Tips and bothered taking five minutes setting up ZED properly), and you can replace the failing drive before it starts causing problems. Even if the file doesn't get loaded, your computer will run regular scrubs and detect errors that way, letting you catch them before they become a bigger issue. Without checksumming your first indication that there is a problem will be when things start crashing. You're correct to say I don't need this, but it's a feature I like to have quite a lot. I also don't need a GUI, but having one available does make a lot of things more convenient.
Why would an OS drive on an SSD need to worry about bad sectors and bit rot? You are segregating your data from your OS drive, aren’t you?
 
  • Dumb
Reactions: jeff7989
Why would an OS drive on an SSD need to worry about bad sectors and bit rot? You are segregating your data from your OS drive, aren’t you?
SSDs are as susceptible to bit rot as spinning rust, these days each gate stores four bits worth of data.
And yes, I don’t want my operating system to bitrot itself apart. Because having my computer randomly stop working is really annoying. Yes I can send a backup snapshot from my server, but that’s time and effort I choose not to waste, by using ZFS and RAID10.
 
  • Agree
Reactions: Another Char Clone
SSDs are as susceptible to bit rot as spinning rust, these days each gate stores four bits worth of data.
And yes, I don’t want my operating system to bitrot itself apart. Because having my computer randomly stop working is really annoying. Yes I can send a backup snapshot from my server, but that’s time and effort I choose not to waste, by using ZFS and RAID10.
My point is that the data on your OS drive should be hot enough that it isn’t going to be susceptible to bitrot in a desktop use case. Been running solo OS drives since the fucking 80s and not once have I ever been unable to boot because of a bad sector.
 
Back