TIL: FairCode is the software model Redis, ElasticSearch, etc. use

Fair-code is not a software license. It describes a software model where software:

  • is generally free to use and can be distributed by anybody
  • has its source code openly available
  • can be extended by anybody in public and private communities
  • is commercially restricted by its authors
fubarx,

Let’s not forget… the reason this type of licensing exists is because large cloud providers were taking a large code base and selling them as services . Often, the main path for the creators to make any money from their code is to offer a paid, managed tier, along with professional services. They would end up competing, and losing, against those cloud providers.

Not saying this kind of license is good or bad, but the reason is often not to stop self-hosting or screw contributors, but to maintain couple of the only pathways FOSS can bring in revenue.

rimu,
@rimu@piefed.social avatar

The faircode model assumes that contributions from random outside people are minor and that the bulk of the work is done by the founder(s). To the founders there is little actual benefit from being an open source project, anyway. I can understand the attraction of the model in that situation.

My ideal OSS project would be receiving a steady stream of contributions from a wide variety of people without an elite sub group that considers themselves to be "the authors", which would be obviously unsuited to the faircode model. Sadly few projects achieve that and are largely the work of one person.

IMO it depends on the situation/project.

haui_lemmy,

Damn this community is getting really toxic. Instead of addressing the huge elephant in the room (people getting jack shit for building great things and their labor being stolen by profit seeking entities), lets jump on the people who are trying to do something about it.

I think the idea of maintainers getting a kickback from downstream profits is a great thing and hugely better than normal foss.

P.S.: a system where you can just relicense the work of contributors with a CLA and profit off of them is not an inch better than this.

onlinepersona,

So far, I haven’t seen a realistic proposition for OSI opensource projects to get fairly compensated or protected from leechers like mega-corps. If you’re some widely used project without marketing like xz, then nobody cares about financing you until something big happens. I’ll just make a post asking what people realistically expect should be done, because it does pique my interest now.

Anti Commercial-AI license

haui_lemmy,

I know mate. You know I pretty much stand behind 99% of your posts and comments. I feel the same way about this. But I’m taking real issue with the treatment the members of this sub give to people who are asking uncomfortable questions.

dsemy,

P.S.: a system where you can just relicense the work of contributors with a CLA and profit off of them is not an inch better than this.

Unless you’re a single developer, how are you supposed to profit off your own work without making contributors sign a CLA with these licenses? You only “own” the code you write personally, so AFAIU with these licenses making money off of your code becomes harder the more contributors you have (regardless of the amount they contributed).

haui_lemmy,

I personally dont care if only the maintainers get money for maintaining the stuff while I contribute.

People really have to understand that 10 lines of code arent what makes a project cool. Its a person (or multiple) working on issues day in day out and those are the ones profiting.

Sometimes this issue feels like the low income folks voting pro billionaires because they could profit from that. Its like they have been lobotomized.

If you want to get paid, maintain, imo.

dsemy,

I agree with you, but as long as many developers don’t the situation stays the same (since the law is technically on their side without a CLA or similar).

haui_lemmy,

Or I just use a faircode license and be done with that crap. :)

dsemy,

You missed my point - a fair code license doesn’t change copyright law, so if you’re not the sole developer you can’t easily commercialize your own code, by design.

This is in contrast to free software licenses, which allow anyone to commercialize the code.

haui_lemmy,

Ok, maybe I missed your point. Pretty sure the licenses mentioned on the fair code website are legal and allow you to do just that. If I need to have people sign a cla then I‘ll do it. I‘m not getting robbed so a person submitting 1 line can say they get the same as the maintainer (nothing).

dsemy, (edited )

The licenses are legal and allow you to monetize code - but they place restrictions on how it can be done, by design.

A restriction common to all those licenses is that you must own the code to monetize it.

If you create a project with a license like this and require a CLA for contributions, why would I not look for a different to project to contribute to? You’re literally telling me only you are allowed to profit from the code I write. Some people will be okay with this, but many won’t (note that current FOSS licenses allow you to monetize the code even if you did sign a CLA).

OTOH, a company trying to get free cotributions while hampering their competition will greatly benefit from such a license.

So these licenses benefit scummy companies, and make the lives of independent maintainers harder, while lowering the potential for contribution. They are objectively worse than what we have now, and are clearly not free licenses

haui_lemmy,

I accept your argument, it is the same that others have made 100 times. It still does in no way address the issue that the people making these licenses try to address. Instead of actively trying to work together to form something that changes this rotten situation, people poke holes in the efforts of others. But alas.

You’re literally telling me only you are allowed to profit from the code I write.

Yes and no. In this fictional situation where you write noteworthy amounts of code for the software I maintain alone, which already gets used by revenue-producing entities and earns some money, you would rightfully ask to be taken on as maintainer and become part of the group profiting from the software, no?

This would obviously also raise the amount of malicious effort to be taken on as maintainer just to leech on code and that issue would be needed to be addressed. But I dont see how your point is more valid than mine.

