And Linux isn’t minimal effort. It’s an operating system that demands more of you than does the commercial offerings from Microsoft and Apple. Thus, it serves as a dojo for understanding computers better. With a sensei who keeps demanding you figure problems out on your own in order to learn and level up.

That’s why I’d love to see more developers take another look at Linux. Such that they may develop better proficiency in the basic katas of the internet. Such that they aren’t scared to connect a computer to the internet without the cover of a cloud.

Related: Omakub

  • @0x0
    link
    2013 days ago

    That’s why I’d love to see more developers take another look at Linux.

    I’d love to see more developers taking a look at writing portable cross-platform code.

    • @[email protected]
      link
      fedilink
      18 days ago

      Super easy to do nowadays, everything I write is cross platform just by virtue of every programming language I use being that way provided I’m somewhat mindful about it

      • @0x0
        link
        17 days ago

        every programming language I use being that way

        Are there interpreted languages?

        • @[email protected]
          link
          fedilink
          17 days ago

          Python is the gold standard for cross platform interpreted languages

          If what you meant was are they all interpreted, no C# rust and python are the main 3 I use rn and are all cross platform