• @reinar@distress.digital
    link
    fedilink
    English
    2817 months ago

    why not? it’s not like there is any competition.
    Microsoft is making more money off Linux with Azure than several red hats combined.

    • @stepanzak@iusearchlinux.fyi
      link
      fedilink
      1867 months ago

      Yes, but people find this interesting because historically, Microsoft was actively trying to destroy Linux (look up Halloween documents) and even said that Linux is cancer.

      • Dojan
        link
        fedilink
        English
        121
        edit-2
        7 months ago

        A lot changed after Satya Nadella took the helm. The modern .NET platform is really quite nice, and MS does a lot of FOSS open source work.

        Obviously it’s good to be sceptical, they’re a large corporation and all they want is money, they’re not our friends. They’re just not as draconian as they were in the 90s and the 00s.

        • AnyOldName3
          link
          fedilink
          467 months ago

          Usually FOSS is specifically copyleft licences like the GPL, which Microsoft don’t use. Their open-source stuff tends to be MIT.

          • @boonhet@lemm.ee
            link
            fedilink
            38
            edit-2
            7 months ago

            While you’re correct, that’s funny because as a developer using a framework like dotNET, MIT gives YOU more freedom. At least for anything statically linked where the GPL code would end up as part of your binary and force you to GPL your own code I believe.

            • 6xpipe_
              link
              fedilink
              287 months ago

              MIT gives YOU more freedom

              After years of debate about licenses for my own software (that only I use…), my philosophy has been boiled down to this: MIT for libraries. GPL for programs.

              This way, other developers can freely use your library, and your program remains free.

              • @boonhet@lemm.ee
                link
                fedilink
                97 months ago

                That’s competely sensible if you ask me. Though there’s also nothing wrong with MITing your programs if you want to. By making the source available, you’ve already done plenty for the users.

            • @lea@feddit.de
              link
              fedilink
              7
              edit-2
              7 months ago

              At least for anything statically linked where the GPL code would end up as part of your binary and force you to GPL your own code I believe.

              Anything more lax is fine, so you could also release your code under MIT license if you use GPL modules. Yes, it does force you to release your code but after all it’s a protection for the user. Furthermore, GPL does not mean your software has to be free of charge, you can still sell it as long as you attach the source code for the end user.

            • @PixxlMan@lemmy.world
              link
              fedilink
              77 months ago

              I find the distinction that dynamically linking GPL is fine but statically linking it is not to be so ridiculous. That’s obviously just an implementation detail. The only conceivable difference other than the pointless “technuchalley your program contains GPL code now as part of the file” is that you have to do dynamic linking, which is slightly slower. How does the fact that your work is dynamically linked vs statically linked make any difference to the people writing GPL libraries??

              • @float@feddit.de
                link
                fedilink
                67 months ago

                I think that’s for LGPL. For GLP any form of linking requires the code to be licensed under GPL, too. The dynamic linking except isn’t that bad of you think about it. It gives you the freedom to update or replace the library at any time. For security critical libs (TLS, GPG, …) that’s a big plus.

              • bufalo1973
                link
                English
                4
                edit-2
                7 months ago

                Dynamic linking let’s you use an already packaged library that its source you don’t touch.

                Static linking means you have to show the source just in case you did some change.

              • @grue@lemmy.world
                link
                fedilink
                English
                57 months ago

                Exactly. Debating which of copyleft or permissive licensing is “more free” is always the wrong question. The correct question is "freedom for whom?

            • AnyOldName3
              link
              fedilink
              27 months ago

              The way I like to think of it is that non-copyleft licences are like giving everyone freedom by saying there are no laws - suddenly, you can do anything, and the government can’t stop you! However, other people can also do anything and the government can’t stop them, either, and that includes using a big net to catch other people and make them their slaves. The people caught in the nets aren’t going to feel very free anymore, and it’s not unreasonable to think that a lot of people will end up caught in nets.

              Copyleft licences are like saying there are no laws except you’re not allowed to do anything that would restrict someone else’s freedom. In theory, that’s only going to inconvenience you if you were going to do something bad, and leaves most people much freer.

              The idea is basically that you shouldn’t be able to restrict anyone else’s freedom to modify the software they use, and if you’re going to, you don’t get to base your software on things made by people who didn’t.

          • Dojan
            link
            fedilink
            77 months ago

            That is a good point. Thank you for the correction!

          • Karyoplasma
            link
            fedilink
            17 months ago

            I thought MIT is the “do whatever you want with my code but don’t blame me if it breaks something”-license. Am I misinformed?

        • @grue@lemmy.world
          link
          fedilink
          English
          -6
          edit-2
          7 months ago

          FOSS open source

          There is no world in which crossing one of those terms out to replace it with the other is valid and not disinformation.

          “Free Software” is defined by GNU. “Open Source” is defined by the Open Source Initiative. Those are the only valid definitions of those terms of art.

          They may differ in tone and emphasis, but they are compatible: every piece of code that can validly be described as “Free Software” can also be described as “Open Source,” and vice-versa. The notion that there exists code which is “Open Source” but not “Free Software” is false, and anyone pretending that there is such a distinction (e.g. Microsoft’s past attempt at promoting “shared source”) is either misled himself or trying to mislead.

          I’m not trying to accuse you of anything, but I just want to make sure we’re all clear on that point.

          • @jaybone@lemmy.world
            link
            fedilink
            English
            37 months ago

            I’m a bit confused here.

            I used to work for a company that published the source code for one of their products. I.e. made it publicly available.

            But many of the build tools and build infrastructure were proprietary and internal (not published publicly.)

            So I’d say that was open source but not free, since you can’t really build and run it.

            • @grue@lemmy.world
              link
              fedilink
              English
              17 months ago

              Publishing source code is not sufficient to make something “Open Source.” Your company’s thing was better described as “proprietary with source code available.”

            • @grue@lemmy.world
              link
              fedilink
              English
              07 months ago

              No, he doesn’t. That document supports my argument, not yours:

              The two now describe almost the same category of software, but they stand for views based on fundamentally different values.

      • @CosmicTurtle@lemmy.world
        link
        fedilink
        English
        167 months ago

        I was skeptical when Microsoft bought GitHub but since then, they have fully reversed course and even made a formal apology on their historical stance on Linux.

        They’ve even made several additions to the kernel, mostly to support WSL but still.

        The rumor is that Microsoft is working on their own distribution.

        • @stepanzak@iusearchlinux.fyi
          link
          fedilink
          157 months ago

          I mostly agree that what they are doing now is good for FOSS, but I don’t believe that they switched to the good side. Microsoft may support FOSS because they now profit from it, but you shouldn’t forget that they are still spying on their customers and doing other unethical stuff. As any big company, what they want is money and you shouldn’t believe that they are your friends or they want your good. (I’m not saying you think that, but many people idealize companies and forget that all they want is money)

          • @CosmicTurtle@lemmy.world
            link
            fedilink
            English
            17 months ago

            Maybe?

            My understanding is that it’s supposed to replace Windows, while providing native backwards compatibility for legacy apps.

            I don’t know enough about mariner to say for sure.

  • Imnebuddy
    link
    English
    146
    edit-2
    7 months ago

    Windows: What is my purpose?

    User: You are a bootloader to install Linux.

  • @spudwart@spudwart.com
    link
    fedilink
    English
    1037 months ago

    While I see an extensive amount of “Embrace, Extend, Extinguish” and do agree that this is the typical logic of Microsoft.

    It’s obvious this is to try and avoid getting hit with similar monopoly accusations that their competitors are receiving.

    “Look, Look!! We support other Operating Systems! We have a guide! We’re not a monopoly! See, See!!”

    • The Quuuuuill
      link
      fedilink
      English
      427 months ago

      This has way more to do with Azure is their main product and they know what people want to run on the cloud runs on Linux workloads. They’ve seen their Kuberbetes numbers, they know where the money is

    • There’s definitely an element of that, but imo their recent embrace of WSL and linux tooling for development is just to try and expand their market share in the software development space. Very few devs develop on windows unless they’re game devs, C# devs or working on something else that requires windows/Microsoft tooling, everyone else is on Linux and macOS because windows is bad for developing software.

      It’s basically an admission that their tooling is bad, but it’s fine because you can just run linux development tools on windows now, so please don’t switch to Linux fully

      • @joejoe87577@lemmy.world
        link
        fedilink
        67 months ago

        Why is windows bad for development? Outside of specific languages or IDEs which suck for Windows, why would windows be bad for development?

        Start your pc, start the IDE and type away. Docker runs in windows so running databases, redis, rabbitmq, elastic or whatever is not an issue.

        • @boringbisexual@lib.lgbt
          link
          fedilink
          English
          17 months ago

          In my experience, it’s damn near impossible (or at least used to be. I don’t use windows anymore) to get cli programs to work the way they should. I’d edit the environment variables, logout, login, restart the computer, check the variables again, set the variables again, and after about 20 times windows would go “oh yeah, there’s that compiler you were talking about”. With Linux I just get whatever language/libraries/compiler/interpreter I want and its there. At most I might have to ‘source .bashrc’ or something.

    • @jj4211@lemmy.world
      link
      fedilink
      13
      edit-2
      7 months ago

      Well, I don’t think it’s anti-monopoly evidence, but instead a way to intercept a popular search phrase and control the narrative.

      You search for “how to download and install linux” in google, and the very top link is the Microsoft page. And the narrative is:
      -I just want to get started: Oh, use WSL, that way you are using Windows really, and just a touch of Linux
      -I need to use it for real: Oh, then use Azure, you can have us set up those scary Linux instances for you and Microsoft Terminal will hook you right up to those instances
      -I really really want to use it: Ok, but remember, you’ll lose access to Windows applications, so there are downsides, and also, we are going to make this hands down the scariest looking procedure of the three…

    • @morrowind
      link
      57 months ago

      I don’t think this is the reason. Windows is in no danger of being a monopoly

      • @PaupersSerenade@sh.itjust.works
        link
        fedilink
        English
        37 months ago

        They just got through the US, EU, and UK courts regarding the Activision/Blizz acquisition. In which they gave up some streaming rights to Ubisoft to appease concerns ragarding game pass monopoly. It’s probably on their mind.

    • @dansity@lemmy.dbzer0.com
      link
      fedilink
      277 months ago

      Windows -at this point- is free to use at least for personal reasons and there are zero consequences if you don’t activate your copy. They used to give you deadline in the XP/Vista era to activate your copy but not anymore. All you get is a watermark in the corner that either bothers you or not. They are as well very sloppy with closing activation methods, they could just close a new gate every patch Tuesday but they don’t do it. It is far far more important to them that everyone is using windows and there is a high chance based on last week’s news that there will be a subscription “premium” version like in any app that removes ads and enables AI features.

      • @nous@programming.dev
        link
        fedilink
        English
        267 months ago

        All you get is a watermark in the corner

        Well, that is a consequence. Just not a very big one. You also cannot change the background in the settings, though that is also a very small consequence. Yeah, they are only small and you can likely live with them, but small and tolerable are not zero.

        there will be a subscription “premium” version like in any app that removes ads and enables AI features.

        This makes me glad I no longer use it. An OS should not have ads baked into its core and there should not be a subscription for it.

        • @jaybone@lemmy.world
          link
          fedilink
          English
          27 months ago

          Maybe for now it’s just the background and the watermark.

          Like every other subscription service, they will start to fuck with you.

          • 10EXP
            link
            fedilink
            English
            17 months ago

            Specifically background changes from the settings*

            You can just right click an image in File Explorer and set it as desktop background :p

  • @asexualchangeling
    link
    817 months ago

    I’m reminded of Google’s financial support for Firefox, so as to dissuade the idea that they are a monopoly

  • CyclohexaneM
    link
    787 months ago

    I love when people on the Internet say “X did Y quietly” to make it more suspenseful. This doesn’t look quiet to me…

  • @Chunk@lemmy.world
    link
    fedilink
    707 months ago

    I have one dream for Linux. I’m a huge OSS fan and I want to see it thrive.

    I think Microsoft should partner with Oracle to make Oracle Linux 9 support all the Microsoft ecosystem. I want AD in Linux. I want Microsoft Word on Linux. Oracle Linux 9 is the obvious successor to RHEL and Microsoft has an opportunity here to build something great.

    Lmao just kidding

  • @LeFantome@programming.dev
    link
    fedilink
    70
    edit-2
    7 months ago

    Microsoft must make 40% of their revenue off of Azure at this point. I would not be surprised if more than 50% of that is on Linux. Windows is probably down to 10% ( around the same as gaming ).

    https://www.kamilfranek.com/microsoft-revenue-breakdown/

    Sure there are people in the Windows division who want to kill Linux and some dev dev folks will still prefer Windows. At this point though, a huge chunk of Microsoft could not care less about Windows and may actually prefer Linux. Linux is certainly a better place for K8S and OCI stuff. All the GPT and Cognitive Services stuff is likely more Linux than not.

    Do people not know that Microsoft has their own Linux distro? I mean an installation guide is not exactly their biggest move in Linux?

    • @xantoxis@lemmy.world
      link
      fedilink
      177 months ago

      Do people not know that Microsoft has their own Linux distro?

      MS has been at Linux expos since 2004! They started working on SUSE in friggin 2006! I truly don’t get the amount of bile and ignorance the Lemmy community has towards them, it’s like half these folks are still on 2001-era slashdot, talking about FUD and Micro$oft.

      Yeah, Microsoft has been a shit company making mediocre products its whole lifetime, but the amount of unhinged hatred here does not in any way match the present-day company’s actions.

      • @Cornelius
        link
        37 months ago

        The hatred literally stems purely from Windows 10 and 11.

        They are products engineered so expertly to frustrate you in such a distasteful way it’s downright offensive to anyone who has used any other operating system. It’s genuinely a marvel of human engineering.

      • @HangnMoss@infosec.pub
        link
        fedilink
        37 months ago

        Microsoft contributes to Linux and other open source projects in many ways, including financially. The cynical among us believe it’s for the same reason Google contributes to Mozilla. Legally it’s harder to prove you’re an evil monopoly if you financially support your competition. Microsoft’s involvement in Linux only became noteworthy after their 2001 Antitrust suit.

      • @Hexadecimalkink
        link
        -17 months ago

        I got radicalized by Slashdot. But I don’t regret it.

    • @OsrsNeedsF2P
      link
      97 months ago

      Great source, but it also shows they make 23% off office. Together with Windows, that’s over 30% of their revenue.

      Office doesn’t work on Linux, so it really doesn’t make financial sense to push Linux

    • combat_brandonism [they/them]
      link
      fedilink
      English
      17 months ago

      I would not be surprised if more than 50% of that is on Linux.

      Depending how you count “on Linux” the over/under is closer to 90%.

    • @blandy
      link
      97 months ago

      Where I’m from, Triple E is something spread by mosquitoes… something about it just attracts blood suckers I guess

    • @LeFantome@programming.dev
      link
      fedilink
      97 months ago

      More like:

      1 - embrace it in the cloud 2 - profit madly 3 - extend 4 - profit more

      It makes me chuckle that people think Microsoft actually wants to extinguish Linux. I mean, the Windows division sees it as a competitor to be vanquished I guess. Over at Azure though, it is the golden goose.

    • @Rooty@lemmy.world
      link
      fedilink
      67 months ago

      Linux is omnipresent in serverspace, while Windows Server is used for AD and nothing else. I would say that the usual aproach is moot here.

    • @sibe@lemm.ee
      link
      fedilink
      47 months ago

      How many years will you people keep parroting this? Show me the extinguish part already…

    • nik0
      link
      fedilink
      27 months ago

      Wouldn’t it happen by now considering how much MSFT/corporate influence Linux already has?

  • ThyTTY
    link
    fedilink
    627 months ago

    My perspective is that it’s there so it shows up on search results for “installing Linux” and recommends WSL over bare metal. At least that’s how I understand the wording.

    But who knows.

    • @Pantherina@feddit.de
      link
      fedilink
      137 months ago

      True. Dont trust that company. They may invest 1% of their money into WSL now, but its for making the “Linux” experience so good there literally is no reason for many anymore, to really switch.

      • @jj4211@lemmy.world
        link
        fedilink
        77 months ago

        Indeed, it’s to contain the “Linuxification” of the developer community.

        Before WSL, any developer dealing with backend development almost had to install Linux to have a vaguely decent development environment to align with what they get to use on the servers. While they were dragged into that world by their requirements, they may find that the packaging and window management is actually pretty cool. There reluctance to venture out of the Windows world transforms into acceptance and perhaps even liking it.

        Now with WSL, those Windows desktop users say “I just need to click a distribution in the Microsoft Store and I’m golden and don’t have to deal with that scary Linux world I don’t know yet.”.

        I’ve repeatedly have people notice I’m running a Linux desktop when I’m presenting and off hand say “you know you can just run Linux under Windows, you don’t have to endure Linux anymore”. They seem to think I’m absurd for actually preferring Linux when I can get away with it.

    • @MrSqueezles@lemm.ee
      link
      fedilink
      237 months ago

      Thank you.

      Ways Lemmy is already feeling like modern reddit: Instead of link to an article, we get screenshot of a post with a screenshot of the article.

  • @nucleative@lemmy.world
    link
    fedilink
    English
    587 months ago

    This is a thing about huge companies. They can only ignore alternatives at their own peril.

    The Windows team probably prefers you don’t ever install Linux even though they wised up and created WSL (so they don’t lose developers to Linux desktop the way they lost creative designers to Mac).

    The other teams? VSCode, Office 365, Azure, GitHub, Bing, Skype, etc wisely DGAF what your OS is - just that it’s supported so you can use it.

    • @barsoap@lemm.ee
      link
      fedilink
      9
      edit-2
      7 months ago

      WSL has actually been part of Windows in one form or the other since the very first NT, initially because US state contracts required a “supports POSIX” checkbox and the implemented just enough to be able to tick that (and, consequently, it sucked), it’s also why NTFS has a POSIX mode for filenames. It was definitely a very unloved stepchild during the Gates/Ballmer years, back when MS was pushing Windows servers. Nowadays they have their own Linux distro to do server stuff, the whole company strategy shifted, Windows isn’t an anchor point, any more, their corporate support contracts are. In a sense they’re trying to be SAP for small companies (for SAP values of “small”. MS itself is a small company on the SAP scale). That is cloud-supported, which has some (but not gigantic) synergy with their gaming arm.

      • @dustyData@lemmy.world
        link
        fedilink
        English
        57 months ago

        They just realized that an Azure subscription will generate far more revenue (as in “several orders of magnitude” more) than selling licenses or even OS subscriptions to final users. This was by design. The current CEO doesn’t care what happens to Windows as long as it supports his quest for infinite profits.

    • @Darken@reddthat.com
      link
      fedilink
      26
      edit-2
      7 months ago

      It comes with bing search pre configured for you so you don’t have to look for the settings, we also hid them so you don’t accidentally switch to duckduckgo because we believe Linux users shall experience the full potential of our services even out abroad on another OS

      • @Cornelius
        link
        87 months ago

        For all two people who genuinely use edge on Linux, it’s still a more private experience than Windows. Regardless, more power to them

    • @BCsven@lemmy.ca
      link
      fedilink
      137 months ago

      Install linux second and create a second boot partition. most distros will probe foreign os and add a grub chainloader entry from grub to windows boot partition. windows never lnows about the other boot partition