this post was submitted on 03 Aug 2023
2312 points (98.3% liked)
linuxmemes
20880 readers
2 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's simply not true. The vast majority of CAD, CFD and FEA software is run on Windows (with many not even having Linux versions) and that has been the case for decades. The installation process on Windows is almost universally a straightforward process, and the times it isn't, is usually because that software has (or had) Unix roots from ages ago and the clunky nature of anything related to Unix comes through.
Someone's been feeding you bullshit.
CAD is an exception, yes. Also a lot of stuff related to commercial aviation, because of the regulations. I was talking about comp sci, statistics, big data etc.
It's the other way around. It is extremely easy to make simple UNIX scripts. And it is extremely easy to string together a bunch of such simple scripts to make larger software. Windows does not follow the UNIX philosophy, making it difficult for different programmes to talk to each other.
I'm talking from personal experience. I write R, python and bash scripts to take data from machines, analyse it and draw graphs and charts based on it. I use three languages and multiple machines. But thanks to the UNIX emphasis on modularity, I can connect all of this into one automated pipeline. And if tomorrow one machine is replaced, I will only have to change a few lines of the script, again thanks to modularity.
Don't get me wrong, Windows has its advantages - better gaming support, 'safety rails' that prevent you nuking your system, better drivers for peripherals, and so on. But software installation is not one of them.