this post was submitted on 03 Aug 2023
2281 points (98.3% liked)

linuxmemes

20761 readers
1778 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. 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
[โ€“] [email protected] 1 points 1 year ago* (last edited 1 year ago)

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.

that software has (or had) Unix roots from ages ago and the clunky nature of anything related to Unix comes through.

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.

Someone's been feeding you bullshit.

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.