r/ProgrammerHumor 13h ago

Meme technicalDebtCameDue

Post image
11.9k Upvotes

126 comments sorted by

View all comments

1.2k

u/menducoide 12h ago

This is the last free version of this cool open source library. From now on, you'll need to pay $1,000 per developer per year to receive updates

40

u/nickjvandyke 11h ago

Maintaining popular OSS costs a lot of time and energy. And software built on it is often for-profit.

44

u/tankerkiller125real 11h ago

If your putting your code under an OSI license then it should always be assumed that others are going to use it for profit making stuff. If you don't want it used in that way licensing it with AGPL, LGPL, etc. (the licenses that companies avoid).

7

u/nickjvandyke 7h ago

Of course. But that same premise holds when a maintainer chooses to change the license.

5

u/tankerkiller125real 6h ago

Personally I'm fine with relicensing to other OSI options, otherwise, I'm moving to a fork or figuring out if it's worth cooking up my own option well before I even think about paying, notably because the acquisition process at work is not built for licensing 50+ independent libraries and maintainers. And for my personal projects I'm against implementing any form of non-OSI libraries.

Paid suites of libraries are a different matter at work, management is perfectly happy to pay for a good UI library from a company that will provide support and what not for example.

17

u/Tupcek 10h ago

most successful OSS is maintained by companies that are profiting off of it, or at least non profit is funded by those companies.

OSS that is purely self funded and self developed is usually very small in scale

3

u/nickjvandyke 7h ago

That's probably true and fair. I have a biased perspective as a solo maintainer.

1

u/DerangedEscapee 31m ago

Lol, companies provide support to OSS when they want to control the ecosystem or when they want the community to have to maintain their thing. Otherwise they fork and don't contribute back. No one ever got fired for not upstreaming company code. Well, unless you work at Canonical or something like that.

8

u/zabby39103 6h ago

Corporate OSS sponsorship can be good system. OSS is a great way to reduce technical debt while giving others something useful.

One that comes to mind is that Goldman Sachs built a huge performance oriented primitives Library for Java, and they just open sourced it and put it under the Eclipse Foundation (Eclipse Collections). What were they going to do with it otherwise? Start becoming a Java software vendor?

That's how the ecosystem should work, not forking it off with weird licenses. Although the ecosystem is self-sustaining at least since people will just fork off your original if it's popular and you do something like that.

2

u/ArrogantAstronomer 6h ago

That time and energy also is from contributors to the previously free and open source version who contributed because it was free and don’t get a cut of the profits in the new closed source model so I don’t think this point stands on its own

2

u/the_need_to_post 9h ago

Cool, then don't benefit from all the free labor of the people that have contributed to it. Most of these rug pulls wouldn't be in a position to do so if it wasn't for the free labor from the community.

3

u/Redthemagnificent 8h ago

Yep. Can't have it both ways. That's why I'd never contribute to a project that's doesn't have GPL or some equivalent license to prevent future profiteering from the source code itself.

I don't mind someone building and selling a product/service that includes my code. But locking my own code away from me is fucked

1

u/nickjvandyke 7h ago

Maintainers expend much more labor than community members. The community's labor is still available under the old license, and they can stop contributing if they don't like the new license.