Nextcloud, Ionos and other partners are developing an open-source office suite under the project name „Euro-Office“ as an alternative to the market-dominant Microsoft Office.

The two partners are not starting from scratch, but have forked the components of OnlyOffice available as open-source code and want to build on them. In the summer, the software is then intended to replace the previous office component Collabora in Nextcloud and the Ionos Nextcloud Workspace. A ‘technical preview’ is already available on GitHub.

While this is a good news, I think they should move from github, you know microslop copilot…

  • zr0@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    8
    ·
    4 hours ago

    So old code is now suddenly bad? Weird and somewhat also not the case, as LibreOffice is constantly updated.

    I guess it is a preference. I for myself tend to rather use a FreeBSD than Fedora for production environments.

    • Axum@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      5
      ·
      54 minutes ago

      Old isn’t necessarily bad, unless years of decision-making have left it in a massively complex state (see also: Xorg)

      The real reason here is that LibreOffice is written in C++, which is falling rapidly out of fashion for modern apps, leading to a smaller supply of developers.

      Contrast this with Onlyoffice. Yes, the document engine is still written in C++, however the build tools use more modern items like python and onlyoffice supports having Javascript frontends and scripting, making it easier to source web devs to work on these parts.

    • ExLisper@lemmy.curiana.net
      link
      fedilink
      English
      arrow-up
      4
      ·
      53 minutes ago

      Technical debt is a thing. Everyone says Xorg is too old to be maintained so we have to switch to Wayland for example. I don’t know the state of Libre Office but it’s possible it simply can’t be easily migrated to newer, better tools.

    • Rooster326@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      33 minutes ago

      Sometimes it is better to start fresh.

      Especially when you want to be the owner of something.

      Libre has 35 years of good, bad, and the ugly. It’s has 35 years of tech debt, and design choices made. That’s not easy to just “fix”

      It’s a completely different beast to sift through legacy code than it is to just start fresh.

      Not getting rid of the old is one of the many reason Windows is such a shit show. Every program today in 2026 asks itself “Am I Barbie Riding Club(1996)? Before it runs because it needs a special compatibility mode”. Why inherit among the million other issues if you don’t want to?