Let's celebrate relicensing from an open source to a proprietary license
1–10 of 27 posts
Re: Let's celebrate relicensing from an open source to a proprietary license
#2Today, we’re celebrating the bait and switch.
I can’t wait to see what nonsense we’re doing tomorrow.
Re: Let's celebrate relicensing from an open source to a proprietary license
#3Is "open source strategy" purely an economic tool? I though there was as much societal and political motivations involved as economic. Primarily isn't the idea of a healthy software commons a political move to avoid technological capture and rentseeking practices that hurt the economy overall. This authors framing the discussion are purely economical seems to miss why people might be upset. Where do the communities that grow up around and support open source projects fit in to this analysis.. Just people willing to give away their time and be instrumentalised to make make the product Mature enough to give a return to VCs?
I am honestly curious what the landscape is like on this issue. Should no-one ever contribute to an opensource project that is controlled by a VC backed company if they're not comfortable with the thought of a license change? Are companies treating open source just like a strategy to build a "community" for instrumental reasons only to pull out the rug later going to end up poisoning the well and undermining any sense of good will and community spirit of developing tools to share together. Conversely all well being and prosperity comes from a paycheck, who is going to apply their skills and time to build software out of goodwill alone. Is the problem that large cloud infrastructure providers are now in a position to lock customers in and engage in rent seeking, and by integrating opensource projects into their service catalogue the take off the table one of the monetization strategies of companies that developed them, that is providing premium support.
Re: Let's celebrate relicensing from an open source to a proprietary license
#4>Most commentators view the licensing away from open source as a negative event. I’d like to argue that it is a milestone to celebrate. By licensing away the company signals that the product has achieved a mature state and that the help of an open source strategy is not needed any longer: The company has proved to the world that the software can be built and that the economy at large cares and thinks this software is…
Yes, because the only thing a good company cares about is economics -- namely, money.
This is, very literally, what the Cathederal and the Bazaar was about. Exploiting people's labour. ESR (i.e. the founder of the Open Source movement) very literally made an argument in the latter half of the book that goes "You get better performance out of people when you don't pay them/pay them less").
Re: Let's celebrate relicensing from an open source to a proprietary license
#5>Most commentators view the licensing away from open source as a negative event. I’d like to argue that it is a milestone to celebrate. By licensing away the company signals that the product has achieved a mature state and that the help of an open source strategy is not needed any longer: The company has proved to the world that the software can be built and that the economy at large cares and thinks this software is…
> Is "open source strategy" purely an economic tool? Yes, because the only thing a good company cares about is economics -- namely, money. This is, very literally, what the Cathederal and the Bazaar was about. Exploiting people's labour. ESR (i.e. the founder of the Open Source movement) very literally made an argument in the latter half of the book that goes "You get better performance out of people when you don't p…
Re: Let's celebrate relicensing from an open source to a proprietary license
#6Re: Let's celebrate relicensing from an open source to a proprietary license
#7Yesterday, we were “rethinking” open source licensing. https://news.ycombinator.com/item?id=37849958 Today, we’re celebrating the bait and switch. I can’t wait to see what nonsense we’re doing tomorrow.
Re: Let's celebrate relicensing from an open source to a proprietary license
#8But assume alternative timeline where LGPL is not rejected and sharing the source code with users of software becomes the norm, just like say, nutritional labels are the norm in the food industry. Then you could have a nice free market solution, where the commercial software (software done for money) would be available under LGPL and commercial license. To evaluate software, you use LGPL (because you can verify before you buy whether the software actually does what it says it does), and to buy and use the software commercially, you use the commercial license.
Compare this to today, where lot of components are under BSD license, so you can easily evaluate them, but you cannot sustain commercial operation around them, because you will get outcompeted by people writing the code for free.
I think Stallman has recognized (aside from his moral beliefs, let's just focus on pragmatic capitalism here) early on, that closing the source and code as a property are fundamentally incompatible. If you want to license somebody else's code, that is, treat it as private property, then you need to be able to evaluate it, and see its source. And he thought that companies, which are normally used to private property, will prefer clear licensing deals (i.e. they understand what they're buying) to having control over their users. Therefore the solution - dual LGPL and commercial licensing.
What he didn't thought of is that programmers will rather work for free (and fun) than punishing bad actors, which are the companies that close the source (to mislead their users). That's why we ended up in the world where BSD rules, but at the expense of private companies and properly maintained software.
What we see is capitalism failing, if the correct social controls of the property are not there (this actually goes into fundamental contradictions in capitalism, but let's put that aside). I think the government should mandate that everybody who provides software should also provide the source code (so that the software can be properly evaluated), and focus on enforcing proper licensing deals. This is what happens with other forms of "intellectual property" - patents, copyrights and trademarks all require that you disclose what you're selling before licensing it to someone.
Unfortunately, businesses largely reject free market in favor of screwing other people over. So the companies that wanted not to show the source code to their users (so they could sell more software) won, and it is at the long-term expense of having a functioning software market (and commercial companies themselves).
Re: Let's celebrate relicensing from an open source to a proprietary license
#9It is true that VC money has created a ton of great open source software that would have never been created otherwise. But it is not a forgone conclusion that the software eventually going closed was a requirement of that VC investment. Nor do I see it as a sign of good health for the software or the company. It might be a sign that the company has given up on future growth and decided to milk existing customers as much as they can. It might be a hail-mary pass to try to bring in income because their current model isn't working. It might be a swinging of tides against a business model that many companies tried, but far fewer succeeded at. It might be an emotional knee-jerk to what they see as unfair use of the software. But I really don't see the argument that it is a mark of success.
Re: Let's celebrate relicensing from an open source to a proprietary license
#10>Most commentators view the licensing away from open source as a negative event. I’d like to argue that it is a milestone to celebrate. By licensing away the company signals that the product has achieved a mature state and that the help of an open source strategy is not needed any longer: The company has proved to the world that the software can be built and that the economy at large cares and thinks this software is…