<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>In practice &#8211; Open Source Initiative</title>
	<atom:link href="https://opensource.org/blog/category/in-practice/feed" rel="self" type="application/rss+xml" />
	<link>https://opensource.org</link>
	<description>The steward of the Open Source Definition, setting the foundation for the Open Source Software ecosystem.</description>
	<lastBuildDate>Fri, 21 Jun 2024 12:34:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/opensource.org/wp-content/uploads/2023/01/cropped-cropped-OSI_Horizontal_Logo_0-e1674081292667.png?fit=32%2C32&#038;ssl=1</url>
	<title>In practice &#8211; Open Source Initiative</title>
	<link>https://opensource.org</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/><atom:link rel="hub" href="https://websubhub.com/hub"/><site xmlns="com-wordpress:feed-additions:1">210318891</site>	<item>
		<title>The most popular licenses for each language in 2023</title>
		<link>https://opensource.org/blog/the-most-popular-licenses-for-each-language-2023</link>
					<comments>https://opensource.org/blog/the-most-popular-licenses-for-each-language-2023#comments</comments>
		
		<dc:creator><![CDATA[Nick Vidal]]></dc:creator>
		<pubDate>Thu, 07 Dec 2023 13:32:20 +0000</pubDate>
				<category><![CDATA[In practice]]></category>
		<category><![CDATA[clearlydefined]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[licenses]]></category>
		<guid isPermaLink="false">https://blog.opensource.org/?p=5520</guid>

					<description><![CDATA[The 2023 report of the licenses in use by the biggest package managers highlights the need to educate developers on the importance of licensing information. While many developers know that...]]></description>
										<content:encoded><![CDATA[
<p>The 2023 report of the licenses in use by the biggest package managers highlights the need to educate developers on the importance of licensing information. While many developers know that Open Source software forms the backbone of modern development, the data shows that much of their software is shared (and most likely also used) without a license.</p>



<p>Using data from OSI&#8217;s community project<a href="https://clearlydefined.io/about"> ClearlyDefined</a>,<a href="https://www.linkedin.com/in/aleksandrs-volodjkins-121aa3241/"> Aleksandrs Volodjkins</a> explored the ClearlyDefined dataset from September 21, 2023. ClearlyDefined is a collaborative project providing comprehensive and standardized metadata about software components&#8217; origins and licenses, its data shed light on the prevailing trends that shape the Open Source ecosystem.</p>



<p>Overall,<a href="https://opensource.org/license/mit/"> MIT</a> and<a href="https://opensource.org/license/apache-2-0/"> Apache 2.0</a> are by far the most popular licenses, although popularity of licenses vary greatly depending on the package manager. The simplicity of these licenses, allowing users to modify and distribute code with minimal restrictions without imposing additional requirements, has undoubtedly contributed to their widespread adoption.</p>



<p>The license terrain is not uniform across all package managers. Each programming language has its own set of license preferences within their ecosystems. For instance, the JavaScript community often leans towards the MIT license, while Python developers show a similar affinity for Apache 2.0. The <a href="https://opensource.org/license/isc-license-txt/">ISC</a> license, with its simplicity and permissiveness, finds its niche in the JavaScript community. BSD licenses, both <a href="https://opensource.org/license/bsd-3-clause/">3-Clause</a> and <a href="https://opensource.org/license/bsd-2-clause/">2-Clause</a>, maintain a steady but comparatively lower adoption rate. The GNU General Public License (<a href="https://opensource.org/license/gpl-3-0/">GPL</a>), embodying the ethos of free software, enjoys a presence but falls behind MIT and Apache 2.0.</p>



<h2 class="wp-block-heading"><strong>The Challenge of Unlicensed Components</strong></h2>



<p>Despite the prevalence of well-established licenses, a concerning revelation emerges from the ClearlyDefined dataset – a substantial percentage of Open Source components lack a designated license or carry the SPDX identifier &#8220;NOASSERTION.&#8221; This ambiguity introduces uncertainty about the permissible use of such components, potentially hindering collaboration, creating legal complexities, and security concerns for developers.</p>



<h2 class="wp-block-heading"><strong>The Need for Clarity and Standardization</strong></h2>



<p>Addressing the issue of unlicensed components is crucial for the continued health of the Open Source community. Developers, organizations, and the community at large benefit from clear and standardized licensing. It not only facilitates collaboration but also ensures legal compliance and protects the intellectual property of contributors. Additionally, it helps developers to keep track of components that might have vulnerabilities.</p>



<h2 class="wp-block-heading"><strong>Towards a collaborative solution</strong></h2>



<p>The issue of unlicensed components is a community-wide challenge that needs a community-wide approach. The <a href="https://clearlydefined.io">ClearlyDefined</a> project aims to address this challenge by inviting developers across different organizations to crowdsource a global database of licensing metadata for every software component ever published. It allows developers to fetch a cached copy of licensing metadata for each component through a simple API and contribute back with any missing or wrongly identified licensing metadata, helping to create a database that is accurate for the benefit of all. <a href="https://clearlydefined.io">Check it out</a>!</p>



<h2 class="wp-block-heading">Javascript (npm)</h2>



<p>The <a href="https://www.npmjs.com/">npm</a> package manager for JavaScript contains components that mostly use the <a href="https://opensource.org/license/mit/">MIT</a> license (53%), followed by <a href="https://opensource.org/license/apache-2-0/">Apache 2.0</a> (14,76%) and <a href="https://opensource.org/license/isc-license-txt/">ISC</a> (10,48%). The ISC license was published by the <a href="https://en.wikipedia.org/wiki/Internet_Systems_Consortium">Internet Systems Consortium</a> and, while popular among JavaScript projects, it’s not used much by other programming languages. A small percentage of projects don’t have a license (8%) or a SPDX-identified license / NOASSERTION (5.49%).</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="640" height="352" src="https://i0.wp.com/blog.opensource.org/wp-content/uploads/2023/11/npm-1024x563.png?resize=640%2C352&#038;ssl=1" alt="" class="wp-image-5528" srcset="https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/npm.png?resize=1024%2C563&amp;ssl=1 1024w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/npm.png?resize=300%2C165&amp;ssl=1 300w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/npm.png?resize=768%2C422&amp;ssl=1 768w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/npm.png?w=1097&amp;ssl=1 1097w" sizes="(max-width: 640px) 100vw, 640px" data-recalc-dims="1" /></figure>



<h2 class="wp-block-heading">.NET (Nuget)</h2>



<p>One of the most alarming data for <a href="https://www.nuget.org/">Nuget</a>, the package manager for . NET is that a great percentage of its components either don’t have a license (26.76%) or are found to be NOASSERTION (31.95%). Licenses under <a href="https://opensource.org/license/mit/">MIT</a> or <a href="https://opensource.org/license/apache-2-0/">Apache 2.0</a> are at 21.55% and 13.37% respectively.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i0.wp.com/blog.opensource.org/wp-content/uploads/2023/11/nuget-1024x586.png?resize=640%2C366&#038;ssl=1" alt="" class="wp-image-5527" data-recalc-dims="1"/></figure>



<h2 class="wp-block-heading">Java (Maven)</h2>



<p>The great majority of components in <a href="https://maven.apache.org/">Maven</a>, the package manager for Java, use the <a href="https://opensource.org/license/apache-2-0/">Apache 2.0</a> license (69.18%). Components with the second most popular license, the <a href="https://opensource.org/license/mit/">MIT</a>, represent only 7.4%. Components with NOASSERTION are at 14.75%.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i0.wp.com/blog.opensource.org/wp-content/uploads/2023/11/maven-1024x579.png?resize=640%2C362&#038;ssl=1" alt="" class="wp-image-5526" data-recalc-dims="1"/></figure>



<h2 class="wp-block-heading">Python (Pypi)</h2>



<p>For <a href="https://pypi.org/">Pypi</a>, the package manager for Python, components under the <a href="https://opensource.org/license/mit/">MIT</a> and <a href="https://opensource.org/license/apache-2-0/">Apache 2.0</a> licenses dominate, at 29.14% and 23.98% respectively. Components under <a href="https://opensource.org/license/bsd-2-clause/">BSD 2-Clause</a> and <a href="https://opensource.org/license/gpl-3-0/">GPL 3.0</a> are at 6.25% and 6.11%. A substantial percentage of components don’t have a license (23.69%).</p>



<figure class="wp-block-image size-large"><img decoding="async" width="640" height="361" src="https://i0.wp.com/blog.opensource.org/wp-content/uploads/2023/11/pypi-1024x578.png?resize=640%2C361&#038;ssl=1" alt="" class="wp-image-5525" srcset="https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/pypi.png?resize=1024%2C578&amp;ssl=1 1024w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/pypi.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/pypi.png?resize=768%2C434&amp;ssl=1 768w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/pypi.png?w=1073&amp;ssl=1 1073w" sizes="(max-width: 640px) 100vw, 640px" data-recalc-dims="1" /></figure>



<h2 class="wp-block-heading">Ruby (Gem)</h2>



<p>The great majority of components at <a href="https://rubygems.org/">Gem</a>, the package manager for Ruby, use the <a href="https://opensource.org/license/mit/">MIT</a> license (63.11%). They are followed by the <a href="https://opensource.org/license/apache-2-0/">Apache 2.0</a> and <a href="https://opensource.org/license/bsd-3-clause/">BSD 3-Clause</a> licenses at 8.22% and 6.66% respectively.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="640" height="350" src="https://i0.wp.com/blog.opensource.org/wp-content/uploads/2023/11/gem-1024x560.png?resize=640%2C350&#038;ssl=1" alt="" class="wp-image-5524" srcset="https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/gem.png?resize=1024%2C560&amp;ssl=1 1024w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/gem.png?resize=300%2C164&amp;ssl=1 300w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/gem.png?resize=768%2C420&amp;ssl=1 768w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/gem.png?w=1107&amp;ssl=1 1107w" sizes="(max-width: 640px) 100vw, 640px" data-recalc-dims="1" /></figure>



<h2 class="wp-block-heading">PHP (Composer)</h2>



<p>The <a href="https://opensource.org/license/mit/">MIT</a> license is a very popular choice among PHP components of the <a href="https://getcomposer.org/">Composer</a> package manager, at 64.37%. Projects under <a href="https://opensource.org/license/bsd-3-clause/">BSD 3-Clause</a> and <a href="https://opensource.org/license/apache-2-0/">Apache 2.0</a> sit at 5.72% and 3.92% respectively.&nbsp;</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="640" height="354" src="https://i0.wp.com/blog.opensource.org/wp-content/uploads/2023/11/composer-1024x567.png?resize=640%2C354&#038;ssl=1" alt="" class="wp-image-5523" srcset="https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/composer.png?resize=1024%2C567&amp;ssl=1 1024w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/composer.png?resize=300%2C166&amp;ssl=1 300w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/composer.png?resize=768%2C426&amp;ssl=1 768w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/composer.png?w=1099&amp;ssl=1 1099w" sizes="(max-width: 640px) 100vw, 640px" data-recalc-dims="1" /></figure>



<h2 class="wp-block-heading">Go</h2>



<p><a href="https://opensource.org/license/apache-2-0/">Apache 2.0</a> and <a href="https://opensource.org/license/mit/">MIT</a> licenses dominate <a href="https://pkg.go.dev/">Go</a>, with 32.49% and 20.1%. A substantial percentage of Go components don’t have a license (29.67%).</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="640" height="375" src="https://i0.wp.com/blog.opensource.org/wp-content/uploads/2023/11/golang-1024x600.png?resize=640%2C375&#038;ssl=1" alt="" class="wp-image-5522" srcset="https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/golang.png?resize=1024%2C600&amp;ssl=1 1024w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/golang.png?resize=300%2C176&amp;ssl=1 300w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/golang.png?resize=768%2C450&amp;ssl=1 768w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/golang.png?w=1047&amp;ssl=1 1047w" sizes="(max-width: 640px) 100vw, 640px" data-recalc-dims="1" /></figure>



<h2 class="wp-block-heading">Rust (Crate)</h2>



<p>For <a href="https://crates.io/">crate</a>, the Rust package manager, projects under <a href="https://opensource.org/license/mit/">MIT</a> and/or <a href="https://opensource.org/license/apache-2-0/">Apache 2.0</a> dominate. Combined, they represent 83.52%.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="640" height="353" src="https://i0.wp.com/blog.opensource.org/wp-content/uploads/2023/11/crate-1024x564.png?resize=640%2C353&#038;ssl=1" alt="" class="wp-image-5521" srcset="https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/crate.png?resize=1024%2C564&amp;ssl=1 1024w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/crate.png?resize=300%2C165&amp;ssl=1 300w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/crate.png?resize=768%2C423&amp;ssl=1 768w, https://i0.wp.com/opensource.org/wp-content/uploads/2023/11/crate.png?w=1097&amp;ssl=1 1097w" sizes="(max-width: 640px) 100vw, 640px" data-recalc-dims="1" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://opensource.org/blog/the-most-popular-licenses-for-each-language-2023/feed</wfw:commentRss>
			<slash:comments>21</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5520</post-id>	</item>
		<item>
		<title>Simplify Open Source License Compliance</title>
		<link>https://opensource.org/blog/simplify-open-source-license-compliance</link>
		
		<dc:creator><![CDATA[OSI staff]]></dc:creator>
		<pubDate>Tue, 29 Mar 2022 12:30:50 +0000</pubDate>
				<category><![CDATA[In practice]]></category>
		<guid isPermaLink="false">https://blog.opensource.org/simplify-open-source-license-compliance/</guid>

					<description><![CDATA[During our POSI 2021 event Marc Jones, General Counsel at CivicActions shared some of his top-level advice for anyone looking to open source a project]]></description>
										<content:encoded><![CDATA[<p><em>Creative, exciting applications of open source software can be found worldwide, and who better to share the details of new use cases than the practitioners themselves. In this blog series we’ll feature guests who told their open source stories during <u><a href="https://opensource.org/events/practical-open-source-information-2021">Practical Open Source Information (POSI) 2021</a></u>, an online conference hosted by OSI. Check this channel for more practical open source stories.</em></p>
<p>Marc Jones is General Counsel at CivicActions, a professional services firm providing design, technology, consulting and training services to the government. He started his law career at Software Freedom Law Center and has advised various open source and free culture organizations over the past nine years. In other words, he has a lot of experience in the licensing of open source software and shared some of his top-level advice for anyone looking to open source a project. Here’s what he had to say:</p>
<p>At the start of the project, these are the basic things to consider:</p>
<ol type="1">
<li>What will you name the project?</li>
<li>Where will you publish the code?</li>
</ol>
<p>Pick a unique name that will have longevity with the project. Down the road it will need to fit into a software distribution ecosystem, so it should not be too common a name, and it should certainly not infringe on any trademarks.</p>
<p>Marc advises making the project publicly available from day one. Giving it to third parties is the whole point of licensing and open sourcing a project. GitHub and GitLab are the most common places to publish code with distributed version control. Coordination of many file changes is what open source software platforms like Git are designed to do. Publishing here means copies can be shared, changes can be made to those copies, and suggestions can be made to those changes. It is this exchange of drafts and changes that makes the project open source.</p>
<p>After your project is named and you’ve chosen a repository in which to publish the code, it’s time to look at licensing options and important steps in setting it up. Marc shares nine popular OSI-approved licenses that lawyers and engineers are most familiar with. He also suggests considering whether you want a Copyleft license, which is designed to encourage users to produce and give back to the comments, or a Permissive license, which maximizes the number of people using the code with less restrictions on how they do it.</p>
<p>If the project was started with a third-party library, it’s wise to license your project under the same license that library uses. If you choose a different license, make sure the licenses are compatible, and be sure to update your LICENSE file with the library’s license. And don’t delete anything from the third-party code. Remember, this is a community: if the ecosystem in which your project lives prefers a certain license, Marc suggests staying aligned with that ecosystem and going with that license.</p>
<p>Finally, once you choose your license, add a copy to the LICENSE file and complete the README file, including a copyright statement and a clear statement of your inbound/outbound policies. These are basic set up procedures that are best not to be overlooked.</p>
<p>Watching Marc’s video will offer more details if you’re serious about open sourcing your project. You can do that below:</p>
<figure class="video strchf-type-video regular strchf-size-regular strchf-align-center">
<div class="embed-container">
<div class="bookmark-container" style="display: flex;"><a target="_blank" rel="noopener noreferrer" href="https://archive.org/details/ospos-and-lawyers-simplify-open-source-license-compliance-or-ho" role="button" tabindex="-1" style="display: block; color: inherit; text-decoration: none; flex-grow: 1; min-width: 0;"></p>
<div class="bookmark-focusable" style="user-select: none; transition: background 20ms ease-in 0s; cursor: pointer; width: 100%; display: flex; flex-wrap: wrap-reverse; align-items: stretch; text-align: left; overflow: hidden; border: 1px solid rgba(55, 53, 47, 0.16); border-radius: 3px; position: relative; color: inherit;">
<div style="flex: 4 1 180px; padding: 12px 14px 14px; overflow: hidden; text-align: left;">
<div class="bookmark-title" style="font-size: 14px; line-height: 20px; color: rgb(55, 53, 47); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-height: 24px; margin-bottom: 2px;"> Ospos And Lawyers Simplify Open Source License Compliance Or How Most People Do Open Source : OSI : Free Download, Borrow, and Streaming : Internet Archive</div>
<div class="bookmark-description" style="font-size: 12px; line-height: 16px; color: rgba(55, 53, 47, 0.6); height: 32px; overflow: hidden;"> This talk would walk through compliance steps from the perspective of a good faith effort to create open source software &#8212; in other words, what most people&#8230;</div>
<div class="bookmark-domain" style="display: flex; margin-top: 6px;">
<div style="font-size: 12px; line-height: 16px; color: rgb(55, 53, 47); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"> archive.org</div>
</div>
</div>
<div class="bookmark-image" style="flex: 1 1 180px; display: block; position: relative;">
<div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0;">
<div style="width: 100%; height: 100%;"><img decoding="async" src="https://archive.org/services/img/ospos-and-lawyers-simplify-open-source-license-compliance-or-ho" role="presentation" style="display: block; object-fit: cover; border-radius: 1px; background: white; width: 100%; height: 100%;"></div>
</div>
</div>
</div>
<p></a><a target="_blank" rel="noopener noreferrer" href="https://archive.org/details/ospos-and-lawyers-simplify-open-source-license-compliance-or-ho" role="button" tabindex="-1" style="display: block; color: inherit; text-decoration: none; flex-grow: 1; min-width: 0;"></a></p>
</div>
</div>
</figure>
<p><em>The previous blog in this series features an OSI board member talking about “<a href="https://opensource.org/how-to-talk-to-your-boss-about-open-source">How to talk to your boss about open source</a>”. This concludes the blog series for the Practical Open Source Information (POSI) 2021 event–thank you for reading along! To keep up on industry news, events, and insights from open source thought leaders and more, sign up for <u><a href="https://opensource.org/news">OSI&#8217;s newsletter</a></u>.</em></p>
<p><!-- strchf script --><script>if(window.strchfSettings === undefined) window.strchfSettings = {};window.strchfSettings.stats = {url: "https://open-source-initiative.storychief.io/simplify-open-source-license-compliance?id=1725525943&type=2",title: "Simplify Open Source License Compliance",id: "d41e8c3e-e034-48f3-84d1-20372c1b1028"};(function(d, s, id) {var js, sjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) {window.strchf.update(); return;}js = d.createElement(s); js.id = id;js.src = "https://d37oebn0w9ir6a.cloudfront.net/scripts/v0/strchf.js";js.async = true;sjs.parentNode.insertBefore(js, sjs);}(document, 'script', 'storychief-jssdk'))</script><!-- End strchf script --></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19780</post-id>	</item>
		<item>
		<title>GitHub’s The ReadME Project elevates the open source community through education and mentorship</title>
		<link>https://opensource.org/blog/githubs-the-readme-project-elevates-the-open-source-community-through-education-and-mentorship</link>
		
		<dc:creator><![CDATA[GitHub team]]></dc:creator>
		<pubDate>Wed, 16 Mar 2022 22:10:58 +0000</pubDate>
				<category><![CDATA[In practice]]></category>
		<guid isPermaLink="false">https://blog.opensource.org/githubs-the-readme-project-elevates-the-open-source-community-through-education-and-mentorship/</guid>

					<description><![CDATA[GitHub is committed to open source and building solutions that support the open source community. The ReadME Project amplifies the voices of the developer community by telling stories about open source, culture, security, DevOps, and more.]]></description>
										<content:encoded><![CDATA[<p>GitHub is committed to open source and building solutions that support the open source community. With <u><a href="https://github.com/readme">The ReadME Project</a></u>, GitHub is building an editorial platform where open source maintainers and contributors can share expertise in an effort to grow the collective knowledge base and inspire everyone to become better together. The ReadME Project amplifies the voices of the developer community by telling stories about open source, culture, security, DevOps, and more.</p>
<p>Through featured stories, how-to guides, developer profiles, and podcast conversations, members of GitHub’s open source community regularly publish articles relevant for every stage of the developer journey. From those <u><a href="https://github.com/readme/guides/first-job-in-tech">looking to land their first job</a></u> to <u><a href="https://github.com/readme/guides/developer-onboarding">managers or leads onboarding new employees</a></u>, The ReadME Project aims to elevate the whole community by amplifying expertise and personal stories and giving maintainers and contributors more opportunities to lift each other up.</p>
<p>&quot;A mentor once told me, &#x27;Lift as you climb&#x27;: As you move up in the tech industry, lift people along with you,&quot; said Cassidy Williams <u><a href="https://github.com/readme/stories/cassidy-williams">in a recent Developer Story</a></u>. &quot;They’ll fill in the gaps you leave behind, and the industry is so much better when everybody gives back. You get a lot by giving.&quot;</p>
<p>This is great advice not just for building a career, but an encapsulation of the open source ethos. Williams shares her conference talk slides and notes, and even her speaker rider, in a <u><a href="https://github.com/cassidoo/talks">repo</a></u>. She not only shares her technical knowledge, but also helps people learn to give their own talks so they can advance their careers and deepen their own technical knowledge.</p>
<p>Regardless of what motivates them to contribute, they&#x27;re creating positive feedback loops where the whole community benefits. &quot;Being a developer is priceless,&quot; Hoppscotch creator Liyas Thomas <u><a href="https://github.com/readme/stories/liyas-thomas">shared in an article on his open source journey</a></u>. &quot;I love building tools that help the community. I want to show others that it is possible for a guy like me to create a tool like Hoppscotch.&quot;</p>
<p>Thomas created Hoppscotch initially to scratch his own itch. His job involved testing APIs and he wasn&#x27;t satisfied with the tools available at the time. &quot;My day-to-day consisted of manually testing each one to get a schema of every response, which was hectic,&quot; Thomas wrote. &quot;When I see an opportunity to make something easier from a developer’s point of view, I try to hack a solution and make it open. So I created an MVP called Hoppscotch with buttons, an input path, and a list box, and open sourced it.&quot;</p>
<p>It&#x27;s a project with an amazing multiplier effect. Not only did it help Thomas do his job, and set an example for others to follow, it helped other developers in their own API testing, which in turn helps the end-users of the software built by all of those developers. Hoppscotch, now a thriving open source project with more than 175 contributors, also created a new opportunity for developers, designers, technical writers, community managers, and others to hone their own skills by contributing to the project.</p>
<p>Spreading these opportunities generally takes active stewardship. According to GitHub&#x27;s <u><a href="https://octoverse.github.com/">2021 State of the Octoverse report</a></u>, projects that use the &quot;Good First Issues&quot; tag see significantly more contributors than those without. For example, projects with around 25% of their Issues marked &quot;Good First Issue&quot; saw 13% more contributors, as opposed to those without.</p>
<p>Others take an even more hands-on approach. For example, CHAOSS, the organization behind the open source community analytics tools Augur and GrimoireLab, shared their experience onboarding new contributors in a <u><a href="https://github.com/readme/featured/contributor-onboarding">ReadME Project article</a></u>. In particular, they underscored the importance of mentorship.</p>
<p>&quot;Having a dedicated person who engages with new community members helps them overcome hurdles and stay involved with the project,” CHAOSS co-founder Georg Link said. The State of the Octoverse report found that mentorship increased productivity in open source projects by 46% percent and tripled the chances of having a healthy culture.</p>
<p>“It&#x27;s a paradoxical constraint,” says Sean Goggins, another co-founder of CHAOSS and maintainer of Augur. “Fostering a strong community takes pressure off maintainers so that they can focus more on the technical side because there are other people to take care of non-technical things. But community management takes time away from the technical side of the maintainer role.”</p>
<p>Creating community engagement roles within an open source project also provides still more opportunities for people to get involved and enhance not just the project, but themselves. But the growing pressure facing maintainers is real. The emerging field of &quot;<u><a href="https://github.com/readme/featured/contributor-relations">contributor relations</a></u>&quot; aims to establish healthy best practices for open source communities that benefit both maintainers and contributors.</p>
<p>There are plenty of challenges in the open source community, but they&#x27;re being met in just the same way that technical challenges are: collaboratively and in the open. And with every advance, the whole community grows stronger. You can follow the latest by subscribing to <u><a href="https://github.com/readme/?mc_cid=acb0681fa4&amp;mc_eid=a111345150#newsletter">The ReadME Project newsletter</a></u>—or help out by <u><a href="https://forms.gle/YyidRT3JT9AYHotc7">pitching your own Guides or suggesting topics</a></u> for future coverage.</p>
<p>Developers, and the technology industry as a whole, benefit enormously from open source software. Science, businesses, careers and humanity advance on open source platforms like Ruby on Rails, Node.js, and Kubernetes. The culture of open source is full of individuals who want to give back to communities that they&#x27;ve benefitted from, whether that&#x27;s by contributing code and documentation, building new tools to support an open source ecosystem, or by volunteering time to answer questions, organize events, or help with community management.</p>
<p><!-- strchf script --><script>if(window.strchfSettings === undefined) window.strchfSettings = {};window.strchfSettings.stats = {url: "https://open-source-initiative.storychief.io/githubs-the-readme-project-elevates-the-open-source-community-through-education-and-mentorship?id=811847381&type=2",title: "GitHub’s The ReadME Project elevates the open source community through education and mentorship",id: "d41e8c3e-e034-48f3-84d1-20372c1b1028"};(function(d, s, id) {var js, sjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) {window.strchf.update(); return;}js = d.createElement(s); js.id = id;js.src = "https://d37oebn0w9ir6a.cloudfront.net/scripts/v0/strchf.js";js.async = true;sjs.parentNode.insertBefore(js, sjs);}(document, 'script', 'storychief-jssdk'))</script><!-- End strchf script --></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19775</post-id>	</item>
		<item>
		<title>How to talk to your boss about open source</title>
		<link>https://opensource.org/blog/how-to-talk-to-your-boss-about-open-source</link>
		
		<dc:creator><![CDATA[OSI staff]]></dc:creator>
		<pubDate>Tue, 01 Mar 2022 13:30:55 +0000</pubDate>
				<category><![CDATA[In practice]]></category>
		<guid isPermaLink="false">https://www.dream.senzabidet.com/blog/how-to-talk-to-your-boss-about-open-source/</guid>

					<description><![CDATA[In her presentation at POSI 2021, Deborah Bryant, OSI Board Director, recalled that she was first introduced to open source when she ran a commercial ISP earlier in her career.]]></description>
										<content:encoded><![CDATA[<p><em>Creative, exciting applications of open source software can be found worldwide, and who better to share the details of new use cases than the practitioners themselves. In this blog series we’ll feature guests who told their open source stories during <u><a href="https://opensource.org/events/practical-open-source-information-2021">Practical Open Source Information (POSI) 2021</a></u>, an online conference hosted by OSI.</em></p>
<p>In her presentation at POSI 2021, Deborah Bryant, OSI Board Director, recalled that she was first introduced to open source when she ran a commercial ISP earlier in her career. It was there that a 19-year-old developer excitedly told her about Linux and got her permission to work on the open source project and become a contributor. Later, she moved on to serve as the Deputy CIO for the State of Oregon where she was tasked with explaining complex and expensive technical projects to the legislature. She shares a story of the House of Representatives receiving a bill requiring the state of Oregon to consider open source products in software bids. The bill didn’t pass but she learned a lot about open source in the government sector from that experience.</p>
<p>After her time working for the State of Oregon, she moved onto Open Source Lab at the University of Oregon. Today she does a lot of open source advocacy and work, on several boards including DemocracyLab, the Open Source Elections Technology Foundation, the Eclipse Foundation, and as leader of Red Hat’s Open Source Programs Office, and now in her final year on the board of the OSI.</p>
<p>With all this exposure to open source in various sectors, Deborah has a lot of advice to offer when talking to a decision maker about adopting open source. First, she explains that no matter who the audience is, it’s important to keep the following in mind:</p>
<ol type="1">
<li>Understand your own motivation for having this conversation about open source.</li>
<li>Understand the motivation of the person you’re talking with; what problems are they trying to solve?</li>
<li>Accept that you may not be the one to gain the buy-in. The decision maker will likely go seek other experts to support them in making their decision.</li>
<li>Use as much objective information as you can to support your cause, such as research data and use cases.</li>
</ol>
<p>Deborah introduces us to a heuristic way of thinking known as Systems Thinking. The idea is that every technology project has three components: technical, financial, and political. All of these components should be considered when briginging an open source initiative to the table.</p>
<p>Here are the considerations Deborah suggests anyone take when approaching decision makers who may be unfamiliar with open source from four different industries:</p>
<p><strong>Private Industry</strong>: in influencing a manager or peers in a company, one must ensure the open source project they’re proposing is aligned with a company’s business plan and/or technology roadmap. Figure out where open source may fit and enlist others to support the case. Some key reasons why companies work with open source include:</p>
<ul>
<li>Innovation/digital transformation</li>
<li>Cost reduction/avoid lock-in</li>
<li>Developer happiness/talent (open source attracts great developers in this time of the great resignation)</li>
<li>Product strategy</li>
<li>Industry collaboration via standard</li>
</ul>
<p>Offering statistics is always helpful, such as this one: “83% of IT executives in the software industry (of 1,300 surveyed) were more likely to select a vendor who contributes to the open source community.” (Source: Red Hat-funded research)</p>
<p><strong>Non-profit: </strong>philanthropic organizations are using open source solutions frequently because:</p>
<ul>
<li>They have shared values with the open source movement</li>
<li>They want to spend money on mission, not tools</li>
<li>People in the community can help with infrastructure, like helping them source replacement technology, as an example</li>
</ul>
<p><strong>Public Sector/Government</strong></p>
<ul>
<li>Objective data helps</li>
<li>Can help gain federal funding</li>
<li>Local community enhancement like career support for women reentering the workforce</li>
</ul>
<p><strong>Academia: </strong>students and faculty are interested in open source. She encourages identifying a strength or an enthusiastic program to build upon, finding a champion to work with, and making a case to perhaps refresh a stale program or offer something new to attract students. Examples of open source in the field of academia include:</p>
<ul>
<li>Open Source Labs</li>
<li>Computer Science and Engineering programs</li>
<li>Social innovation through open source projects for students</li>
<li>Humanitarian open source projects (side note: human benefit in a project draws more women into engineering)</li>
</ul>
<p>Deborah offers a lot of resources, a couple of which are Teaching Open Source (TOS) and Professor’s Open Source Summer Experience (POSSE). More can be seen in the video.</p>
<p>If you’re interested in watching the full video, which includes some interesting examples of open source projects in all these areas as well as conversation starters, you can watch it below:</p>
<figure class="video strchf-type-video regular strchf-size-regular strchf-align-center">
<div class="embed-container">
<div class="bookmark-container" style="display: flex;"><a target="_blank" rel="noopener noreferrer" href="https://archive.org/details/the-open-source-journey-how-to-talk-to-your-boss-about-open-source" role="button" tabindex="-1" style="display: block; color: inherit; text-decoration: none; flex-grow: 1; min-width: 0;"></p>
<div class="bookmark-focusable" style="user-select: none; transition: background 20ms ease-in 0s; cursor: pointer; width: 100%; display: flex; flex-wrap: wrap-reverse; align-items: stretch; text-align: left; overflow: hidden; border: 1px solid rgba(55, 53, 47, 0.16); border-radius: 3px; position: relative; color: inherit;">
<div style="flex: 4 1 180px; padding: 12px 14px 14px; overflow: hidden; text-align: left;">
<div class="bookmark-title" style="font-size: 14px; line-height: 20px; color: rgb(55, 53, 47); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-height: 24px; margin-bottom: 2px;"> The Open Source Journey How To Talk To Your Boss About Open Source : The Open Source Initiative : Free Download, Borrow, and Streaming : Internet Archive</div>
<div class="bookmark-description" style="font-size: 12px; line-height: 16px; color: rgba(55, 53, 47, 0.6); height: 32px; overflow: hidden;"> Track: The Open Source Journey Speakers: Deborah Bryant At some point in time, you’re going to want to have that conversation. To explain open source to&#8230;</div>
<div class="bookmark-domain" style="display: flex; margin-top: 6px;">
<div style="font-size: 12px; line-height: 16px; color: rgb(55, 53, 47); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"> archive.org</div>
</div>
</div>
<div class="bookmark-image" style="flex: 1 1 180px; display: block; position: relative;">
<div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0;">
<div style="width: 100%; height: 100%;"><img decoding="async" src="https://archive.org/services/img/the-open-source-journey-how-to-talk-to-your-boss-about-open-source" role="presentation" style="display: block; object-fit: cover; border-radius: 1px; background: white; width: 100%; height: 100%;"></div>
</div>
</div>
</div>
<p></a><a target="_blank" rel="noopener noreferrer" href="https://archive.org/details/the-open-source-journey-how-to-talk-to-your-boss-about-open-source" role="button" tabindex="-1" style="display: block; color: inherit; text-decoration: none; flex-grow: 1; min-width: 0;"></a></p>
</div>
</div>
</figure>
<p><em>The previous blog in this series, “The Business Impact of Open Source” ((add link)), came from the Google Open Source Programs Office. Click the link to read it, and come back to catch our next featured member from the Practical Open Source Information (POSI) 2021 in the coming weeks.</em></p>
<p><!-- strchf script --><script>if(window.strchfSettings === undefined) window.strchfSettings = {};window.strchfSettings.stats = {url: "https://open-source-initiative.storychief.io/how-to-talk-to-your-boss-about-open-source?id=1247633399&type=3",title: "How to talk to your boss about open source",id: "d41e8c3e-e034-48f3-84d1-20372c1b1028"};(function(d, s, id) {var js, sjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) {window.strchf.update(); return;}js = d.createElement(s); js.id = id;js.src = "https://d37oebn0w9ir6a.cloudfront.net/scripts/v0/strchf.js";js.async = true;sjs.parentNode.insertBefore(js, sjs);}(document, 'script', 'storychief-jssdk'))</script><!-- End strchf script --></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19774</post-id>	</item>
		<item>
		<title>Red Hat: Moving from a proprietary to an open source culture</title>
		<link>https://opensource.org/blog/redhat-moving-from-a-proprietary-to-an-open-source-culture</link>
		
		<dc:creator><![CDATA[OSI staff]]></dc:creator>
		<pubDate>Mon, 28 Feb 2022 16:48:29 +0000</pubDate>
				<category><![CDATA[In practice]]></category>
		<guid isPermaLink="false">https://blog.opensource.org/redhat-moving-from-a-proprietary-to-an-open-source-culture/</guid>

					<description><![CDATA[Joining and contributing to an open source community is a great way to use your skills in creative ways while getting exposure to interesting projects that will expand your skill set. This video shared one person’s experience transitioning from a proprietary environment to open source.]]></description>
										<content:encoded><![CDATA[<p><em>Creative, exciting applications of open source software can be found worldwide, and who better to share the details of new use cases than the practitioners themselves. In this blog series we’ll feature guests who told their open source stories during <u><a href="https://opensource.org/events/practical-open-source-information-2021">Practical Open Source Information (POSI) 2021</a></u>, an online conference hosted by OSI. Check this channel for more practical open source stories.</em></p>
<p>Joining and contributing to an open source community is a great way to use your skills in creative ways while getting exposure to interesting projects that will expand your skill set. This video shared one person’s experience transitioning from a proprietary environment to open source. The path to get started, the challenges along the way, and key lessons learned help viewers anticipate what moving from proprietary to open source culture could be like.</p>
<p>Petra Sargent was a software engineer for Nortel Networks after earning her degree in Computer Science 20 years ago. She had learned Pascal in college, but once she signed on with Nortel she was trained in their proprietary programming language, operating system, and version control software, complete with a confidential system architecture book that she kept locked in her desk when she wasn’t using it.</p>
<p>A question from a middle schooler at a STEM career panel Petra spoke at led her to begin to question her career path. Although she enjoyed her job, Petra began to wonder if she was able to learn different types of technology, if her skills were marketable, and if she was really being challenged creatively in this proprietary environment. Petra ended up leaving Nortel to focus on her family, but when it came time to join the workforce again, these questions lingered in her mind.</p>
<p>Prospective employers were looking for candidates with experience in Java or Python, and she found the proprietary technology she was so well versed in had become obsolete. She took it upon herself to learn Python and noticed a shift in the industry to open source when she was looking for a project to apply her learning. It was a bit intimidating to step into open source communities, but while attending a conference Petra was introduced to the perfect bridge.</p>
<p>She learned of an internship program called <a href="https://www.outreachy.org/">Outreachy </a>that offered mentoring to those traditionally underrepresented in tech to help them make their first contributions to Free and Open Source Software (FOSS) communities. In order to be accepted into Outreachy, Petra had to make a contribution to an open source community. With many options to choose from, she selected <a href="https://www.openstack.org/">OpenStack</a> as the community to make her first contribution to. She felt her skillset matched the areas of contribution available in OpenStack and it was a great way to get her feet wet in the world of open source. Her contribution was accepted and she was welcomed into the Outreachy internship program.</p>
<p>Having the support of her mentor helped ease her entry into the open source environment. Working on that first project she began to embrace the open source culture, including the principles of “fail faster,” and “release early, release often.” The collaboration and feedback loop in open source was very different from the proprietary environment, and although it took some getting used to, she found it very empowering.</p>
<p>Petra ultimately gained the skills needed to become a technical writer at Red Hat and really found her home in the open source community. Transitioning from a proprietary environment to open source isn’t always easy, but there are an abundance of resources available to help make that shift.</p>
<p>You can watch Petra’s video from the POSI event below:</p>
<figure class="video strchf-type-video regular strchf-size-regular strchf-align-center">
<div class="embed-container">
<div class="bookmark-container" style="display: flex;"><a target="_blank" rel="noopener noreferrer" href="https://archive.org/embed/posi-the-open-source-journey-moving-from-a-proprietary-to-an-open-sou" role="button" tabindex="-1" style="display: block; color: inherit; text-decoration: none; flex-grow: 1; min-width: 0;"></p>
<div class="bookmark-focusable" style="user-select: none; transition: background 20ms ease-in 0s; cursor: pointer; width: 100%; display: flex; flex-wrap: wrap-reverse; align-items: stretch; text-align: left; overflow: hidden; border: 1px solid rgba(55, 53, 47, 0.16); border-radius: 3px; position: relative; color: inherit;">
<div style="flex: 4 1 180px; padding: 12px 14px 14px; overflow: hidden; text-align: left;">
<div class="bookmark-title" style="font-size: 14px; line-height: 20px; color: rgb(55, 53, 47); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-height: 24px; margin-bottom: 2px;"> The Open Source Journey Moving From A Proprietary To An Open Source Development Culture A Primer : OSI : Free Download, Borrow, and Streaming : Internet Archive</div>
<div class="bookmark-description" style="font-size: 12px; line-height: 16px; color: rgba(55, 53, 47, 0.6); height: 32px; overflow: hidden;"> Transitioning from a proprietary into an open source development environment can be daunting, but the move is much easier than it looks. So- how does a&#8230;</div>
<div class="bookmark-domain" style="display: flex; margin-top: 6px;">
<div style="font-size: 12px; line-height: 16px; color: rgb(55, 53, 47); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"> archive.org</div>
</div>
</div>
<div class="bookmark-image" style="flex: 1 1 180px; display: block; position: relative;">
<div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0;">
<div style="width: 100%; height: 100%;"><img decoding="async" src="https://i0.wp.com/archive.org/download/posi-the-open-source-journey-moving-from-a-proprietary-to-an-open-sou/posi-the-open-source-journey-moving-from-a-proprietary-to-an-open-sou.thumbs/614c5eaed2719-the-open-source-journey-moving-from-a-proprietary-to-an-open-source-development-culture-a-primer_000054.jpg?w=640&#038;ssl=1" role="presentation" style="display: block; object-fit: cover; border-radius: 1px; background: white; width: 100%; height: 100%;" data-recalc-dims="1"></div>
</div>
</div>
</div>
<p></a><a target="_blank" rel="noopener noreferrer" href="https://archive.org/embed/posi-the-open-source-journey-moving-from-a-proprietary-to-an-open-sou" role="button" tabindex="-1" style="display: block; color: inherit; text-decoration: none; flex-grow: 1; min-width: 0;"></a></p>
</div>
</div>
</figure>
<p><em>The previous blog in this series features OSI members from the Rochester Institute of Technology in <u><a href="https://opensource.org/blog/helping-students-embrace-open-source">“Beyond Code and Licenses: Co-developing Community Strategies Within Academia.”</a></u> Come back to catch our next featured member from the Practical Open Source Information (POSI) 2021 in the coming weeks.</em></p>
<p><!-- strchf script --><script>if(window.strchfSettings === undefined) window.strchfSettings = {};window.strchfSettings.stats = {url: "https://open-source-initiative.storychief.io/redhat-moving-from-a-proprietary-to-an-open-source-culture?id=617638244&type=2",title: "Red Hat: Moving from a proprietary to an open source culture",id: "d41e8c3e-e034-48f3-84d1-20372c1b1028"};(function(d, s, id) {var js, sjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) {window.strchf.update(); return;}js = d.createElement(s); js.id = id;js.src = "https://d37oebn0w9ir6a.cloudfront.net/scripts/v0/strchf.js";js.async = true;sjs.parentNode.insertBefore(js, sjs);}(document, 'script', 'storychief-jssdk'))</script><!-- End strchf script --></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19736</post-id>	</item>
		<item>
		<title>Open@RIT: Helping Students Embrace the Power of Open Source</title>
		<link>https://opensource.org/blog/helping-students-embrace-open-source</link>
		
		<dc:creator><![CDATA[OSI staff]]></dc:creator>
		<pubDate>Wed, 12 Jan 2022 19:30:37 +0000</pubDate>
				<category><![CDATA[In practice]]></category>
		<guid isPermaLink="false">https://www.dream.senzabidet.com/blog/helping-students-embrace-open-source/</guid>

					<description><![CDATA[Creative, exciting applications of open source software can be found worldwide, and who better to share the details of new use cases than the practitioners themselves. In this blog series...]]></description>
										<content:encoded><![CDATA[<p><em>Creative, exciting applications of open source software can be found worldwide, and who better to share the details of new use cases than the practitioners themselves. In this blog series we’ll feature guests who told their open source stories during <u><a href="https://opensource.org/events/practical-open-source-information-2021">Practical Open Source Information (POSI) 2021</a></u>, an online conference hosted by OSI. Five blogs will be featured in this series, so visit the OSI blog frequently to learn from what these open source advocates have to share.</em></p>
<p>Creative, exciting applications of open source software can be found worldwide, and who better to share the details of new use cases than the practitioners themselves. In this blog series we’ll feature guests who told their open source stories during <u><a href="https://opensource.org/events/practical-open-source-information-2021">Practical Open Source Information (POSI) 2021</a></u>, an online conference hosted by OSI.</p>
<p>The Rochester Institute of Technology (RIT) not only offers a minor in free and open source software and free culture, but it also recently created an official Center of Excellence called Open@RIT. It’s dedicated to fostering the collaborative engine for faculty, staff, and students working on open source projects. The goal is to discover and grow the footprint of RIT’s impact on all things open across many disciplines, both within the university and beyond. This includes open source software, open data, open science, open hardware, and open educational resources and creative commons licensed efforts, which collectively they refer to as Open Work.</p>
<p>Mike Nolan, Assistant Director at Open@RIT and Django Skorupa, Strategic Designer, walked POSI participants through their work, and you can watch their presentation, the video of which is embedded at the end of this post.</p>
<p>Through their Open@RIT Fellowships, students interested in careers working with open source have the opportunity to serve on a project accelerator, offering them exposure to the launch or conversion of projects to open source. Open@RIT Fellows can begin building a community around and collaborating on on-campus projects to get first-hand experience in the maintenance and structure of the community, an important facet of open projects that balances the contribution of community members. Essentially, Open@RIT is a cooperative education program set up as a consultancy where student fellows are placed on a team that provides services such as design, development, technical writing, and project management on Open Work being developed by members of the RIT community.</p>
<p>In its early days, the program focused on the creation of a methodology playbook detailing how Fellows work with faculty members, staff, and students on their open projects and how they create, build, and sustain communities around that work. This methodology playbook offers a framework for fellows to follow in their efforts to better understand and support the community that surrounds the Open Work. Leaders at Open@RIT give credit to the <u><a href="https://mozilla.github.io/open-leadership-training-series/">Mozilla Open Leadership Training Series</a></u> and the work of Nadia Eghbal in her book Working in Public for inspiring their program and the development of the methodology.</p>
<p>The consulting process used by Open@RIT with Fellows has three steps. Step one is contextualization, asking questions that allow student fellows to understand the scope and goals of the project. Step two is identification of stakeholders and contributors and how they’re attracted to a project, examined through an archetypal model. Here, goals of the stakeholders and contributors are compared with the goals of the project, revealing gaps in the contributor pathways. This naturally leads to step three which is identifying shortcomings. This step uncovers the role Open@RIT can play in support of the project, moving it toward a unified goal. This step develops a ground-up solution, reframing the problem as many times as necessary until an end-to-end pathway is established. Services provided by the fellows include project documentation, marketing inbound materials, feedback systems, and outreach and networking strategies.</p>
<p>Many Open@RIT Fellows have never worked in open source before. The program offers them a valuable opportunity to learn about open source terms and methods while actually doing the work. Developing open source projects in an academic setting offers students an ecosystem that embraces questioning, teaching, and mentorship, which aligns with the definition of open source itself and equips these students to step into careers in open source with experience that sets them up for success.</p>
<p>Watch Nolan and Django of Open@RIT at the POSI event:</p>
<p><iframe loading="lazy" src="https://archive.org/embed/posi-academia-and-beyond-beyond-code-and-licenses-co-developing-commu" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen="" width="480" height="480" frameborder="0"></iframe></p>
<figure class="video strchf-type-video regular strchf-size-regular strchf-align-center">
<div class="embed-container">
<div>&nbsp;</div>
</div>
</figure>
<p><em>Come back to catch our next featured member from the Practical Open Source Information (POSI) 2021 next week.</em></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19766</post-id>	</item>
		<item>
		<title>ClearlyDefined is clearly making progress</title>
		<link>https://opensource.org/blog/2021-12-clearlydefined</link>
		
		<dc:creator><![CDATA[OSI staff]]></dc:creator>
		<pubDate>Wed, 29 Dec 2021 21:41:30 +0000</pubDate>
				<category><![CDATA[In practice]]></category>
		<guid isPermaLink="false">https://www.dream.senzabidet.com/blog/2021-12-clearlydefined/</guid>

					<description><![CDATA[ClearlyDefined is a central, curated data store for Open Source Software licenses.]]></description>
										<content:encoded><![CDATA[<p>The <u><a href="https://clearlydefined.io/">ClearlyDefined</a></u> community has been busy the past month bringing much-needed improvements to the project.</p>
<p>As a reminder, ClearlyDefined is a repository of information about free and open source software (FOSS). You can turn to ClearlyDefined when you want to locate source information for a version (e.g., Git commit), verify licenses, and catch up on vulnerability notifications—all in one place.</p>
<p>ClearlyDefined premiered in 2017. Since then, the community has reached several milestones, including these recent achievements:</p>
<ul>
<li>Support for Go components. If you use Go modules, you can now retrieve their license definitions using ClearlyDefined. For more information about how to do this, please see our <u><a href="https://docs.clearlydefined.io/docs/get-involved/using-data">documentation</a></u>.</li>
<li>A redesign of the ClearlyDefined user interface with a focus on usability and accessibility. This redesign should be deployed before the end of 2021.</li>
</ul>
<p>The community continues to complete curations and contribute code. <u><a href="https://github.com/clearlydefined/service/pull/893">A recent contribution from from Qing Tomlinson</a></u> fixed a long standing issue with characters in PyPi definition coordinates.</p>
<p>Moving into the new year, the ClearlyDefined community will be planning its road map and user stories for the new year. <u><a href="https://docs.clearlydefined.io/docs/get-involved/intro">Please join in</a></u> and contribute to a very worthwhile cause that benefits the entire open source community. Learn more and join us at: <u><a href="https://clearlydefined.io/">https://clearlydefined.io/</a></u></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19764</post-id>	</item>
	</channel>
</rss>
