• @[email protected]
    link
    fedilink
    English
    2611 months ago

    My god, the amount of legacy crap in Windows.

    They ought to just start over at some point.

    • @[email protected]
      link
      fedilink
      English
      3
      edit-2
      11 months ago

      On the flip side, this is what makes Windows generally very good at backwards compatibility. They do update the codebase for stuff, but still generally very backwards compatible with software and games designed to run on previous versions of Windows.

      Fun Fact: Backwards compatibility is the reason you can’t name a file or folder CON.

      • @[email protected]
        link
        fedilink
        English
        111 months ago

        Yeah, that makes sense. If it’s starting to bite them in the butt, though, maybe they should start relegating that stuff to emulation, if they can write a good enough emulator.

        I don’t know when. Maybe it’s already gone by, maybe it’s in the future. But there’s probably a point in time when all of that backward compatibility stops being worth it.

        • @[email protected]
          link
          fedilink
          English
          111 months ago

          Wine (wine is not (an) emulator) is a reimplementation of the windows api set. It’s literally starting windows again from scratch.

          • @[email protected]
            link
            fedilink
            English
            111 months ago

            Oh I see. Well if it has exactly the same API, if that API also has weird legacy stuff built in that hinder developers, then maybe not, but overall that does sound very similar, yes!

      • @[email protected]
        link
        fedilink
        English
        611 months ago

        While I haven’t diven into their codebase, that kind of thing tends to severely limit what developers can do to improve the product, slow them down, etc.

        Be it new features, deeper UX improvements, performance optimizations… Basically anything you want to do with your progress, generally speaking, it’s going to get harder the more legacy stuff you need to deal with.