<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[OSS.fund Newsletter]]></title><description><![CDATA[Curated content, platforms, and the latest news about open source funding and monetization from https://oss.fund/ ]]></description><link>https://blog.oss.fund</link><image><url>https://substackcdn.com/image/fetch/$s_!e60H!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fd3039026-3fc6-4ccf-918c-bd5177a7e2a8_836x836.png</url><title>OSS.fund Newsletter</title><link>https://blog.oss.fund</link></image><generator>Substack</generator><lastBuildDate>Mon, 06 Apr 2026 19:31:58 GMT</lastBuildDate><atom:link href="https://blog.oss.fund/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Bilgin Ibryam]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[ossfund@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[ossfund@substack.com]]></itunes:email><itunes:name><![CDATA[Bilgin Ibryam]]></itunes:name></itunes:owner><itunes:author><![CDATA[Bilgin Ibryam]]></itunes:author><googleplay:owner><![CDATA[ossfund@substack.com]]></googleplay:owner><googleplay:email><![CDATA[ossfund@substack.com]]></googleplay:email><googleplay:author><![CDATA[Bilgin Ibryam]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[A Framework for Open Source Evaluation ]]></title><description><![CDATA[The question is not any longer if a project is open source or not, the question is how much open a project is.]]></description><link>https://blog.oss.fund/p/a-framework-for-open-source-evaluation</link><guid isPermaLink="false">https://blog.oss.fund/p/a-framework-for-open-source-evaluation</guid><dc:creator><![CDATA[Bilgin Ibryam]]></dc:creator><pubDate>Sun, 14 Mar 2021 09:58:44 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Xd62!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F7f06c148-d675-4bb7-803e-b3704f0016ef_3309x2473.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Open source is everywhere, but so is <a href="https://www.linuxjournal.com/content/open-vs-fauxpen">fake</a> open source. Recently there have been more and more cases of open source projects turning into non-open source, at the same time there are examples of non-open source (as per <a href="https://opensource.org/osd">OSI definition</a>) projects building communities as if they are open source. How is that possible, aren&#8217;t open source projects supposed to remain so for life?&nbsp;</p><p>Open source is not black and white, it has multiple <a href="https://monetize.substack.com/p/a-holistic-vision-of-open-source">dimensions</a> of openness, transparency, collaboration, and trust. For some open source is any project on Github, for some it has to pass the OSI definition, and for some, there it has to comply with the unwritten but commonly accepted open source norms. Here I&#8217;ll share with you how I think about evaluating open source projects by looking at some of the business and technical aspects first and then exploring the community management customs.</p><h3>Disclaimer</h3><ul><li><p>These are my personal opinions and not of my employer or the software foundations and projects I'm affiliated with.</p></li><li><p>This is not a legal or professional opinion (I&#8217;m not a lawyer, nor specializing in OSS evaluation), but a layman&#8217;s opinion. <br>Update: I got feedback from multiple open source lawyers and updated the article!</p></li><li><p>This blog post is sponsored by the <a href="https://monetize.substack.com/">subscribe</a> and <a href="https://twitter.com/bibryam/status/1371045284751507463">share</a> buttons, hit these buttons to express support.</p></li></ul><h3>Intellectual Property</h3><p>The very first question to ask about an &#8220;open source&#8221; project is about the ownership of intellectual property. The good news is that, even without understanding these legal implications, there is a simple Litmus test you can apply. Does the project belong to a reputable open source foundation that you trust? For example, <a href="https://www.fsf.org/">FSF</a> owns the copyright for the projects it host, and more often, foundations (such as  <a href="https://www.apache.org/foundation/">ASF</a>, <a href="https://www.linuxfoundation.org/">LF</a>) aggregate the rights to&nbsp;license contributions to their projects, through contributor license agreements. In either case, you can trust that they will act as good decentralized stewards and won&#8217;t change a project&#8217;s future direction overnight. If a project doesn&#8217;t belong to a reputable software foundation but is backed by a single company, the question is if you trust the company as a supply chain partner. If the answer to these questions is yes, move to the next section. If the answer is no, then you better investigate and find out who the copyright owner is, and what are their long-term prospects and potential risks for you. A single vendor open source project today, can become closed source tomorrow.</p><h3>License</h3><p>The reason why trademark comes before the license is because the rights-holder (usually the author) of software grants the end-user permission to use one or more copies of software through a license. A free-software license is a notice that grants the recipient of the source code or its binary form, rights to modify and redistribute that software. Without the license, these actions would be prohibited by copyright law. The important point here is that the rights-holder can change their mind and change the license. The rights-holder can decide to distribute the software under multiple licenses or change the license to a non-open source license at any point. It is also possible the software is in the <a href="https://opensource.org/node/878">public domain</a>, in which case it is not restricted by copyright law. Public domain does not equate to an open source license and this is a less popular approach we can ignore here.&nbsp;</p><p>Again, without being a lawyer, here is a layman's Litmus test for a license: Is the project licensed under an OSI approved <a href="https://opensource.org/licenses/alphabetical">licenses list</a>? If the answer is yes, then you can rely on the due diligence of these foundations for reviewing, classifying licenses and pointing out any limitations. If the answer is a no, ask your company lawyer to review and interpret every word on the license and the possible license compatibility implications.&nbsp;</p><h3>Governance</h3><p>With the remaining checks, we are moving from more business and legal aspects, towards technological and community concerning areas of open source projects.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Xd62!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F7f06c148-d675-4bb7-803e-b3704f0016ef_3309x2473.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Xd62!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F7f06c148-d675-4bb7-803e-b3704f0016ef_3309x2473.png 424w, https://substackcdn.com/image/fetch/$s_!Xd62!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F7f06c148-d675-4bb7-803e-b3704f0016ef_3309x2473.png 848w, https://substackcdn.com/image/fetch/$s_!Xd62!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F7f06c148-d675-4bb7-803e-b3704f0016ef_3309x2473.png 1272w, https://substackcdn.com/image/fetch/$s_!Xd62!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F7f06c148-d675-4bb7-803e-b3704f0016ef_3309x2473.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Xd62!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F7f06c148-d675-4bb7-803e-b3704f0016ef_3309x2473.png" width="1456" height="1088" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/7f06c148-d675-4bb7-803e-b3704f0016ef_3309x2473.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1088,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:349357,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Xd62!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F7f06c148-d675-4bb7-803e-b3704f0016ef_3309x2473.png 424w, https://substackcdn.com/image/fetch/$s_!Xd62!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F7f06c148-d675-4bb7-803e-b3704f0016ef_3309x2473.png 848w, https://substackcdn.com/image/fetch/$s_!Xd62!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F7f06c148-d675-4bb7-803e-b3704f0016ef_3309x2473.png 1272w, https://substackcdn.com/image/fetch/$s_!Xd62!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F7f06c148-d675-4bb7-803e-b3704f0016ef_3309x2473.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><em>Opens source evaluation framework</em></p><p>Assuming that there are no concerns about the trademark holder party (your future partner), the license (the terms under which you consume the open source software), the next question is governance. <a href="https://www.oasis-open.org/policies-guidelines/open-projects-process/">Governance</a> is the rules or customs by which projects decide who gets to do what, how they're supposed to do it, and when. It defines the duties, privileges, and authorities associated with different project roles, and how people get assigned to and removed from roles. Examples here are small day-to-day activities such as who has the power to approve a pull request, to vote for a release candidate, agreeing on the project architecture, defining a project roadmap, and electing the project governance board.&nbsp;</p><p>If you are evaluating a project that is strategic for your organization, you want to know who is in charge. Not only that, you might even have the <a href="https://hackernoon.com/reciprocity-in-open-source-e60fb98ee1cc">ambition</a> for your developers to have a say in the direction of the project.&nbsp;</p><p>There is again a simple Litmus test: for projects in open source foundations, there are clear rules on who can vote on important decisions, and how you can be part of decision-taking committees. In some foundations such as ASF, it is based on individual community member merit, and in some such, as <a href="https://www.cncf.io/">CNCF</a> it starts by being an employee of a paying member organization. In the blockchain based open source projects it is based on the vote of the <a href="https://bit.ly/devprtcl">token</a> holders. Other foundations have different rules but they all strive for neutrality and decentralization of power among multiple participants. If a project is governed by a single company, or a single individual, you are trusting them to make the best decisions in the interest of the project and the community. Some of these projects may have written down governance rules that they follow, and some might not at all. It is up to you to figure the governance dynamics and their importance for your project involvement. In addition to having governance transparency and taking decisions in the open, the other aspect here is the level of trust and reputation of the governing body. When you look at the governance board of a project, is there a leader or a group of leaders with proven technical and social skills that give you the confidence that they can take the project to the next level? Or do you see a group that is constantly arguing in political fights? These are some indicators of whether an open source project will be successful and grow in the long term, or headache and stagnation are to be expected.</p><h3>Infrastructure</h3><p>Having an open source license may qualify a project technically as open source, but that doesn&#8217;t say if a project is built the open source way. There are many examples of software released under an OSI-approved license but developed behind closed infrastructure. By infrastructure, I mean chat channels for quick questions by users. Forums and mailing lists where deeper developer discussions happen. Source code management systems where pull requests are reviewed, and build servers where tests are run and nightly binaries created.</p><p>For business people and lawyers looking at an open source project, these might not be important, but for the techies that are going to use an open source project, these are some of the assumed benefits. The check to do here is to explore if the software is developed the open source way using an open infrastructure and not behind closed doors. Here are a few example questions:</p><ul><li><p>Can a user ask a question on the project chat and get an answer from another user without a middleman?</p></li><li><p>Can a developer reach out to project committers and get a deep technical question answered?</p></li><li><p>Can you run the latest build and confirm a reported bug is fixed?</p></li><li><p>Can an architect the weekly community call and figure out the future direction of the project?&nbsp;</p></li></ul><p>With a closed infrastructure, you have to create a support case and pay to get answers to similar questions. With an open infrastructure and open participation, the answers are available for those who know how to work the open source way.</p><h3>Community and Adoption</h3><p>One of the main benefits of open source software is that it allows great ideas to be developed and spread around virally. You may have the greatest technology, the most permissive license, and open development, but if the software doesn&#8217;t have a growing community and increasing adoption rate, that is a sign to investigate. Different projects will have different adoption rates. Some may quickly grow into the mainstream or be replaced by others who do that. Some projects may have a small but persistent growth rate and a niche community lasting for decades. Community size and adoption rate are the ultimate longevity indicator for an open source project. Here are some of the example questions you can ask:</p><ul><li><p>How many active developers (committers) are in the project and what is the average commit rate?</p></li><li><p>How many users are subscribed to the user forums and how many questions have been asked in the last month?</p></li><li><p>How many times the latest stable version of the software has been downloaded?</p></li><li><p>What other projects and services are <a href="https://libraries.io/">dependent</a> on and using this project?</p></li><li><p>How many commercial organizations are backing this project?</p></li><li><p>Are there commercial organizations offering products, support, and services around it?</p></li><li><p>How many StackOverflow questions are about this project?</p></li><li><p>How many books, conference talks, and job descriptions are mentioning this project?</p></li></ul><p>Running these questions will give you an indication if the project is growing and becoming a de facto standard in its domain or stagnating and likely to be replaced with the next big thing.&nbsp;</p><p>Typically, open source is associated with fast-paced development and innovation. At the same time, open source is also a mechanism for creating wide adoption and creating unofficial standards. Many open source projects have turned into standards such as Kubernetes for container orchestration, Apache Kafka for streaming, Apache httpd for web servers, etc. One of the most expensive things in software is finding people with the right skills. Using open source projects that have a high adoption rate will give you a better chance of finding skilled people and allow them to reuse their skills for longer.</p><h3>Conclusions</h3><p>Depending on the criticality of the open source project, there are different risks and criteria for evaluation. For strategic, hard to replace projects, that will be at the foundation of your IT infrastructure, you want well-established projects that have turned into de facto open source standards in their fields. It is important here to identify who owns the trademarks of the project and who is going to be your long-term partner. Typically these partners would be the member organizations of the software foundation where the project belongs or the single company holding the project IP. For the latter, you may want to consider the long-term risks such as the chances of core developers forking the project, a hyperscaler offering the project as a service, company acquisition, etc.&nbsp;</p><p>For non-strategic, tactical, short-lived projects where the speed of delivery is most important, you can let your developers to drive the selection and pick a project based on openness, community collaboration, and hotness (important for some frontend technologies). Here short-to-medium term risks such as regular security fixes, developer support, and license compatibility checks might be enough.</p><p>In either case, there are no single evaluation criteria that fit all. You will have to balance among long term business risks, technology stability on one hand, with the latest hotness, innovation and developer satisfaction, on the other. The framework here will give you an overview of the areas to explore and some of the risks to consider. Good luck!</p>]]></content:encoded></item><item><title><![CDATA[The After Open Source Era Has Started]]></title><description><![CDATA[Open source is the current norm for developer collaboration and customer adoption in software. But it is changing and evolving again.]]></description><link>https://blog.oss.fund/p/open-source-eras</link><guid isPermaLink="false">https://blog.oss.fund/p/open-source-eras</guid><dc:creator><![CDATA[Bilgin Ibryam]]></dc:creator><pubDate>Sun, 07 Feb 2021 08:06:11 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!RFne!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F183f2e91-d9bb-4dfe-8259-94637f245189_2400x938.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Open source is the current norm for developer collaboration and customer adoption in software. It is the foundation that enabled unicorns and cloud providers to build their services from the ground up. But that wasn&#8217;t always the case with open source, and it is changing and evolving again.&nbsp;</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!RFne!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F183f2e91-d9bb-4dfe-8259-94637f245189_2400x938.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!RFne!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F183f2e91-d9bb-4dfe-8259-94637f245189_2400x938.png 424w, https://substackcdn.com/image/fetch/$s_!RFne!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F183f2e91-d9bb-4dfe-8259-94637f245189_2400x938.png 848w, https://substackcdn.com/image/fetch/$s_!RFne!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F183f2e91-d9bb-4dfe-8259-94637f245189_2400x938.png 1272w, https://substackcdn.com/image/fetch/$s_!RFne!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F183f2e91-d9bb-4dfe-8259-94637f245189_2400x938.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!RFne!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F183f2e91-d9bb-4dfe-8259-94637f245189_2400x938.png" width="1456" height="569" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/183f2e91-d9bb-4dfe-8259-94637f245189_2400x938.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:569,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:139222,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!RFne!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F183f2e91-d9bb-4dfe-8259-94637f245189_2400x938.png 424w, https://substackcdn.com/image/fetch/$s_!RFne!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F183f2e91-d9bb-4dfe-8259-94637f245189_2400x938.png 848w, https://substackcdn.com/image/fetch/$s_!RFne!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F183f2e91-d9bb-4dfe-8259-94637f245189_2400x938.png 1272w, https://substackcdn.com/image/fetch/$s_!RFne!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F183f2e91-d9bb-4dfe-8259-94637f245189_2400x938.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><em>Open Source Eras and relative adoption trend lines</em></p><p>In this post, I will look at open source evolution broadly, try to analyze what are some of the triggers and enablers for the change, and where it might be heading next. Let&#8217;s start with the main open software development eras by summarizing the main trends and then focus on the big picture with an attempt to predict the future.</p><h1>Free Software (1980)</h1><p>The term &#8220;free software&#8221; is attributed to Richard Stallman around the 1980s for using it for the <a href="https://en.wikipedia.org/wiki/Free-software_movement">free-software movement</a>. During these early days of computing, Richard started the GNU project in an effort to cultivate collaboration among the early hacker community and create a freedom-respecting operating system. He campaigns for software to be distributed in a manner such that its users receive the freedoms to use, study, distribute, and modify that software. This era set the origins of open source and more importantly the free software licenses (such as GPL) that flourish later.</p><p>At the time, the main software creators in the open were the individual hackers and in their view of the world, the software had to be free as speech and remain so. Free software grew because personal computers became more widely available to these hackers and they used CDs, floppy disks, and the early internet to distribute software and spread their ideology.</p><p>In this pre-internet era, manual distributions of software, supporting documentation, consulting services (installation, development), <a href="https://www.gnu.org/philosophy/selling-exceptions.en.html">selling-exceptions</a> were some of the popular monetization methods.</p><h1>Open Source Software (2000)</h1><p>The term "open source" was used by a group of people from the free-software movement around 2000. The motivation for this new term was to free itself from the ideological and confrontational connotations of the term "free software" and make it more appealing for the business world. The supporters of the open source movement stress the subtle difference from free software where free software requires any changes to be submitted to the original maker for redistribution, and any derivative software must also be distributed as free software. This new term set the beginning of a new movement and the forming of <a href="https://en.wikipedia.org/wiki/Open_Source_Initiative">Open Source Initiative</a> to educate and advance open source culture. The open source movement allowed smaller companies to play a more significant role in the software economy by giving them access to the software needed to compete in the global market. Before that, it was the larger corporations, the producers of the networks and hardware who had the power.</p><p>Open source sparked from the early hackers community but grew rapidly into open source businesses, enabled by software foundations, the internet, and the wider adoption of open source by companies of all sizes. The primary monetization mechanism for the open source software is through support and the open core models where additional accompanying value is created around the core open source project. While this open core (enabled by permissive licenses such as MIT, Apache) allows everybody to benefit from it, it is also its Achilles' heel as we will see next.</p><h1>Shared Source Software (2020)</h1><p>Open source licenses give more freedom to the users, but they don&#8217;t give many advantages to the producers of the software. Many small projects with a handful of maintainers create huge economic value which ends up captured by other companies with better operational capabilities to monetize. This leads the maintainers of these projects to remain below the poverty line. Other companies hire open source maintainers as full-time employers and bet their company existence and brand into the success of their open source project. Yet they got disrupted and threatened by even larger hyperscale SaaS providers who have the scale to capture the economical value more efficiently and faster from the same projects.</p><p>This new economic reality started forcing individual maintainers and small companies to move their software away from business-friendly open source to other free software inspired derivative licenses and pursue dual-licensing models. This new family of licenses is not proprietary, but they don&#8217;t fit the open source definition either as they protect the trademark owner from the competition by discriminating against certain ways of software distributions such as SaaS. This transition of new and existing open source projects to non-open source licenses indicates the start of a new era. Keeping the source partially open is primarily for marketing and user adoption purposes rather than collaborative development and keeping software useful for everybody. This shared source software era is triggered by the existential threat of not being able to offer the software in a way demanded by consumers (as a SaaS) and efficiently capture economical value by the creators whether they are individual contributors or large companies with an open source business model.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!2U_t!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F062fa2cc-b9c0-4e06-80a8-be4b861c123e_1636x1252.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!2U_t!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F062fa2cc-b9c0-4e06-80a8-be4b861c123e_1636x1252.png 424w, https://substackcdn.com/image/fetch/$s_!2U_t!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F062fa2cc-b9c0-4e06-80a8-be4b861c123e_1636x1252.png 848w, https://substackcdn.com/image/fetch/$s_!2U_t!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F062fa2cc-b9c0-4e06-80a8-be4b861c123e_1636x1252.png 1272w, https://substackcdn.com/image/fetch/$s_!2U_t!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F062fa2cc-b9c0-4e06-80a8-be4b861c123e_1636x1252.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!2U_t!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F062fa2cc-b9c0-4e06-80a8-be4b861c123e_1636x1252.png" width="1456" height="1114" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/062fa2cc-b9c0-4e06-80a8-be4b861c123e_1636x1252.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1114,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:330468,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!2U_t!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F062fa2cc-b9c0-4e06-80a8-be4b861c123e_1636x1252.png 424w, https://substackcdn.com/image/fetch/$s_!2U_t!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F062fa2cc-b9c0-4e06-80a8-be4b861c123e_1636x1252.png 848w, https://substackcdn.com/image/fetch/$s_!2U_t!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F062fa2cc-b9c0-4e06-80a8-be4b861c123e_1636x1252.png 1272w, https://substackcdn.com/image/fetch/$s_!2U_t!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F062fa2cc-b9c0-4e06-80a8-be4b861c123e_1636x1252.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><em>Open source software eras and main characteristics</em></p><p>Protected by these new licenses, the enablers for the modern-day independent hackers are the powerful online services that allow them to offer good quality software through globally available automation tools based on git, build tools, software scanning, and distribution services, etc. These hackers can build enough critical mass of supporters through social media and are able to capture economical value through services such as Github sponsors, Patreon, Tidelift, and <a href="https://www.oss.fund/">many others</a>. The other group, the disrupted open source companies are transitioning to the SaaS based distribution of software as vertical cloud services on top of the hybrid cloud infrastructure to compete with cloud providers. This allows the creators of the software to offer their service on multiple clouds and at the same time align with the way users prefer to consume software, which is as a service.</p><h1>What Will Software After Open Source Look Like?</h1><p>The start of a new trend doesn&#8217;t indicate the end of the existing eras, but a new addition to the mix. Free and open source software will continue growing at a huge pace. At the same time, I believe we will see an acceleration of the trend towards the so-called shared source and source available licenses too. This will double down on the dual-licensing of smaller library projects by individual developers and the SaaS-based distribution of bigger projects. The open core and open source models will remain here, but the open core of the projects will get smaller and smaller, practically useless for the competitors. We will see projects starting as open source during bootstrapping and initial adoption phases, and then transition to source available licenses when threatened by more operationally mature competitors. Unfortunately, this initial phase of uncertainty and adaptation in the shared source era will limit collaboration among competitors and demonstrate the importance of open governance and open funding through neutral software foundations or decentralized technologies.</p><p>Then we will see cycles repeating and independent hackers flourish again, innovating as in the free software era. But this time they will be better equipped with better infrastructure to support their livelihood as independent small businesses of one. They will start projects in the open to scratch their itch, but quickly turn them into businesses or let them die. They will be less ideological, and more practical. These independent hackers will not need to be part of the traditional horizontal software companies that bundle engineering, marketing, sales, support, education, etc to be successful in the software business. Instead, they will be able to consume unbundled vertical online services and deliver enterprise-grade software. We will see a rise in the tools and platforms that offer reliable project governance without joining a foundation or consortium. Independent software builders can use decentralized <a href="http://bit.ly/rdcle">infrastructure</a>, <a href="http://bit.ly/devprtcl">tokenize</a> their projects, and customize the <a href="http://bit.ly/srcred">governance</a> through on-chain community voting. The economical and governance aspects of the projects will be merged with the source code and licenses into a holistic entity enabled by blockchain technology and create opportunities for individual hackers to create million-dollar companies.</p><p>The infrastructure for independent techies will not be only for the software builders but for the whole ecosystem. Creating software is not enough, it has to go through the full pipeline of budgeting, building, marketing, hosting, sales, support in order to grow and remain sustainable. Speculators will put money into project tokens to help bootstrap projects and gain returns. Developers will build. Indies will create niche services complementing larger projects. Subject matter experts will provide consulting services and online training, and bounty hackers will hunt for ad-hoc work. Sometimes all of it will be driven by a single person, and sometimes a whole decentralized ecosystem forming around a project without the dominance of a central business entity. This will take a generation of software builders...</p><h1>Conclusion</h1><p>At the beginning of the open source era, Eric S. Raymond described a decentralized software development process called <a href="https://opensource.com/article/18/9/barter-currency-system">The Cathedral and The Bazaar</a>. This era proved that the bazaar is the superior software development model. But at the same time, this era also showed us the limitations and the narrow mindedness of this model when it is not accompanied by a <a href="https://monetize.substack.com/p/a0cf19a6-62d2-47f7-9771-82dec3d01094">holistic governance and monetization view</a>. The next era will improve on the same decentralized development principles by incorporating decentralized monetization and governance too. This will take us the full cycle of Decentralized and Sustainable Open Software nirvana.</p><p><em>If you like my explorations of opensource, blockchain, </em>monetization<em>, sing up to the <a href="https://monetize.substack.com/">newsletter</a> or follow me on <a href="https://twitter.com/bibryam">twitter</a>.</em></p>]]></content:encoded></item><item><title><![CDATA[A holistic vision of open source beyond 2021]]></title><description><![CDATA[Open source is a common technological equilibrium for exchanging intellectual and financial values. But the lack of an open funding infrastructure means, there still what we can wish for...]]></description><link>https://blog.oss.fund/p/a-holistic-vision-of-open-source</link><guid isPermaLink="false">https://blog.oss.fund/p/a-holistic-vision-of-open-source</guid><dc:creator><![CDATA[Bilgin Ibryam]]></dc:creator><pubDate>Sun, 17 Jan 2021 08:01:54 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!vkc4!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3ee1afc1-eadb-46b7-80c7-6dcd1fbe71d3_2029x900.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>After working with open source for over a decade, from startups to the world&#8217;s largest open source company, and cataloging more than 100 open source monetization and funding platforms for my <a href="https://www.oss.fund/" title="https://www.oss.fund/">side project</a>, I came to a realization. The term open source does not have a broad enough perspective to capture all of the perceived values of modern software built in the open. To achieve that, open source needs a broader vision and a supporting infrastructure for open governance and open funding.</p><h2>The meaning of open source in 2021</h2><p>In the past, the value of open source was in the source code and we can see that in the essential freedoms of <a href="https://www.gnu.org/philosophy/free-sw.html" title="https://www.gnu.org/philosophy/free-sw.html">free software</a> and the distribution criteria of the <a href="https://opensource.org/osd" title="https://opensource.org/osd">open source definition</a>. That is no longer the case. Today, open source is produced fast, but more importantly, it is rotting and getting obsolete even faster. There are other characteristics of open source projects than access to source code that is valued. The value of open source is in adoption that sometimes can be up to the point that a project becomes the de facto standard for a certain class of technology (such as Apache Kafka for messaging). The value is in the loosely coordinated, open collaboration and partnership among competing participants towards a joint goal (such as Kubernetes SIGs contributors). The value is in the long term sustainability of a project, that can outlive a company acquisition or bankruptcy (such as Oracle and the Jenkins project). <strong>Today, the successful open source model is more an epitome of user adoption, healthy community cooperation, and long-term sustainability, along the free as in free speech source code.</strong></p><h2>Key ingredients of successful open source projects</h2><p><strong>First, I&#8217;d say that is the license. </strong>The license dictates how the source code and its derivatives (binaries, services) can be distributed or not. It is the single non-negotiable yay or nay factor for many users. It is what qualifies a project as open source or not. Unfortunately, the license alone cannot guarantee that a project will deliver the full potential of open source project benefits.</p><p><strong>Second, I&#8217;d say project governance. </strong>The governance model sets the rules for making important project decisions and dictates how the &#8220;owners&#8221; of the project interact with the community. There are examples where the governance is managed through a trusted software foundation, that offers neutrality, stability, and transparency, but at the same time, it can cause a lack of flexibility and lead to community stagnation. There are also examples of projects governed by a single company, which can lead to changes to the project license and even transition to proprietary software models.&nbsp;</p><p>As a user of an open source project, I want it to be open source so I can exercise my freedoms. At the same time, I want it to be widely adopted so I can find questions and answers, blog posts and best practices, developers, and support providers, even consume the software as a service. An open source project, w/o community, is a marketing tool in disguise. An open source project, that hasn&#8217;t reached the critical community mass, doesn&#8217;t deliver full value. Today, the value of open source is in the community, as much as in the source code. And a project&#8217;s license and governance directly impact its community health.</p><p><strong>And the third aspect of an open source project is the financial model</strong> for long term sustainability. An open source project w/o continuous financial incentives for its supporters can become unmaintained overnight. An unmaintained project is a full of security vulnerabilities project. An open source project with security vulnerabilities is a dead project. A dead open source project is&#8230; nobody gives a damn about the freedoms of a dead project.&nbsp;</p><p>We have seen many times how open source projects w/o predictable financial stability are left unmaintained, or get forced to change their license and become proprietary. Sometimes, such projects are run by a single company. An open source project in the hands of a single company does not deliver open collaboration benefits. It becomes a company project aligned with the company strategy, roadmaps, and tied to the company's financial health. That is not a bad thing, but it is not a true open source thing either.&nbsp;</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!vkc4!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3ee1afc1-eadb-46b7-80c7-6dcd1fbe71d3_2029x900.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!vkc4!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3ee1afc1-eadb-46b7-80c7-6dcd1fbe71d3_2029x900.png 424w, https://substackcdn.com/image/fetch/$s_!vkc4!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3ee1afc1-eadb-46b7-80c7-6dcd1fbe71d3_2029x900.png 848w, https://substackcdn.com/image/fetch/$s_!vkc4!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3ee1afc1-eadb-46b7-80c7-6dcd1fbe71d3_2029x900.png 1272w, https://substackcdn.com/image/fetch/$s_!vkc4!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3ee1afc1-eadb-46b7-80c7-6dcd1fbe71d3_2029x900.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!vkc4!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3ee1afc1-eadb-46b7-80c7-6dcd1fbe71d3_2029x900.png" width="1456" height="646" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/3ee1afc1-eadb-46b7-80c7-6dcd1fbe71d3_2029x900.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:646,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:49476,&quot;alt&quot;:&quot;The foundation for sustainable open source projects&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="The foundation for sustainable open source projects" title="The foundation for sustainable open source projects" srcset="https://substackcdn.com/image/fetch/$s_!vkc4!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3ee1afc1-eadb-46b7-80c7-6dcd1fbe71d3_2029x900.png 424w, https://substackcdn.com/image/fetch/$s_!vkc4!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3ee1afc1-eadb-46b7-80c7-6dcd1fbe71d3_2029x900.png 848w, https://substackcdn.com/image/fetch/$s_!vkc4!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3ee1afc1-eadb-46b7-80c7-6dcd1fbe71d3_2029x900.png 1272w, https://substackcdn.com/image/fetch/$s_!vkc4!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3ee1afc1-eadb-46b7-80c7-6dcd1fbe71d3_2029x900.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption"><em>The foundation for sustainable open source projects</em></figcaption></figure></div><p>The long term financial health of project maintainers is very often the missing link between the source code and its community. The funding model of a project, or the lack of one, can influence the governance, the license choice, and even break a community.&nbsp;</p><h2>Key health indicators of open source projects</h2><p>This is where a new broader open source vision and infrastructure is needed. When I go to Github, the things I notice about a project are the number of stars and forks. These are easily gameable metrics that are supposed to indicate community engagement. The second thing I notice is the license of the project that tells me what I can do with the source code. Those who are about to invest significant amounts of time, effort, and their professional reputation into an open source project, would also check the governance model. If the project belongs to a foundation, who is sponsoring the foundation. Who is in the project management committee and how are these elected? How to change any existing procedures, project features, and who are the gatekeepers, etc. On some occasions, these rules are written down on a Wiki page, but for smaller projects, they are not written, and the project owners can do anything they wish and do it even without community involvement or transparency. Unless a project is part of a software foundation, there are no open source governance frameworks that represent the best of breed practices. There is no way to apply a governance model to a project by adding a single file (similar to the license file). When there is a governance model, there is no automatic way to guarantee that these governance rules are respected.</p><p>The last thing I want to see about a project is its financial health and sustainability metrics. As explained earlier, a financially unhealthy open source project is a promise for unexpected changes and headaches. Today, there is not a single indicator of a project&#8217;s financial health status. If a project is part of a software foundation, we can see what benefits the project is getting from such membership, but usually, these are for sustaining the foundation rather than projects. If a project is run by a single company, there is no way to know the contribution of the project to the company finances. If the project maintainers are using Github Sponsors, we can see the current sponsors, or we can check Patreon for donations, or search tens of other places for similar indicators. None of these open source <a href="https://www.oss.fund/" title="https://www.oss.fund/">funding platforms</a> is feature-complete, or popular enough with open source supporters to ensure the sustainability of the backed projects. Today, there aren&#8217;t any widely adopted long term financial commitment platforms for open source users. There aren&#8217;t any trusted financial health indicators for open source projects either.</p><h2>The missing infrastructure for open source</h2><p>Imagine a future world where open source is more than a development methodology or marketing opportunity. Instead, it is an open technological equilibrium where intellectual and financial values are exchanged. In such an open source dominated future, I want to be able to do:</p><ol><li><p>Start an open source project by choosing a license, a governance model, a funding model, click the &#8220;<em>Create</em>&#8221; button, and get all the required infrastructure in one place in an open and trustless manner.</p></li><li><p>I want the governance model I pick to be based on existing best practices, be known by its name and offer certain assurances to the community (like the licenses).</p></li><li><p>I want the governance model to be executable, enforced, and audited automatically (through open source technology such as smart contracts).</p></li><li><p>I want to see not only the number of commits to a project but also metrics about accumulated (financial) funds, and future monetary commitments.</p></li><li><p>I want to see not only the git URL for cloning the source code of a project but also the smart contract address to validate the existence of its funds.</p></li><li><p>I want to see not only the release plan and roadmaps but also the release schedule of the funds and how they are intended to be used.</p></li><li><p>I want to see not only the breakdown of programming languages but also the breakdown of money allocation.</p></li><li><p>I want to see not only software foundations focused on the technological superiority of open source projects but foundations responsible for the financial success of open source.</p></li><li><p>I want to see new financial software foundations that are focused on educating, growing, sustaining, monetizing, and funding aspects of open source projects.</p></li><li><p>I want to see these foundations competing with each other to onboard new successful open source projects. I want to see foundations getting financial support from successful projects, not the other way around.</p></li><li><p>I want to see project supporters financially incentivised for taking the risk of supporting a project early and helping bootstrap it.</p></li><li><p>I want to see projects graduating from incubation, not only when they have enough contributors, but also when there are enough funds to become sustainable for a few months or years.</p></li><li><p>I want to see not only metrics for community activity but also metrics for financial activity, indicating underfunded projects that can motivate users to raise funds and prevent maintainers from moving to other projects.</p></li><li><p>I want to see developers joining a project community not only because of interesting technology but also because a project has a generous funding model.&nbsp;</p></li><li><p>I want to see companies make a goal and outcome-driven fund allocations into specific open source projects, rather than sponsoring foundations for marketing purposes only.</p></li><li><p>I want to see not only occasional donations but also funds time-locked up for targeted project needs such as documentation, testing, training, community growth.</p></li><li><p>I want to see companies not only adding their names to the project users list but find their names in the supporting financial transactions lists.</p></li><li><p>I want to see not only employee retention programs but also companies investing in open source retention programs.</p></li><li><p>I want to see the reputation of different community members based on the work they have done for a project.</p></li><li><p>I want to see an automatic measurement of merit and distributions of funds and governance power based on it.</p></li><li><p>I want to see governance rules in control of project funds and have them executed only by people with proven merit.</p></li><li><p>I want to see companies being able to support open source projects safely and transparently, and that to be part of the project metrics, so I can make more informed decisions when I&#8217;m deciding to join an open source project or not.</p></li></ol><p>Imagine you look at a software project, and you can see it has an open source license, transparent governance model, AND financial backing. This is the open source project with the fundamentals to deliver sustainable freedom for a long period. Some of this future vision is aspirational and some is explored and applied by blockchain projects.&nbsp;</p><p>For example, <a href="https://sourcecred.io/" title="https://sourcecred.io/">SourceCred</a> is a platform for communities to measure and reward value creation. It is a transparent and open way of tracking merit based on work performed in open communities.&nbsp;</p><p><a href="https://devprotocol.xyz/" title="https://devprotocol.xyz/">Dev Protocol</a> is another one that allows OSS creators to tokenize their projects and distribute the incentives to the token holders. It also offers a unique funding model through staking where both maintainers and supporters earn yield.</p><p><a href="https://gitcoin.co/" title="https://gitcoin.co/">Gitcoin</a> is the leader in bounty offerings for the blockchain space. More interestingly, Gitcoin also offers gamified ways to learn and earn rewards, grants that are backed by the Quadratic Funding method that increase donations, etc. If you are interested in what's next for open source, go and check these projects and keep an eye on my <a href="https://twitter.com/bibryam" title="https://twitter.com/bibryam">twitter</a> feed as I cover these projects next time.</p><h2>Conclusion</h2><p>I know the term open source was never meant to include governance, community, and financing aspects of the software. But today, these are key characteristics of open source projects that can indirectly limit user freedoms and benefits in the long term. A fully open source project requires a more holistic perspective. It is more than source code in the open. It is more than an open development methodology. It is more than a consumer marketing opportunity. It is more than a roadmap for more sales. It is all of these forces managed all in the open. At that point, perhaps it is not open source only any longer. It becomes a decentralized open source software (DOSS) with open governance and open funding.</p>]]></content:encoded></item><item><title><![CDATA[Hello World from Open Source Monetization]]></title><description><![CDATA[Welcome to Open Source Monetization Newsletter by Bilgin Ibryam. This newsletter contains curated content, resources, tools, and other findings around the topic of open source monetization.]]></description><link>https://blog.oss.fund/p/monetize-open-source-newsletter</link><guid isPermaLink="false">https://blog.oss.fund/p/monetize-open-source-newsletter</guid><dc:creator><![CDATA[Bilgin Ibryam]]></dc:creator><pubDate>Wed, 16 Dec 2020 17:15:00 GMT</pubDate><enclosure url="https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/93f3bb57-8198-4d07-b59e-5d4b68d4b59c_640x360.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!CLcR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F2636c83f-306d-4171-a074-133f06462750_640x360.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!CLcR!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F2636c83f-306d-4171-a074-133f06462750_640x360.jpeg 424w, https://substackcdn.com/image/fetch/$s_!CLcR!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F2636c83f-306d-4171-a074-133f06462750_640x360.jpeg 848w, https://substackcdn.com/image/fetch/$s_!CLcR!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F2636c83f-306d-4171-a074-133f06462750_640x360.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!CLcR!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F2636c83f-306d-4171-a074-133f06462750_640x360.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!CLcR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F2636c83f-306d-4171-a074-133f06462750_640x360.jpeg" width="434" height="244.125" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/2636c83f-306d-4171-a074-133f06462750_640x360.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:360,&quot;width&quot;:640,&quot;resizeWidth&quot;:434,&quot;bytes&quot;:52644,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!CLcR!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F2636c83f-306d-4171-a074-133f06462750_640x360.jpeg 424w, https://substackcdn.com/image/fetch/$s_!CLcR!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F2636c83f-306d-4171-a074-133f06462750_640x360.jpeg 848w, https://substackcdn.com/image/fetch/$s_!CLcR!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F2636c83f-306d-4171-a074-133f06462750_640x360.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!CLcR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F2636c83f-306d-4171-a074-133f06462750_640x360.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Welcome to Open Source Monetization Newsletter by <a href="https://twitter.com/bibryam">Bilgin Ibryam</a>. This newsletter contains curated content, resources, tools, and other findings around open source monetization. </p><p>Expect quick informal updates that are longer than a tweet but shorter than a blog post. Occasionally I also blog my thoughts around open source funding inspired by the new platforms I investigate, and trends I observe while building my side project <a href="https://oss.fund">https://oss.fund</a>. Sign up now so you don&#8217;t miss any update.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://blog.oss.fund/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://blog.oss.fund/subscribe?"><span>Subscribe now</span></a></p><p>In the meantime, <a href="https://blog.oss.fund/p/monetize-open-source-newsletter?utm_source=substack&utm_medium=email&utm_content=share&action=share">tell your friends</a>!</p>]]></content:encoded></item></channel></rss>