this post was submitted on 05 Oct 2023
14 points (79.2% liked)

Lemmy

13465 readers
54 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 5 years ago
MODERATORS
 

I don't mean the recent selling API rights at absurd costs but when they went from open sourcish to closed.

top 24 comments
sorted by: hot top controversial new old
[–] Blaze@discuss.tchncs.de 31 points 2 years ago (3 children)

If they go close source, other people will take the last version of the code and build on it

[–] SheeEttin@lemmy.world 3 points 2 years ago (2 children)

Did anyone do that with reddit? It used to be open source too.

[–] 2xsaiko@discuss.tchncs.de 13 points 2 years ago (1 children)

I know of https://github.com/CrystalVulpine/saidit. Unfortunately the site (saidit.net) is full of right-wing/conspiracy bullshit, at least last I checked.

[–] SheeEttin@lemmy.world 6 points 2 years ago

Oh that reminds me, Voat happened. It wasn't a code fork but a clone, and it was also filled with right-wing garbage.

Tildes is still around too, but I think it's got even less traction than lemmy.

[–] SnokenKeekaGuard@lemmy.dbzer0.com -3 points 2 years ago* (last edited 2 years ago)

I assumed thats what old.reddit was. But idk

[–] SnokenKeekaGuard@lemmy.dbzer0.com 3 points 2 years ago (1 children)

I'm assumimg the same didn't happen with reddit bc it was not federated. That right?

[–] zzzzz@beehaw.org 3 points 2 years ago (1 children)

Was Reddit ever open source?

I'm pretty sure it was for a few years. Stopped in 2008 as far as i know

[–] amio@kbin.social 1 points 2 years ago

They can't, at least not while complying with Lemmy's AGPL license.

[–] turkalino@lemmy.yachts 24 points 2 years ago

The original creators can sure try, but since Lemmy is ACTUALLY open source, the community can just fork the source, call it "the-good-lemmy" or whatever, and devote our time & resources to it instead of using the bullshit version

[–] amio@kbin.social 12 points 2 years ago* (last edited 2 years ago) (1 children)

No. The API debacle was fundamentally about money, after all. In the very unlikely event someone does something similarly one-sided and stupid with a fediverse offering, people will simply fork it or move to different ActivityPub compliant software. Neither is possible on Reddit, a proprietary, for-profit website.

[–] Teppic@kbin.social 11 points 2 years ago (1 children)

Actually... Reddit was open source until 2017.
https://en.m.wikipedia.org/wiki/Reddit
But the rest of your comment still stands.

[–] amio@kbin.social 5 points 2 years ago* (last edited 2 years ago)

I stand (partly) corrected, then. Apparently not all of it was (and it stopped being so long before it would've been relevant), but still, didn't even know that.

[–] nromdotcom@beehaw.org 4 points 2 years ago (1 children)

I guess I don't see what the incentive would be for this, or even what it realistically means in this case.

Do you mean like relicensing the backend and frontend with a closed source license? I don't see what the incentive would be for that unless they wanted lemmyml to be the only instance in existence (which runs counter to it's raison d'etre) and to make secret/proprietary/commercial extensions to it that are difficult to develop in the open.

Or I guess unless they wanted to start charging instance admins for the honor and pleasure of running their software, which at least right now would be the quickest way to ensure nobody runs their software.

[–] SnokenKeekaGuard@lemmy.dbzer0.com 4 points 2 years ago (1 children)

I was just wondering about the possibility

[–] otter@lemmy.ca 3 points 2 years ago (1 children)

It's always possible, but it would make no sense for it to do so. Lemmy runs entirely off donations, and it's a free and open source product first (looking at how the code is being written, how the organization is structured, and the fact that the open source community is building it as opposed to employees at a company etc.).

With Lemmy, there are many different groups (and individuals) running their own instances. Lemmy is the program that is running on the server, and when there's an update with new features, everyone downloads the new version. If Lemmy were to go closed source, I'm sure that the open source community would just make a fork and continue working there, and most (if not all) of those instances would just download that version instead.

Thats cool. Thanks for that info

[–] Jumuta@sh.itjust.works 4 points 2 years ago (1 children)
[–] sugar_in_your_tea@sh.itjust.works 1 points 2 years ago (1 children)

It's not truly decentralized, it's federated. So if lemmy devs change things, each instance can choose whether to pull those in or continue with its current version, potentially defederating as necessary.

[–] Jumuta@sh.itjust.works 1 points 2 years ago (1 children)

wdym it's not decentralised? do you mean the development is centralised?

[–] sugar_in_your_tea@sh.itjust.works 1 points 2 years ago* (last edited 2 years ago) (1 children)

I mean instances are not decentralized, they are federated. When I say "decentralized," I mean how BitTorrent is decentralized, as in there's no central server where everything happens. Lemmy is federated, which means there are multiple centralized instances that communicate with each other.

[–] Jumuta@sh.itjust.works 1 points 2 years ago

yeah I guess.

[–] wiki_me@lemmy.ml 2 points 2 years ago (1 children)

This was asked before, but it is under the AGPL (which means that if you modify the code you must make the modifications public), to make it a closed source project you would have to get the agreement of every contributor or rewrite it's code which is very hard to do (and i don't think i ever heard something like this happened). The federated aspect is another line of defense.

Didn't know bout needing everyone's permission