|
|
|
|
|
by davrosthedalek
1405 days ago
|
|
I am the "analysis software coordinator" for a nuclear physics experiment (MUSE). The software framework we use was originally developed by me, on a macbook pro, mainly, targeting both MacOS and Linux. We have to onboard new students regularly, and it's quite a software stack to compile (Geant4, root, helper libs, our framework). 5-10 years ago, I was happy if a new student was on Mac. Slap homebrew on it, install the dependencies, install the software. Pretty straight forward. But now, it get more and more brittle. New xcode? Better start downloading new versions and recompile everything, and pray that it works. Now I am actually happy if somebody brings a windows laptop. Slap on WSL, install ubuntu, just works. The number of students we had who used linux already on their laptop I can count on one hand with no fingers :(, but our new postdoc directly ran into an opengl problem on AMD which makes the gpu restart.... So from that perspective, Windows+WSL, with all its warts, comes closest to usable. |
|
Also, with regards to linux, what stops you from making that the default that students onboard to? I would imagine that something like this becomes quite easy if you have a culture where group members help onboard the new ones into the ways of doing things.