• DacoTaco@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    9 hours ago

    … But why?
    Surely there are openxml packages for their platform that dont need a full office installation/redistrubution. Like how with c# there is the openxml package. Hell, worst case you have it do word tasks on the server via api. Api already can do it for the online chatgpt…

  • kate@lemmy.uhhoh.com
    link
    fedilink
    English
    arrow-up
    59
    arrow-down
    1
    ·
    15 hours ago

    why didn’t they just ask chat peepee to write an office suite for them? i heard it’s really good at code 🫣

    • Buckshot@programming.dev
      link
      fedilink
      English
      arrow-up
      9
      ·
      12 hours ago

      I’ve been waiting for all the new software that is going to displace the expensive incumbents.

      Pretty much every industry has specialist software that is really expensive so there’s plenty of choices for a competitor to make.

        • Womble@piefed.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 hour ago

          I’ve done this for a game I play. I’ve no interest in learning unity, but had a bunch of mods I’d like to make that are more than config edits. I was able to vibe code about 5 of them in an evening or two that do exactly what I want. They’re probably terrible code, but nothing else is built on top of them, I’m not distributing them and if they break they break no big deal. So pretty happy with it.

  • mycodesucks@lemmy.world
    link
    fedilink
    English
    arrow-up
    53
    ·
    18 hours ago

    Old and busted:

    Running your badly written bullshit on a bundled Chromium instance.

    New hotness:

    Running your badly written bullshit on a bundled office suite.

    Future:

    Running your badly written bullshit on an office suite running through Wasm on a Chromium instance inside of a virtual machine.

    Whatever it takes to not have to make developers have to learn to write code again.

  • gedfromgont@piefed.ca
    link
    fedilink
    English
    arrow-up
    33
    arrow-down
    1
    ·
    17 hours ago

    Weird. I would have expected them to rather illegally bundle a pirated Microsoft Office with it.

  • Zarobi@aussie.zone
    link
    fedilink
    English
    arrow-up
    6
    ·
    16 hours ago

    Looks like it’s some kind of dependency… seems very odd though, why is this included? Are they using it to handle .docx, .xlsx, etc files? I remember being tempted to do that once years ago when I ran into one of those Really Hard Problems that would take weeks to solve. I spent the weeks instead

    • inari@piefed.zipOP
      link
      fedilink
      English
      arrow-up
      13
      ·
      15 hours ago

      I think they’re used so agents can make changes to Word, Excel and PowerPoint files. It seems to be using the headless version of LibreOffice.

      • Zarobi@aussie.zone
        link
        fedilink
        English
        arrow-up
        11
        ·
        15 hours ago

        Yeah… I didn’t want to include 430MB of bloat in my bundle to each end user though for one feature, so I did it the hard way instead: Manually editing document files using XPATH. Maybe I’m too old school, if everyone’s shipping 1GB+ apps like it’s nothing nowadays.