Skip the beginning marketing copy. There’s a lot of dev focused news

  • planish@sh.itjust.works
    link
    fedilink
    arrow-up
    7
    ·
    1 month ago

    So Copilot Runtime is… Windows bundling a bunch of models like an OCR model and an image generation model, and then giving your program an API to call them.

    • PenisWenisGenius@lemmynsfw.com
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      1 month ago

      Now all they have to do is convince game developers to use this then it’s back to every AAA game being impossible to run in Linux again. Patching out a shitty driver subroutine is one thing but patching out an entire api that complicated is another. Net framework was the achilles heel of Linux compatibility for a long time and I’m sure one of their low-key goals is to find the next monkey wrench to throw into things.

      • planish@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        It shouldn’t be hard to implement the APIs, the problem would be sourcing the models to sit behind them. You can’t just steal them off Windows or you will have Copyright Problems presumably. I guess you could try and train clones on Windows against the Windows model results?