this post was submitted on 17 Mar 2025
87 points (98.9% liked)

Opensource

2201 readers
226 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
top 18 comments
sorted by: hot top controversial new old
[–] tyler@programming.dev 1 points 1 hour ago (1 children)

it says it's a Notion alternative... Not a Google Docs alternative.

One Notion FOSS alternative I've been testing out is SiYuan.

[–] supersquirrel@sopuli.xyz 1 points 1 hour ago

I like logseq a lot, though org mode is still the one in my heart

[–] nomugisan@lemmy.dbzer0.com 4 points 13 hours ago (2 children)

Call me an anarkiddy all you want but I don't think contributing to literal governmentware is a good idea

[–] mc_k3nna@lemm.ee 1 points 1 hour ago

Why? Would be better to have a code and software that belongs to us all and that a government is responsible for it.

[–] supersquirrel@sopuli.xyz 1 points 11 hours ago

I mean fair, still better than US corporate tech lol which is going to do ANYTHING the US government wants.

[–] WhiteHotaru@feddit.org 22 points 1 day ago

Open Source is cool and all, but nothing beats this illustration!

Docs illustration

[–] WhatAmLemmy@lemmy.world 18 points 1 day ago* (last edited 1 day ago)

This is how all government digital services should be done. Built out in the open for everyone to use, collaborate, and benefit from.

No more enriching tech oligarchs only to have them inevitably enshitify, use our data to invade our privacy and run propaganda campaigns, at a higher cost to everyone than governments simply building or contributing to common projects directly.

[–] ocean@lemmy.selfhostcat.com 10 points 1 day ago
[–] Colloidal@programming.dev 1 points 1 day ago (1 children)

I’m not complaining, but why create something from the ground up when they could be improving OnlyOffice or LibreOffice?

[–] pohart@programming.dev 8 points 1 day ago (2 children)

It's a different thing. It's online like Google docs.

[–] Supernova1051@sh.itjust.works 6 points 1 day ago (2 children)

asked this somewhere else, but does anyone know how it compares to Cryptpad which is also developed in France, open source, self hostable, collaborative, and end-to-end encrypted?

[–] Hawke@lemmy.world 1 points 21 hours ago

As long as it has a better interface I’ll be happy. Looking forward to trying this.

[–] supersquirrel@sopuli.xyz 1 points 22 hours ago

Im curious as well!

[–] Colloidal@programming.dev 3 points 1 day ago* (last edited 1 day ago) (1 children)

So like OnlyOffice and LibreOffice Online?

Edit: to clarify: both of these products can be self hosted. OnlyOffice’s main business model is to sell hosting services, their software is AGPL v3.

[–] supersquirrel@sopuli.xyz 1 points 22 hours ago (1 children)

Between OnlyOffice or LibreOffice which do you recommend?

[–] Colloidal@programming.dev 3 points 22 hours ago (1 children)

OnlyOffice is certainly more mature as a hosted app. It was born like this, the desktop version was the port. LibreOffice Online is still beta, I think.

So if your interest is in hosting and online editing, OnlyOffice. Also has an interface that’s very similar to MS Office 365, which can be a pro or con to some. LibreOffice has a more traditional toolbar paradigm.

You can try both before string up a server to see what you prefer. They’re both copyleft so no chance of a rug pull.

[–] Redjard@lemmy.dbzer0.com 2 points 14 hours ago* (last edited 14 hours ago) (1 children)

They’re both copyleft so no chance of a rug pull.

That's not accurate. It also takes an absence of a cla (Contributor License Agreement) transfering ownership of patches and a diverse set of major contributors to develop that protection.
GPL protects against outside entities taking over a project via a fork, owners are always free to change the license of what they made.

I didn't see a cla on either libreoffice online nor onlyoffice, but you would have to contribute some actual changes to see you don't need to agree to anything and they will accept your contributions without rewriting them later.

In comparison for example audacity makes you transfer rights over code contributions to them. That means they could make audacity closed source at any time and any version from that point would be proprietary. Would they not force contributors to sign that cla, and instead go with a copyleft contribution license, then with going closed source they would violate the licenses under which they use all these contributions.

Basically distributed ownership prevents rug pulls, since ownership beats license restrictions. So you have to check that a project has spread out ownership (independend major contributions) connected by copyleft licenses (standard unless overridden by a (non copyleft) cla)

[–] Colloidal@programming.dev 1 points 4 hours ago

If such a thing would happen, all you need to do is fork the previous, copyleft, version of the code and go on with life as if nothing happened. That’s an economic disincentive for maintainers to try such shenanigans.