I feel like most people arguing against this stuff dont really play these scenarios through and always have the big scummy company in mind that coopts this honest idea. But in the meantime they throw every developer and maintainer under the bus that only wants to write code for everyone and keeps getting exploited by his employer (because foss software doesnt pay, duh), who gets chewed on by his users all while someone takes their product and sells it for profit.

„Why not sell it yourself?“ is always a bad faith argument imo. I believe nobody who says they actually make money with foss and also are decent indipendent programmers. As seen in recent events, only the shiny projects get any amount of donations and even that is laughable. The lemmy devs would be millionaires already if they were a company.

Feel free to counter my point.

dsemy,

I feel like most people arguing against this stuff dont really play these scenarios through and always have the big scummy company in mind that coopts this honest idea.

In practice it has been scummy companies using these licenses so far.

If you use these licenses as a maintainer and don’t require a CLA, basically no one (including you) can profit off the code. This is obviously worse than the current situation IMO.

Requiring a CLA will reduce contributions (especially when using these licenses IMO), which will hurt your project.

In this fictional situation where you write noteworthy amounts of code for the software I maintain alone, which already gets used by revenue-producing entities and earns some money, you would rightfully ask to be taken on as maintainer and become part of the group profiting from the software, no?

I would rightfully ask, but you could just refuse. You will become (in this scenario) the company leeching off a developer. And if I’m passionate about the project, I’ll probably keep contributing, since I won’t be able to profit from a fork anyway.

There are many more issues with this idea - what if the maintainer disappears? (say someone forked the project and continued development - with these licenses the fork can’t be monetized)

What about the fact that once you sign a CLA you basically have to trust the maintainer/company to not just relicense the code under whatever terms they want (this is not theoretical, ElasticSearch used this method to change to a “fair code” license).

haui_lemmy,

Thanks for elaborating. I can see your point.

I would rightfully ask, but you could just refuse. You will become (in this scenario) the company leeching off a developer. And if I’m passionate about the project, I’ll probably keep contributing, since I won’t be able to profit from a fork anyway.

And what would change from now for you personally? You dont get paid now but with a fair license the maintainer (and the project) would get paid… which they do under commercial licenses anyway.

dsemy,

With a free license I could get paid though (and the maintainer and project could, too), I would just have to do the work myself to make it happen (by starting a company offering enterprise support for businesses using the project, for example).

Don’t expect that just because you use a “fair code” license you will be paid - it’s likely that companies would just prefer to use a free software project instead (just like today when companies almost never use AGPL licensed code).

haui_lemmy,

With a free license I could get paid though (and the maintainer and project could, too), I would just have to do the work myself to make it happen (by starting a company offering enterprise support for businesses using the project, for example).

I get that. I dont know if you ever built a company but I did, multiple. And that is completely different from coding. Someone can deserve to be paid without opening a company imo.

Don’t expect that just because you use a “fair code” license you will be paid - it’s likely that companies would just prefer to use a free software project instead (just like today when companies almost never use AGPL licensed code).

I dont expect to get paid because I use a certain license. I expect to get paid if someone uses my work to make money with it. Your argument also has two counters:

  1. companies have stated publicly that they would pay if they had to but they cant if its optional, especially corpos.
  2. just because it is free of charge doesnt mean nobody pays the price. Atm its the same as exploiting poor people or children. They have to comply and be happy about it. People who dont have to make money speak from insane privilege.
dsemy,

But this is contrary to what is actually happening - when ElasticSearch changed to a “fair code” license, Amazon forked the last version and now maintain OpenSearch.

If you created a new project from scratch which is uniquely useful then sure, companies will probably pay. But what happens if a free competitor pops up? Or if one already exists? I don’t see corporations paying for stuff they can get for free.

I dont expect to get paid because I use a certain license.

Then how are you expecting to get paid? It’s not like with these licenses you would automatically get paid when someone uses your code. You still need to do non-trivial and non-development related work to form some business relationship with these companies

haui_lemmy,

That is one example. I don’t know the name of the fallacy but this is one. Besides that, it should be illegal for corporations to use any code without paying or contributing anyway.

We are going in circles. I‘m sure you mean well so I‘m just gonna agree to disagree here and walk away. Good luck and have a nice day.

wiki_me,

Create proprietary software project , sell the software and give all the profit to starving kids in africa beside taking in a modest salary (say the US median salary) and call fair code, it’s more fair then hashicorp CEO getting something like 100K a month in salary and stocks.

delirious_owl,
@delirious_owl@discuss.online avatar

Hashicorp is on this list

lemmyvore,

I love that website. Now I have an easy way to find all the licenses and projects and companies I need to stay away from.

ReversalHatchery,

Why though? Why do you think it’s good that e.g. StealLabs can make use of OBS’s actively and freely (as in, StealLabs does not pay a cent to OBS) maintained code, add their own stuff, no attributions, and give it away for a price? Not even for a price… for a fucking monthly subscription!

In the above, StealLabs is the name of StreamLabs, but the former name is more descriptive.

lemmyvore,

It’s GPL, they have to also provide the source. And you benefit from all the rights they do.

“Business” licenses try to prevent competition while still benefiting from free contributions, and pass it as “fairness”. But how is it fair for anybody except that particular company? What about the contributors? If OBS used such a license and reaped all the benefits would you still contribute to them?

