this post was submitted on 28 Mar 2026
595 points (98.9% liked)

Technology

83150 readers
3377 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

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..

you are viewing a single comment's thread
view the rest of the comments
[–] axum@lemmy.blahaj.zone 12 points 20 hours ago (1 children)

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.

[–] zr0@lemmy.dbzer0.com 5 points 18 hours ago

I am not sure if this is the real reason. C++ is still a very valid option. People used to low level languages can rather easy switch the language they are writing in.

Maybe one day we will find out the real reason.