I study math at uni and I was shocked realizing all my teachers use ubuntu on both their laptop and work desktop

  • @wolre@lemmy.world
    link
    fedilink
    351 year ago

    A lot of my professors of meteorology (and IT courses, of course) also use either Ubuntu or Kubuntu! Love to see it

    • BarqsHasBite
      link
      fedilink
      4
      edit-2
      1 year ago

      I would have thought you need a bunch of fancy software for meteorology (expecting on windows).

      • @niucllos@lemm.ee
        link
        fedilink
        221 year ago

        A lot of advanced analytical tools in biotech at least are developed to be compute cluster compatible, and thus work best on unix-like CLI, e.g. Linux (or Mac with a bit of tinkering)

          • Code and snippets to analyze data work well when you can send chunks of it to multiple servers (think analyzing the effect of weather patterns).

            Since a lot of that stuff is running on Linux (similar to cloud computing) it makes sense that people that write function/scripts/utilities would already be comfortable in that environment and use it as their daily driver.

            • BarqsHasBite
              link
              fedilink
              21 year ago

              Would meteorologists be writing that stuff or just using it? I would have thought using, but not programming.

              • Not sure. Like any field I suspect there’s specialties including people who do research/modeling vs consuming that data and advising based on it.

                • @wolre@lemmy.world
                  link
                  fedilink
                  41 year ago

                  They certainly do, at least to an extent. In many fields where you have to work with a lot of data people will use R or Python to handle/transform/perform calculations.

              • @sep@lemmy.world
                link
                fedilink
                11 year ago

                If you compare with excel or similar. They do not write excel the program. But there is a lot of tinkering with algorithms and functions to get the wanted results.

        • @wolre@lemmy.world
          link
          fedilink
          41 year ago

          True. HPC definitely plays a big role in the field, and essentially all compute clusters run some sort of Linux distro. Even though clients that can also be run locally then often have Windows binaries too, I’d say software support on Linux is at least as good as on Windows, probably a bit better.

        • BubbleMonkey
          link
          fedilink
          3
          edit-2
          1 year ago

          And here I was using windows in a VM to run rstudio 😪

          Times have changed for sure. (Tho I haven’t used rstudio for many years and it may still be unsupported)