ReversalHatchery,

It’s GPL, they have to also provide the source. And you benefit from all the rights they do.

They don’t provide the source.

This is not a new thing, it’s been happening for years.

If OBS used such a license and reaped all the benefits would you still contribute to them?

Yes, I would. I’m a user, not a corporation that wants to repackage it.

lemmyvore,

If they don’t obey GPL what makes you think they’d obey BSL?

jmcs,

So a single entity is allowed to commercialize external contributions without any kind of reciprocity. Somehow it sounds worse to me than Shared Source.

If you are worried about leeches just use AGPL and call it a day.

onlinepersona,

So a single entity is allowed to commercialize external contributions without any kind of reciprocity

Where are you getting this from? This isn’t my understanding of what’s described on the webpage.

Anti Commercial-AI license

lemmyvore,

They’re getting it from the facts. 😄

The question is, where are you getting the “fair” moniker from? Who is it fair for? What makes it so much more fair than the other “models” that it’s the only one that deserves to be called that?

dohpaz42,
@dohpaz42@lemmy.world avatar

Show me someone who didn’t read the linked article…

lemmyvore, (edited )

It’s not an article, it’s a propaganda website that tries to say that black is white. Just slapping a “fair” or “open” label on something doesn’t make it so. Which brings us back to my questions: if this is what fair looks like, what does it make software licenses which are l aren’t listed there? Are those “unfair”? To whom?

Kata1yst,
Kata1yst avatar

They even literally have a section of the article that says they "see Fair Software as an alternative model to the free and open source software model", and they think it's superior because the "developers can profit".

Newsflash: the developers usually see fractions of those cents while most of the money goes to the management and shareholders of the company that employs them. Hmm, doesn't seem fair to me.

Also, developers can and do profit from FOSS in many ways, but the most popular models are with commercial support, SaaS offerings, and additional functionality (like providing a web interface, clustering manager or other external piece of the puzzle to solve the problem at scale in enterprise).

Like you said so succinctly: propaganda website to make rug pullers like Elastic and Hashicorp look better.

jmcs,

One way of making software more fair is by allowing developers to profit. Many companies today invest resources into taking an existing project and copying the ongoing work of the project creators; afterwards, creating and maintaining a hosted version using their code. In a fair circumstance, should they benefit from using the software, they could add certain features, fix bugs and support the community of users enjoying the product. In many cases they do, but fair-code ensures that this can happen by bringing businesses to the negotiation table when it comes to commercializing software.

This is bullshit when only a set of developers are allowed to profit. Every single project with a non-commercial license I know has an exception for the company that owns the repo. At that point external contributions are not open or fair anything, it’s a company stealing labour.

Either licenses are symmetrical or they are inherently unfair, and calling it Fair is doublespeak.

dohpaz42,
@dohpaz42@lemmy.world avatar

If only there was an article that described the monetization of such a model… oh, wait…

We want people to make money off of their software, but we recognize that the community benefits from a project’s economic success. Within fair-code, creators have the exclusive right of commercializing their work, ensuring long-term profitability. Companies that wish to commercialize the software can contact the author and form a business relationship that benefits both parties!

jmcs,

So if I want to improve their software I need to pay them. Got it.

dohpaz42,
@dohpaz42@lemmy.world avatar

That has to be one of the laziest, obvious trolls I’ve seen in a while. Could you at least put a little more effort into understanding the thing you’re railing against and not showing your blatant ignorance? That is not what was said and you know it. Do better.

Rivalarrival, (edited )

“Hey, developer, your software is just about perfect for my use case, I just need to make this one small change. Can I go ahead and do that?”

"Sure, you can make that change, just as soon as you pay us $X. Oh, and we are planning on including that feature in the next release, so you can go ahead and buy that from us.

dsemy, (edited )

Without every single contributor assigning copyright to a single entity for their code, the only way to commercialize a program distributed under such a license is to get every single contributor to agree to it separately (or not use their code).

If every single contributor assigns copyright to a single entity, the project is now controlled by it, and unless that entity was particularly nice with its contracts, those contributors are now powerless if (for example) this entity decides to change the license.

mosiacmango, (edited )

How much profit is Redis or Hashicorp kicking back to the people the contributed to it when it was FOSS? It’s just “Fair code” now to allow its “creators” to profit, right?

Ephera,

Yeah, this model doesn’t work as a long-term solution in my eyes, because as a potential open-source contributor, I do not see myself ever contributing to such a project.

I mean, I am avoiding anything which requires a CLA, in particular if I’d need to hand copyright over to a for-profit organization, but in those cases, because I don’t yet know, if I’ll get fucked over. With this “FairCode” thingamabob, I would feel fucked-over right away.

And that ultimately breaks with why open-source is popular. Because everyone can scratch their itch and improve it for everyone else. If it’s just a for-profit organization dumping their source code, that’s going to fall off in quality quickly.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • opensource@lemmy.ml
  • ngwrru68w68
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • megavids
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • provamag3
  • JUstTest
  • All magazines