DEV Community

Discussion on: The closed source sustainability crisis

Collapse
 
turnerj profile image
James Turner

I think open source is great and it is great when people have the ability to manage an open source library/application/tool. I've only written a few small open source libraries but I have read of many people with larger libraries being overwhelmed with how much work there can be and/or pressure from the community. While the specific causes of that is its own topic for discussion, I think it can lead to similar issues that you've mentioned for closed source.

Closed source or open source, if you become reliant on a library or tool that does reach an end-of-life/support, you can become stuck quickly. While you might have the source code, you end up in the same circumstance maintaining something directly yourself that you wouldn't have otherwise intended. You are better off with the source code but you aren't out of the woods so-to-speak.

It might not be just open source software that we need but more open standards and greater interoperability between related software. This would remove friction when changing between tools etc though depending on the tool, this could be a logistical nightmare or completely impossible.

And you know what they say about standards...
XKCD "Standards" Comic

Besides that though, I did want to talk about the example you had for "Failure 1: Loss of strategic control" as I feel it unfairly makes Apple look like the bad guy here. While they did remove the apps from Google and Facebook, your articles did note that both companies violated the terms of service.

Closed platforms like Apple's App Store are a different beast of issues altogether. I'm far from an Apple salesman but I figure besides the "premium" branding of Apple, they probably want to associate trust. Allowing Apple to manage it is meant to allow us to more easily accept/trust what can safely be installed without a threat.

A code base can be entirely open source but still be a closed platform from a certain point of view. Take this site for example, the entire code base is open source (which is fantastic) but technically is a closed platform. Sure I can post articles and comment but I don't run this site and if I violate the terms and conditions, I could be kicked out (same as your example with Apple/Facebook/Google). I might be able to launch an exact duplicate of the site because the code is open source but it isn't really the same. I might have a great blogging site but I won't have anyone to read my posts - the site's audience/reach is that "proprietary" feature.

Even if open source took over everything, I think closed platforms have to exist.

Certain point of view GIF

Collapse
 
dff_55 profile image
Donald Fischer

Some great points, James! Building on your point about loss of strategic control, when developers select true community-led open source components for their applications, they know they can at least rely on the elements of the Open Source Definition, including:

  • Free redistribution, without royalties or fees, including derived works
  • Source code availability, so it can be adapted and modified
  • No discrimination against persons, groups, or fields of endeavor so it can be used for any purpose, including any business

That last bullet is what distinguishes from the Apple case I reference, specifically.

Collapse
 
turnerj profile image
James Turner

I'm still not sure that last bullet really fits with that Apple example. They didn't discriminate, the rules that were originally agreed to were breached.

Taking that point to an extreme would be something like: any rules that need to be agreed to is a form of discrimination to any parties not wanting to agree to them.

I'm not saying Apple can't or hasn't at other times specifically discriminated against anyone, just that the example with Facebook and Google was the fault of Facebook and Google.

For example, I would say Apple is discriminating if they specifically didn't want Facebook or Google on their platforms at all even if they didn't violate the terms of service. At that point, it is abusing market power to avoid competition.

Regardless of how I see this situation with Apple/Facebook/Google, this situation is also not unique to that and its "closedness". The same situation could be seen with Mozilla with add-ons for Firefox (they control the main distribution process) yet Mozilla is both an affiliate of OSI and pushes open source heavily. You have to agree to Mozilla's terms and conditions to submit an add-on as well as go through the review process.