<?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[Open Pioneers]]></title><description><![CDATA[Weekly Notes on Open Source.]]></description><link>https://www.openpioneers.com</link><image><url>https://substackcdn.com/image/fetch/$s_!_tQW!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F15b72c5b-fa47-4b47-b78f-b967b2329e91_500x500.png</url><title>Open Pioneers</title><link>https://www.openpioneers.com</link></image><generator>Substack</generator><lastBuildDate>Wed, 29 Apr 2026 11:57:23 GMT</lastBuildDate><atom:link href="https://www.openpioneers.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Jonathan Reimer]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[openpioneers@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[openpioneers@substack.com]]></itunes:email><itunes:name><![CDATA[Jonathan Reimer]]></itunes:name></itunes:owner><itunes:author><![CDATA[Jonathan Reimer]]></itunes:author><googleplay:owner><![CDATA[openpioneers@substack.com]]></googleplay:owner><googleplay:email><![CDATA[openpioneers@substack.com]]></googleplay:email><googleplay:author><![CDATA[Jonathan Reimer]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[What Is Fair Code?]]></title><description><![CDATA[We&#8217;re seeing a rise in what&#8217;s being called &#8220;Fair Code&#8221; &#8212; software that looks like open source, but comes with commercial restrictions.&#160;What exactly is Fair Code, and is it&#8230; fair?]]></description><link>https://www.openpioneers.com/p/what-is-fair-code</link><guid isPermaLink="false">https://www.openpioneers.com/p/what-is-fair-code</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 07 May 2025 15:24:16 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/99401a04-03d6-462f-b128-078bc3335668_1536x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome back to <a href="https://www.openpioneers.com/">Open Pioneers</a> #37 - your weekly notes on open source.</p><div><hr></div><p>A few years ago, &#8220;open source&#8221; had a clear meaning: the code was free to use, modify, and redistribute &#8212; commercially or not. Today, we&#8217;re seeing a rise in what&#8217;s being called <strong>&#8220;Fair Code&#8221; &#8212; software that looks like open source, but comes with commercial restrictions</strong>. </p><p>As more companies adopt this model, developers are asking: <em>What exactly is Fair Code, and is it&#8230; fair?</em></p><h2>The Basics</h2><p>A Fair Code license allows you to access, use, and modify the source code &#8212; but usually prohibits certain types of commercial use, like offering the software as a paid service or selling it as part of a product. The term was popularized by companies like <a href="https://n8n.io/">n8n</a> and <a href="https://sentry.io/welcome/">Sentry</a> who wanted a middle ground between full open source and closed proprietary software.</p><p>Unlike OSI-approved open source licenses (MIT, Apache, GPL), Fair Code licenses violate the principle of non-discrimination: they restrict how and where the software can be used &#8212; usually to protect the author&#8217;s business.</p><h2>Why Fair Code Exists</h2><p>The Fair Code movement is largely <strong>a response to what some call the &#8220;AWS problem&#8221;</strong> &#8212; big companies taking open source software, wrapping it in a cloud service, and profiting without giving back. Tools like ElasticSearch, MongoDB, and Terraform have changed licenses in recent years to prevent this. The creators argue: <em>we built it, we maintain it, why should others profit without contributing?</em></p><p>Fair Code licenses give them leverage. The Business Source License (BSL), for example, used by MariaDB, HashiCorp, and others, blocks competing services &#8212; but often includes a time delay, after which the code becomes truly open source.</p><h2>Fair Code Supporters Say&#8230;</h2><p>Fair Code supporters see it as <strong>a way to fund sustainable development</strong> without going fully closed. The idea is to keep software transparent and collaborative &#8212; but ask commercial users to pay their fair share.</p><p>And for most devs? These licenses don&#8217;t matter. You can still clone the repo, self-host the tool, hack on it, and use it internally &#8212; just don&#8217;t try to turn it into a business.</p><p>Some even argue it&#8217;s <em>more fair</em> than permissive open source: it gives startups a way to grow without being crushed by cloud giants.</p><h2>Fair Code Critics Say&#8230;</h2><p>Purists argue <strong>Fair Code isn&#8217;t open source &#8212; and shouldn&#8217;t be called that</strong>. They warn it creates confusion, legal grey zones, and a slippery slope away from the open ecosystem we&#8217;ve all benefited from.</p><p>Some see it as a bait: companies build communities on open principles, but gatekeep the commercial opportunities for themselves.</p><p>There&#8217;s also the trust factor. Fair Code projects are often vendor-controlled with custom licenses. Future license changes could break your usage, and you're at the mercy of the company behind it.</p><h2>Should You Use Fair Code Software?</h2><p><strong>If you&#8217;re a developer building a product</strong>: Read the license. If you're not competing with the author, you&#8217;re often fine &#8212; but don&#8217;t assume it's &#8220;just like MIT.&#8221; If the tool is business-critical, ask: <em>What if we need to fork this? What if the company disappears?</em></p><p><strong>If you&#8217;re a maintainer or startup founder</strong>: Fair Code could offer sustainability without going fully closed. But it might limit adoption or scare off contributors. If you go this route, be transparent and clear about your reasons. Some devs will understand &#8212; some won&#8217;t.</p><h2>Fair = Open?</h2><p>Fair Code is here to stay, whether or not the open source community likes it. For some, it&#8217;s a pragmatic response to economic realities. For others, it&#8217;s a threat to the core freedoms that built the open web.</p><p>As developers, we now need to look a little closer at the licenses behind the tools we use &#8212; and decide where we draw the line between <strong>open</strong> and <strong>fair</strong>.</p><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.openpioneers.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Open Pioneers! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h2>New &amp; Hot Open Source Projects &#128293;</h2><p><strong>Open Source DeepWiki</strong>: An AI-powered wiki generator for GitHub/Gitlab/Bitbucket repositories. <a href="https://github.com/AsyncFuncAI/deepwiki-open">GitHub</a></p><p><strong>CoRT (Chain of Recursive Thoughts)</strong>: CoRT makes AI models recursively think about their responses, generate alternatives, and pick the best one. It's like giving the AI the ability to doubt itself and try again... and again... and again. <a href="https://github.com/PhialsBasement/Chain-of-Recursive-Thoughts">GitHub</a></p><p><strong>No-as-a-Service</strong>: A simple API that returns a random rejection reason. Use it when you need a realistic excuse, a fun &#8220;no,&#8221; or want to simulate being turned down in style. <a href="https://github.com/hotheadhacker/no-as-a-service">GitHub</a></p><div><hr></div><h2>Open Source News &#128478;&#65039;</h2><ul><li><p>Pentagon declares war on 'outdated' software buying, opens fire on open source <a href="https://www.theregister.com/2025/05/06/us_dod_software_procurement/">Link</a></p></li><li><p>Redis is Open Source Again. <a href="https://thenewstack.io/redis-is-open-source-again/">Link</a></p></li><li><p>NATS custody battle ends with CNCF, Synadia sharing nicely <a href="https://www.theregister.com/2025/05/02/cncf_synadia_nats/">Link</a></p></li><li><p>I skip open source apps when I see this on their website <a href="https://www.howtogeek.com/i-skip-open-source-apps-when-i-see-this-on-their-website/">Link</a></p></li></ul><div><hr></div><p>Until next week,</p><p>Jonathan (<a href="https://x.com/jonathimer">@jonathimer</a>)</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.openpioneers.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Open Pioneers! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[The Secret Sauce Behind The Robot Revolution]]></title><description><![CDATA[Open source makes robotics tools, code, and hardware accessible to developers around the world.]]></description><link>https://www.openpioneers.com/p/the-secret-sauce-behind-the-robot</link><guid isPermaLink="false">https://www.openpioneers.com/p/the-secret-sauce-behind-the-robot</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 30 Apr 2025 15:48:36 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Ajnm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome back to <a href="https://www.openpioneers.com/">Open Pioneers</a> #36 - your weekly notes on open source.</p><div><hr></div><p>Robotics is on the rise and likely going be the next frontier technology after AI. Now that we have access to cheap machine intelligence, we also want to deploy this intelligence to redundant physical tasks currently done by humans - assembling cars, delivering parcels, or baking pizza.</p><p>A main driver behind the upcoming robot revolution is open source.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Ajnm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Ajnm!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!Ajnm!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!Ajnm!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!Ajnm!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Ajnm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/dc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2128489,&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;:&quot;https://www.openpioneers.com/i/162520232?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Ajnm!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!Ajnm!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!Ajnm!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!Ajnm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdc1f2cbd-72f9-485b-b7f2-3d3849047451_1536x1024.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><h3>Open Source is a Catalyst for Robotics</h3><p>Not long ago, building a robot meant starting from scratch or relying on proprietary systems. Now, thanks to open source frameworks, every builder with a laptop can leverage world-class tools and building blocks. By openly sharing everything from motor drivers to perception algorithms, developers can avoid reinventing the wheel and focus on new ideas. When one lab or hobbyist improves a navigation algorithm, the whole community can benefit almost immediately.</p><p>At the core of modern robotics is the <strong><a href="https://www.ros.org/">Robot Operating System (ROS)</a></strong>, which provides the essential software &#8220;plumbing&#8221; for robot applications. With its massive library of community-contributed code and a permissive license, ROS lets companies prototype and deploy robots faster instead of developing every component from scratch.</p><p>Equally important are tools like <strong><a href="https://gazebosim.org/home">Gazebo simulator</a></strong> (for realistic robot simulation) and libraries like <strong><a href="https://opencv.org/">OpenCV</a></strong> (giving robots vision), which integrate seamlessly with ROS. There are also countless niche projects maintained by the community &#8211; from ROS packages for drone control to middleware like <strong><a href="https://www.open-rmf.org/">Open-RMF</a></strong> for coordinating multi-robot systems.</p><p>Together, these openly shared platforms form a rich ecosystem; a developer encountering a new problem can often find that someone has already shared a solution.</p><h3>Lowering the Entry Barriers for Building Robots</h3><p>Open platforms put advanced robotics capabilities within reach of anyone with a computer and curiosity. Because the software is free and hardware designs are low-cost or DIY-friendly, you don&#8217;t need expensive proprietary tools to build and experiment. A hobbyist can download a ready-made ROS navigation stack or laser-cut a robot chassis from open plans - without hefty fees.</p><p>This broad accessibility creates a snowball effect: When more people can participate, more ideas get tested and shared. Open source also encourages customization. Developers are free to tweak the code or hardware to fit their needs, a freedom proprietary systems often don&#8217;t allow.</p><p>Open hardware is lowering costs and improving innovation in robotics - and indeed, we&#8217;re now seeing an explosion of creative projects built on affordable open platforms. From low-cost prosthetic arms to a do-it-yourself Mars rover that anyone can build, open tech is empowering more people to push the boundaries of what robots can do.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!DsdV!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71289e46-e360-447d-af1a-0d3380341708_666x500.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!DsdV!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71289e46-e360-447d-af1a-0d3380341708_666x500.jpeg 424w, https://substackcdn.com/image/fetch/$s_!DsdV!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71289e46-e360-447d-af1a-0d3380341708_666x500.jpeg 848w, https://substackcdn.com/image/fetch/$s_!DsdV!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71289e46-e360-447d-af1a-0d3380341708_666x500.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!DsdV!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71289e46-e360-447d-af1a-0d3380341708_666x500.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!DsdV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71289e46-e360-447d-af1a-0d3380341708_666x500.jpeg" width="666" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/71289e46-e360-447d-af1a-0d3380341708_666x500.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:500,&quot;width&quot;:666,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;image&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="image" title="image" srcset="https://substackcdn.com/image/fetch/$s_!DsdV!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71289e46-e360-447d-af1a-0d3380341708_666x500.jpeg 424w, https://substackcdn.com/image/fetch/$s_!DsdV!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71289e46-e360-447d-af1a-0d3380341708_666x500.jpeg 848w, https://substackcdn.com/image/fetch/$s_!DsdV!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71289e46-e360-447d-af1a-0d3380341708_666x500.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!DsdV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71289e46-e360-447d-af1a-0d3380341708_666x500.jpeg 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">An Open-Source Mars Rover [<a href="https://discourse.ros.org/t/the-new-nasa-jpl-open-source-mars-rover-is-here/33650">Source</a>]</figcaption></figure></div><h3>AI + Robotics: An Open Source Synergy</h3><p>Modern robotics increasingly blurs into the realm of artificial intelligence, and here too open source is the glue holding things together. The rise of machine learning in robots has been fueled by open frameworks like <strong><a href="https://www.tensorflow.org/">TensorFlow</a></strong> and <strong><a href="https://pytorch.org/">PyTorch</a></strong>, which allow developers to plug advanced AI models into their robots without starting from scratch. For example, TensorFlow&#8217;s compatibility with ROS makes it straightforward to deploy a neural network alongside ROS&#8217;s control code.</p><p>Open source has also become the standard for robotics simulation and AI training. Consider OpenAI&#8217;s Gym environments, which provide free simulated challenges (controlling a robot arm, balancing a bot, etc.) that researchers use to train and test reinforcement learning algorithms. Such shared environments are critical for training and testing AI models in simulated scenarios, allowing teams to develop smart robotics software virtually before trying it on real hardware.</p><h3>An Open Future for Robotics</h3><p>All signs point to a future where robotics is even more open and collaborative.</p><p>Developers will be able to create highly customized robotic solutions by modifying open source algorithms to fit specific needs instead of reinventing the wheel. </p><p>When the brightest minds worldwide can freely exchange ideas and code, the possibilities for robots expand tremendously.</p><p>We may soon live in a world where robots are as ubiquitous and adaptable as smartphones &#8211; each one empowered by the collective contributions of global developers. Open source will be the foundation of this unfolding future.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.openpioneers.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Open Pioneers! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h2>New &amp; Hot Open Source Projects &#128293;</h2><p><strong>Abogen</strong>: A powerful text-to-speech conversion tool that makes it easy to turn ePub, PDF, or text files into high-quality audio with matching subtitles in seconds. Use it for audiobooks, voiceovers for Instagram, YouTube, TikTok, or any project that needs natural-sounding text-to-speech. <a href="https://github.com/denizsafak/abogen">GitHub</a></p><p><strong>Kimi-Audio</strong>: An open-source audio foundation model excelling in audio understanding, generation, and conversation. <a href="https://github.com/MoonshotAI/Kimi-Audio">GitHub</a></p><p><strong>Email Sleuth</strong>: A Rust application to discover and verify professional email addresses based on contact names and company websites. <a href="https://github.com/tokenizer-decode/email-sleuth">GitHub</a></p><div><hr></div><h2>Open Source Funding Rounds &#128184;</h2><ul><li><p><a href="https://www.chainguard.dev/">Chainguard</a>, a platform for securing open source container images and build systems, raised $356M on a $3.5B valuation. <a href="https://fortune.com/2025/04/23/exclusive-chainguard-secures-356-million-series-d-as-valuation-soars-to-3-5-billion/">Link</a></p></li><li><p><a href="https://www.hopper.security/">Hopper</a>, an open source risk management platform, raised $7.6M. <a href="https://www.hopper.security/post/out-of-stealth-into-the-future-of-open-source-security">Link</a></p></li><li><p><a href="https://datarecce.io/">Recce</a>, a code review tool for data transformation projects and AI systems, raised $4M in funding. <a href="https://www.finsmes.com/2025/04/recce-raises-4m-in-funding.html">Link</a></p></li></ul><div><hr></div><h2>Further Reads &#128279;</h2><ul><li><p>Alibaba launches new Qwen LLMs in China&#8217;s latest open-source AI breakthrough. <a href="https://www.cnbc.com/2025/04/29/-alibaba-qwen3-ai-series-chinas-latest-open-source-ai-breakthrough.html">Link</a></p></li><li><p>CNCF pushs back on Synadia&#8217;s attempt to pull back NATS. <a href="https://www.cncf.io/blog/2025/04/24/protecting-nats-and-the-integrity-of-open-source-cncfs-commitment-to-the-community/">Link</a></p></li><li><p>Why OpenSSF's Baseline Security for OSS projects is important. <a href="https://www.i-programmer.info/news/136-open-source/17982-why-openssfs-baseline-security-for-open-source-projects-is-important.html">Link</a></p></li><li><p>Vitalik Buterin proposes replacing Ethereum&#8217;s EVM with RISC-V. <a href="https://www.coindesk.com/tech/2025/04/21/vitalik-buterin-proposes-replacing-ethereums-evm-with-risc-v">Link</a></p></li><li><p>Pentagon seeks open-source software for 5G, 6G networks. <a href="https://breakingdefense.com/2025/04/pentagon-seeks-open-source-software-for-5g-6g-networks/">Link</a></p></li></ul><div><hr></div><p>Until next week,</p><p>Jonathan (<a href="https://x.com/jonathimer">@jonathimer</a>)</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.openpioneers.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Open Pioneers! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Is Open Source A Good Decision for Founders & Investors?]]></title><description><![CDATA[Taking a look at the COSS report 2025 by Serena VC.]]></description><link>https://www.openpioneers.com/p/is-open-source-a-good-decision</link><guid isPermaLink="false">https://www.openpioneers.com/p/is-open-source-a-good-decision</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 23 Apr 2025 08:30:51 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome back to <a href="https://www.openpioneers.com/">Open Pioneers</a> #35.</p><p>Serena VC recently published the <a href="https://cossreport.com/">COSS report 2025</a> analyzing 25 years of venture data, tracking over 800 VC-backed commercial open source software (COSS) companies globally. The lead author of the report, <a href="https://www.linkedin.com/in/matthieulavergne/">Matthieu Lavergne</a>, went out to answer a critical question: </p><p>&#8220;Is Open Source a Good Financial Decision for Founders and Investors?&#8221;</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Us8x!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Us8x!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!Us8x!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!Us8x!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!Us8x!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Us8x!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1812477,&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;:&quot;https://www.openpioneers.com/i/161915693?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Us8x!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!Us8x!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!Us8x!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!Us8x!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60e3bcdf-abf1-4caf-baa5-f630f3069123_1536x1024.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><strong>The short answer is &#8220;Yes.&#8221;</strong></p><p><strong>Open source companies raise their rounds faster, at higher valuations, and exit at much better valuations compared to their closed-source counterparts.</strong></p><p>In 2024, open source proved itself as an established investment category with 211 deals and $26.4 billion in funding.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!1w8W!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdda68847-0ddc-408f-8dd0-749ec4aab08d_1538x926.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!1w8W!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdda68847-0ddc-408f-8dd0-749ec4aab08d_1538x926.png 424w, https://substackcdn.com/image/fetch/$s_!1w8W!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdda68847-0ddc-408f-8dd0-749ec4aab08d_1538x926.png 848w, https://substackcdn.com/image/fetch/$s_!1w8W!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdda68847-0ddc-408f-8dd0-749ec4aab08d_1538x926.png 1272w, https://substackcdn.com/image/fetch/$s_!1w8W!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdda68847-0ddc-408f-8dd0-749ec4aab08d_1538x926.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!1w8W!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdda68847-0ddc-408f-8dd0-749ec4aab08d_1538x926.png" width="1456" height="877" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/dda68847-0ddc-408f-8dd0-749ec4aab08d_1538x926.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:877,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:134591,&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;:false,&quot;internalRedirect&quot;:&quot;https://www.openpioneers.com/i/161915693?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdda68847-0ddc-408f-8dd0-749ec4aab08d_1538x926.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!1w8W!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdda68847-0ddc-408f-8dd0-749ec4aab08d_1538x926.png 424w, https://substackcdn.com/image/fetch/$s_!1w8W!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdda68847-0ddc-408f-8dd0-749ec4aab08d_1538x926.png 848w, https://substackcdn.com/image/fetch/$s_!1w8W!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdda68847-0ddc-408f-8dd0-749ec4aab08d_1538x926.png 1272w, https://substackcdn.com/image/fetch/$s_!1w8W!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdda68847-0ddc-408f-8dd0-749ec4aab08d_1538x926.png 1456w" sizes="100vw"></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">Source: COSS Report 2025, Page 5</figcaption></figure></div><p>Open source companies raise their rounds more quickly and at better valuations. For instance, open source companies need 20% less time between Seed and Series A rounds, and they raise at a 1.60x higher valuation compared to closed-source companies.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!kl4q!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Febd199b7-7cf3-4159-8647-b037a2397e9d_1460x940.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!kl4q!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Febd199b7-7cf3-4159-8647-b037a2397e9d_1460x940.png 424w, https://substackcdn.com/image/fetch/$s_!kl4q!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Febd199b7-7cf3-4159-8647-b037a2397e9d_1460x940.png 848w, https://substackcdn.com/image/fetch/$s_!kl4q!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Febd199b7-7cf3-4159-8647-b037a2397e9d_1460x940.png 1272w, https://substackcdn.com/image/fetch/$s_!kl4q!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Febd199b7-7cf3-4159-8647-b037a2397e9d_1460x940.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!kl4q!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Febd199b7-7cf3-4159-8647-b037a2397e9d_1460x940.png" width="1456" height="937" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ebd199b7-7cf3-4159-8647-b037a2397e9d_1460x940.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:937,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:151258,&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;:&quot;https://www.openpioneers.com/i/161915693?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Febd199b7-7cf3-4159-8647-b037a2397e9d_1460x940.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!kl4q!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Febd199b7-7cf3-4159-8647-b037a2397e9d_1460x940.png 424w, https://substackcdn.com/image/fetch/$s_!kl4q!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Febd199b7-7cf3-4159-8647-b037a2397e9d_1460x940.png 848w, https://substackcdn.com/image/fetch/$s_!kl4q!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Febd199b7-7cf3-4159-8647-b037a2397e9d_1460x940.png 1272w, https://substackcdn.com/image/fetch/$s_!kl4q!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Febd199b7-7cf3-4159-8647-b037a2397e9d_1460x940.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">Source: COSS Report 2025, Page 20</figcaption></figure></div><p>While some might think these results reflect the hype around open source, the report shows that 12% of all VC-backed open source companies have reached M&amp;A or IPO stages, demonstrating that exits in the open source space are not just achievable but a relatively likely outcome.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!tCxQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e20529f-36fa-4f5f-9a3e-7c05312c5f4b_2780x1018.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!tCxQ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e20529f-36fa-4f5f-9a3e-7c05312c5f4b_2780x1018.png 424w, https://substackcdn.com/image/fetch/$s_!tCxQ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e20529f-36fa-4f5f-9a3e-7c05312c5f4b_2780x1018.png 848w, https://substackcdn.com/image/fetch/$s_!tCxQ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e20529f-36fa-4f5f-9a3e-7c05312c5f4b_2780x1018.png 1272w, https://substackcdn.com/image/fetch/$s_!tCxQ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e20529f-36fa-4f5f-9a3e-7c05312c5f4b_2780x1018.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!tCxQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e20529f-36fa-4f5f-9a3e-7c05312c5f4b_2780x1018.png" width="1456" height="533" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1e20529f-36fa-4f5f-9a3e-7c05312c5f4b_2780x1018.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:533,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:184638,&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;:&quot;https://www.openpioneers.com/i/161915693?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e20529f-36fa-4f5f-9a3e-7c05312c5f4b_2780x1018.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!tCxQ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e20529f-36fa-4f5f-9a3e-7c05312c5f4b_2780x1018.png 424w, https://substackcdn.com/image/fetch/$s_!tCxQ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e20529f-36fa-4f5f-9a3e-7c05312c5f4b_2780x1018.png 848w, https://substackcdn.com/image/fetch/$s_!tCxQ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e20529f-36fa-4f5f-9a3e-7c05312c5f4b_2780x1018.png 1272w, https://substackcdn.com/image/fetch/$s_!tCxQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e20529f-36fa-4f5f-9a3e-7c05312c5f4b_2780x1018.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">Source: COSS Report 2025, Page 32</figcaption></figure></div><p>The most striking finding, however, is that open source companies exit at far better valuations than their closed-source counterparts. On average, <strong>open source companies are valued approximately 7.6x higher at IPO and 16x higher at M&amp;A</strong>, based on median valuations.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!1A3l!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc402782d-37bf-4ed5-8b4e-b0e61f9ef807_1600x768.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!1A3l!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc402782d-37bf-4ed5-8b4e-b0e61f9ef807_1600x768.png 424w, https://substackcdn.com/image/fetch/$s_!1A3l!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc402782d-37bf-4ed5-8b4e-b0e61f9ef807_1600x768.png 848w, https://substackcdn.com/image/fetch/$s_!1A3l!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc402782d-37bf-4ed5-8b4e-b0e61f9ef807_1600x768.png 1272w, https://substackcdn.com/image/fetch/$s_!1A3l!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc402782d-37bf-4ed5-8b4e-b0e61f9ef807_1600x768.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!1A3l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc402782d-37bf-4ed5-8b4e-b0e61f9ef807_1600x768.png" width="1456" height="699" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c402782d-37bf-4ed5-8b4e-b0e61f9ef807_1600x768.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:699,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!1A3l!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc402782d-37bf-4ed5-8b4e-b0e61f9ef807_1600x768.png 424w, https://substackcdn.com/image/fetch/$s_!1A3l!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc402782d-37bf-4ed5-8b4e-b0e61f9ef807_1600x768.png 848w, https://substackcdn.com/image/fetch/$s_!1A3l!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc402782d-37bf-4ed5-8b4e-b0e61f9ef807_1600x768.png 1272w, https://substackcdn.com/image/fetch/$s_!1A3l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc402782d-37bf-4ed5-8b4e-b0e61f9ef807_1600x768.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">Source: COSS Report 2025, Page 42</figcaption></figure></div><p>My takeaway: If you are a founder and open source fits your business model, you should almost certainly pursue it. The days when a successful open source project was just a hobby are long gone&#8212;open source is now serious business. Entrepreneurs and investors who embrace the open path will be rewarded.</p><p>For more insights, check out <a href="https://medium.com/serena-capital/the-open-source-payoff-5e835c54c0f1">Matthieu Lavergne&#8217;s announcement blog</a> and the full <a href="https://cossreport.com/">Serena COSS Report 2025</a>.</p><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.openpioneers.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Open Pioneers! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h2>New &amp; Hot Open Source Projects &#128293;</h2><p><strong>pad.ws</strong>: Whiteboard as an IDE, draw and code in your browser. <a href="https://github.com/pad-ws/pad.ws">GitHub</a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!aG83!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa938b4e-c45f-4289-b983-342c53b6edd8_1920x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!aG83!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa938b4e-c45f-4289-b983-342c53b6edd8_1920x1080.png 424w, https://substackcdn.com/image/fetch/$s_!aG83!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa938b4e-c45f-4289-b983-342c53b6edd8_1920x1080.png 848w, https://substackcdn.com/image/fetch/$s_!aG83!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa938b4e-c45f-4289-b983-342c53b6edd8_1920x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!aG83!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa938b4e-c45f-4289-b983-342c53b6edd8_1920x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!aG83!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa938b4e-c45f-4289-b983-342c53b6edd8_1920x1080.png" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/aa938b4e-c45f-4289-b983-342c53b6edd8_1920x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Pad.ws Canvas IDE&quot;,&quot;title&quot;:&quot;Pad.ws Canvas IDE&quot;,&quot;type&quot;:null,&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="Pad.ws Canvas IDE" title="Pad.ws Canvas IDE" srcset="https://substackcdn.com/image/fetch/$s_!aG83!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa938b4e-c45f-4289-b983-342c53b6edd8_1920x1080.png 424w, https://substackcdn.com/image/fetch/$s_!aG83!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa938b4e-c45f-4289-b983-342c53b6edd8_1920x1080.png 848w, https://substackcdn.com/image/fetch/$s_!aG83!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa938b4e-c45f-4289-b983-342c53b6edd8_1920x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!aG83!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa938b4e-c45f-4289-b983-342c53b6edd8_1920x1080.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><strong>Codex</strong>: Lightweight coding agent by OpenAI that runs in your terminal. <a href="https://github.com/openai/codex">GitHub</a></p><p><strong>FramePack</strong>: A prediction neural network structure that generates videos progressively. Video diffusion, but feels like image diffusion. <a href="https://github.com/lllyasviel/FramePack">GitHub</a></p><p><strong>uptime-monitor</strong>: A uptime monitoring service that is easy and cheap to run at scale. <a href="https://github.com/unibeck/uptime-monitor">GitHub</a></p><div><hr></div><h2>Open Source Jobs &#128188;</h2><ul><li><p>&#128293; <a href="https://jobs.smartrecruiters.com/LinuxFoundation/744000047407855-senior-software-engineer-contractor-">Senior Software Engineer</a> (remote) at <a href="https://www.linuxfoundation.org/">Linux Foundation</a> - We&#8217;re looking for a database wizard for my team at the Linux Foundation! Join us and help building out the world&#8217;s best dataset for open source.</p></li><li><p><a href="https://www.openzeppelin.com/careers/opening?gh_jid=6541346003">Open Source Development Manager</a> (remote) at <a href="https://www.openzeppelin.com/">OpenZeppelin</a>, building security products for blockchain applications and smart contracts</p></li><li><p><a href="https://www.databricks.com/company/careers/product/sr-developer-advocate-machine-learning-7930603002?gh_jid=7930603002">Sr. Developer Advocate, ML</a> (SF) at <a href="https://www.databricks.com/">Databricks</a>, an open analytics platform</p></li></ul><div><hr></div><h2>Open Source Funding Rounds &#128184;</h2><ul><li><p><a href="https://supabase.com/">Supabase</a>, an open source Firebase alternative, raised a $200M Series D on a $2B valuation. <a href="https://fortune.com/2025/04/22/exclusive-supabase-raises-200-million-series-d-at-2-billion-valuation/">Link</a></p></li><li><p><a href="https://tailscale.com/">Tailscale</a>, a zero-config VPN, raised a $160M Series C. <a href="https://tailscale.com/blog/series-c">Link</a></p></li><li><p><a href="https://www.tessell.com/">Tessell</a>, a cloud DBaaS platfornm , raised a $60M Series B. <a href="https://www.tessell.com/blogs/tessell-raises-60m-in-series-b-funding-to-fuel-ai-driven-cloud-data-management">Link</a></p></li><li><p><a href="https://livekit.io/">LiveKit</a>, a Voice AI platform, raised $45M. <a href="https://techcrunch.com/2025/04/10/livekits-tools-help-power-real-time-communications/">Link</a></p></li></ul><div><hr></div><p>Until next week,</p><p>Jonathan (<a href="https://x.com/jonathimer">@jonathimer</a>)</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.openpioneers.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Open Pioneers! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Open Source Is Geopolitical Now]]></title><description><![CDATA[Beyond code: open source has evolved into a relevant force in geopolitical competition.]]></description><link>https://www.openpioneers.com/p/open-source-is-geopolitical-now</link><guid isPermaLink="false">https://www.openpioneers.com/p/open-source-is-geopolitical-now</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Mon, 07 Apr 2025 10:09:35 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!NBay!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Open source software powers most of the modern world - from the Linux servers running our internet to the Android phones in our pockets. Once seen purely as a software development model, open source is now a geopolitical topic. Governments and companies alike recognize that whoever controls key technologies gains strategic advantage.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!NBay!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!NBay!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!NBay!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!NBay!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!NBay!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!NBay!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/cfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3230899,&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;:&quot;https://www.openpioneers.com/i/160709329?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!NBay!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!NBay!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!NBay!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!NBay!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfa09318-3cc7-465f-8d0e-d26148134389_1536x1024.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><h3><strong>DeepSeek caused an &#8220;AI Sputnik moment&#8221;</strong></h3><p>A good example for the geopolitical relevance of open source is DeepSeek, which caused an &#8220;AI Sputnik moment,&#8221; showing that big AI breakthroughs aren&#8217;t restricted to Silicon Valley. Some people even speculate that China released DeepSeek strategically to push OpenAI toward open sourcing, though that&#8217;s likely not true.</p><p>China has been embracing open source for over a decade. Most major <a href="https://www.linuxfoundation.org/about/members">Chinese tech companies are part of the Linux Foundation</a> and today Chinese firms rank among the top contributors to projects like Linux and Kubernetes. Companies like Huawei, Tencent, Baidu, and Alibaba have collectively open-sourced thousands of projects and contributed code to global communities.</p><p>By participating in and creating open platforms, China reduces its dependence on US technology and mitigates the risk of sanctions or export controls. In other words, open source is seen as a way to level the playing field and ensure no single foreign player can hold China&#8217;s tech progress hostage.</p><p>Open source gives China access to global innovation while also seeding homegrown alternatives (for example, Huawei&#8217;s open-source <a href="https://www.harmonyos.com/en/">HarmonyOS</a> was developed to lessen reliance on Android).</p><p>The DeepSeek saga fits this pattern &#8211; it&#8217;s as much about <em>self-reliance and pride</em> in China&#8217;s AI capabilities as it is about competing with any one Western company.</p><h3><strong>The Tactics of Open Source</strong></h3><p>Beyond collaboration, open source is a strategic tool in the high-stakes tech arena. There are two modes to this game: &#8220;attack&#8221; and &#8220;defense.&#8221; Companies - and nations - switch between these modes depending on their market position.</p><h4><strong>Playing Attack: Open-Sourcing to Catch Up</strong></h4><p>When a competitor is leading the pack, one way to close the gap is to open source your technology &#8211; effectively enlisting the world&#8217;s developers to help improve it and drive its adoption. This <em>&#8220;attack&#8221; mode</em> uses openness to level the playing field. Notable examples include:</p><ul><li><p><strong>Google &amp; Android:</strong> Apple iOS led smartphones until Google made Android free and open source, enabling manufacturers and developers worldwide. Android quickly caught up and even overtook iOS in market share.</p></li><li><p><strong>Google &amp; Kubernetes:</strong> AWS was far ahead in cloud computing, so Google released Kubernetes, its internal container orchestration system. Kubernetes became an industry standard, reducing AWS&#8217;s lock-in advantage.</p></li><li><p><strong>Meta &amp; Llama:</strong> In 2023, Meta was behind OpenAI and Google in AI. By releasing Llama openly, Meta gained community support and adoption, striking at rivals&#8217; closed approaches.</p></li></ul><p>In each of these cases, a player open-sourced key technology to attack the leader. Open source lowered the barrier for partners and users, accelerated innovation through community contributions, and eroded the incumbent&#8217;s proprietary lock-in. It&#8217;s a classic &#8220;if you can&#8217;t beat them, open up&#8221; maneuver.</p><h4><strong>Playing Defense: Open-Sourcing to Stay on Top</strong></h4><p>Open source can also be used defensively. When a company leads the market, it might open source (or partially open) its tech to <em>maintain</em> that lead and to prevent challengers from gaining momentum. The goal in defense mode is to keep the developer community loyal and set the industry standard before an upstart does. We&#8217;re likely seeing this strategy from OpenAI right now.</p><p>After ChatGPT and GPT-4 dominated AI, OpenAI was closed-source. But as rivals like DeepSeek emerged, CEO <a href="https://x.com/sama/status/1906793591944646898">Sam Altman announced an &#8220;open-weight&#8221; language model on X</a>. Altman admitted before that OpenAI may have been on the <a href="https://techcrunch.com/2025/01/31/sam-altman-believes-openai-has-been-on-the-wrong-side-of-history-concerning-open-source/">&#8220;wrong side of history&#8221;</a> regarding open source, and that it&#8217;s time to rethink that stance.</p><p>Why the change? Pressure from open source competitors. By offering a partially open model, OpenAI hopes to hold developers&#8217; attention and remain the go-to AI platform. Rumor has it that its new model could be even more open than Meta&#8217;s Llama, which would protect OpenAI&#8217;s lead while preventing developers from migrating elsewhere (especially DeepSeek).</p><h3>Open Tech, Global Stakes</h3><p>From China&#8217;s DeepSeek to OpenAI&#8217;s upcoming model, open source is now embedded in tech&#8217;s grand strategy. Nations and corporations treat technology like pieces on a geopolitical chessboard. </p><p>The bottom line? Open source is about much more than code; it&#8217;s about influence and power on a worldwide stage.</p><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.openpioneers.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Open Pioneers! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h2>New &amp; Hot Open Source Projects &#128293;</h2><p><strong>Gumroad</strong>: An e-commerce platform that allows creators to sell digital and physical products directly to their audience. Now open source! <a href="https://github.com/antiwork/gumroad">GitHub</a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Orya!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F98ef1a29-eca8-49c2-9bed-2e45197795dc_3032x1974.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Orya!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F98ef1a29-eca8-49c2-9bed-2e45197795dc_3032x1974.png 424w, https://substackcdn.com/image/fetch/$s_!Orya!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F98ef1a29-eca8-49c2-9bed-2e45197795dc_3032x1974.png 848w, https://substackcdn.com/image/fetch/$s_!Orya!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F98ef1a29-eca8-49c2-9bed-2e45197795dc_3032x1974.png 1272w, https://substackcdn.com/image/fetch/$s_!Orya!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F98ef1a29-eca8-49c2-9bed-2e45197795dc_3032x1974.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Orya!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F98ef1a29-eca8-49c2-9bed-2e45197795dc_3032x1974.png" width="1456" height="948" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/98ef1a29-eca8-49c2-9bed-2e45197795dc_3032x1974.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:948,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2571209,&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;:&quot;https://www.openpioneers.com/i/160709329?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F98ef1a29-eca8-49c2-9bed-2e45197795dc_3032x1974.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Orya!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F98ef1a29-eca8-49c2-9bed-2e45197795dc_3032x1974.png 424w, https://substackcdn.com/image/fetch/$s_!Orya!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F98ef1a29-eca8-49c2-9bed-2e45197795dc_3032x1974.png 848w, https://substackcdn.com/image/fetch/$s_!Orya!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F98ef1a29-eca8-49c2-9bed-2e45197795dc_3032x1974.png 1272w, https://substackcdn.com/image/fetch/$s_!Orya!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F98ef1a29-eca8-49c2-9bed-2e45197795dc_3032x1974.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><strong>Zola</strong>: Zola is a free, open-source AI chat app with multi-model support. <a href="https://github.com/ibelick/zola">GitHub</a></p><p><strong>Self.so</strong>: Turn your LinkedIn profile into a personal website. Powered by Together.ai. <a href="https://github.com/Nutlope/self.so">GitHub</a></p><p><strong>Unbody</strong>: Modular, open-source backend for building AI-native software - think Supabase for AI apps. <a href="https://github.com/unbody-io/unbody">GitHub</a></p><div><hr></div><h2>Open Source Jobs &#128188;</h2><p>My colleagues from CNCF just launched <a href="https://gitjobs.dev/">GitJobs</a> - go check it out! &#128293;</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://gitjobs.dev/" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ht_R!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F725a9927-382f-4ede-8c59-270ac34825ae_3028x1960.png 424w, https://substackcdn.com/image/fetch/$s_!ht_R!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F725a9927-382f-4ede-8c59-270ac34825ae_3028x1960.png 848w, https://substackcdn.com/image/fetch/$s_!ht_R!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F725a9927-382f-4ede-8c59-270ac34825ae_3028x1960.png 1272w, https://substackcdn.com/image/fetch/$s_!ht_R!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F725a9927-382f-4ede-8c59-270ac34825ae_3028x1960.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ht_R!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F725a9927-382f-4ede-8c59-270ac34825ae_3028x1960.png" width="1456" height="942" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/725a9927-382f-4ede-8c59-270ac34825ae_3028x1960.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:942,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:506403,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://gitjobs.dev/&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.openpioneers.com/i/160709329?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F725a9927-382f-4ede-8c59-270ac34825ae_3028x1960.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!ht_R!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F725a9927-382f-4ede-8c59-270ac34825ae_3028x1960.png 424w, https://substackcdn.com/image/fetch/$s_!ht_R!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F725a9927-382f-4ede-8c59-270ac34825ae_3028x1960.png 848w, https://substackcdn.com/image/fetch/$s_!ht_R!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F725a9927-382f-4ede-8c59-270ac34825ae_3028x1960.png 1272w, https://substackcdn.com/image/fetch/$s_!ht_R!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F725a9927-382f-4ede-8c59-270ac34825ae_3028x1960.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><div><hr></div><h2>Open Source Funding Rounds &#128184;</h2><ul><li><p><a href="https://browser-use.com/">Browser Use</a>, which makes websites accessible for AI agents, raised $17M. <a href="https://techcrunch.com/2025/03/23/browser-use-the-tool-making-it-easier-for-ai-agents-to-navigate-websites-raises-17m/">Link</a></p></li></ul><div><hr></div><p>Next week I will skip the newsletter as I am on vacation. &#127965;&#65039;</p><p>Cheers,</p><p>Jonathan (<a href="https://x.com/jonathimer">@jonathimer</a>)</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.openpioneers.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Open Pioneers! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Will AI Make Open Source Obsolete?]]></title><description><![CDATA[What happens to open source when software can be fully written by machines? A thought experiment.]]></description><link>https://www.openpioneers.com/p/will-ai-make-open-source-obsolete</link><guid isPermaLink="false">https://www.openpioneers.com/p/will-ai-make-open-source-obsolete</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Mon, 31 Mar 2025 16:02:50 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.png" 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_!Wr75!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Wr75!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!Wr75!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!Wr75!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!Wr75!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Wr75!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2688536,&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;:&quot;https://www.openpioneers.com/i/160074721?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Wr75!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!Wr75!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!Wr75!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!Wr75!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddac0c18-de09-4e03-8f63-fa565e39210b_1536x1024.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></p><p>AI is changing how we build software. With AI tools like GitHub Copilot or Cursor, coding has become faster, easier, and more accessible. These tools help generate boilerplate code, suggest fixes, write documentation, and even debug. According to <a href="https://github.blog/news-insights/research/research-quantifying-github-copilots-impact-on-developer-productivity-and-happiness/">GitHub</a>, developers who use AI tools like Copilot are 55% faster in completing their tasks. But this is just the beginning.</p><p>If we assume that we will achieve artificial general intelligence (AGI), meaning automated systems can perform any intellectual task better than the average human being, an interesting question emerges: what happens to open source when software can be fully written by machines?</p><p>Will AI supercharge open source communities, enabling faster, more inclusive development and empowering contributors of all backgrounds? Or will open source become irrelevant, as AI generates software on demand, bypassing the need for reusable libraries and human collaboration?</p><p>I've been discussing this question a couple of times lately - with founders, developers, and investors. In this thought experiment, I describe two opposing scenarios I can imagine.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.openpioneers.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Open Pioneers! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><h3>The Bear Case: AI Undermines Open Source</h3><p>In the pessimistic scenario, AI - or better AGI - diminishes the role and relevance of open source communities.</p><p>As AI becomes capable of generating production-grade code on demand, developers no longer turn to shared libraries or community-maintained packages. Instead, they prompt an AI to generate a tailored solution instantly. Why contribute to a shared tool when you can generate a custom one in seconds?</p><p>Open source contributions decrease. Newcomers skip the learning process of reading and writing code, opting instead to interact with AI. Seasoned developers shift away from community work, experimenting with private AI agents instead. Community energy fades.</p><p>AI-generated code floods open source projects - poorly vetted, license-ambiguous, and insecure. Maintainers struggle to keep up. Reviewing machine-generated pull requests becomes a chore. Legal uncertainty grows. Is this AI-written code violating a license? Can we even verify where it came from?</p><p>Trust collapses. Some projects try to ban AI-generated contributions altogether, while others struggle to define policies. A handful of high-profile legal disputes or security breaches cause organizations to retreat from relying on open source.</p><p>Meanwhile, the best AI tools are locked behind proprietary APIs. AGI is controlled by a few major corporations. Open source developers no longer have access to the most powerful tools. Innovation consolidates in closed ecosystems.</p><p>The balance of power shifts. Open source no longer drives progress - it trails behind. Communities fracture or disappear. The ethos of sharing gives way to convenience and efficiency. Open source doesn&#8217;t vanish entirely, but it becomes niche - relevant in specific domains, no longer a mainstream force.</p><h3>The Bull Case: AI Supercharges Open Source</h3><p>In the optimistic scenario, AI becomes the biggest amplifier of the open source movement.</p><p>AI automates the tedious tasks: triaging bug reports, writing unit tests, updating dependencies, and refactoring code. Human contributors can now focus on architecture, innovation, and collaboration. Maintainers find their load lighter - AI assistants propose changes, summarize issues, and write documentation drafts. These intelligent agents don&#8217;t replace people; they enable them to do more impactful work.</p><p>Barriers to entry shrink dramatically. New developers can contribute confidently with AI guidance. Non-coders like scientists or designers can co-create with developers using natural language. Suddenly, anyone with an idea and an internet connection can meaningfully contribute to an open source project.</p><p>Open source becomes more diverse, more inclusive, and more productive. Contributor pools expand. Burnout drops. Innovation accelerates.</p><p>AGI, if open-sourced or governed collaboratively, levels the playing field. Every developer, team, or project - regardless of budget - can access top-tier development intelligence. Community-driven AGI projects become a reality. Developers build not just with AI but alongside AI, treating it as a collaborator in open ecosystems.</p><p>The nature of contribution evolves. We see new roles emerge: AI trainers, prompt engineers, and ethical reviewers. AI-generated contributions are flagged, reviewed, and curated like any other. Communities develop norms to guide quality and transparency.</p><p>Open source projects thrive as a result. Governments adopt open tools with confidence. Enterprises invest in community-driven alternatives. High-quality open source software powers health care, climate tech, education, and AI itself.</p><p>Open source enters a new golden age - one where human creativity, global collaboration, and machine intelligence push the boundaries of technology forward.</p><h3>The Future Is Not Set</h3><p>AI presents both a threat and an opportunity for open source. </p><p>The direction we take depends on the choices we make now: about access, governance, education, and community standards. AI could either deepen open collaboration or completely centralize software creation.</p><p>Naturally, I&#8217;m an optimist, and strongly believe in the resilience and power of open source. I think we already see indicators that the future could look more like my bull case:</p><ul><li><p><strong>Productivity is increasing</strong>: AI tools have demonstrably increased the productivity of open source projects by 6.5%, with individual efficiency rising by 5.5% and participation by 5.4%. [<a href="https://arxiv.org/abs/2410.02091">arXiv</a>]</p></li><li><p><strong>Barriers to entry are being lowered</strong>: According to <a href="https://survey.stackoverflow.co/2024/ai#sentiment-and-usage">Stack Overflow</a>, 76% of developers are using AI tools, indicating a trend towards more accessible development processes. &#8203;Additionally, millions of new developers are currently getting onboarded through tools like <a href="https://lovable.dev/">Lovable</a>.</p></li><li><p><strong>AI is getting commoditized:</strong> Open source is leading the way in AI, and we can witness intelligence becoming more accessible by the day. See my post about &#8220;<a href="https://www.openpioneers.com/p/the-state-of-open-source-llms">The State of Open Source LLMs</a>&#8221;.</p></li></ul><p>It&#8217;s important to remember that the future isn&#8217;t set. </p><p>We have to build it. </p><p>And if we get it right, open source and AI together could unlock a new era of abundance.</p><div><hr></div><h2>New &amp; Hot Open Source Projects &#128293;</h2><p><strong>WhatsApp MCP Server</strong>: A Model Context Protocol (MCP) server for WhatsApp. Search you personal Whatsapp messages, search your contacts and send messages to either individuals or groups. <a href="https://github.com/lharries/whatsapp-mcp">GitHub</a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!glHO!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F304a4e81-eaf0-4cf7-acc0-bc7564c3200c_2848x2640.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!glHO!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F304a4e81-eaf0-4cf7-acc0-bc7564c3200c_2848x2640.png 424w, https://substackcdn.com/image/fetch/$s_!glHO!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F304a4e81-eaf0-4cf7-acc0-bc7564c3200c_2848x2640.png 848w, https://substackcdn.com/image/fetch/$s_!glHO!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F304a4e81-eaf0-4cf7-acc0-bc7564c3200c_2848x2640.png 1272w, https://substackcdn.com/image/fetch/$s_!glHO!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F304a4e81-eaf0-4cf7-acc0-bc7564c3200c_2848x2640.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!glHO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F304a4e81-eaf0-4cf7-acc0-bc7564c3200c_2848x2640.png" width="1456" height="1350" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/304a4e81-eaf0-4cf7-acc0-bc7564c3200c_2848x2640.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1350,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;WhatsApp MCP&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="WhatsApp MCP" title="WhatsApp MCP" srcset="https://substackcdn.com/image/fetch/$s_!glHO!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F304a4e81-eaf0-4cf7-acc0-bc7564c3200c_2848x2640.png 424w, https://substackcdn.com/image/fetch/$s_!glHO!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F304a4e81-eaf0-4cf7-acc0-bc7564c3200c_2848x2640.png 848w, https://substackcdn.com/image/fetch/$s_!glHO!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F304a4e81-eaf0-4cf7-acc0-bc7564c3200c_2848x2640.png 1272w, https://substackcdn.com/image/fetch/$s_!glHO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F304a4e81-eaf0-4cf7-acc0-bc7564c3200c_2848x2640.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><strong>No Ghibli Chrome Extension</strong>: Tired of Ghibli style posts? This simple Chrome extension helps you identify and filter out Studio Ghibli-related content from X. <a href="https://github.com/faisalsayed10/no-ghibli">GitHub</a></p><p><strong>II-Researcher</strong>: A powerful deep search agent that uses BAML functions to perform intelligent web searches and generate comprehensive answers to questions. <a href="https://github.com/Intelligent-Internet/ii-researcher">GitHub</a></p><div><hr></div><h2>Open Source Jobs &#128188;</h2><ul><li><p>&#128293; <a href="https://jobs.smartrecruiters.com/LinuxFoundation/744000047407855-senior-software-engineer-contractor-">Senior Software Engineer</a> (remote) at <a href="https://www.linuxfoundation.org/">Linux Foundation</a> - This position is in my team! Join us and help building out the world&#8217;s best dataset for open source.</p></li><li><p><a href="https://jobs.ashbyhq.com/prior-labs/3dcff0bc-0dbf-4cb6-9a7d-b4f17b7f9cf0">Developer Relations</a> (Berlin/Freiburg, Germany) at Prior Labs, a startup building foundational models for data scientists - <a href="https://jobs.ashbyhq.com/prior-labs">see 9 more open roles</a> at Prior Labs</p></li><li><p><a href="https://job-boards.greenhouse.io/grafanalabs/jobs/5486730004">Product Manager, IRM</a> (Remote, Sweden) at Grafana Labs, an open observability platform - <a href="https://grafana.com/about/careers/open-positions/">see many more open roles </a>at Grafana</p></li></ul><div><hr></div><h2>Open Source Funding Rounds &#128184;</h2><ul><li><p><a href="https://wundergraph.com/">Wundergraph</a>, an open source GraphQL federation, raised $7.5M from eBay and others. <a href="https://techcrunch.com/2025/03/27/ebay-backs-wundergraph-to-build-an-open-source-graphql-federation/">Link</a></p></li></ul><div><hr></div><p>Until next week,</p><p>Jonathan (<a href="https://x.com/jonathimer">@jonathimer</a>)</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.openpioneers.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Open Pioneers! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[The State of Open Source LLMs]]></title><description><![CDATA[A deep dive into the evolution of open source LLMs in March 2025.]]></description><link>https://www.openpioneers.com/p/the-state-of-open-source-llms</link><guid isPermaLink="false">https://www.openpioneers.com/p/the-state-of-open-source-llms</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Mon, 24 Mar 2025 17:00:56 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/c96bf191-6c79-4b58-bd1c-cc1579b42089_2400x1260.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome back to <a href="https://www.openpioneers.com/">Open Pioneers</a> #32.</p><p>It&#8217;s been a few months since my last newsletter. Life and my job at the Linux Foundation kept me busy, but I have set myself the goal of writing weekly again from now on.</p><p>I&#8217;m also using this relaunch to change a few things: Besides the fresh branding, I switched my newsletter platform from Beehiiv to Substack. I also decided to make the content more personal and do more deep dives into open source topics that I&#8217;m interested in. I will still be featuring open source alternatives, announcing funding rounds or interesting jobs in the open source sector, but more as a side note.</p><p>I've cleaned up the subscriber list and only left people on it who have opened my emails regularly, as I don't want to spam anyone.</p><p>That said, I'm very excited to kick this off again. There is so much exciting stuff happening in open source, and I'm looking forward to keep learning about it with you!</p><div><hr></div><h2>The State of Open Source LLMs</h2><p>Open source large language models (LLMs) have evolved from niche academic projects into robust, community-driven platforms that challenge proprietary giants like Microsoft or Google. Today, open source LLMs not only promote transparency and collaboration, but they also enable a more cost-effective and adaptable approach to AI development.</p><h3>A New Era of Commoditized AI</h3><p>The open source movement in AI has grown exponentially over the past few years. Instead of relying solely on expensive, closed models from major tech companies, developers and researchers worldwide can now access, modify, and improve upon state-of-the-art LLMs. This commoditization is critical for ensuring that AI is accessible to everyone, from indie hackers over startups to academic institutions.</p><p>Recent developments have shown the potential of open source LLMs. For example, Chinese DeepSeek&#8217;s R1 model has gained world-wide attention for matching the performance of leading models like OpenAI&#8217;s o1 - while being trained at a fraction of the cost and computational power. DeepSeek&#8217;s use of reinforcement learning and a mixture-of-experts architecture enables it to activate only a subset of its 671 billion parameters per query, thereby reducing energy consumption and hardware requirements.</p><h3>Benefits and Challenges for Open Source LLMs</h3><p>Open source LLMs offer several compelling benefits:</p><ol><li><p><strong>Transparency and Trust:</strong> With publicly available training data, source code, and model weights, open source LLMs allow for thorough scrutiny, making them less of a &#8220;black box&#8221; compared to proprietary counterparts. This transparency leads to community trust and collaborative troubleshooting.</p></li><li><p><strong>Low Costs:</strong> Open source models lower the barrier to entry. The cost efficiency of open source is particularly beneficial for academic institutions and start-ups with limited resources - in other words: it promotes innovation.</p></li><li><p><strong>Customization and Flexibility:</strong> Open access means that developers can fine-tune models for niche applications, integrating domain-specific knowledge or even adapting models for local languages&#8212;a key consideration for initiatives like <a href="https://openeurollm.eu/launch-press-release">OpenEuroLLM</a>, which seeks to serve Europe&#8217;s linguistic diversity.</p></li></ol><p>However, challenges remain. Open source LLMs can be vulnerable to adversarial attacks, and the quality of available training data may vary. Moreover, while open models promote innovation, they also raise questions about responsible usage, as powerful AI tools in the wrong hands could lead to misuse. Balancing openness with safety is an ongoing conversation within the community that we need to take seriously.</p><h3>Key Open Source LLMs You Should Know About</h3><p>Below is a snapshot of the current open source landscape according to the<a href="https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/"> Hugging Face Open LLM Leaderboard</a>.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!2qUe!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eedf46b-d9f6-46c6-87f5-a038dab7fbbf_1600x934.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!2qUe!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eedf46b-d9f6-46c6-87f5-a038dab7fbbf_1600x934.png 424w, https://substackcdn.com/image/fetch/$s_!2qUe!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eedf46b-d9f6-46c6-87f5-a038dab7fbbf_1600x934.png 848w, https://substackcdn.com/image/fetch/$s_!2qUe!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eedf46b-d9f6-46c6-87f5-a038dab7fbbf_1600x934.png 1272w, https://substackcdn.com/image/fetch/$s_!2qUe!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eedf46b-d9f6-46c6-87f5-a038dab7fbbf_1600x934.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!2qUe!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eedf46b-d9f6-46c6-87f5-a038dab7fbbf_1600x934.png" width="1456" height="850" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6eedf46b-d9f6-46c6-87f5-a038dab7fbbf_1600x934.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:850,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!2qUe!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eedf46b-d9f6-46c6-87f5-a038dab7fbbf_1600x934.png 424w, https://substackcdn.com/image/fetch/$s_!2qUe!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eedf46b-d9f6-46c6-87f5-a038dab7fbbf_1600x934.png 848w, https://substackcdn.com/image/fetch/$s_!2qUe!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eedf46b-d9f6-46c6-87f5-a038dab7fbbf_1600x934.png 1272w, https://substackcdn.com/image/fetch/$s_!2qUe!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eedf46b-d9f6-46c6-87f5-a038dab7fbbf_1600x934.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>The following open source LLMs stand out to me, because they get mixed and matched a lot by the broader AI community:</p><p><strong>Llama 3.1 (Meta)</strong>: The <a href="https://huggingface.co/meta-llama/Llama-3.1-8B">Meta&#8217;s Llama 3.1</a> series - from smaller models up to a massive 405B-parameter version - consistently ranks high on general text generation, multilingual processing, and coding tasks.</p><p><strong>Mistral Large 2 (Mistral AI)</strong>: With a powerful 123B-parameter architecture and an impressive context window (up to 128K tokens), <a href="https://huggingface.co/mistralai/Mistral-Large-Instruct-2407">Mistral Large 2</a> excels in both language understanding and coding tasks. Its sparse mixture-of-experts design optimizes performance while reducing inference costs, making it a leader in efficiency and scalability.</p><p><strong>DeepSeek R1 (DeepSeek)</strong>: <a href="https://huggingface.co/deepseek-ai/DeepSeek-R1">DeepSeek&#8217;s R1</a> model leverages reinforcement learning and a mixture-of-experts approach to deliver competitive reasoning, mathematics, and coding capabilities. Although DeepSeek allegedly uses less sophisticated hardware compared to its Western competitors (there is a US export ban on China for Nvidia GPUs), it achieves high performance at a fraction of the training cost. A fact that has led to lots of discussions - even in mainstream media.</p><p><strong>DeepSeek v3 (DeepSeek)</strong>: Building on the R1 series, <a href="https://huggingface.co/deepseek-ai/DeepSeek-V3">DeepSeek v3</a> leverages a 671B-parameter Mixture-of-Experts architecture&#8212;with 37B activated parameters per token&#8212;to deliver impressive efficiency in general text generation, multilingual processing, and coding tasks.</p><p><strong>Qwen 2.5 (Alibaba)</strong>:<strong> </strong>Alibaba&#8217;s <a href="https://huggingface.co/Qwen/Qwen2.5-7B-Instruct">Qwen 2.5</a> has made waves with its strong multilingual capabilities, specialized performance in coding and mathematical reasoning, and efficient deployment strategies. Its open-source components are released under the Apache 2.0 license.</p><p><strong>Falcon-180B (Technology Innovation Institute)</strong>: The <a href="https://huggingface.co/tiiuae/falcon-180B">Falcon-180B</a> model is a testament to the capabilities of large-scale open source LLMs. Trained on over 3.5 trillion tokens, it provides top-tier performance on a variety of benchmarks, making it one of the most competitive open source alternatives available.</p><h3>An Outlook</h3><p>As investments in open source AI continue to rise, industry players like Meta and community initiatives across Europe and beyond are doubling down on the potential of collaborative AI development. With companies releasing their models under permissive licenses and sharing extensive technical details and benchmarks, the LLM ecosystem is set for rapid disruption.</p><p>Most experts believe that the future of AI will be built on the foundation of open source, where shared knowledge accelerates innovation and leads to more equitable technological advances.</p><p>I think this future has just begun.</p><div><hr></div><h2>New &amp; Hot Open Source Projects &#128293;</h2><p><strong>Second Me</strong>:<strong> </strong>An open source prototype where you craft your own &#8220;AI self&#8221;: a new AI species that preserves you, delivers your context, and defends your interests. <a href="https://github.com/mindverse/Second-Me">GitHub</a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!7Wjz!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d9efa2-de66-451c-b8d0-c9e152bb04ea_1600x531.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!7Wjz!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d9efa2-de66-451c-b8d0-c9e152bb04ea_1600x531.png 424w, https://substackcdn.com/image/fetch/$s_!7Wjz!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d9efa2-de66-451c-b8d0-c9e152bb04ea_1600x531.png 848w, https://substackcdn.com/image/fetch/$s_!7Wjz!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d9efa2-de66-451c-b8d0-c9e152bb04ea_1600x531.png 1272w, https://substackcdn.com/image/fetch/$s_!7Wjz!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d9efa2-de66-451c-b8d0-c9e152bb04ea_1600x531.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!7Wjz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d9efa2-de66-451c-b8d0-c9e152bb04ea_1600x531.png" width="1456" height="483" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/87d9efa2-de66-451c-b8d0-c9e152bb04ea_1600x531.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:483,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!7Wjz!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d9efa2-de66-451c-b8d0-c9e152bb04ea_1600x531.png 424w, https://substackcdn.com/image/fetch/$s_!7Wjz!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d9efa2-de66-451c-b8d0-c9e152bb04ea_1600x531.png 848w, https://substackcdn.com/image/fetch/$s_!7Wjz!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d9efa2-de66-451c-b8d0-c9e152bb04ea_1600x531.png 1272w, https://substackcdn.com/image/fetch/$s_!7Wjz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d9efa2-de66-451c-b8d0-c9e152bb04ea_1600x531.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><strong>Cursor Talk to Figma MCP</strong>: A Model Context Protocol (MCP) allowing Cursor to communicate with Figma for reading designs and modifying them programmatically. <a href="https://github.com/sonnylazuardi/cursor-talk-to-figma-mcp">GitHub</a></p><p><strong>Classless.css</strong>: A lightweight CSS framework for websites with impeccable taste but zero desire to add classes. <a href="https://github.com/DigitallyTailored/Classless.css">GitHub</a></p><div><hr></div><h2>Open Source Funding Rounds &#128184;</h2><ul><li><p><a href="https://supabase.com/">Supabase</a>, an open source Google Firebase alternative, raised $100M at a $2B valuation. <a href="https://www.techinasia.com/news/supabase-developer-platform-raises-100m-valued-2b">Link</a></p></li><li><p><a href="https://www.aheadcomputing.com/">AheadComputing</a>, a player from the RISC-V ecosystem, announced their $21.5M Seed. <a href="https://www.prnewswire.com/news-releases/aheadcomputing-raises-21-5m-seed-round-and-introduces-breakthrough-microprocessor-architecture-designed-for-next-era-of-general-purpose-computing-302379683.html">Link</a></p></li><li><p><a href="https://rerun.io/">Rerun</a>, creators of a framework for logging and visualizing multimodal data, raised a $17M Seed led by PointNine. <a href="https://rerun.io/blog/physical-ai-data">Link</a></p></li><li><p><a href="https://www.onyx.app/">Onyx</a>, an open source enterprise search solution, raised a $10M Seed co-led by Khosla Ventures and First Round Capital. <a href="https://www.onyx.app/blog/seed-round">Link</a></p></li><li><p><a href="https://lingo.dev/en">Lingo.dev</a>, creators of an open source localization toolkit, raised $4.2M. <a href="https://techcrunch.com/2025/02/18/lingo-dev-is-an-app-localization-engine-for-developers/">Link</a></p></li></ul><div><hr></div><p>Until next week,</p><p>Jonathan (<a href="https://x.com/jonathimer">@jonathimer</a>)</p>]]></content:encoded></item><item><title><![CDATA[Hoppscotch]]></title><description><![CDATA[Open source API development &#8226; New project to format date ranges, scrape the web, and read feeds in your command line &#8226; Open vacancies at Airbyte, Bitwarden, and ScyllaDB]]></description><link>https://www.openpioneers.com/p/hoppscotch</link><guid isPermaLink="false">https://www.openpioneers.com/p/hoppscotch</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 21 Aug 2024 16:00:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/df4c81d7-617e-478a-a4e4-96ceaff8e8d7_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to <em><a href="https://openpioneers.com/">Open Pioneers</a></em> #31 - your weekly update from the forefront of open source.</p><p>Today, we talk about:</p><ul><li><p>Hoppscotch, open source API development</p></li><li><p>New project to format date ranges, scrape the web, and read feeds in your command line</p></li><li><p>Open vacancies at Airbyte, Bitwarden, and ScyllaDB</p></li></ul><p>Since last week, we welcomed 37 new Open Pioneers. &#128075;</p><h6>&#128269; Project spotlight</h6><h2>Hoppscotch, open source API development</h2><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Lvs4!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16c14939-d5d5-4d70-afe2-f2eb2dc88dc9_1292x807.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Lvs4!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16c14939-d5d5-4d70-afe2-f2eb2dc88dc9_1292x807.png 424w, https://substackcdn.com/image/fetch/$s_!Lvs4!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16c14939-d5d5-4d70-afe2-f2eb2dc88dc9_1292x807.png 848w, https://substackcdn.com/image/fetch/$s_!Lvs4!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16c14939-d5d5-4d70-afe2-f2eb2dc88dc9_1292x807.png 1272w, https://substackcdn.com/image/fetch/$s_!Lvs4!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16c14939-d5d5-4d70-afe2-f2eb2dc88dc9_1292x807.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Lvs4!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16c14939-d5d5-4d70-afe2-f2eb2dc88dc9_1292x807.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/16c14939-d5d5-4d70-afe2-f2eb2dc88dc9_1292x807.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!Lvs4!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16c14939-d5d5-4d70-afe2-f2eb2dc88dc9_1292x807.png 424w, https://substackcdn.com/image/fetch/$s_!Lvs4!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16c14939-d5d5-4d70-afe2-f2eb2dc88dc9_1292x807.png 848w, https://substackcdn.com/image/fetch/$s_!Lvs4!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16c14939-d5d5-4d70-afe2-f2eb2dc88dc9_1292x807.png 1272w, https://substackcdn.com/image/fetch/$s_!Lvs4!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16c14939-d5d5-4d70-afe2-f2eb2dc88dc9_1292x807.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a></figure></div><p><em><a href="https://hoppscotch.io/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Hoppscotch</a></em> is a powerful, open-source API development tool that's rapidly gaining traction among developers worldwide. Designed to simplify the process of testing and documenting APIs, Hoppscotch offers an intuitive interface that rivals, and even surpasses, many proprietary alternatives. It stands as a compelling alternative to tools like Postman, offering similar core functionalities but with the added benefits of being open-source and lightweight.</p><p>At its core, Hoppscotch allows developers to easily create, test, and share API requests. It supports REST, WebSocket, GraphQL, and Socket.IO, making it versatile enough to handle a wide range of API architectures. Some of its standout features include real-time API testing, customizable request collections, environment variables, and the ability to visualize API responses in multiple formats, such as JSON, XML, and HTML. The platform also provides robust support for authentication mechanisms like OAuth, JWT, and basic auth, ensuring secure API interactions.</p><p>The project was initially created by Liyas Thomas in 2019 as a simple alternative to Postman, motivated by the need for a fast, web-based API request tool that didn't require heavy installation or setup. What started as a small side project quickly grew into a thriving open-source initiative, attracting contributions from developers around the globe. The community-centric nature of Hoppscotch has allowed it to evolve rapidly, with new features and improvements being added regularly based on user feedback.</p><p>The project's growth has been impressive. Since its inception, Hoppscotch has gained a large and active user base, with 60k+ stars on GitHub. By providing a free and open platform that rivals the capabilities of its proprietary counterparts, Hoppscotch is democratizing API development, making it more accessible to developers of all skill levels.</p><p>Learn more about Hoppscotch: <em><a href="https://hoppscotch.io/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Website</a></em> | <em><a href="https://github.com/hoppscotch/hoppscotch?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">GitHub</a></em></p><h6>&#128293; New projects started last week</h6><h2>Format date ranges, scrape the web, and read feeds in your command line</h2><p><a href="https://github.com/vercel/little-date?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">little-date</a></p><p><a href="https://github.com/vercel/little-date?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">A friendly formatter to make date ranges small &amp; sweet.</a></p><p><a href="https://github.com/vercel/little-date?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">github.com/vercel/little-date</a></p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!xGmp!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad685f99-daac-49de-a9de-1299276f4bc0_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!xGmp!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad685f99-daac-49de-a9de-1299276f4bc0_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!xGmp!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad685f99-daac-49de-a9de-1299276f4bc0_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!xGmp!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad685f99-daac-49de-a9de-1299276f4bc0_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!xGmp!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad685f99-daac-49de-a9de-1299276f4bc0_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!xGmp!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad685f99-daac-49de-a9de-1299276f4bc0_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ad685f99-daac-49de-a9de-1299276f4bc0_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!xGmp!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad685f99-daac-49de-a9de-1299276f4bc0_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!xGmp!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad685f99-daac-49de-a9de-1299276f4bc0_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!xGmp!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad685f99-daac-49de-a9de-1299276f4bc0_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!xGmp!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad685f99-daac-49de-a9de-1299276f4bc0_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p><a href="https://github.com/itsOwen/CyberScraper-2077?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">CyberScraper 2077</a></p><p><a href="https://github.com/itsOwen/CyberScraper-2077?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">A Powerful web scraper powered by LLMs.</a></p><p><a href="https://github.com/itsOwen/CyberScraper-2077?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">github.com/itsOwen/CyberScraper-2077</a></p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!lZ8l!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdbbb3a41-350e-4322-97a0-63aa800c4e8b_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!lZ8l!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdbbb3a41-350e-4322-97a0-63aa800c4e8b_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!lZ8l!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdbbb3a41-350e-4322-97a0-63aa800c4e8b_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!lZ8l!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdbbb3a41-350e-4322-97a0-63aa800c4e8b_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!lZ8l!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdbbb3a41-350e-4322-97a0-63aa800c4e8b_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!lZ8l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdbbb3a41-350e-4322-97a0-63aa800c4e8b_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/dbbb3a41-350e-4322-97a0-63aa800c4e8b_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!lZ8l!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdbbb3a41-350e-4322-97a0-63aa800c4e8b_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!lZ8l!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdbbb3a41-350e-4322-97a0-63aa800c4e8b_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!lZ8l!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdbbb3a41-350e-4322-97a0-63aa800c4e8b_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!lZ8l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdbbb3a41-350e-4322-97a0-63aa800c4e8b_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p><a href="https://github.com/radulucut/cleed?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">cleed</a></p><p><a href="https://github.com/radulucut/cleed?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Simple feed reader for the command line.</a></p><p><a href="https://github.com/radulucut/cleed?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">github.com/radulucut/cleed</a></p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!FGo7!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba402007-0e5b-42e6-a41b-d1dbeaad3274_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!FGo7!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba402007-0e5b-42e6-a41b-d1dbeaad3274_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!FGo7!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba402007-0e5b-42e6-a41b-d1dbeaad3274_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!FGo7!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba402007-0e5b-42e6-a41b-d1dbeaad3274_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!FGo7!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba402007-0e5b-42e6-a41b-d1dbeaad3274_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!FGo7!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba402007-0e5b-42e6-a41b-d1dbeaad3274_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ba402007-0e5b-42e6-a41b-d1dbeaad3274_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!FGo7!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba402007-0e5b-42e6-a41b-d1dbeaad3274_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!FGo7!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba402007-0e5b-42e6-a41b-d1dbeaad3274_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!FGo7!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba402007-0e5b-42e6-a41b-d1dbeaad3274_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!FGo7!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba402007-0e5b-42e6-a41b-d1dbeaad3274_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><h6>&#128188; Open source jobs</h6><h2>Work for Airbyte, Bitwarden, and ScyllaDB</h2><ul><li><p>Software Engineer, Distributed Systems (SF) at Airbyte <em><a href="https://job-boards.greenhouse.io/airbyte/jobs/5142815004?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Apply</a></em></p></li><li><p>Senior Front-End Engineer (Remote) at Bitwarden <em><a href="https://bitwarden.com/careers/6067149003/?gh_jid=6067149003&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Apply</a></em></p></li><li><p>Core Product Manager at ScyllaDB <em><a href="https://www.comeet.com/jobs/scylladb/E4.006/core-product-manager/D6.444?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Apply</a></em></p></li></ul><p>If you&#8217;d like your job postings to be listed, <em><a href="https://airtable.com/appwKZUjdwfJ5Tdza/tblmhBfU65ZbdgzM5/viwb1Cz5QE82vrnkE?blocks=hide&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">fill out this form</a></em> (100% free).</p><h6>&#128301; Open source social monitor</h6><h2>Switzerland is the first open source nation</h2><p>Powered by <em><a href="https://octolens.com/?ref=openpioneers&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Octolens</a></em>, AI-powered social listening. Easily monitor keyword mentions on platforms like X, Reddit, DEV, HackerNews or LinkedIn.</p><p>Use coupon OPENPIONEERS to <strong>get your first month for free</strong>.</p><blockquote><p>Switzerland is the first open source nation. Yes, really. Apparently my video is good because it's the best performer I've had all year somehow?</p><p><a href="https://twitter.com/t3dotgg/status/1826067618329145739">&#8212; Theo - t3.gg (@t3dotgg) <br>1:23 AM &#8226; Aug 21, 2024</a></p></blockquote><h6>&#128218; More open source content</h6><h2>What I enjoyed reading last week</h2><ul><li><p>CockroachDB scuttles away from open source Core offering <em><a href="https://www.theregister.com/2024/08/19/cockroachdb_abandons_open_core/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Link</a></em></p></li><li><p>Linux Foundation Backs Open Source LLM Initiative <em><a href="https://thenewstack.io/linux-foundation-backs-open-source-llm-initiative/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Link</a></em></p></li><li><p>Open source biz promises to slash bills with observability-as-a-service in the cloud <em><a href="https://www.theregister.com/2024/08/20/victoriametrics_cloud/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Link</a></em></p></li><li><p>PostgreSQL in line for DuckDB-shaped boost in analytics arena <em><a href="https://www.theregister.com/2024/08/20/postgresql_duckdb_extension/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Link</a></em></p></li><li><p>Open source tools to boost your productivity <em><a href="https://techcrunch.com/2024/08/11/a-not-quite-definitive-guide-to-open-source-alternative-software/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Link</a></em></p></li><li><p>Grafana Labs raises $270M <em><a href="https://techcrunch.com/2024/08/21/grafana-labs-is-now-valued-at-6b/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=hoppscotch">@jonathimer</a></em>)</p>]]></content:encoded></item><item><title><![CDATA[Supabase]]></title><description><![CDATA[Open source Firebase &#8226; New projects including an AI scientist, a cross-device data storage, and a dynamic website CMS without database &#8226; Open vacancies at Mend.io, Vercel, dbt Labs, and n8n]]></description><link>https://www.openpioneers.com/p/supabase</link><guid isPermaLink="false">https://www.openpioneers.com/p/supabase</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 14 Aug 2024 16:00:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/336f10aa-c1ad-4ec3-9e78-d8d6f3159fac_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<blockquote><p><strong>In partnership with</strong></p></blockquote><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!srHu!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1a7921f3-1f0e-4a3a-a96f-2d7751d9be3d_520x120.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!srHu!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1a7921f3-1f0e-4a3a-a96f-2d7751d9be3d_520x120.png 424w, https://substackcdn.com/image/fetch/$s_!srHu!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1a7921f3-1f0e-4a3a-a96f-2d7751d9be3d_520x120.png 848w, https://substackcdn.com/image/fetch/$s_!srHu!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1a7921f3-1f0e-4a3a-a96f-2d7751d9be3d_520x120.png 1272w, https://substackcdn.com/image/fetch/$s_!srHu!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1a7921f3-1f0e-4a3a-a96f-2d7751d9be3d_520x120.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!srHu!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1a7921f3-1f0e-4a3a-a96f-2d7751d9be3d_520x120.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1a7921f3-1f0e-4a3a-a96f-2d7751d9be3d_520x120.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!srHu!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1a7921f3-1f0e-4a3a-a96f-2d7751d9be3d_520x120.png 424w, https://substackcdn.com/image/fetch/$s_!srHu!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1a7921f3-1f0e-4a3a-a96f-2d7751d9be3d_520x120.png 848w, https://substackcdn.com/image/fetch/$s_!srHu!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1a7921f3-1f0e-4a3a-a96f-2d7751d9be3d_520x120.png 1272w, https://substackcdn.com/image/fetch/$s_!srHu!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1a7921f3-1f0e-4a3a-a96f-2d7751d9be3d_520x120.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a><p>Welcome to <em><a href="https://openpioneers.com/">Open Pioneers</a></em> #30 - your weekly update from the forefront of open source.</p><p>Today, we talk about:</p><ul><li><p>Supabase, an open source alternative to Firebase</p></li><li><p>New projects including an AI scientist, a cross-device data storage, and a dynamic website CMS without database</p></li><li><p>Open vacancies at Mend.io, Vercel, dbt Labs, and n8n</p></li></ul><p>Since last week, we welcomed 19 new Open Pioneers. &#128075;</p><h3>What best describes your professional role?</h3><ul><li><p><em><a href="https://openpioneers.com/login">Software developer</a></em></p></li><li><p><em><a href="https://openpioneers.com/login">Founder</a></em></p></li><li><p><em><a href="https://openpioneers.com/login">Student</a></em></p></li><li><p><em><a href="https://openpioneers.com/login">Investor</a></em></p></li><li><p><em><a href="https://openpioneers.com/login">Marketing/Sales</a></em></p></li><li><p><em><a href="https://openpioneers.com/login">Product management</a></em></p></li><li><p><em><a href="https://openpioneers.com/login">Other</a></em></p></li></ul><p><a href="https://openpioneers.com/login">Login</a> or <a href="https://openpioneers.com/subscribe">Subscribe</a> to participate in polls.</p><h6>&#128269; Project spotlight</h6><h2>Supabase, the open source alternative to Firebase</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!SGis!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fafb7d71e-e967-426f-bc93-7968f2b9aaf6_1292x852.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!SGis!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fafb7d71e-e967-426f-bc93-7968f2b9aaf6_1292x852.png 424w, https://substackcdn.com/image/fetch/$s_!SGis!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fafb7d71e-e967-426f-bc93-7968f2b9aaf6_1292x852.png 848w, https://substackcdn.com/image/fetch/$s_!SGis!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fafb7d71e-e967-426f-bc93-7968f2b9aaf6_1292x852.png 1272w, https://substackcdn.com/image/fetch/$s_!SGis!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fafb7d71e-e967-426f-bc93-7968f2b9aaf6_1292x852.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!SGis!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fafb7d71e-e967-426f-bc93-7968f2b9aaf6_1292x852.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/afb7d71e-e967-426f-bc93-7968f2b9aaf6_1292x852.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!SGis!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fafb7d71e-e967-426f-bc93-7968f2b9aaf6_1292x852.png 424w, https://substackcdn.com/image/fetch/$s_!SGis!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fafb7d71e-e967-426f-bc93-7968f2b9aaf6_1292x852.png 848w, https://substackcdn.com/image/fetch/$s_!SGis!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fafb7d71e-e967-426f-bc93-7968f2b9aaf6_1292x852.png 1272w, https://substackcdn.com/image/fetch/$s_!SGis!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fafb7d71e-e967-426f-bc93-7968f2b9aaf6_1292x852.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><em><a href="https://supabase.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">Supabase</a></em> is an open-source platform that offers a complete backend solution for developers, enabling them to build applications quickly and efficiently. It has been dubbed the "open-source Firebase alternative," thanks to its extensive feature set that mirrors many of Firebase's offerings while prioritizing transparency, flexibility, and community collaboration.</p><p><strong>Core Features</strong></p><p>At its core, Supabase provides a suite of tools that developers need to build robust applications. The platform includes a real-time database, authentication, storage, and auto-generated APIs, all integrated and ready to use with minimal setup. The backbone of Supabase is PostgreSQL, which powers the database and allows for advanced features like row-level security, full-text search, and foreign keys&#8212;features that are often missing in other backend-as-a-service (BaaS) platforms.</p><p>The real-time capabilities of Supabase are particularly noteworthy. With its built-in WebSocket support, any changes made to the database are instantly synchronized across clients, making it an excellent choice for real-time applications such as chat apps, collaborative tools, and live dashboards.</p><p>Supabase offers a wide range of login methods, including email, social logins (like Google and GitHub), and even magic links.</p><p><strong>An Alternative to Firebase</strong></p><p>Supabase directly competes with Firebase, Google's popular backend service, by providing similar services without locking developers into a proprietary ecosystem. Unlike Firebase, Supabase is open-source, meaning that developers have full access to the source code and can customize, extend, or even self-host the service. This open nature not only offers more control and transparency but also alleviates concerns over vendor lock-in&#8212;a significant advantage for teams that require long-term stability and independence.</p><p><strong>The Story behind Supabase</strong></p><p>Supabase was founded in 2020 by Paul Copplestone and Ant Wilson, who were motivated by the lack of open-source alternatives to Firebase. The duo set out to create a developer-friendly backend that could be both powerful and easy to use, all while maintaining the openness and community-driven ethos of open-source software.</p><p>Since its inception, Supabase has seen rapid growth and adoption. The project quickly gained traction in the developer community, thanks to its robust features, ease of use, and the trust that comes from being an open-source platform. The company has raised significant venture capital to accelerate development, and its active community continues to contribute to its rapid improvement and expansion. Today, Supabase is used by thousands of developers and companies around the world, solidifying its place as a leading alternative in the BaaS space.</p><p>Supabase's success is a testament to the growing demand for open-source software that doesn't compromise on features or usability. As it continues to evolve, Supabase is not just an alternative to Firebase&#8212;it's a compelling option for any developer looking to build scalable, real-time applications with the full power of open-source technology behind them.</p><p>Learn more about Supabase: <em><a href="https://supabase.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">Website</a></em> | <em><a href="https://github.com/supabase/supabase?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">GitHub</a></em> | <em><a href="https://x.com/supabase?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">X</a></em></p><h6>&#128293; New projects started last week</h6><h2>An AI scientist, a cross-device data storage, and a dynamic website CMS without database</h2><p><a href="https://github.com/SakanaAI/AI-Scientist?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">AI-Scientist</a></p><p><a href="https://github.com/SakanaAI/AI-Scientist?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery &#129489;&#8205;&#128300;&nbsp;</a></p><p><a href="https://github.com/SakanaAI/AI-Scientist?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">github.com/SakanaAI/AI-Scientist</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!IW3T!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff939f0dc-d05b-4d1c-8cc1-dc717d5f7954_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!IW3T!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff939f0dc-d05b-4d1c-8cc1-dc717d5f7954_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!IW3T!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff939f0dc-d05b-4d1c-8cc1-dc717d5f7954_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!IW3T!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff939f0dc-d05b-4d1c-8cc1-dc717d5f7954_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!IW3T!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff939f0dc-d05b-4d1c-8cc1-dc717d5f7954_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!IW3T!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff939f0dc-d05b-4d1c-8cc1-dc717d5f7954_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f939f0dc-d05b-4d1c-8cc1-dc717d5f7954_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!IW3T!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff939f0dc-d05b-4d1c-8cc1-dc717d5f7954_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!IW3T!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff939f0dc-d05b-4d1c-8cc1-dc717d5f7954_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!IW3T!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff939f0dc-d05b-4d1c-8cc1-dc717d5f7954_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!IW3T!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff939f0dc-d05b-4d1c-8cc1-dc717d5f7954_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/timelinize/timelinize?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">timelinize</a></p><p><a href="https://github.com/timelinize/timelinize?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">Store your data from all your accounts and devices in a single cohesive timeline on your own computer.</a></p><p><a href="https://github.com/timelinize/timelinize?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">github.com/timelinize/timelinize</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!N5w2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f3bc89f-65f4-4fc0-bd86-c3df7fd01362_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!N5w2!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f3bc89f-65f4-4fc0-bd86-c3df7fd01362_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!N5w2!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f3bc89f-65f4-4fc0-bd86-c3df7fd01362_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!N5w2!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f3bc89f-65f4-4fc0-bd86-c3df7fd01362_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!N5w2!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f3bc89f-65f4-4fc0-bd86-c3df7fd01362_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!N5w2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f3bc89f-65f4-4fc0-bd86-c3df7fd01362_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5f3bc89f-65f4-4fc0-bd86-c3df7fd01362_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!N5w2!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f3bc89f-65f4-4fc0-bd86-c3df7fd01362_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!N5w2!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f3bc89f-65f4-4fc0-bd86-c3df7fd01362_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!N5w2!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f3bc89f-65f4-4fc0-bd86-c3df7fd01362_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!N5w2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f3bc89f-65f4-4fc0-bd86-c3df7fd01362_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/qiayue/GitBase?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">GitBase</a></p><p><a href="https://github.com/qiayue/GitBase?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">Github Based Simple Website Framework.</a></p><p><a href="https://github.com/qiayue/GitBase?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">github.com/qiayue/GitBase</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!x2vE!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89543f30-5d42-41ff-8389-b0480f3662b0_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!x2vE!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89543f30-5d42-41ff-8389-b0480f3662b0_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!x2vE!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89543f30-5d42-41ff-8389-b0480f3662b0_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!x2vE!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89543f30-5d42-41ff-8389-b0480f3662b0_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!x2vE!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89543f30-5d42-41ff-8389-b0480f3662b0_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!x2vE!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89543f30-5d42-41ff-8389-b0480f3662b0_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/89543f30-5d42-41ff-8389-b0480f3662b0_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!x2vE!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89543f30-5d42-41ff-8389-b0480f3662b0_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!x2vE!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89543f30-5d42-41ff-8389-b0480f3662b0_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!x2vE!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89543f30-5d42-41ff-8389-b0480f3662b0_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!x2vE!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89543f30-5d42-41ff-8389-b0480f3662b0_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h6>&#128188; Open source jobs</h6><h2>Work for Mend.io, Vercel, dbt Labs, and n8n</h2><ul><li><p>Senior Algorithm Developer (Germany) at Mend.io <em><a href="https://www.mend.io/careers/rd/65.643/senior-algorithm-developer/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">Apply</a></em></p></li><li><p>Senior Customer Success Engineer (Remote, Australia/Japan) at Vercel <em><a href="https://job-boards.greenhouse.io/vercel/jobs/5176970004?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">Apply</a></em></p></li><li><p>Account Manager (Austin) at dbt Labs <em><a href="https://job-boards.greenhouse.io/dbtlabsinc/jobs/4343628005?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">Apply</a></em></p></li><li><p>Head of Support Engineering (Remote, Europe) at n8n <em><a href="https://apply.workable.com/n8n/j/C0C5542578/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">Apply</a></em></p></li></ul><p>If you&#8217;d like your job postings to be listed, <em><a href="https://airtable.com/appwKZUjdwfJ5Tdza/tblmhBfU65ZbdgzM5/viwb1Cz5QE82vrnkE?blocks=hide&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">fill out this form</a></em> (100% free).</p><h6>&#128301; Open source social monitor</h6><h2>Building a simple calendar app with Claude</h2><p>Powered by <em><a href="https://octolens.com/?ref=openpioneers&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">Octolens</a></em>, AI-powered social listening. Easily monitor keyword mentions on platforms like X, Reddit, DEV, HackerNews or LinkedIn.</p><p>Use coupon OPENPIONEERS to <strong>get your first month for free</strong>.</p><blockquote><p>Here's the open source version of&nbsp;&nbsp;'artifacts' from claude i built yesterday</p><p>Super fun model to hack with</p><p>managed to get it to build a basic google calendar clone</p><p><a href="https://twitter.com/SullyOmarr/status/1804997474761003327">&#8212; Sully (@SullyOmarr) <br>9:58 PM &#8226; Jun 23, 2024</a></p></blockquote><h6>&#128218; More open source content</h6><h2>What I enjoyed reading last week</h2><ul><li><p>Open Source AI Model Accurately Predicted Olive Oil Prices <em><a href="https://www.oliveoiltimes.com/business/europe/open-source-ai-model-accurately-predicted-olive-oil-prices/133280?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">Link</a></em></p></li><li><p>Open-source projects shaping the future of EV charging <em><a href="https://www.edn.com/open-source-projects-shaping-the-future-of-ev-charging/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">Link</a></em></p></li><li><p>Meta: DCPerf - An open source benchmark suite for hyperscale compute applications <em><a href="https://engineering.fb.com/2024/08/05/data-center-engineering/dcperf-open-source-benchmark-suite-for-hyperscale-compute-applications/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=supabase">@jonathimer</a></em>)</p><h3>Want SOC 2 compliance without the Security Theater?</h3><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!fEiL!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9470868-dbb4-42a5-9f78-f006951ce216_1292x678.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!fEiL!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9470868-dbb4-42a5-9f78-f006951ce216_1292x678.png 424w, https://substackcdn.com/image/fetch/$s_!fEiL!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9470868-dbb4-42a5-9f78-f006951ce216_1292x678.png 848w, https://substackcdn.com/image/fetch/$s_!fEiL!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9470868-dbb4-42a5-9f78-f006951ce216_1292x678.png 1272w, https://substackcdn.com/image/fetch/$s_!fEiL!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9470868-dbb4-42a5-9f78-f006951ce216_1292x678.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!fEiL!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9470868-dbb4-42a5-9f78-f006951ce216_1292x678.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f9470868-dbb4-42a5-9f78-f006951ce216_1292x678.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!fEiL!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9470868-dbb4-42a5-9f78-f006951ce216_1292x678.png 424w, https://substackcdn.com/image/fetch/$s_!fEiL!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9470868-dbb4-42a5-9f78-f006951ce216_1292x678.png 848w, https://substackcdn.com/image/fetch/$s_!fEiL!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9470868-dbb4-42a5-9f78-f006951ce216_1292x678.png 1272w, https://substackcdn.com/image/fetch/$s_!fEiL!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9470868-dbb4-42a5-9f78-f006951ce216_1292x678.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><ul><li><p>Get the all-in-one platform for SOC 2</p></li><li><p>Build real-world security &#128170;</p></li><li><p>Penetration testing, compliance software, 3rd party audit, &amp; vCISO</p></li></ul><p><em><a href="https://www.oneleet.com/beehiiv?utm_source=beehiiv&amp;utm_medium=beehiiv&amp;utm_campaign=L3LDFFZH44&amp;_bhiiv=opp_875f236f-5eec-4a9b-b1c6-5d1d8457170b_ad1ca790">Schedule a demo for pricing!</a></em></p>]]></content:encoded></item><item><title><![CDATA[Docmost]]></title><description><![CDATA[Open source Notion &#8226; New projects including an open source Perplexity and an email delivery service &#8226; Open vacancies at Neon, TikTok, or Mirantis &#8226; The pain of maintaining an open source project]]></description><link>https://www.openpioneers.com/p/docmost</link><guid isPermaLink="false">https://www.openpioneers.com/p/docmost</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 31 Jul 2024 16:00:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/7d086b50-1520-46f1-8612-6fa520d208d2_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to <em><a href="https://openpioneers.com/">Open Pioneers</a></em> #29 - your weekly update from the forefront of open source. Based on your feedback, I&#8217;ve updated the format a little bit. Please let me know what you think about it!</p><p>Today, we talk about:</p><ul><li><p>Docmost, open source Notion</p></li><li><p>New projects including an open source Perplexity and an email delivery service</p></li><li><p>Open vacancies at Neon, TikTok, or Mirantis</p></li><li><p>The pain of maintaining an open source project</p></li></ul><p>Since last week, we welcomed 26 new Open Pioneers. &#128075;</p><h6>&#128269; Project spotlight</h6><h2>Docmost, open source Notion</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!v5UV!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97084cc0-1983-455d-843d-2978ca3a29e5_1292x861.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!v5UV!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97084cc0-1983-455d-843d-2978ca3a29e5_1292x861.png 424w, https://substackcdn.com/image/fetch/$s_!v5UV!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97084cc0-1983-455d-843d-2978ca3a29e5_1292x861.png 848w, https://substackcdn.com/image/fetch/$s_!v5UV!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97084cc0-1983-455d-843d-2978ca3a29e5_1292x861.png 1272w, https://substackcdn.com/image/fetch/$s_!v5UV!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97084cc0-1983-455d-843d-2978ca3a29e5_1292x861.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!v5UV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97084cc0-1983-455d-843d-2978ca3a29e5_1292x861.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/97084cc0-1983-455d-843d-2978ca3a29e5_1292x861.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;docmost website&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="docmost website" title="docmost website" srcset="https://substackcdn.com/image/fetch/$s_!v5UV!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97084cc0-1983-455d-843d-2978ca3a29e5_1292x861.png 424w, https://substackcdn.com/image/fetch/$s_!v5UV!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97084cc0-1983-455d-843d-2978ca3a29e5_1292x861.png 848w, https://substackcdn.com/image/fetch/$s_!v5UV!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97084cc0-1983-455d-843d-2978ca3a29e5_1292x861.png 1272w, https://substackcdn.com/image/fetch/$s_!v5UV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97084cc0-1983-455d-843d-2978ca3a29e5_1292x861.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a><p><em><a href="https://docmost.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Docmost</a></em> is an open source alternative to Notion and other wiki software. The platform is designed to simplify the process of documenting and sharing information within teams. It provides a user-friendly interface for creating, managing, and collaborating on various types of documents, from simple notes to complex reports.</p><p>One of the key features of Docmost is its collaborative tools, which allow multiple users to work on the same document simultaneously. This real-time collaboration ensures that everyone on the team is always up-to-date with the latest changes and additions. Additionally, Docmost supports version control, so users can track changes over time and revert to previous versions if necessary.</p><p>Docmost also places a strong emphasis on security and accessibility. It offers robust permission settings, enabling administrators to control who can view, edit, or share documents. The platform is designed to be accessible from various devices, including smartphones and tablets, allowing team members to access important documents from anywhere.</p><p>Docmost launched a couple of weeks ago but already accumulated over 3k Github stars.</p><p>Learn more about Docmost: <em><a href="https://docmost.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Website</a></em> | <em><a href="https://github.com/docmost/docmost?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">GitHub</a></em> | <em><a href="https://x.com/DocmostHQ?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">X</a></em></p><h6>&#128293; New projects started last week</h6><h2>Open source Perplexity &amp; Email Delivery Service</h2><p><a href="https://github.com/supermemoryai/opensearch-ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">SearchGPT</a></p><p><a href="https://github.com/supermemoryai/opensearch-ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">SearchGPT / Perplexity clone, but personalised for you.</a></p><p><a href="https://github.com/supermemoryai/opensearch-ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">github.com/supermemoryai/opensearch-ai</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!K4js!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F679daece-2a0e-4d64-a198-0b83bead0b5d_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!K4js!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F679daece-2a0e-4d64-a198-0b83bead0b5d_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!K4js!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F679daece-2a0e-4d64-a198-0b83bead0b5d_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!K4js!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F679daece-2a0e-4d64-a198-0b83bead0b5d_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!K4js!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F679daece-2a0e-4d64-a198-0b83bead0b5d_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!K4js!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F679daece-2a0e-4d64-a198-0b83bead0b5d_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/679daece-2a0e-4d64-a198-0b83bead0b5d_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!K4js!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F679daece-2a0e-4d64-a198-0b83bead0b5d_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!K4js!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F679daece-2a0e-4d64-a198-0b83bead0b5d_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!K4js!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F679daece-2a0e-4d64-a198-0b83bead0b5d_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!K4js!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F679daece-2a0e-4d64-a198-0b83bead0b5d_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/valyentdev/ferdinand?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Ferdinand</a></p><p><a href="https://github.com/valyentdev/ferdinand?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Open-source email delivery service for developers.</a></p><p><a href="https://github.com/valyentdev/ferdinand?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">github.com/valyentdev/ferdinand</a></p><a class="image-link image2" target="_blank" href="https://opengraph.githubassets.com/39b261a784a230417b24530e3b44173310e055999a59a038c6c44bf33770e080/valyentdev/ferdinand" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://opengraph.githubassets.com/39b261a784a230417b24530e3b44173310e055999a59a038c6c44bf33770e080/valyentdev/ferdinand 424w, https://opengraph.githubassets.com/39b261a784a230417b24530e3b44173310e055999a59a038c6c44bf33770e080/valyentdev/ferdinand 848w, https://opengraph.githubassets.com/39b261a784a230417b24530e3b44173310e055999a59a038c6c44bf33770e080/valyentdev/ferdinand 1272w, https://opengraph.githubassets.com/39b261a784a230417b24530e3b44173310e055999a59a038c6c44bf33770e080/valyentdev/ferdinand 1456w" sizes="100vw"><img src="https://opengraph.githubassets.com/39b261a784a230417b24530e3b44173310e055999a59a038c6c44bf33770e080/valyentdev/ferdinand" data-attrs="{&quot;src&quot;:&quot;https://opengraph.githubassets.com/39b261a784a230417b24530e3b44173310e055999a59a038c6c44bf33770e080/valyentdev/ferdinand&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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://opengraph.githubassets.com/39b261a784a230417b24530e3b44173310e055999a59a038c6c44bf33770e080/valyentdev/ferdinand 424w, https://opengraph.githubassets.com/39b261a784a230417b24530e3b44173310e055999a59a038c6c44bf33770e080/valyentdev/ferdinand 848w, https://opengraph.githubassets.com/39b261a784a230417b24530e3b44173310e055999a59a038c6c44bf33770e080/valyentdev/ferdinand 1272w, https://opengraph.githubassets.com/39b261a784a230417b24530e3b44173310e055999a59a038c6c44bf33770e080/valyentdev/ferdinand 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h6>&#128188; Open source jobs</h6><h2>Work for Neon, TikTok, or Mirantis</h2><ul><li><p>Site Reliability Engineer, Azure (Remote) at Neon <em><a href="https://job-boards.greenhouse.io/neondatabase/jobs/5199193004?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Apply</a></em></p></li><li><p>Open Source Counsel (Los Angeles, US) at TikTok <em><a href="https://careers.tiktok.com/position/7384155500982192394/detail?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Apply</a></em></p></li><li><p>Open Source Engineering Leader (Remote) at Mirantis <em><a href="https://jobs.smartrecruiters.com/Mirantis/744000001631738?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Apply</a></em></p></li></ul><p>If you&#8217;d like your job postings to be listed, <em><a href="https://airtable.com/appwKZUjdwfJ5Tdza/tblmhBfU65ZbdgzM5/viwb1Cz5QE82vrnkE?blocks=hide&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">fill out this form</a></em> (100% free).+</p><h6>&#128301; Open source social monitor</h6><h2>The pain of maintaining an open source project</h2><p>Powered by <em><a href="https://octolens.com/?ref=openpioneers&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Octolens</a></em>, AI-powered social listening. Easily monitor keyword mentions on platforms like X, Reddit, DEV, HackerNews or LinkedIn.</p><p>Use coupon OPENPIONEERS to <strong>get your first month for free</strong>.</p><blockquote><p>The pain of maintaining an open source project &#128546;</p><p><a href="https://twitter.com/mariofusco/status/1792636148201718035">&#8212; Mario Fusco (@mariofusco) <br>7:18 PM &#8226; May 20, 2024</a></p></blockquote><h6>&#128218; More open source content</h6><h2>What I enjoyed reading last week</h2><ul><li><p>Telegram&#8217;s Founder Plans to &#8216;Open Source His DNA&#8217; <em><a href="https://gizmodo.com/telegrams-founder-plans-to-open-source-his-dna-2000481509?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Link</a></em></p></li><li><p>Is open source a tragedy of the commons? It's complicated <em><a href="https://www.techtarget.com/searchitoperations/podcast/Is-open-source-a-tragedy-of-the-commons-Its-complicated?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Link</a></em></p></li><li><p>Open Source or Closed? The AI Dilemma <em><a href="https://thenewstack.io/open-source-or-closed-the-ai-dilemma/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Link</a></em></p></li><li><p>NVIDIA Transitions Fully Towards Open-Source GPU Kernel Modules <em><a href="https://developer.nvidia.com/blog/nvidia-transitions-fully-towards-open-source-gpu-kernel-modules/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">@jonathimer</a></em>)</p><p>10,000 people are reading this newsletter every week.</p><p>You don&#8217;t have to be an experienced writer to start a newsletter. I definitely wasn&#8217;t. But running a weekly newsletter is one of the fastest ways to become better at writing and build an audience.</p><p><em><a href="https://www.beehiiv.com?via=jonathan-reimer&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=docmost">Beehiiv</a></em> is the best platform for sending newsletters.</p><p> Affiliate link: If you end up choosing Beehiiv to start your newsletter, you will support Open Pioneers with a small commission.</p>]]></content:encoded></item><item><title><![CDATA[Documenso]]></title><description><![CDATA[Open source document signing &#8226; New projects including a stack to easily deploy apps on Cloudflare and a tool to chat with your photo gallery &#8226; Open vacancies at Cal.com, Canonical, Mozilla, or Mend.io &#8226; LLama 3.1: Open Source AI is catching up on Cl]]></description><link>https://www.openpioneers.com/p/documenso</link><guid isPermaLink="false">https://www.openpioneers.com/p/documenso</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 24 Jul 2024 16:00:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/3b14f2be-233e-437e-887e-93a1838d15a3_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to <em><a href="https://openpioneers.com/">Open Pioneers</a></em> #28 - your weekly update from the forefront of open source. Based on your feedback, I&#8217;ve updated the format a little bit. Please let me know what you think about it!</p><p>Today, we talk about:</p><ul><li><p>The story behind Documenso, open source document signing</p></li><li><p>New projects including a stack to easily deploy apps on Cloudflare and a tool to chat with your photo gallery</p></li><li><p>Open vacancies at Cal.com, Canonical, Mozilla, or Mend.io</p></li><li><p>LLama 3.1: Open Source AI is catching up on Closed Source AI</p></li></ul><p>Since last week, we welcomed 31 new Open Pioneers. &#128075;</p><h6>&#127897;&#65039; Founder interview</h6><h2>The story behind Documenso, open source document signing</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!565k!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9156a04-dee2-4523-88d0-e01ad63c1bf4_1292x853.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!565k!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9156a04-dee2-4523-88d0-e01ad63c1bf4_1292x853.png 424w, https://substackcdn.com/image/fetch/$s_!565k!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9156a04-dee2-4523-88d0-e01ad63c1bf4_1292x853.png 848w, https://substackcdn.com/image/fetch/$s_!565k!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9156a04-dee2-4523-88d0-e01ad63c1bf4_1292x853.png 1272w, https://substackcdn.com/image/fetch/$s_!565k!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9156a04-dee2-4523-88d0-e01ad63c1bf4_1292x853.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!565k!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9156a04-dee2-4523-88d0-e01ad63c1bf4_1292x853.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f9156a04-dee2-4523-88d0-e01ad63c1bf4_1292x853.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!565k!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9156a04-dee2-4523-88d0-e01ad63c1bf4_1292x853.png 424w, https://substackcdn.com/image/fetch/$s_!565k!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9156a04-dee2-4523-88d0-e01ad63c1bf4_1292x853.png 848w, https://substackcdn.com/image/fetch/$s_!565k!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9156a04-dee2-4523-88d0-e01ad63c1bf4_1292x853.png 1272w, https://substackcdn.com/image/fetch/$s_!565k!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9156a04-dee2-4523-88d0-e01ad63c1bf4_1292x853.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a><p>Today we interview <em><a href="https://x.com/ElTimuro?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Timur Ercan</a></em>, co-founder of Documenso.</p><p><strong>What is Documenso, and what problem is it solving?&nbsp;</strong></p><p><em><a href="https://documenso.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Documenso</a></em> is the world&#8217;s open signing framework. It&#8217;s the idea of daring to build signing once and for all for all humanity, making it just as available as all open web tech. Since signing is such a core process of every business worldwide, no one should have to decide between using a non-ideal provider or building it from scratch ever again. By building Documenso open source, we want everyone to get the perfect solution for their signing needs, whether self-hosted, hosted by us, or hybrid integration. It also means we listen to the community by design, orienting everything about Documenso on the needs of users and customers, which is sadly not the default in the space.</p><p>Documenso is signing as it should have been: Tech-first, Community-Driven, Open Infrastructure that feels amazing.</p><p><strong>How did you come to start Documenso?</strong></p><p>Ten years ago, <em><a href="https://documenso.com/blog/why-i-started-documenso?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">when starting my first company</a></em>, we had to purchase an SSL certificate. At the time, there was no Let&#8217;s Encrypt or ready-to-go providers like Vercel. We ended up paying a few hundred dollars for a two-year certificate purchased in one of the worst webshops I had ever seen. What kept bothering me was that we paid for a random number anyone could have generated. Regulation and technical moats allowed the players at the time to do this. SSL Certificates are still sold today, but with Let&#8217;s Encrypt providing free certificates to 363M websites, it&#8217;s a much more niche market. Having paid that money for what I consider the basic infrastructure of the web that should be open and free bothers me to this day.</p><p>When I looked into different spaces for my latest venture, I realized that document signing today is where SSL was ten years ago. Big player dominating the scene, with DocuSign being the biggest (70% market share) by far and producing the most frustration. For me, that's just wrong. <em><a href="https://documenso.com/blog/commodifying-signing?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Fundamental global tech should be open.</a></em> Imagine a world where we only had proprietary web tech like Windows Server. The web, as we know it today, would not exist. Also, I have always been intrigued by encryption-powered technologies, since they tend to turn out to be highly socially relevant.</p><p><strong>If you could travel back in time, what would you do differently in building Documenso? What are your most surprising learnings as an open source founder?</strong></p><p>Since Documenso developed very naturally, there is little I would or could do differently. Launching 0.9, meeting my Co-Founder Lucas through an online code roasting of Documenso, and raising our first money all worked out great. What I unironically would do differently, looking back, is start Documenso even earlier and play even more on the grassroots movement aspect.</p><p>What still surprises me today is how much "launch early" holds true. I've never seen so much benefit from doing this as in Documenso. Launching/publishing never brings the downsides you might expect, but there is much more upside than you expect. So, launch early.</p><p><strong>Who are 3 open source companies you look up to?</strong></p><p>I'm a big fan of <em><a href="https://Cal.com?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Cal.com</a></em> and its founders, Peer and Bailey. Peer supported this idea long before I spoke the word Documenso for the first time, and was the first angel we had. His view on open-source companies significantly shaped my thinking about what Documenso could and should be.</p><p><em><a href="https://supabase.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Supabase</a></em> is an incredible company. They have a unique way of making their mission "the place to be", which has always intrigued me. But while playing the cool kids online, they have been hyper-focused on building what I consider the best product possible for their domain, progress SQL.&nbsp;</p><p>Not exactly a company, but I am in awe of what <em><a href="https://letsencrypt.org/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Let's Encrypt</a></em> is doing for the Web. They provide SSL certificates for hundreds of millions of websites, which are automated and free. Many need to realize how core to the internet as we know it they are&#8212;actual public infrastructure, which is a big inspiration.</p><p>Learn more about Documenso: <em><a href="https://documenso.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Website</a></em> | <em><a href="https://github.com/documenso/documenso?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">GitHub</a></em> | <em><a href="https://x.com/documenso?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">X</a></em> | <em><a href="https://discord.com/invite/vqUg8Dpmga?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Discord</a></em></p><h6>&#128293; New projects started last week</h6><h2>Deploy full-stack apps on Cloudflare, Chat with your gallery</h2><p><a href="https://github.com/Dhravya/cloudflare-saas-stack?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Cloudflare SaaS Stack</a></p><p><a href="https://github.com/Dhravya/cloudflare-saas-stack?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Quickly make and deploy full-stack apps on Cloudflare with database, auth, styling, storage etc. figured out for you.</a></p><p><a href="https://github.com/Dhravya/cloudflare-saas-stack?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">github.com/Dhravya/cloudflare-saas-stack</a></p><a class="image-link image2" target="_blank" href="https://opengraph.githubassets.com/459215cd751c27a530404ea74c057f996a552b0dbf5ce7f4d47df8c743022412/Dhravya/cloudflare-saas-stack" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://opengraph.githubassets.com/459215cd751c27a530404ea74c057f996a552b0dbf5ce7f4d47df8c743022412/Dhravya/cloudflare-saas-stack 424w, https://opengraph.githubassets.com/459215cd751c27a530404ea74c057f996a552b0dbf5ce7f4d47df8c743022412/Dhravya/cloudflare-saas-stack 848w, https://opengraph.githubassets.com/459215cd751c27a530404ea74c057f996a552b0dbf5ce7f4d47df8c743022412/Dhravya/cloudflare-saas-stack 1272w, https://opengraph.githubassets.com/459215cd751c27a530404ea74c057f996a552b0dbf5ce7f4d47df8c743022412/Dhravya/cloudflare-saas-stack 1456w" sizes="100vw"><img src="https://opengraph.githubassets.com/459215cd751c27a530404ea74c057f996a552b0dbf5ce7f4d47df8c743022412/Dhravya/cloudflare-saas-stack" data-attrs="{&quot;src&quot;:&quot;https://opengraph.githubassets.com/459215cd751c27a530404ea74c057f996a552b0dbf5ce7f4d47df8c743022412/Dhravya/cloudflare-saas-stack&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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://opengraph.githubassets.com/459215cd751c27a530404ea74c057f996a552b0dbf5ce7f4d47df8c743022412/Dhravya/cloudflare-saas-stack 424w, https://opengraph.githubassets.com/459215cd751c27a530404ea74c057f996a552b0dbf5ce7f4d47df8c743022412/Dhravya/cloudflare-saas-stack 848w, https://opengraph.githubassets.com/459215cd751c27a530404ea74c057f996a552b0dbf5ce7f4d47df8c743022412/Dhravya/cloudflare-saas-stack 1272w, https://opengraph.githubassets.com/459215cd751c27a530404ea74c057f996a552b0dbf5ce7f4d47df8c743022412/Dhravya/cloudflare-saas-stack 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/gcui-art/album-ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Album AI</a></p><p><a href="https://github.com/gcui-art/album-ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">AI-First Album: Chat with your gallery using plain language! LLM Vision + RAG + Album/Gallery/.</a></p><p><a href="https://github.com/gcui-art/album-ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">github.com/gcui-art/album-ai</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!r1Lc!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0e1bc50-ebfe-4994-9cfe-824e772b5a89_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!r1Lc!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0e1bc50-ebfe-4994-9cfe-824e772b5a89_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!r1Lc!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0e1bc50-ebfe-4994-9cfe-824e772b5a89_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!r1Lc!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0e1bc50-ebfe-4994-9cfe-824e772b5a89_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!r1Lc!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0e1bc50-ebfe-4994-9cfe-824e772b5a89_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!r1Lc!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0e1bc50-ebfe-4994-9cfe-824e772b5a89_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a0e1bc50-ebfe-4994-9cfe-824e772b5a89_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!r1Lc!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0e1bc50-ebfe-4994-9cfe-824e772b5a89_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!r1Lc!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0e1bc50-ebfe-4994-9cfe-824e772b5a89_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!r1Lc!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0e1bc50-ebfe-4994-9cfe-824e772b5a89_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!r1Lc!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0e1bc50-ebfe-4994-9cfe-824e772b5a89_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h6>&#128188; Open source jobs</h6><h2>Work for Cal.com, Canonical, Mozilla, or Mend.io</h2><ul><li><p>Senior Full-Stack Engineer, Platform (Remote) at Cal.com <em><a href="https://cal.com/jobs/ic3-senior-full-stack-engineer-platform?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Apply</a></em>&nbsp;</p></li><li><p>Linux Kernel Engineer (Remote) at Canonical <em><a href="https://boards.greenhouse.io/canonical/jobs/5151903?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Apply</a></em></p></li><li><p>Director of UX Design, Mobile &amp; Ecosystem (Remote, Canada) at Mozilla <em><a href="https://boards.greenhouse.io/mozilla/jobs/6129589?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Apply</a></em></p></li><li><p>Code Analysis Algorithms Developer (Krak&#243;w, Poland) at Mend.io <em><a href="https://www.mend.io/careers/rd/62.64B/code-analysis-algorithms-developer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Apply</a></em></p></li></ul><p>If you&#8217;d like your job postings to be listed, <em><a href="https://airtable.com/appwKZUjdwfJ5Tdza/tblmhBfU65ZbdgzM5/viwb1Cz5QE82vrnkE?blocks=hide&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">fill out this form</a></em> (100% free).</p><h6>&#128301; Open source social monitor</h6><h2>LLama 3.1: Open Source AI is catching up</h2><p>Powered by <em><a href="https://octolens.com/?ref=openpioneers&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Octolens</a></em>, AI-powered social listening. Easily monitor keyword mentions on platforms like X, Reddit, DEV, HackerNews or LinkedIn.</p><p>Use coupon OPENPIONEERS to <strong>get your first month for free</strong>.</p><blockquote><p>I made the closed-source vs. open-weight models figure for this moment.</p><p><a href="https://twitter.com/maximelabonne/status/1816008591934922915">&#8212; Maxime Labonne @ ICML (@maximelabonne) <br>7:12 AM &#8226; Jul 24, 2024</a></p></blockquote><h6>&#128218; More open source content</h6><h2>What I enjoyed reading last week</h2><ul><li><p>Mark Zuckerberg: Open Source AI Is the Path Forward <em><a href="https://about.fb.com/news/2024/07/open-source-ai-is-the-path-forward/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Link</a></em></p></li><li><p>Switzerland now requires all government software to be open source <em><a href="https://www.zdnet.com/article/switzerland-now-requires-all-government-software-to-be-open-source/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Link</a></em></p></li><li><p>How to maintain code for a century: Just add Rust <em><a href="https://www.theregister.com/2024/07/23/opinion_column/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Link</a></em></p></li><li><p>Netflix Open-Sources its Secret Sauce to Meet The Demands Of its Platform <em><a href="https://news.itsfoss.com/netflix-maestro-open-source/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">@jonathimer</a></em>)</p><p>10,000 people are reading this newsletter every week.</p><p>You don&#8217;t have to be an experienced writer to start a newsletter. I definitely wasn&#8217;t. But running a weekly newsletter is one of the fastest ways to become better at writing and build an audience.</p><p><em><a href="https://www.beehiiv.com?via=jonathan-reimer&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=documenso">Beehiiv</a></em> is the best platform for sending newsletters.</p><p> Affiliate link: If you end up choosing Beehiiv to start your newsletter, you will support Open Pioneers with a small commission.</p>]]></content:encoded></item><item><title><![CDATA[Flagsmith, open source feature flags]]></title><description><![CDATA[Flagsmith &#8226; New projects including an app store, an open source version of AI artifacts, and a tool to turn websites into PDFs &#8226; Open vacancies at Wikimedia, Databricks, GitLab, and Onehouse &#8226; OSS Pledge]]></description><link>https://www.openpioneers.com/p/flagsmith</link><guid isPermaLink="false">https://www.openpioneers.com/p/flagsmith</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 17 Jul 2024 16:00:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/5aabc0fb-4cef-496e-b3eb-e08d0ccd1c9c_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to <em><a href="https://openpioneers.com/">Open Pioneers</a></em> #27 - your weekly update from the forefront of open source. Based on your feedback, I&#8217;ve updated the format a little bit. Please let me know what you think about it!</p><p>Today, we talk about:</p><ul><li><p>Flagsmith, open source feature flags</p></li><li><p>New projects including an app store, an open source version of AI artifacts, and a tool to turn websites into PDFs</p></li><li><p>Open vacancies at Wikimedia, Databricks, GitLab, and Onehouse</p></li><li><p>OSS Pledge</p></li></ul><p>Since last week, we welcomed 67 new Open Pioneers. &#128075;</p><h6>&#128269; Project spotlight</h6><h2>Flagsmith, open source feature flags</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Dxt_!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ba74db-a822-4484-859c-bedc9940bda3_1292x835.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Dxt_!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ba74db-a822-4484-859c-bedc9940bda3_1292x835.png 424w, https://substackcdn.com/image/fetch/$s_!Dxt_!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ba74db-a822-4484-859c-bedc9940bda3_1292x835.png 848w, https://substackcdn.com/image/fetch/$s_!Dxt_!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ba74db-a822-4484-859c-bedc9940bda3_1292x835.png 1272w, https://substackcdn.com/image/fetch/$s_!Dxt_!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ba74db-a822-4484-859c-bedc9940bda3_1292x835.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Dxt_!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ba74db-a822-4484-859c-bedc9940bda3_1292x835.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/20ba74db-a822-4484-859c-bedc9940bda3_1292x835.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!Dxt_!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ba74db-a822-4484-859c-bedc9940bda3_1292x835.png 424w, https://substackcdn.com/image/fetch/$s_!Dxt_!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ba74db-a822-4484-859c-bedc9940bda3_1292x835.png 848w, https://substackcdn.com/image/fetch/$s_!Dxt_!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ba74db-a822-4484-859c-bedc9940bda3_1292x835.png 1272w, https://substackcdn.com/image/fetch/$s_!Dxt_!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F20ba74db-a822-4484-859c-bedc9940bda3_1292x835.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a><p><em><a href="https://www.flagsmith.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Flagsmith</a></em> is an open source platform designed to manage feature flags and remote configurations. It helps software development teams control the deployment of new features in their applications more effectively.</p><p>Using Flagsmith, developers can turn features on or off without needing to redeploy code. This capability is especially useful for testing new features with specific user segments, performing A/B testing, and gradually rolling out new updates to avoid widespread issues. Flagsmith's flexibility allows features to be enabled or disabled for different environments, such as development, staging, and production.</p><p>Additionally, Flagsmith offers integration with various programming languages and frameworks, making it a versatile tool for diverse development environments.</p><p>I talked to Ben Rometsch, Founder &amp; CEO of Flagsmith, about a year ago and he shared the platform's evolution from a side project within his software agency to a profitable standalone business. Flagsmith is fully bootstrapped, generating over $1M in annual recurring revenue from notable clients like Citi Bank and United Health Group. The decision to bootstrap was motivated by a desire for control and early profitability, with their software agency providing financial flexibility. Their go-to-market strategy focused on inbound leads and identifying their ideal customer profile, allowing them to align their product with customer needs.</p><p><em><a href="https://www.flagsmith.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Website</a></em> | <em><a href="https://github.com/Flagsmith/flagsmith?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">GitHub</a></em> | <em><a href="https://x.com/GetFlagsmith?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">X</a></em></p><h6>&#128293; New projects started last week</h6><h2>App stores, AI artifacts, and websites as PDFs</h2><p><a href="https://github.com/Lakr233/Asspp?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Asspp</a></p><p><a href="https://github.com/Lakr233/Asspp?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">The App Store for your multi-account eco system.</a></p><p><a href="https://github.com/Lakr233/Asspp?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">github.com/Lakr233/Asspp</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!tobk!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0883b01e-ef7c-40c8-82ec-45ad540e285c_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!tobk!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0883b01e-ef7c-40c8-82ec-45ad540e285c_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!tobk!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0883b01e-ef7c-40c8-82ec-45ad540e285c_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!tobk!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0883b01e-ef7c-40c8-82ec-45ad540e285c_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!tobk!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0883b01e-ef7c-40c8-82ec-45ad540e285c_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!tobk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0883b01e-ef7c-40c8-82ec-45ad540e285c_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0883b01e-ef7c-40c8-82ec-45ad540e285c_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!tobk!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0883b01e-ef7c-40c8-82ec-45ad540e285c_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!tobk!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0883b01e-ef7c-40c8-82ec-45ad540e285c_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!tobk!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0883b01e-ef7c-40c8-82ec-45ad540e285c_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!tobk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0883b01e-ef7c-40c8-82ec-45ad540e285c_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/e2b-dev/ai-artifacts?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">ai-artifacts</a></p><p><a href="https://github.com/e2b-dev/ai-artifacts?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Hackable open-source version of Anthropic's AI Artifacts chat by e2b-dev.</a></p><p><a href="https://github.com/e2b-dev/ai-artifacts?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">github.com/e2b-dev/ai-artifacts</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!kG38!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b1779aa-bbab-4e12-826c-18e095331a67_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!kG38!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b1779aa-bbab-4e12-826c-18e095331a67_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!kG38!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b1779aa-bbab-4e12-826c-18e095331a67_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!kG38!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b1779aa-bbab-4e12-826c-18e095331a67_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!kG38!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b1779aa-bbab-4e12-826c-18e095331a67_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!kG38!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b1779aa-bbab-4e12-826c-18e095331a67_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0b1779aa-bbab-4e12-826c-18e095331a67_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!kG38!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b1779aa-bbab-4e12-826c-18e095331a67_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!kG38!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b1779aa-bbab-4e12-826c-18e095331a67_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!kG38!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b1779aa-bbab-4e12-826c-18e095331a67_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!kG38!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b1779aa-bbab-4e12-826c-18e095331a67_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/laiso/site2pdf?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">site2pdf</a></p><p><a href="https://github.com/laiso/site2pdf?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Generate comprehensive PDFs of entire websites, ideal for RAG.</a></p><p><a href="https://github.com/laiso/site2pdf?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">github.com/laiso/site2pdf</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!EwoC!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4de5401-7d00-4da5-89c5-5ce1514d911f_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!EwoC!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4de5401-7d00-4da5-89c5-5ce1514d911f_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!EwoC!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4de5401-7d00-4da5-89c5-5ce1514d911f_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!EwoC!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4de5401-7d00-4da5-89c5-5ce1514d911f_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!EwoC!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4de5401-7d00-4da5-89c5-5ce1514d911f_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!EwoC!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4de5401-7d00-4da5-89c5-5ce1514d911f_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e4de5401-7d00-4da5-89c5-5ce1514d911f_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!EwoC!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4de5401-7d00-4da5-89c5-5ce1514d911f_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!EwoC!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4de5401-7d00-4da5-89c5-5ce1514d911f_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!EwoC!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4de5401-7d00-4da5-89c5-5ce1514d911f_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!EwoC!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4de5401-7d00-4da5-89c5-5ce1514d911f_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h6>&#128188; Open source jobs</h6><h2>Open vacancies at Wikimedia, Databricks, GitLab, and Onehouse</h2><ul><li><p>Software Engineer, Trust and Safety Product (Remote) at Wikimedia Foundation <em><a href="https://boards.greenhouse.io/wikimedia/jobs/5663779?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Apply</a></em></p></li><li><p>Senior Staff Software Engineer, Jobs and Workflows (Berlin) at Databricks <em><a href="https://www.databricks.com/company/careers/exec-engineering/senior-staff-software-engineer---jobs-and-workflows-7464101002?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Apply</a></em></p></li><li><p>Director, Solutions Architects - EMEA (Remote, Europe) at GitLab <em><a href="https://boards.greenhouse.io/gitlab/jobs/7222912002?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Apply</a></em></p></li><li><p>Senior Software Engineer, Open Source (Sunnyvale CA, US) at Onehouse <em><a href="https://jobs.lever.co/Onehouse/3631232f-5bc3-4309-b425-f61c3cc7dbce?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Apply</a></em></p></li></ul><p>If you&#8217;d like your job postings to be listed, <em><a href="https://airtable.com/appwKZUjdwfJ5Tdza/tblmhBfU65ZbdgzM5/viwb1Cz5QE82vrnkE?blocks=hide&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">fill out this form</a></em> (100% free).</p><h6>&#128301; Open source social monitor</h6><h2>Introducing OSS Pledge</h2><p>Powered by <em><a href="https://octolens.com?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Octolens</a></em>, AI-powered social listening. Easily monitor keyword mentions on platforms like X, Reddit, DEV, HackerNews or LinkedIn.</p><blockquote><p>Why yes, we do have a one-pager about osspledge.com for convenient circulation via email. Download it at osspledge.com/OSS%20Pledge.p&#8230;.</p><p><a href="https://twitter.com/chadwhitacre_/status/1813309597886677045">&#8212; Chad Whitacre (@chadwhitacre_) <br>8:27 PM &#8226; Jul 16, 2024</a></p></blockquote><h6>&#128218; More open source content</h6><h2>What I read last week</h2><ul><li><p>The graying open source community needs fresh blood <em><a href="https://www.theregister.com/2024/07/15/opinion_open_source_attract_devs/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Link</a></em></p></li><li><p>Google backs Indian open source Uber rival <em><a href="https://techcrunch.com/2024/07/15/google-backs-indian-open-source-uber-rival-namma-yatri/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Link</a></em></p></li><li><p>Breaking down the walled garden of open source <em><a href="https://www.techzine.eu/blogs/applications/122251/breaking-down-the-walled-garden-of-open-source/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Link</a></em></p></li><li><p>Generative AI: Fuelling the Adoption of Asset Tokenization <em><a href="https://www.opensourceforu.com/2024/07/generative-ai-fuelling-the-adoption-of-asset-tokenization/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Link</a></em></p></li><li><p>SAP's bid to woo open source community meets muted response <em><a href="https://www.theregister.com/2024/07/12/saps_bid_to_woo_open/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=flagsmith-open-source-feature-flags">@jonathimer</a></em>)</p><p>Million dollar AI strategies packed in this free 3 hour AI Masterclass &#8211; designed for founders &amp; professionals. Act fast because It&#8217;s free only for the first 100.</p><p><em><a href="https://web.growthschool.io/BHJ3/?utm_source=beehiiv&amp;utm_medium=email&amp;utm_campaign=L3LDFFZH44&amp;_bhiiv=opp_17a1fed7-f933-4c70-8e21-60d0fa4ecdda_48da2b45">Join it here for $0. &#127873;</a></em></p>]]></content:encoded></item><item><title><![CDATA[How open source companies make money]]></title><description><![CDATA[6 ways open source companies make money &#8226; Active pieces, an open source alternative to Zapier &#8226; New projects including portrait animation, an API to ingest them all, a healthcare system, and Mongo on Postgres &#8226; Open vacancies at Supabase, Mozilla, a]]></description><link>https://www.openpioneers.com/p/activepieces</link><guid isPermaLink="false">https://www.openpioneers.com/p/activepieces</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 10 Jul 2024 16:00:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/461396b5-f695-4991-99f7-530b0b3d1a0d_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to <em><a href="https://openpioneers.com/">Open Pioneers</a></em> #26 - your weekly update from the forefront of open source. Based on your feedback, I&#8217;ve updated the format a little bit. Please let me know what you think about it!</p><p>Today, we talk about:</p><ul><li><p>6 ways open source companies make money</p></li><li><p>Active Pieces, an open source alternative to Zapier</p></li><li><p>New projects including portrait animation, an API to ingest them all, a healthcare system, and Mongo on Postgres</p></li><li><p>Open vacancies at Supabase, Mozilla, Orkes, Wundergraph, Daytona, and Grit</p></li></ul><p>Since last week, we have welcomed 62 new Open Pioneers. &#128075; If you like this week's post, it would make my day if you would share it with a friend or colleague.</p><h2>&#129300; 6 ways open source companies make money</h2><p>Open source software has revolutionized the tech industry by providing free, accessible tools for developers and businesses. However, you might be wondering how companies (and developers) actually make money with something that is freely available. Here are 6 ways to make money with an open source projects.</p><h4>1. Donations</h4><p>Many open source projects rely on the goodwill of their users for financial support. Platforms like Patreon, Open Collective, and GitHub Sponsors allow individuals and organizations to contribute financially to the development and maintenance of open source software. While donations can be a significant source of income for some projects, they are often unpredictable and may not provide a stable revenue stream.</p><h4>2. Hosted Services</h4><p>One popular way open source companies monetize is by offering a hosted version of their software. While the software itself remains free and open source, the company charges users for the convenience of a managed service. This model is particularly prevalent with complex software that requires significant setup and maintenance, such as databases, content management systems, and development tools. Examples include <em><a href="https://www.redhat.com/en/technologies/cloud-computing/openshift?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Red Hat&#8217;s OpenShift</a></em> or <em><a href="https://cal.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Cal&#8217;s scheduling app</a></em>.</p><h4>3. Paid Support and Courses</h4><p>Another revenue stream for open source companies is providing paid support and training services. Companies can offer technical support, troubleshooting, and consulting to businesses that use their software. Additionally, they can create and sell educational content, such as online courses, tutorials, and certifications, to help users better understand and utilize their software. This model ensures users have access to expert help while generating revenue for the company.</p><h4>4. Open Core</h4><p>The open core model involves offering a basic version of the software for free while charging for additional features, plugins, or services. This approach allows companies to maintain a strong community around the free version while monetizing the more advanced or enterprise-level functionalities. Examples of companies using the open core model include <em><a href="https://grafana.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Grafana</a></em>, <em><a href="https://www.rancher.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Rancher</a></em>, or <em><a href="https://www.confluent.io/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Confluent</a></em> (Apache Kafka).</p><h4>5. Dual Licensing</h4><p>Dual licensing allows companies to offer their software under two different licenses: one open source and one commercial. The open source license permits free use under certain conditions, while the commercial license is required for proprietary or commercial use. This model enables companies to benefit from community contributions and widespread adoption while generating revenue from businesses that need a commercial license. <em><a href="https://mariadb.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">MariaDB</a></em> and <em><a href="https://www.sugarcrm.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">SugarCRM</a></em> are well-known examples for using dual licensing.</p><h4>6. Selling Related Products</h4><p>Some open source companies create and sell complementary proprietary products or services. These can include hardware, proprietary software, or additional services that enhance the functionality of the open source project. This model allows companies to leverage their expertise in the open source space while diversifying their revenue streams. For example, <em><a href="https://automattic.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Automattic</a></em> (WordPress) offers premium themes, plugins, and hosting services.</p><h6>&#128269; Project spotlight</h6><h2>Active Pieces, an open source Zapier alternative</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!xia-!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8acae13d-ad9d-4409-84eb-8773b48a98b3_1292x843.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!xia-!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8acae13d-ad9d-4409-84eb-8773b48a98b3_1292x843.png 424w, https://substackcdn.com/image/fetch/$s_!xia-!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8acae13d-ad9d-4409-84eb-8773b48a98b3_1292x843.png 848w, https://substackcdn.com/image/fetch/$s_!xia-!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8acae13d-ad9d-4409-84eb-8773b48a98b3_1292x843.png 1272w, https://substackcdn.com/image/fetch/$s_!xia-!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8acae13d-ad9d-4409-84eb-8773b48a98b3_1292x843.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!xia-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8acae13d-ad9d-4409-84eb-8773b48a98b3_1292x843.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8acae13d-ad9d-4409-84eb-8773b48a98b3_1292x843.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Active Pieces website&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="Active Pieces website" title="Active Pieces website" srcset="https://substackcdn.com/image/fetch/$s_!xia-!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8acae13d-ad9d-4409-84eb-8773b48a98b3_1292x843.png 424w, https://substackcdn.com/image/fetch/$s_!xia-!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8acae13d-ad9d-4409-84eb-8773b48a98b3_1292x843.png 848w, https://substackcdn.com/image/fetch/$s_!xia-!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8acae13d-ad9d-4409-84eb-8773b48a98b3_1292x843.png 1272w, https://substackcdn.com/image/fetch/$s_!xia-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8acae13d-ad9d-4409-84eb-8773b48a98b3_1292x843.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><em><a href="https://www.activepieces.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Active Pieces</a></em> is an open source platform designed to make automation accessible for businesses and developers. It enables users to create workflows and integrations between various applications and services without needing extensive programming knowledge. Inspired by tools like Zapier and Integromat, Active Pieces aims to be more user-friendly and customizable due to its open source nature.</p><p>The platform offers a visual interface where users can create workflows by connecting different components through a drag-and-drop system. It supports a wide range of integrations with popular services and applications, allowing for automation across various domains. The open source aspect of Active Pieces allows users to inspect, modify, and extend the code, fostering transparency and customization.</p><p>Active Pieces was developed to address the limitations and high costs associated with proprietary automation tools. The creators wanted to democratize automation by providing an open source alternative that is accessible to smaller businesses and individual developers. This approach emphasizes flexibility and control, enabling users to build custom solutions tailored to their specific needs.</p><p>So far, over 40,000 teams are using Active Pieces and over 8,500 developers stared the project on GitHub.</p><p><em><a href="https://www.activepieces.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Website</a></em> | <em><a href="https://github.com/activepieces/activepieces?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">GitHub</a></em> | <em><a href="https://discord.gg/yvxF5k5AUb?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Discord</a></em></p><h6>&#128293; New projects started last week</h6><h2>Portrait animation, an API to ingest them all, a healthcare system, and Mongo on Postgres</h2><p><a href="https://github.com/KwaiVGI/LivePortrait?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">LivePortrait</a></p><p><a href="https://github.com/KwaiVGI/LivePortrait?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Bring portraits to life! Efficient Portrait Animation with Stitching and Retargeting Control.</a></p><p><a href="https://github.com/KwaiVGI/LivePortrait?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">github.com/KwaiVGI/LivePortrait</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Oadk!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2d317507-8769-42ed-9f63-d7aa74b7d22a_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Oadk!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2d317507-8769-42ed-9f63-d7aa74b7d22a_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!Oadk!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2d317507-8769-42ed-9f63-d7aa74b7d22a_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!Oadk!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2d317507-8769-42ed-9f63-d7aa74b7d22a_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!Oadk!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2d317507-8769-42ed-9f63-d7aa74b7d22a_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Oadk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2d317507-8769-42ed-9f63-d7aa74b7d22a_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2d317507-8769-42ed-9f63-d7aa74b7d22a_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!Oadk!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2d317507-8769-42ed-9f63-d7aa74b7d22a_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!Oadk!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2d317507-8769-42ed-9f63-d7aa74b7d22a_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!Oadk!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2d317507-8769-42ed-9f63-d7aa74b7d22a_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!Oadk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2d317507-8769-42ed-9f63-d7aa74b7d22a_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/adithya-s-k/omniparse?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">omniparse</a></p><p><a href="https://github.com/adithya-s-k/omniparse?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Ingest, parse, and optimize any data format &#10145;&#65039; from documents to multimedia &#10145;&#65039; for enhanced compatibility with GenAI frameworks.</a></p><p><a href="https://github.com/adithya-s-k/omniparse?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">github.com/adithya-s-k/omniparse</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!5sSc!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce485452-0dc7-4062-8503-5f075d8d9e0f_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!5sSc!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce485452-0dc7-4062-8503-5f075d8d9e0f_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!5sSc!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce485452-0dc7-4062-8503-5f075d8d9e0f_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!5sSc!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce485452-0dc7-4062-8503-5f075d8d9e0f_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!5sSc!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce485452-0dc7-4062-8503-5f075d8d9e0f_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!5sSc!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce485452-0dc7-4062-8503-5f075d8d9e0f_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ce485452-0dc7-4062-8503-5f075d8d9e0f_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!5sSc!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce485452-0dc7-4062-8503-5f075d8d9e0f_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!5sSc!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce485452-0dc7-4062-8503-5f075d8d9e0f_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!5sSc!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce485452-0dc7-4062-8503-5f075d8d9e0f_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!5sSc!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce485452-0dc7-4062-8503-5f075d8d9e0f_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/adrianhajdin/healthcare?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">healthcare</a></p><p><a href="https://github.com/adrianhajdin/healthcare?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Build a healthcare platform that streamlines patient registration, appointment scheduling, and medical records, and learn to implement complex forms and SMS notifications.</a></p><p><a href="https://github.com/adrianhajdin/healthcare?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">github.com/adrianhajdin/healthcare</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!yGQk!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2dbca182-913a-4524-8cda-ca5fa832f72a_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!yGQk!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2dbca182-913a-4524-8cda-ca5fa832f72a_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!yGQk!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2dbca182-913a-4524-8cda-ca5fa832f72a_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!yGQk!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2dbca182-913a-4524-8cda-ca5fa832f72a_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!yGQk!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2dbca182-913a-4524-8cda-ca5fa832f72a_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!yGQk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2dbca182-913a-4524-8cda-ca5fa832f72a_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2dbca182-913a-4524-8cda-ca5fa832f72a_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!yGQk!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2dbca182-913a-4524-8cda-ca5fa832f72a_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!yGQk!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2dbca182-913a-4524-8cda-ca5fa832f72a_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!yGQk!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2dbca182-913a-4524-8cda-ca5fa832f72a_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!yGQk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2dbca182-913a-4524-8cda-ca5fa832f72a_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/event-driven-io/Pongo?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Pongo</a></p><p><a href="https://github.com/event-driven-io/Pongo?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Mongo but on Postgres and with strong consistency benefits.</a></p><p><a href="https://github.com/event-driven-io/Pongo?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">github.com/event-driven-io/Pongo</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!ubR7!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82ec51c6-02b4-42fe-8512-23f096a7bebf_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ubR7!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82ec51c6-02b4-42fe-8512-23f096a7bebf_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!ubR7!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82ec51c6-02b4-42fe-8512-23f096a7bebf_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!ubR7!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82ec51c6-02b4-42fe-8512-23f096a7bebf_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!ubR7!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82ec51c6-02b4-42fe-8512-23f096a7bebf_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ubR7!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82ec51c6-02b4-42fe-8512-23f096a7bebf_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/82ec51c6-02b4-42fe-8512-23f096a7bebf_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!ubR7!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82ec51c6-02b4-42fe-8512-23f096a7bebf_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!ubR7!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82ec51c6-02b4-42fe-8512-23f096a7bebf_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!ubR7!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82ec51c6-02b4-42fe-8512-23f096a7bebf_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!ubR7!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82ec51c6-02b4-42fe-8512-23f096a7bebf_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h6>&#128188; Open source jobs</h6><h2>Open vacancies at Supabase, Mozilla, and more</h2><p>As many of you have asked for it, I have decided to bring back this section. From now on, you will find a selection of open vacancies at hot open source companies in Open Pioneers.</p><ul><li><p>Auth Engineer (Remote, Worldwide) at Supabase <em><a href="https://boards.greenhouse.io/supabase/jobs/5225004004?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Apply</a></em></p></li><li><p>Senior Staff ML Engineer, Gen AI (Remote, US/Canada) at Mozilla Corporation <em><a href="https://www.mozilla.org/en-US/careers/position/gh/5896741/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Apply</a></em></p></li><li><p>Sr Developer Community Manager (Remote, US) at Orkes <em><a href="https://jobs.lever.co/Orkes/82f4493d-4cee-49d2-8c6e-be2f98995dc1?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Apply</a></em></p></li><li><p>Senior DevOps Engineer (Remote, EMEA) at Wundergraph <em><a href="https://wundergraph.com/jobs/senior-devops-engineer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Apply</a></em></p></li><li><p>Product Lead (Remote, preferably NYC or Croatia) at Daytona <em><a href="https://daytonaio.notion.site/Product-Lead-c8614ac8fcd74476840c8d5fa95d84f9?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Apply</a></em></p></li><li><p>Software Engineer (On-site, SF) at Grit <em><a href="https://getgrit.notion.site/Software-Engineer-Grit-15a9e59fc6064db9a30818a17ebf5f33?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Apply</a></em></p></li></ul><p>If you&#8217;d like your job postings to be listed, <em><a href="https://airtable.com/appwKZUjdwfJ5Tdza/tblmhBfU65ZbdgzM5/viwb1Cz5QE82vrnkE?blocks=hide&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">fill out this form</a></em> (100% free).</p><h6>&#128301; Open source social monitor</h6><h2>To all the ladies in open source</h2><p>Powered by <em><a href="https://octolens.com?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Octolens</a></em>, AI-powered social listening. Easily monitor keyword mentions on platforms like X, Reddit, DEV, HackerNews or LinkedIn.</p><blockquote><p>If I organized a (virtual) women in open source meetup, would anyone be interested in attending?</p><p><a href="https://twitter.com/BekahHW/status/1810417565572771977">&#8212; BekahHW (@BekahHW) <br>8:55 PM &#8226; Jul 8, 2024</a></p></blockquote><h6>&#128218; More open source content</h6><h2>What I read last week</h2><ul><li><p>From doubt to trust: The journey of Cameroonian software developers in open source <em><a href="https://techxplore.com/news/2024-07-journey-cameroonian-software-source.html?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Link</a></em></p></li><li><p>The Python Linter Ruff Is a Win for Open Source &#8212; and Rust <em><a href="https://thenewstack.io/the-python-linter-ruff-is-a-win-for-open-source-and-rust/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Link</a></em></p></li><li><p>Ethereum Co-Founder Comments on Fisker&#8217;s Bankruptcy, Urges Open Source Shift <em><a href="https://eletric-vehicles.com/fisker/ethereum-co-founder-comments-on-fiskers-bankruptcy-urges-open-source-shift/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Link</a></em></p></li><li><p>What Counts as Open Source? <em><a href="https://www.theinformation.com/articles/what-counts-as-open-source?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Link</a></em></p></li><li><p>The 20 best open-source alternatives to popular software on Windows <em><a href="https://www.xda-developers.com/best-open-source-alternatives-popular-software-windows/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=how-open-source-companies-make-money">@jonathimer</a></em>)</p>]]></content:encoded></item><item><title><![CDATA[Medusa]]></title><description><![CDATA[An open source commerce platform &#8226; New open source projects including gptpdf, inwind, and StableFace &#8226; $206M in new funding for open source companies &#8226; And more interesting open source content]]></description><link>https://www.openpioneers.com/p/medusa</link><guid isPermaLink="false">https://www.openpioneers.com/p/medusa</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 03 Jul 2024 16:00:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/102b2c36-7089-49f9-9e91-7b499fdac31f_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to <em><a href="https://openpioneers.com/">Open Pioneers</a></em> #25 - your weekly update from the forefront of open source.</p><p>Today, we talk about:</p><ul><li><p>Medusa, an open source commerce platform</p></li><li><p>New open source projects, including gptpdf, inwind, and StableFace</p></li><li><p>$206M in new funding for open source companies</p></li></ul><p>Since last week, we have welcomed 28 new Open Pioneers. &#128075; If you like this week's post, it would make my day if you would share it with a friend or colleague.</p><h3>&#128202; Feedback: What content would you like to see more?</h3><ul><li><p><em><a href="https://openpioneers.com/login">Spotlights on open source alternatives</a></em></p></li><li><p><em><a href="https://openpioneers.com/login">Introductions of new open source projects (&lt;100 stars)</a></em></p></li><li><p><em><a href="https://openpioneers.com/login">Interviews with open source founders</a></em></p></li><li><p><em><a href="https://openpioneers.com/login">Background stories about open source</a></em></p></li><li><p><em><a href="https://openpioneers.com/login">Fundraising announcements</a></em></p></li><li><p><em><a href="https://openpioneers.com/login">Job opportunities in open source</a></em></p></li></ul><p><a href="https://openpioneers.com/login">Login</a> or <a href="https://openpioneers.com/subscribe">Subscribe</a> to participate in polls.</p><h2>&#128269; Spotlight: Medusa, an open source commerce platform</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!MkPZ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2da424e4-b63d-4abe-ac2a-8ad6e30d8998_1292x845.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!MkPZ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2da424e4-b63d-4abe-ac2a-8ad6e30d8998_1292x845.png 424w, https://substackcdn.com/image/fetch/$s_!MkPZ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2da424e4-b63d-4abe-ac2a-8ad6e30d8998_1292x845.png 848w, https://substackcdn.com/image/fetch/$s_!MkPZ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2da424e4-b63d-4abe-ac2a-8ad6e30d8998_1292x845.png 1272w, https://substackcdn.com/image/fetch/$s_!MkPZ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2da424e4-b63d-4abe-ac2a-8ad6e30d8998_1292x845.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!MkPZ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2da424e4-b63d-4abe-ac2a-8ad6e30d8998_1292x845.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2da424e4-b63d-4abe-ac2a-8ad6e30d8998_1292x845.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!MkPZ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2da424e4-b63d-4abe-ac2a-8ad6e30d8998_1292x845.png 424w, https://substackcdn.com/image/fetch/$s_!MkPZ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2da424e4-b63d-4abe-ac2a-8ad6e30d8998_1292x845.png 848w, https://substackcdn.com/image/fetch/$s_!MkPZ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2da424e4-b63d-4abe-ac2a-8ad6e30d8998_1292x845.png 1272w, https://substackcdn.com/image/fetch/$s_!MkPZ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2da424e4-b63d-4abe-ac2a-8ad6e30d8998_1292x845.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a><p><em><a href="https://medusajs.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Medusa</a></em> is an open-source headless commerce platform designed to empower developers to build highly customized and flexible ecommerce solutions. With its headless architecture, Medusa allows developers to create unique and tailored frontends while managing all ecommerce functionalities through a powerful backend.</p><p>The platform is known for its modularity and extensibility, providing a robust foundation that can be easily customized to meet specific business needs. This includes a range of plugins for essential ecommerce features such as payments, shipping, and inventory management. Medusa prioritizes a developer-friendly approach, offering comprehensive documentation, a rich set of APIs, and a vibrant community for support.</p><p>Medusa&#8217;s founders previously worked in the ecommerce industry and experienced the limitations of existing commerce platforms. They recognized a gap in the market for a solution that offered greater flexibility and control to developers. Motivated by this challenge, they set out to create Medusa, aiming to provide an open-source alternative to platforms like Shopify that is both powerful and adaptable.</p><p>Since its inception, Medusa has grown rapidly, gaining traction among developers and businesses. With over 23k GitHub stars, it&#8217;s the biggest open source project in the commerce space.</p><p><em><a href="https://medusajs.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Website</a></em> | <em><a href="https://github.com/medusajs/medusa?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">GitHub</a></em></p><h2>&#128293; New open source projects started last week</h2><p><a href="https://github.com/CosmosShadow/gptpdf?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">gptpdf</a></p><p><a href="https://github.com/CosmosShadow/gptpdf?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Using GPT to parse PDF.</a></p><p><a href="https://github.com/CosmosShadow/gptpdf?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">github.com/CosmosShadow/gptpdf</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!OMTf!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc6d60981-9311-4deb-820f-0558625c64d8_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!OMTf!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc6d60981-9311-4deb-820f-0558625c64d8_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!OMTf!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc6d60981-9311-4deb-820f-0558625c64d8_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!OMTf!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc6d60981-9311-4deb-820f-0558625c64d8_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!OMTf!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc6d60981-9311-4deb-820f-0558625c64d8_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!OMTf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc6d60981-9311-4deb-820f-0558625c64d8_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c6d60981-9311-4deb-820f-0558625c64d8_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!OMTf!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc6d60981-9311-4deb-820f-0558625c64d8_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!OMTf!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc6d60981-9311-4deb-820f-0558625c64d8_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!OMTf!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc6d60981-9311-4deb-820f-0558625c64d8_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!OMTf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc6d60981-9311-4deb-820f-0558625c64d8_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/huglemon/inwind-landing-page?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">inwind</a></p><p><a href="https://github.com/huglemon/inwind-landing-page?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">A free, open-source, powerful landing page template.</a></p><p><a href="https://github.com/huglemon/inwind-landing-page?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">github.com/huglemon/inwind-landing-page</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!UTEV!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3c04fad-d38e-4fae-85e9-4700fc7aa68e_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!UTEV!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3c04fad-d38e-4fae-85e9-4700fc7aa68e_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!UTEV!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3c04fad-d38e-4fae-85e9-4700fc7aa68e_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!UTEV!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3c04fad-d38e-4fae-85e9-4700fc7aa68e_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!UTEV!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3c04fad-d38e-4fae-85e9-4700fc7aa68e_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!UTEV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3c04fad-d38e-4fae-85e9-4700fc7aa68e_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c3c04fad-d38e-4fae-85e9-4700fc7aa68e_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!UTEV!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3c04fad-d38e-4fae-85e9-4700fc7aa68e_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!UTEV!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3c04fad-d38e-4fae-85e9-4700fc7aa68e_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!UTEV!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3c04fad-d38e-4fae-85e9-4700fc7aa68e_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!UTEV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3c04fad-d38e-4fae-85e9-4700fc7aa68e_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/OutofAi/StableFace?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">StableFace</a></p><p><a href="https://github.com/OutofAi/StableFace?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Build your own Face App with Stable Diffusion 2.1.</a></p><p><a href="https://github.com/OutofAi/StableFace?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">github.com/OutofAi/StableFace</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!4-Pu!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2511d228-7a6a-4783-88df-aee6a315e9ba_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!4-Pu!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2511d228-7a6a-4783-88df-aee6a315e9ba_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!4-Pu!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2511d228-7a6a-4783-88df-aee6a315e9ba_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!4-Pu!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2511d228-7a6a-4783-88df-aee6a315e9ba_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!4-Pu!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2511d228-7a6a-4783-88df-aee6a315e9ba_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!4-Pu!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2511d228-7a6a-4783-88df-aee6a315e9ba_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2511d228-7a6a-4783-88df-aee6a315e9ba_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!4-Pu!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2511d228-7a6a-4783-88df-aee6a315e9ba_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!4-Pu!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2511d228-7a6a-4783-88df-aee6a315e9ba_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!4-Pu!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2511d228-7a6a-4783-88df-aee6a315e9ba_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!4-Pu!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2511d228-7a6a-4783-88df-aee6a315e9ba_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h2>&#128176; Open source funding - $206M</h2><ul><li><p><em><a href="https://sentient.foundation/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Sentient</a></em>, working on community-driven open AGI, closes $85M seed round led by Peter Thiel&#8217;s Founders Fund. <em><a href="https://cointelegraph.com/news/sentient-85-million-round-open-source-ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Link</a></em></p></li><li><p><em><a href="https://tier4.jp/en/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">TIER IV</a></em>, building open source software for autonomous driving, announced their $54M Series B extension. <em><a href="https://tier4.jp/en/media/detail/?sys_id=5DwKBEKtfPpxQMf8fkf2UT&amp;category=NEWS&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Link</a></em></p></li><li><p><em><a href="https://www.onehouse.ai/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Onehouse</a></em>, building a data lakehouse built on top of Apache Hudl, raised $35M. <em><a href="https://techcrunch.com/2024/06/26/data-lakehouse-onehouse-nabs-35m-to-capitalize-on-genai-revolution/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Link</a></em></p></li><li><p><em><a href="https://surrealdb.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">SurrealDB</a></em>, a multi-model database, announced their $20M Series A. <em><a href="https://surrealdb.com/blog/surrealdb-raises-20m-to-disrupt-database-tech-introduces-new-cloud-beta-access?utm_campaign=Funding_Announcement&amp;utm_content=297237256&amp;utm_medium=social&amp;utm_source=twitter&amp;hss_channel=tw-1440440834655014915">Link</a></em></p></li><li><p><em><a href="https://restate.dev/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Restate</a></em>, a workflows-as-code platform, announced their $7M Seed. <em><a href="https://restate.dev/blog/announcing-restate-1.0-restate-cloud-and-our-seed-funding-round/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa#our-seed-funding-round">Link</a></em></p></li><li><p><em><a href="https://www.daytona.io/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Daytona</a></em>, maker of open source developer environment management tools, raises $5M. <em><a href="https://alleywatch.com/2024/06/daytona-open-source-development-environment-manager-platform-ivan-burazin/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Link</a></em></p></li></ul><h2>&#128301; Open source social monitor</h2><p>Powered by <em><a href="https://octolens.com?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Octolens</a></em>, AI-powered social listening. Easily monitor keyword mentions on platforms like X, Reddit, DEV, HackerNews or LinkedIn.</p><blockquote><p>*walks into open source project*</p><p>"I need you to change your license, your code hosting, and your discussion platform."</p><p><a href="https://twitter.com/awesomekling/status/1808122241835569657">&#8212; Andreas Kling (@awesomekling) <br>12:55 PM &#8226; Jul 2, 2024</a></p></blockquote><h2>&#128218; More open source content</h2><ul><li><p>Podcast episode with database legend Michael Stonebraker <em><a href="https://open.substack.com/pub/ossstartuppodcast/p/episode-138-the-database-pioneer?utm_campaign=post&amp;utm_medium=web">Link</a></em></p></li><li><p>Is banking going open source? <em><a href="https://www.forbes.com/sites/michaelabbott/2024/06/25/is-banking-going-open-source/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Link</a></em></p></li><li><p>SAP releases Open Source Manifesto <em><a href="https://www.sap.com/documents/2024/05/ec7cc67d-bf7e-0010-bca6-c68f7e60039b.html?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Link</a></em></p></li><li><p>How Does the Linux Foundation Work and What Does it Do? <em><a href="https://www.linuxfoundation.org/blog/how-does-the-linux-foundation-work-and-what-does-it-do?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Link</a></em></p></li><li><p>Some Open Source Software Licences are Only &#8216;Open-ish,&#8217; Says Thoughtworks <em><a href="https://www.techrepublic.com/article/thoughtworks-open-source-apac/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=medusa">@jonathimer</a></em>)</p>]]></content:encoded></item><item><title><![CDATA[Chatwoot]]></title><description><![CDATA[An open source customer engagement platform &#8226; The Model Openness Framework (MOF) &#8226; New open source projects including a multi-modal catalog for AI and a full-stack template for building directories &#8226; Open source social radar &#8226; And more interesting]]></description><link>https://www.openpioneers.com/p/chatwoot</link><guid isPermaLink="false">https://www.openpioneers.com/p/chatwoot</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 19 Jun 2024 16:00:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/38ae348d-aded-4a59-be1b-2d650d457aa5_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to <em><a href="https://openpioneers.com/">Open Pioneers</a></em> #24 - your weekly update from the forefront of open source.</p><p>Today, we talk about:</p><ul><li><p>The new Model Openness Framework (MOF) by LF AI &amp; Data Foundation</p></li><li><p>Chatwoot, an open source customer engagement platform</p></li><li><p>New open source projects, including:</p><ul><li><p>An Open, Multi-modal Catalog for Data &amp; AI.</p></li><li><p>A full-stack template for building directories.</p></li></ul></li></ul><p>Since last week, we have welcomed 17 new Open Pioneers. &#128075; If you like this week's post, it would make my day if you would share it with a friend or colleague.</p><h2>&#129300; Is your model really open source?</h2><p>In the last year, several companies got accused to do &#8220;open washing&#8221; by claiming that there models are open source while, for example, not giving access to weights. This has triggered a lively discussion about what open source actually means in the context of AI. Simply giving free access to the source code is not enough in this case and does not correspond to the basic idea of open source.</p><p>Today, the Linux Foundation AI &amp; Data Foundation announced the Model Openness Framework (MOF) and with it a tool called <em><a href="https://IsItOpen.AI?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">IsItOpen.AI</a></em>.</p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!J-bq!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c0b66a8-b530-4a36-9005-eb06e3b4a687_1292x829.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!J-bq!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c0b66a8-b530-4a36-9005-eb06e3b4a687_1292x829.png 424w, https://substackcdn.com/image/fetch/$s_!J-bq!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c0b66a8-b530-4a36-9005-eb06e3b4a687_1292x829.png 848w, https://substackcdn.com/image/fetch/$s_!J-bq!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c0b66a8-b530-4a36-9005-eb06e3b4a687_1292x829.png 1272w, https://substackcdn.com/image/fetch/$s_!J-bq!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c0b66a8-b530-4a36-9005-eb06e3b4a687_1292x829.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!J-bq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c0b66a8-b530-4a36-9005-eb06e3b4a687_1292x829.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8c0b66a8-b530-4a36-9005-eb06e3b4a687_1292x829.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!J-bq!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c0b66a8-b530-4a36-9005-eb06e3b4a687_1292x829.png 424w, https://substackcdn.com/image/fetch/$s_!J-bq!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c0b66a8-b530-4a36-9005-eb06e3b4a687_1292x829.png 848w, https://substackcdn.com/image/fetch/$s_!J-bq!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c0b66a8-b530-4a36-9005-eb06e3b4a687_1292x829.png 1272w, https://substackcdn.com/image/fetch/$s_!J-bq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c0b66a8-b530-4a36-9005-eb06e3b4a687_1292x829.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a><p><em><a href="https://IsItOpen.AI?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">IsItOpen.AI</a></em> helps users determine the availability and licensing of open source AI models and datasets. It provides information about whether specific AI resources are truly open and what licenses govern their use. The platform aims to bring transparency to the open source AI ecosystem, making it easier for researchers, developers, and businesses to find and utilize AI models and datasets that meet their needs.</p><p>By using the tool, users can quickly verify the openness of AI resources, ensuring they comply with licensing requirements and are suitable for their projects. This tool is especially valuable for those in the AI community who rely on open source resources for innovation and development, as it simplifies the process of identifying truly open and usable AI assets.</p><p>You can <em><a href="https://mot.isitopen.ai/model/evaluate?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">try it out for free</a></em>.</p><h2>&#128269; Spotlight: Chatwoot, an open source customer engagement platform</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!V6HV!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17294a37-33e0-4915-b6cc-31270672354b_1292x829.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!V6HV!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17294a37-33e0-4915-b6cc-31270672354b_1292x829.png 424w, https://substackcdn.com/image/fetch/$s_!V6HV!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17294a37-33e0-4915-b6cc-31270672354b_1292x829.png 848w, https://substackcdn.com/image/fetch/$s_!V6HV!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17294a37-33e0-4915-b6cc-31270672354b_1292x829.png 1272w, https://substackcdn.com/image/fetch/$s_!V6HV!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17294a37-33e0-4915-b6cc-31270672354b_1292x829.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!V6HV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17294a37-33e0-4915-b6cc-31270672354b_1292x829.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/17294a37-33e0-4915-b6cc-31270672354b_1292x829.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!V6HV!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17294a37-33e0-4915-b6cc-31270672354b_1292x829.png 424w, https://substackcdn.com/image/fetch/$s_!V6HV!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17294a37-33e0-4915-b6cc-31270672354b_1292x829.png 848w, https://substackcdn.com/image/fetch/$s_!V6HV!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17294a37-33e0-4915-b6cc-31270672354b_1292x829.png 1272w, https://substackcdn.com/image/fetch/$s_!V6HV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17294a37-33e0-4915-b6cc-31270672354b_1292x829.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><em><a href="https://www.chatwoot.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">Chatwoot</a></em> is an open source customer engagement platform designed to streamline communication between businesses and their customers across multiple channels. It integrates various communication platforms such as email, live chat, social media (including Facebook, Twitter, Instagram), WhatsApp, and SMS into a single interface. This allows businesses to manage all their customer interactions from one place, improving efficiency and response times.</p><p>Chatwoot also offers numerous features to enhance customer support and engagement. These include a unified inbox for handling queries, collaboration tools like private notes and conversation assignments, and automation features such as canned responses and smart replies.</p><p>Combining all these features, Chatwoot is a viable open source alternative to SaaS products like Intercom, Zendesk, or Salesforce Service Cloud. The project is open sourced under a MIT Expat license and has almost 20k stargazers on GitHub.</p><p><em><a href="https://www.chatwoot.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">Website</a></em> | <em><a href="https://github.com/chatwoot/chatwoot?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">GitHub</a></em></p><h2>&#128293; New open source projects started last week</h2><p><a href="https://github.com/unitycatalog/unitycatalog?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">Unity Catalog</a></p><p><a href="https://github.com/unitycatalog/unitycatalog?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">Open, Multi-modal Catalog for Data &amp; AI.</a></p><p><a href="https://github.com/unitycatalog/unitycatalog?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">github.com/unitycatalog/unitycatalog</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!28hy!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9d0eb94e-0f5d-4cab-8d5e-85a0c50ecf2e_242x239.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!28hy!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9d0eb94e-0f5d-4cab-8d5e-85a0c50ecf2e_242x239.jpeg 424w, https://substackcdn.com/image/fetch/$s_!28hy!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9d0eb94e-0f5d-4cab-8d5e-85a0c50ecf2e_242x239.jpeg 848w, https://substackcdn.com/image/fetch/$s_!28hy!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9d0eb94e-0f5d-4cab-8d5e-85a0c50ecf2e_242x239.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!28hy!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9d0eb94e-0f5d-4cab-8d5e-85a0c50ecf2e_242x239.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!28hy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9d0eb94e-0f5d-4cab-8d5e-85a0c50ecf2e_242x239.jpeg" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9d0eb94e-0f5d-4cab-8d5e-85a0c50ecf2e_242x239.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!28hy!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9d0eb94e-0f5d-4cab-8d5e-85a0c50ecf2e_242x239.jpeg 424w, https://substackcdn.com/image/fetch/$s_!28hy!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9d0eb94e-0f5d-4cab-8d5e-85a0c50ecf2e_242x239.jpeg 848w, https://substackcdn.com/image/fetch/$s_!28hy!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9d0eb94e-0f5d-4cab-8d5e-85a0c50ecf2e_242x239.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!28hy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9d0eb94e-0f5d-4cab-8d5e-85a0c50ecf2e_242x239.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/nolly-studio/cult-directory-template?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">Cult Directory Template</a></p><p><a href="https://github.com/nolly-studio/cult-directory-template?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">A full stack Next.js, Shadcn, and Supabase directory template. Build your startup directory effortlessly with features like user authentication, product filters, and customizable themes.</a></p><p><a href="https://github.com/nolly-studio/cult-directory-template?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">github.com/nolly-studio/cult-directory-template</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!tbQR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb4fd65ac-e82c-41d2-8349-f96581c6b1d7_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!tbQR!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb4fd65ac-e82c-41d2-8349-f96581c6b1d7_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!tbQR!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb4fd65ac-e82c-41d2-8349-f96581c6b1d7_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!tbQR!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb4fd65ac-e82c-41d2-8349-f96581c6b1d7_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!tbQR!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb4fd65ac-e82c-41d2-8349-f96581c6b1d7_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!tbQR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb4fd65ac-e82c-41d2-8349-f96581c6b1d7_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b4fd65ac-e82c-41d2-8349-f96581c6b1d7_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!tbQR!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb4fd65ac-e82c-41d2-8349-f96581c6b1d7_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!tbQR!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb4fd65ac-e82c-41d2-8349-f96581c6b1d7_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!tbQR!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb4fd65ac-e82c-41d2-8349-f96581c6b1d7_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!tbQR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb4fd65ac-e82c-41d2-8349-f96581c6b1d7_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h2>&#128301; Open source social monitor</h2><p>Powered by <em><a href="https://octolens.com?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">Octolens</a></em>, AI-powered social listening. Easily monitor keyword mentions on platforms like X, Reddit, DEV, HackerNews or LinkedIn.</p><blockquote><p>this is why i love open source</p><p>some random dev just added a PR to run custom models in the @supabase / @deno_land&nbsp;&nbsp;runtime</p><p>&#8595;</p><p><a href="https://twitter.com/kiwicopple/status/1803205432271577301">&#8212; Paul Copplestone &#8212; e/postgres (@kiwicopple) <br>11:17 PM &#8226; Jun 18, 2024</a></p></blockquote><blockquote><p>The amount of non-tech niches who desperately need an easy-to-use wrapper of an open-source library in order to solve their problem is countless.</p><p><a href="https://twitter.com/phuctm97/status/1802571800905241039">&#8212; Minh-Phuc Tran (@phuctm97) <br>5:19 AM &#8226; Jun 17, 2024</a></p></blockquote><blockquote><p>These amendments make SB 1047 even worse. @Scott_Wiener has decided to ignore the open source, startup and academic community's feedback, and continue pushing a bill with massively harmful unintended consequences.</p><p><a href="https://twitter.com/AnjneyMidha/status/1803143420476792874">&#8212; Anjney Midha (@AnjneyMidha) <br>7:11 PM &#8226; Jun 18, 2024</a></p></blockquote><h2>&#128218; More open source content</h2><ul><li><p>Let's take a look at Oracle's love and hate relationship with open source software <em><a href="https://www.theregister.com/2024/06/14/oracles_love_and_hate_relationship/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">Link</a></em></p></li><li><p>Apple embraces open source AI with 20 Core ML models on Hugging Face platform <em><a href="https://venturebeat.com/ai/apple-embraces-open-source-ai-with-20-core-ml-models-on-hugging-face-platform/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">Link</a></em></p></li><li><p>Designing an open-source microscope <em><a href="https://www.thetransmitter.org/open-neuroscience-and-data-sharing/designing-an-open-source-microscope/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">Link</a></em></p></li><li><p>JavaScript needs more money <em><a href="https://www.infoworld.com/article/3715680/javascript-needs-more-money.html?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">Link</a></em></p></li><li><p>China to build smart automotive software industry through open source communities <em><a href="https://www.bastillepost.com/global/article/3925959-china-to-build-smart-automotive-software-industry-through-open-source-communities?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=chatwoot">@jonathimer</a></em>)</p>]]></content:encoded></item><item><title><![CDATA[Algora]]></title><description><![CDATA[Open source Twitch for developers &#8226; New open source projects, including: A nanoGPT pipeline packed in a spreadsheet. A next generation social network in the Web3. An &#8220;All in One&#8221; model for offline and simultaneous speech recognition, speech translat]]></description><link>https://www.openpioneers.com/p/algora</link><guid isPermaLink="false">https://www.openpioneers.com/p/algora</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 12 Jun 2024 16:00:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/c5b26172-61aa-4d5e-975c-3e75c03844ad_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to <em><a href="https://openpioneers.com/">Open Pioneers</a></em> #23 - your weekly update from the forefront of open source. I skipped last week&#8217;s editions as I was in Spain enjoying some time off.</p><p>Today, we talk about:</p><ul><li><p>Algora TV, open source Twitch for developers</p></li><li><p>New open source projects, including:</p><ul><li><p>A nanoGPT pipeline packed in a spreadsheet.</p></li><li><p>A next generation social network in the Web3.</p></li><li><p>An &#8220;All in One&#8221; model for offline and simultaneous speech recognition, speech translation and speech synthesis.</p></li></ul></li><li><p>Open source funding news from Mistral AI, LiveKit, Stacklet, and GaiaNet</p></li></ul><p>Since last week, we have welcomed 34 new Open Pioneers. &#128075; If you like this week's post, it would make my day if you would share it with a friend or colleague. I will feature the people with the most referrals in the next newsletter.</p><h2>&#128269; Spotlight: Algora TV, open source Twitch for developers</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Hicg!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4cc60e76-39b5-4b22-a7b3-26b56fde78c6_1292x895.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Hicg!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4cc60e76-39b5-4b22-a7b3-26b56fde78c6_1292x895.png 424w, https://substackcdn.com/image/fetch/$s_!Hicg!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4cc60e76-39b5-4b22-a7b3-26b56fde78c6_1292x895.png 848w, https://substackcdn.com/image/fetch/$s_!Hicg!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4cc60e76-39b5-4b22-a7b3-26b56fde78c6_1292x895.png 1272w, https://substackcdn.com/image/fetch/$s_!Hicg!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4cc60e76-39b5-4b22-a7b3-26b56fde78c6_1292x895.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Hicg!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4cc60e76-39b5-4b22-a7b3-26b56fde78c6_1292x895.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4cc60e76-39b5-4b22-a7b3-26b56fde78c6_1292x895.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!Hicg!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4cc60e76-39b5-4b22-a7b3-26b56fde78c6_1292x895.png 424w, https://substackcdn.com/image/fetch/$s_!Hicg!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4cc60e76-39b5-4b22-a7b3-26b56fde78c6_1292x895.png 848w, https://substackcdn.com/image/fetch/$s_!Hicg!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4cc60e76-39b5-4b22-a7b3-26b56fde78c6_1292x895.png 1272w, https://substackcdn.com/image/fetch/$s_!Hicg!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4cc60e76-39b5-4b22-a7b3-26b56fde78c6_1292x895.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a><p><em><a href="https://tv.algora.io/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Algora TV</a></em> is a platform for live streaming and sharing video content related to open source projects and development. It features a variety of videos including interviews with open source project founders, live coding sessions, and discussions on contributing to open source. Users can join the community, watch live streams, and access resources for learning how to live stream themselves. Algora TV aims to foster engagement within the open source community by providing a central hub for related content.</p><p>The team behind Algora TV is also working on <em><a href="http://Algora.io?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Algora.io</a></em>, a platform for open source bounties. In the last few months, over 1600 bounties totaling over $192,000 have been distributed to contributors by Algora. They fully open sourced Algora TV recently, so make sure to check it out.</p><p><em><a href="https://tv.algora.io/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Website</a></em> | <em><a href="https://github.com/algora-io/tv?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">GitHub</a></em></p><h2>&#128293; New open source projects started last week</h2><p><a href="https://github.com/dabochen/spreadsheet-is-all-you-need?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Spreadsheet is all you need</a></p><p><a href="https://github.com/dabochen/spreadsheet-is-all-you-need?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">A nanoGPT pipeline packed in a spreadsheet.</a></p><p><a href="https://github.com/dabochen/spreadsheet-is-all-you-need?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">github.com/dabochen/spreadsheet-is-all-you-need</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!L17G!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F881b720f-f95a-433c-b539-dbd12abb6265_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!L17G!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F881b720f-f95a-433c-b539-dbd12abb6265_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!L17G!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F881b720f-f95a-433c-b539-dbd12abb6265_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!L17G!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F881b720f-f95a-433c-b539-dbd12abb6265_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!L17G!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F881b720f-f95a-433c-b539-dbd12abb6265_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!L17G!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F881b720f-f95a-433c-b539-dbd12abb6265_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/881b720f-f95a-433c-b539-dbd12abb6265_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!L17G!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F881b720f-f95a-433c-b539-dbd12abb6265_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!L17G!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F881b720f-f95a-433c-b539-dbd12abb6265_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!L17G!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F881b720f-f95a-433c-b539-dbd12abb6265_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!L17G!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F881b720f-f95a-433c-b539-dbd12abb6265_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/DexisApp/Dexis?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Dexis</a></p><p><a href="https://github.com/DexisApp/Dexis?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Next generation social network in the Web3.</a></p><p><a href="https://github.com/DexisApp/Dexis?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">github.com/DexisApp/Dexis</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!iCQ-!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F68af49f8-9feb-4e55-b9ed-bb147c806447_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!iCQ-!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F68af49f8-9feb-4e55-b9ed-bb147c806447_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!iCQ-!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F68af49f8-9feb-4e55-b9ed-bb147c806447_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!iCQ-!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F68af49f8-9feb-4e55-b9ed-bb147c806447_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!iCQ-!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F68af49f8-9feb-4e55-b9ed-bb147c806447_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!iCQ-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F68af49f8-9feb-4e55-b9ed-bb147c806447_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/68af49f8-9feb-4e55-b9ed-bb147c806447_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!iCQ-!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F68af49f8-9feb-4e55-b9ed-bb147c806447_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!iCQ-!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F68af49f8-9feb-4e55-b9ed-bb147c806447_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!iCQ-!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F68af49f8-9feb-4e55-b9ed-bb147c806447_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!iCQ-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F68af49f8-9feb-4e55-b9ed-bb147c806447_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/ictnlp/StreamSpeech?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">StreamSpeech</a></p><p><a href="https://github.com/ictnlp/StreamSpeech?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">StreamSpeech is an &#8220;All in One&#8221; seamless model for offline and simultaneous speech recognition, speech translation and speech synthesis.</a></p><p><a href="https://github.com/ictnlp/StreamSpeech?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">github.com/ictnlp/StreamSpeech</a></p><a class="image-link image2" target="_blank" href="https://opengraph.githubassets.com/1a8b3570b222a17be57cb02db00cc507e00f474f0452a35f884fbeb82eb628a9/ictnlp/StreamSpeech" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://opengraph.githubassets.com/1a8b3570b222a17be57cb02db00cc507e00f474f0452a35f884fbeb82eb628a9/ictnlp/StreamSpeech 424w, https://opengraph.githubassets.com/1a8b3570b222a17be57cb02db00cc507e00f474f0452a35f884fbeb82eb628a9/ictnlp/StreamSpeech 848w, https://opengraph.githubassets.com/1a8b3570b222a17be57cb02db00cc507e00f474f0452a35f884fbeb82eb628a9/ictnlp/StreamSpeech 1272w, https://opengraph.githubassets.com/1a8b3570b222a17be57cb02db00cc507e00f474f0452a35f884fbeb82eb628a9/ictnlp/StreamSpeech 1456w" sizes="100vw"><img src="https://opengraph.githubassets.com/1a8b3570b222a17be57cb02db00cc507e00f474f0452a35f884fbeb82eb628a9/ictnlp/StreamSpeech" data-attrs="{&quot;src&quot;:&quot;https://opengraph.githubassets.com/1a8b3570b222a17be57cb02db00cc507e00f474f0452a35f884fbeb82eb628a9/ictnlp/StreamSpeech&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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://opengraph.githubassets.com/1a8b3570b222a17be57cb02db00cc507e00f474f0452a35f884fbeb82eb628a9/ictnlp/StreamSpeech 424w, https://opengraph.githubassets.com/1a8b3570b222a17be57cb02db00cc507e00f474f0452a35f884fbeb82eb628a9/ictnlp/StreamSpeech 848w, https://opengraph.githubassets.com/1a8b3570b222a17be57cb02db00cc507e00f474f0452a35f884fbeb82eb628a9/ictnlp/StreamSpeech 1272w, https://opengraph.githubassets.com/1a8b3570b222a17be57cb02db00cc507e00f474f0452a35f884fbeb82eb628a9/ictnlp/StreamSpeech 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h2>&#128301; Open source social monitor</h2><p>Powered by <em><a href="https://octolens.com/me/feed?tracker=122&amp;languages=english&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Octolens</a></em>, AI-powered social listening. Easily monitor keyword mentions on platforms like X, Reddit, DEV, HackerNews or LinkedIn.</p><blockquote><p>I think more open source projects should have a commercial clause. If it&#8217;s the fruit of enough labour, you&#8217;d be surprised how many people will be willing to pay for it. And you should get paid for it. You can make it cheap, focus on distribution, and make it worth your while with&#8230; x.com/i/web/status/1&#8230;</p><p><a href="https://twitter.com/threepointone/status/1799424997946986899">&#8212; sunil pai, etc. (@threepointone) <br>12:55 PM &#8226; Jun 8, 2024</a></p></blockquote><blockquote><p>Last week, I defended open-source AI in front of a room full of regulators. Video is up: youtube.com/live/oZJmBbuiY&#8230;</p><p><a href="https://twitter.com/chrisalbon/status/1798037992709500956">&#8212; Chris Albon (@chrisalbon) <br>5:03 PM &#8226; Jun 4, 2024</a></p></blockquote><blockquote><p>Do you really want to open source your project?</p><p><a href="https://twitter.com/JNYBGR/status/1773035003212857613">&#8212; Jonny Burger (@JNYBGR) <br>5:11 PM &#8226; Mar 27, 2024</a></p></blockquote><h2>&#128176; Open source funding</h2><ul><li><p><em><a href="https://mistral.ai/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Mistral AI</a></em>, building open source foundational models, raised $640M in funding at a $6B valuation. <em><a href="https://techcrunch.com/2024/06/11/paris-based-ai-startup-mistral-ai-raises-640-million/?guccounter=1&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Link</a></em></p></li><li><p><em><a href="https://livekit.io/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">LiveKit</a></em>, building the transport layer for AI, announced a $22.5M Series A. <em><a href="https://blog.livekit.io/livekit-series-a/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Link</a></em></p></li><li><p><em><a href="https://stacklet.io/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Stacklet</a></em>, the governance-as-code platform, announced a $14.5M Series B. <em><a href="https://siliconangle.com/2024/06/04/stacklet-raises-14-5m-enhance-cloud-governance-code-platform/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Link</a></em></p></li><li><p><em><a href="https://www.gaianet.ai/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">GaiaNet</a></em>, which is building a decentralized network for open source LLM and AI agents, raised $10M. <em><a href="https://finance.yahoo.com/news/gaianet-secures-10m-build-decentralized-183000076.html?guccounter=1&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Link</a></em></p></li></ul><h2>&#128218; More open source content</h2><ul><li><p>Ask HN: How can we open-source a 7 year old SaaS codebase and build a community? <em><a href="https://news.ycombinator.com/item?id=40524292&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Link</a></em></p></li><li><p>Operating Open Source Mobile Networks at Scale <em><a href="https://media.ccc.de/v/osmodevcon2024-213-operating-open-source-mobile-networks-at-scale?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora#t=21">Link</a></em></p></li><li><p>Mistral AI open-sources new Codestral large language model for developers <em><a href="https://siliconangle.com/2024/05/29/mistral-ai-open-sources-new-codestral-large-language-model-developers/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Link</a></em></p></li><li><p>How open source A.I. Made Mark Zuckerberg Popular Again in Silicon Valley <em><a href="https://www.nytimes.com/2024/05/29/technology/mark-zuckerberg-meta-ai.html?unlocked_article_code=1.xU0.lNvg.uL0b67-qMyn9&amp;smid=url-share&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Link</a></em></p></li><li><p>Early MySQL engineer questions whether Oracle is unintentionally killing off the open source database <em><a href="https://www.theregister.com/2024/06/11/early_mysql_engineer_questions_whether/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Link</a></em></p></li><li><p>Hugging Face and Pollen Robotics show off first project: an open source robot that does chores <em><a href="https://venturebeat.com/ai/hugging-face-and-pollen-robotics-show-off-first-project-an-open-source-robot-that-does-chores/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=algora">@jonathimer</a></em>)</p>]]></content:encoded></item><item><title><![CDATA[Metabase]]></title><description><![CDATA[An open source business intelligence tool &#8226; New projects for ad-free podcasts, AI sales reps, and image analyzing &#8226; GitHub Accelerator 2024 &#8226; and more]]></description><link>https://www.openpioneers.com/p/metabase</link><guid isPermaLink="false">https://www.openpioneers.com/p/metabase</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 29 May 2024 16:00:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/1cbf2667-0174-4016-bc26-b2b144d84ee3_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to <em><a href="https://openpioneers.com/">Open Pioneers</a></em> #22 - your weekly update from the forefront of open source. Today, we talk about:</p><ul><li><p>Metabase, an open source business intelligence tool</p></li><li><p>New open source projects, including:</p><ul><li><p>Podly Pure Podcasts: Ad-block for podcasts.</p></li><li><p>Corinna AI: AI Chatbot that acts like a sales rep.</p></li><li><p>visionGPT: Analyze your image in seconds with AI.</p></li></ul></li><li><p>GitHub Accelerator 2024 cohort</p></li></ul><p>Since last week, we have welcomed 70 new Open Pioneers. &#128640; If you like this week's post, it would make my day if you would share it with a friend or colleague.</p><h2>&#128269; Spotlight: Metabase, an open source business intelligence tool</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!3QvO!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fca80216e-1d03-4c00-b3f0-62d71452900c_1292x713.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!3QvO!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fca80216e-1d03-4c00-b3f0-62d71452900c_1292x713.png 424w, https://substackcdn.com/image/fetch/$s_!3QvO!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fca80216e-1d03-4c00-b3f0-62d71452900c_1292x713.png 848w, https://substackcdn.com/image/fetch/$s_!3QvO!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fca80216e-1d03-4c00-b3f0-62d71452900c_1292x713.png 1272w, https://substackcdn.com/image/fetch/$s_!3QvO!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fca80216e-1d03-4c00-b3f0-62d71452900c_1292x713.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!3QvO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fca80216e-1d03-4c00-b3f0-62d71452900c_1292x713.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ca80216e-1d03-4c00-b3f0-62d71452900c_1292x713.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!3QvO!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fca80216e-1d03-4c00-b3f0-62d71452900c_1292x713.png 424w, https://substackcdn.com/image/fetch/$s_!3QvO!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fca80216e-1d03-4c00-b3f0-62d71452900c_1292x713.png 848w, https://substackcdn.com/image/fetch/$s_!3QvO!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fca80216e-1d03-4c00-b3f0-62d71452900c_1292x713.png 1272w, https://substackcdn.com/image/fetch/$s_!3QvO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fca80216e-1d03-4c00-b3f0-62d71452900c_1292x713.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a><p><em><a href="https://www.metabase.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Metabase</a></em> is an open source business intelligence and data visualization platform that empowers users to easily explore and analyze data from various sources. It provides a user-friendly interface that allows non-technical users to create dashboards, visualizations, and perform ad-hoc queries without needing to write SQL code.</p><p>Metabase offers both an open source edition and paid enterprise editions with additional features such as single sign-on (SSO), data sandboxing, and audit logs. Users can connect Metabase to over 20 different data sources, including databases, data warehouses, and cloud services, without needing to extract or move data.</p><p>One of the standout features of Metabase is its visual query builder, which allows users to construct queries through a graphical interface rather than writing SQL. This makes data exploration and analysis more accessible to a broader range of users, regardless of their technical expertise. It also includes features like dashboard subscriptions, alerts, and data modeling to help teams collaborate and automate reporting processes.</p><p>The open source edition of Metabase is free to use and can be self-hosted or deployed on the Metabase Cloud Starter plan. This makes it an attractive option for organizations of all sizes, from small startups to large enterprises, looking for a powerful yet accessible business intelligence solution.</p><p><em><a href="https://www.metabase.com?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Website</a></em> | <em><a href="https://github.com/metabase/metabase?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">GitHub</a></em></p><h2>&#128293; New open source projects started last week</h2><p><a href="https://github.com/jdrbc/podly_pure_podcasts?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Podly Pure Podcasts</a></p><p><a href="https://github.com/jdrbc/podly_pure_podcasts?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Ad-block for podcasts.</a></p><p><a href="https://github.com/jdrbc/podly_pure_podcasts?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">github.com/jdrbc/podly_pure_podcasts</a></p><a class="image-link image2" target="_blank" href="https://opengraph.githubassets.com/165c35f21ab135e66f73279b91ccf62dd2be6d05e2d510163237d6c9ca70e834/jdrbc/podly_pure_podcasts" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://opengraph.githubassets.com/165c35f21ab135e66f73279b91ccf62dd2be6d05e2d510163237d6c9ca70e834/jdrbc/podly_pure_podcasts 424w, https://opengraph.githubassets.com/165c35f21ab135e66f73279b91ccf62dd2be6d05e2d510163237d6c9ca70e834/jdrbc/podly_pure_podcasts 848w, https://opengraph.githubassets.com/165c35f21ab135e66f73279b91ccf62dd2be6d05e2d510163237d6c9ca70e834/jdrbc/podly_pure_podcasts 1272w, https://opengraph.githubassets.com/165c35f21ab135e66f73279b91ccf62dd2be6d05e2d510163237d6c9ca70e834/jdrbc/podly_pure_podcasts 1456w" sizes="100vw"><img src="https://opengraph.githubassets.com/165c35f21ab135e66f73279b91ccf62dd2be6d05e2d510163237d6c9ca70e834/jdrbc/podly_pure_podcasts" data-attrs="{&quot;src&quot;:&quot;https://opengraph.githubassets.com/165c35f21ab135e66f73279b91ccf62dd2be6d05e2d510163237d6c9ca70e834/jdrbc/podly_pure_podcasts&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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://opengraph.githubassets.com/165c35f21ab135e66f73279b91ccf62dd2be6d05e2d510163237d6c9ca70e834/jdrbc/podly_pure_podcasts 424w, https://opengraph.githubassets.com/165c35f21ab135e66f73279b91ccf62dd2be6d05e2d510163237d6c9ca70e834/jdrbc/podly_pure_podcasts 848w, https://opengraph.githubassets.com/165c35f21ab135e66f73279b91ccf62dd2be6d05e2d510163237d6c9ca70e834/jdrbc/podly_pure_podcasts 1272w, https://opengraph.githubassets.com/165c35f21ab135e66f73279b91ccf62dd2be6d05e2d510163237d6c9ca70e834/jdrbc/podly_pure_podcasts 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/webprodigies/corinna-ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Corinna AI</a></p><p><a href="https://github.com/webprodigies/corinna-ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">AI Chatbot that acts like a sales rep.</a></p><p><a href="https://github.com/webprodigies/corinna-ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">github.com/webprodigies/corinna-ai</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!w5ru!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd5098999-e562-468e-8adb-eea07e950b5d_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!w5ru!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd5098999-e562-468e-8adb-eea07e950b5d_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!w5ru!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd5098999-e562-468e-8adb-eea07e950b5d_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!w5ru!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd5098999-e562-468e-8adb-eea07e950b5d_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!w5ru!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd5098999-e562-468e-8adb-eea07e950b5d_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!w5ru!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd5098999-e562-468e-8adb-eea07e950b5d_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d5098999-e562-468e-8adb-eea07e950b5d_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!w5ru!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd5098999-e562-468e-8adb-eea07e950b5d_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!w5ru!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd5098999-e562-468e-8adb-eea07e950b5d_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!w5ru!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd5098999-e562-468e-8adb-eea07e950b5d_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!w5ru!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd5098999-e562-468e-8adb-eea07e950b5d_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/megoxv/visionGPT?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">visionGPT</a></p><p><a href="https://github.com/megoxv/visionGPT?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Analyze your image in seconds with AI.</a></p><p><a href="https://github.com/megoxv/visionGPT?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">github.com/megoxv/visionGPT</a></p><a class="image-link image2" target="_blank" href="https://opengraph.githubassets.com/3ab0a48c3d862821d2e9f45db19726fe5a48f7896f1d0fa4bdc9d5277a20da53/megoxv/visionGPT" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://opengraph.githubassets.com/3ab0a48c3d862821d2e9f45db19726fe5a48f7896f1d0fa4bdc9d5277a20da53/megoxv/visionGPT 424w, https://opengraph.githubassets.com/3ab0a48c3d862821d2e9f45db19726fe5a48f7896f1d0fa4bdc9d5277a20da53/megoxv/visionGPT 848w, https://opengraph.githubassets.com/3ab0a48c3d862821d2e9f45db19726fe5a48f7896f1d0fa4bdc9d5277a20da53/megoxv/visionGPT 1272w, https://opengraph.githubassets.com/3ab0a48c3d862821d2e9f45db19726fe5a48f7896f1d0fa4bdc9d5277a20da53/megoxv/visionGPT 1456w" sizes="100vw"><img src="https://opengraph.githubassets.com/3ab0a48c3d862821d2e9f45db19726fe5a48f7896f1d0fa4bdc9d5277a20da53/megoxv/visionGPT" data-attrs="{&quot;src&quot;:&quot;https://opengraph.githubassets.com/3ab0a48c3d862821d2e9f45db19726fe5a48f7896f1d0fa4bdc9d5277a20da53/megoxv/visionGPT&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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://opengraph.githubassets.com/3ab0a48c3d862821d2e9f45db19726fe5a48f7896f1d0fa4bdc9d5277a20da53/megoxv/visionGPT 424w, https://opengraph.githubassets.com/3ab0a48c3d862821d2e9f45db19726fe5a48f7896f1d0fa4bdc9d5277a20da53/megoxv/visionGPT 848w, https://opengraph.githubassets.com/3ab0a48c3d862821d2e9f45db19726fe5a48f7896f1d0fa4bdc9d5277a20da53/megoxv/visionGPT 1272w, https://opengraph.githubassets.com/3ab0a48c3d862821d2e9f45db19726fe5a48f7896f1d0fa4bdc9d5277a20da53/megoxv/visionGPT 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h2>&#127793; GitHub Accelerator 2024 cohort</h2><p>The GitHub Accelerator is a program launched by GitHub to support and promote promising open source projects and developers. It is a 10-week program that provides financial backing, mentorship, community-building opportunities, and resources to help open source projects and developers take their projects to the next level.</p><p>The support provided by the GitHub Accelerator includes $40,000 in non-dilutive sponsorship funding via GitHub Sponsors for each selected project. Additionally, participants receive up to $350,000 in additional benefits, including Azure credits, resources from OpenAI, free GitHub products like Copilot, and potential connections to GitHub Fund and Microsoft's venture fund M12. The program also offers mentorship, training, and guidance on building sustainable open source businesses, navigating legal and ethical considerations, and scaling projects.</p><p>The 2024 cohort specifically focuses on supporting open source projects and solutions related to artificial intelligence (AI) and machine learning (ML) and includes:</p><ul><li><p><em><strong><a href="https://github.com/unslothai/unsloth?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Unsloth AI</a></strong></em>: Fine-tunes models faster and with less memory.</p></li><li><p><em><strong><a href="https://github.com/Giskard-AI/giskard?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Giskard</a></strong></em>: Library for testing and evaluating LLMs.</p></li><li><p><em><strong><a href="https://github.com/aframevr/aframe?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">A-Frame</a></strong></em>: Framework for AR/VR and 3D content in browsers.</p></li><li><p><em><strong><a href="https://github.com/ros-navigation/navigation2?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">NAV2</a></strong></em>: Leading AMR navigation solution.</p></li><li><p><em><strong><a href="https://github.com/open-webui/open-webui?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">OpenWebUI</a></strong></em>: Local LLMs with a focus on privacy and security.</p></li><li><p><em><strong><a href="http://LLMware.ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">LLMware.ai</a></strong></em>: Tools for secure enterprise RAG models.</p></li><li><p><em><strong><a href="https://github.com/addy-ai/langdrive?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">LangDrive</a></strong></em>: Simplifies LLM training and deployment via APIs.</p></li><li><p><em><strong><a href="https://github.com/ipa-lab/hackingbuddyGPT?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">HackingBuddyGPT</a></strong></em>: Autonomous agents for security teams.</p></li><li><p><em><strong><a href="https://github.com/lissy93/web-check?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Web-Check</a></strong></em>: AI-powered security insights for websites.</p></li><li><p><em><strong><a href="https://github.com/marimo-team/marimo?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Marimo</a></strong></em>: Advanced Python notebook for AI/ML.</p></li><li><p><em><strong><a href="http://Talkd.ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Talkd.ai</a></strong></em>: Unified API for easy RAG deployment.</p></li></ul><h2>&#128218; More open source content</h2><ul><li><p>Where do Terraform and OpenTofu go from here? <em><a href="https://www.theregister.com/2024/05/24/opinion_column_terraform/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Link</a></em></p></li><li><p>Transparency and Community: An Open Source Vision for AI <em><a href="https://thenewstack.io/transparency-and-community-an-open-source-vision-for-ai/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Link</a></em></p></li><li><p>Open Source is a Good Start for India <em><a href="https://analyticsindiamag.com/open-source-is-a-good-start-for-india/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Link</a></em></p></li><li><p>UN Report: The Climate Data Challenge - The Critical Role of Open-Source and Neutral Data Platforms <em><a href="https://www.unepfi.org/wordpress/wp-content/uploads/2024/05/Dataland-Final-Report-The-Climate-Data-Challenge-1.pdf?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=metabase">@jonathimer</a></em>)</p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!2ptl!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e3fee32-1e1a-43e6-9c19-a4ae096849c2_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!2ptl!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e3fee32-1e1a-43e6-9c19-a4ae096849c2_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!2ptl!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e3fee32-1e1a-43e6-9c19-a4ae096849c2_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!2ptl!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e3fee32-1e1a-43e6-9c19-a4ae096849c2_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!2ptl!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e3fee32-1e1a-43e6-9c19-a4ae096849c2_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!2ptl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e3fee32-1e1a-43e6-9c19-a4ae096849c2_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8e3fee32-1e1a-43e6-9c19-a4ae096849c2_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!2ptl!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e3fee32-1e1a-43e6-9c19-a4ae096849c2_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!2ptl!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e3fee32-1e1a-43e6-9c19-a4ae096849c2_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!2ptl!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e3fee32-1e1a-43e6-9c19-a4ae096849c2_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!2ptl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e3fee32-1e1a-43e6-9c19-a4ae096849c2_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h3>Looking for affordable, senior tech talent?</h3><p><em><a href="https://clouddevs.com/?utm_campaign=open_pioneers&amp;utm_source=beehiiv&amp;creative_v3=&amp;_bhiiv=opp_ef9525bf-071c-4709-b703-470850feeaab_050592a2">CloudDevs</a></em> is your gateway to LatAm tech hiring.</p><p>&#127758; Senior (7+ years) LatAm talent, tested for IQ, coding, and English fluency</p><p>&#128181; Affordable pricing with flexible plans</p><p>&#9200; Hire in just 24 hours</p><p><em><a href="https://clouddevs.com/?utm_campaign=open_pioneers&amp;utm_source=beehiiv&amp;creative_v3=&amp;_bhiiv=opp_ef9525bf-071c-4709-b703-470850feeaab_050592a2">Try LatAm&#8217;s largest tech talent pool free for 7 days.</a></em></p>]]></content:encoded></item><item><title><![CDATA[Cap]]></title><description><![CDATA[An open source alternative to Loom &#8226; New projects for AI test generation, project management, and LLMs in your terminal &#8226; Winamp goes open source &#8226; How open source empowers non-profits]]></description><link>https://www.openpioneers.com/p/cap</link><guid isPermaLink="false">https://www.openpioneers.com/p/cap</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 22 May 2024 16:09:09 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/b138cff3-78c3-4aa5-978b-917e0890fff4_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to <em><a href="https://openpioneers.com/">Open Pioneers</a></em> #21 - your weekly update from the forefront of open source. Today, we talk about:</p><ul><li><p>Cap, an open source alternative to Loom</p></li><li><p>New open source projects, including:</p><ul><li><p>CodiumAI Cover-Agent: AI-powered test generation.</p></li><li><p>Worklenz: All in one project management tool.</p></li><li><p>Shell Ask: Ask LLM directly from your terminal.</p></li></ul></li><li><p>Winamp goes open source</p></li><li><p>How open source empowers non-profits</p></li><li><p>Funding news from Vercel, Parseable, and TinyCMS</p></li><li><p>And more open source content</p></li></ul><p>Since last week, we have welcomed 107 new Open Pioneers. &#128640; If you like this week's post, it would make my day if you would share it with a friend or colleague.</p><h2>&#128269; Spotlight: Cap, an open source alternative to Loom</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Byq0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F752a2cb5-dacd-4e39-b6f9-60b58225e0b6_1292x844.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Byq0!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F752a2cb5-dacd-4e39-b6f9-60b58225e0b6_1292x844.png 424w, https://substackcdn.com/image/fetch/$s_!Byq0!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F752a2cb5-dacd-4e39-b6f9-60b58225e0b6_1292x844.png 848w, https://substackcdn.com/image/fetch/$s_!Byq0!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F752a2cb5-dacd-4e39-b6f9-60b58225e0b6_1292x844.png 1272w, https://substackcdn.com/image/fetch/$s_!Byq0!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F752a2cb5-dacd-4e39-b6f9-60b58225e0b6_1292x844.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Byq0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F752a2cb5-dacd-4e39-b6f9-60b58225e0b6_1292x844.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/752a2cb5-dacd-4e39-b6f9-60b58225e0b6_1292x844.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!Byq0!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F752a2cb5-dacd-4e39-b6f9-60b58225e0b6_1292x844.png 424w, https://substackcdn.com/image/fetch/$s_!Byq0!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F752a2cb5-dacd-4e39-b6f9-60b58225e0b6_1292x844.png 848w, https://substackcdn.com/image/fetch/$s_!Byq0!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F752a2cb5-dacd-4e39-b6f9-60b58225e0b6_1292x844.png 1272w, https://substackcdn.com/image/fetch/$s_!Byq0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F752a2cb5-dacd-4e39-b6f9-60b58225e0b6_1292x844.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a><p><em><a href="https://cap.so/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Cap</a></em> is an open source and cross-platform screen recording and sharing tool, also known as an alternative to Loom. While the project is still in its early innings, key features already include:</p><ul><li><p>Lightweight and powerful screen recording software that allows you to record and share videos instantly.</p></li><li><p>Cross-platform availability, working on various operating systems.</p></li><li><p>User-friendly interface for effortless screen capture and sharing.</p></li><li><p>Easy way to share the recordings with shareable links.</p></li><li><p>Completely open source and free to use with no credit card required.</p></li></ul><p>The team behind Cap <em><a href="https://cap.so/updates/cap-public-beta-launch?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">announced public beta</a></em> about a month ago: &#8220;The goal isn't to just create a Loom alternative, but to build the world's best screen recording and sharing tool. Through the power of community and open source, we'll get there.&#8221;</p><p><em><a href="https://cap.so/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Website</a></em> | <em><a href="https://github.com/CapSoftware/Cap?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">GitHub</a></em></p><p>This newsletter is sponsored by <em><a href="https://octolens.com/me/feed?tracker=122&amp;languages=english&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Octolens</a></em>, AI-powered social listening for B2B companies. Easily get notified when people talk about your product on platforms like X, Reddit, DEV, HackerNews or LinkedIn.</p><p>Get your first month for free by using &#8220;OPENPIONEERS&#8220; in check-out.</p><h2>&#128293; New open source projects started last week</h2><p><a href="https://github.com/Codium-ai/cover-agent?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">CodiumAI Cover-Agent</a></p><p><a href="https://github.com/Codium-ai/cover-agent?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">An AI-Powered Tool for Automated Test Generation and Code Coverage Enhancement.</a></p><p><a href="https://github.com/Codium-ai/cover-agent?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">github.com/Codium-ai/cover-agent</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!8ODT!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6ff2726-48d0-4f74-b24f-21a72843180d_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!8ODT!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6ff2726-48d0-4f74-b24f-21a72843180d_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!8ODT!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6ff2726-48d0-4f74-b24f-21a72843180d_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!8ODT!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6ff2726-48d0-4f74-b24f-21a72843180d_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!8ODT!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6ff2726-48d0-4f74-b24f-21a72843180d_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!8ODT!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6ff2726-48d0-4f74-b24f-21a72843180d_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a6ff2726-48d0-4f74-b24f-21a72843180d_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!8ODT!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6ff2726-48d0-4f74-b24f-21a72843180d_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!8ODT!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6ff2726-48d0-4f74-b24f-21a72843180d_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!8ODT!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6ff2726-48d0-4f74-b24f-21a72843180d_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!8ODT!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6ff2726-48d0-4f74-b24f-21a72843180d_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/Worklenz/worklenz?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Worklenz</a></p><p><a href="https://github.com/Worklenz/worklenz?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">All in one project management tool for efficient teams.</a></p><p><a href="https://github.com/Worklenz/worklenz?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">github.com/Worklenz/worklenz</a></p><a class="image-link image2" target="_blank" href="https://opengraph.githubassets.com/bd5a55efc26f01e89c67d1be73762725699f49d1138ee5289718a02d8cc021e1/Worklenz/worklenz" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://opengraph.githubassets.com/bd5a55efc26f01e89c67d1be73762725699f49d1138ee5289718a02d8cc021e1/Worklenz/worklenz 424w, https://opengraph.githubassets.com/bd5a55efc26f01e89c67d1be73762725699f49d1138ee5289718a02d8cc021e1/Worklenz/worklenz 848w, https://opengraph.githubassets.com/bd5a55efc26f01e89c67d1be73762725699f49d1138ee5289718a02d8cc021e1/Worklenz/worklenz 1272w, https://opengraph.githubassets.com/bd5a55efc26f01e89c67d1be73762725699f49d1138ee5289718a02d8cc021e1/Worklenz/worklenz 1456w" sizes="100vw"><img src="https://opengraph.githubassets.com/bd5a55efc26f01e89c67d1be73762725699f49d1138ee5289718a02d8cc021e1/Worklenz/worklenz" data-attrs="{&quot;src&quot;:&quot;https://opengraph.githubassets.com/bd5a55efc26f01e89c67d1be73762725699f49d1138ee5289718a02d8cc021e1/Worklenz/worklenz&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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://opengraph.githubassets.com/bd5a55efc26f01e89c67d1be73762725699f49d1138ee5289718a02d8cc021e1/Worklenz/worklenz 424w, https://opengraph.githubassets.com/bd5a55efc26f01e89c67d1be73762725699f49d1138ee5289718a02d8cc021e1/Worklenz/worklenz 848w, https://opengraph.githubassets.com/bd5a55efc26f01e89c67d1be73762725699f49d1138ee5289718a02d8cc021e1/Worklenz/worklenz 1272w, https://opengraph.githubassets.com/bd5a55efc26f01e89c67d1be73762725699f49d1138ee5289718a02d8cc021e1/Worklenz/worklenz 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/egoist/shell-ask?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Shell Ask</a></p><p><a href="https://github.com/egoist/shell-ask?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Ask LLM directly from your terminal.</a></p><p><a href="https://github.com/egoist/shell-ask?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">github.com/egoist/shell-ask</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!oNkA!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c473a75-5a37-49a7-839a-8d5a7c5ec169_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!oNkA!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c473a75-5a37-49a7-839a-8d5a7c5ec169_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!oNkA!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c473a75-5a37-49a7-839a-8d5a7c5ec169_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!oNkA!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c473a75-5a37-49a7-839a-8d5a7c5ec169_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!oNkA!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c473a75-5a37-49a7-839a-8d5a7c5ec169_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!oNkA!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c473a75-5a37-49a7-839a-8d5a7c5ec169_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0c473a75-5a37-49a7-839a-8d5a7c5ec169_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!oNkA!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c473a75-5a37-49a7-839a-8d5a7c5ec169_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!oNkA!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c473a75-5a37-49a7-839a-8d5a7c5ec169_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!oNkA!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c473a75-5a37-49a7-839a-8d5a7c5ec169_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!oNkA!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c473a75-5a37-49a7-839a-8d5a7c5ec169_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h2>&#127911; Winamp goes open source</h2><p><em><a href="https://about.winamp.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Winamp</a></em>, the iconic music player software, has announced that it will open-source its code for the Windows version on September 24, 2024. This move invites global collaboration, allowing developers worldwide to contribute their expertise, ideas, and passion to help evolve this legendary software.</p><p>Winamp recognizes that it has become more than just a music player, embodying a unique digital culture, aesthetic, and user experience. By opening the source code, Winamp aims to take the next step in its history, enabling users to contribute directly to improving the product.</p><p>While Winamp will remain the owner of the software and decide on innovations for the official version, this open source project is an opportunity for the community to shape the future of this iconic application. Developers interested in contributing can <em><a href="http://about.winamp.com/free-llama.?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">join a waitlist</a></em>.</p><h2>&#127793; How open source empowers non-profits</h2><p>Open source software and open data are increasingly vital for addressing global environmental and social challenges faced by non-profits and communities worldwide. For example, open source enables websites and apps to function, and provides a cost-effective solution for nonprofits with limited budgets. It offers transparency, security, and universal access to collaborative tools like content management systems and online office suites.</p><p>Nonprofits such as Wegweiser in Germany have adopted open source platforms like Nextcloud and Onlyoffice to manage content, documentation, and collaborative editing while ensuring data privacy and control over their infrastructure. Other nonprofits like Seawatch or Foodsharing Austria have also embraced these open source tools for their operations.</p><p>Read more about <em><a href="https://www.forbes.com/sites/forbeseq/2024/05/21/how-open-source-software-empowers-nonprofits-and-the-global-communities-they-serve/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">&#8220;How Open Source Software Empowers Nonprofits And The Global Communities They Serve&#8221;</a></em> [Forbes].</p><h2>&#128227; Open source social monitor</h2><p>Powered by <em><a href="https://octolens.com/me/feed?tracker=122&amp;languages=english&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Octolens</a></em>, AI-powered social listening. Easily monitor keyword mentions on platforms like X, Reddit, DEV, HackerNews or LinkedIn.</p><blockquote><p>despite recent progress and endless cheerleading, open-source AI is a worsening investment for model builders, an inferior option for developers and consumers, and a national security risk. I wrote about the closed-source future of foundation models here</p><p><a href="https://twitter.com/absoluttig/status/1793001830110380313">&#8212; John Luttig (@absoluttig) <br>7:32 PM &#8226; May 21, 2024</a></p></blockquote><blockquote><p>If you're building open source AI, come to a16z instead of FF. We think OS AI is a great investment space, and an increasingly important option for developers and consumers. It's also critical for national security.</p><p>We'd love to talk.</p><p><a href="https://twitter.com/martin_casado/status/1793030714826379751">&#8212; martin_casado (@martin_casado) <br>9:26 PM &#8226; May 21, 2024</a></p></blockquote><blockquote><p>If I were a VC, the last thing I would do is speak against open-source.</p><p>tech industry has 3 pillars; moore's law, internet and open source.</p><p><a href="https://twitter.com/gorkemyurt/status/1793157015621292071">&#8212; Gorkem Yurtseven (@gorkemyurt) <br>5:48 AM &#8226; May 22, 2024</a></p></blockquote><h2>&#128176; Open source funding</h2><ul><li><p><em><a href="https://vercel.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Vercel</a></em>, the company behind Next JS, announced their $250M Series E at $3.25B valuation led by Accel. <em><a href="https://www.businesswire.com/news/home/20240516704768/en/Vercel-Raises-250M-to-Accelerate-AI-and-Security-Innovation-and-Deliver-Next-Generation-Web-Experiences-and-Applications?utm_campaign=shareaholic&amp;utm_medium=twitter&amp;utm_source=socialnetwork">Link</a></em></p></li><li><p><em><a href="https://www.parseable.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Parseable</a></em>, building log analytics for the cloud era, announced their $2.75M Seed. <em><a href="https://x.com/parseablehq/status/1787814965744722126?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Link</a></em></p></li><li><p><em><a href="https://tina.io/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">TinaCMS</a></em> has been acquired. <em><a href="https://news.itsfoss.com/tinacms-acquired/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Link</a></em></p></li></ul><h2>&#128218; More open source content</h2><ul><li><p>OpenSSF launch Siren for open source threat intelligence <em><a href="https://www.infoq.com/news/2024/05/OpenSSF-Siren/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Link</a></em></p></li><li><p>Ethereum Co-Founder Vitalik Buterin advocates for open source AI <em><a href="https://cryptodaily.co.uk/news-in-crypto/thenewscrypto:ethereum-co-founder-vitalik-buterin-advocates-for-open-source-ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Link</a></em></p></li><li><p>Mozilla lists open source AI benefits as we approach the peak of the hype <em><a href="https://news.itsfoss.com/mozilla-open-ai/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Link</a></em></p></li><li><p>Meta releases open source React compiler <em><a href="https://thenewstack.io/meta-releases-open-source-react-compiler/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Link</a></em></p></li><li><p>More than money, open source pros want these 2 things from their next jobs <em><a href="https://www.zdnet.com/home-and-office/work-life/more-than-money-open-source-pros-want-these-2-things-from-their-next-jobs/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Link</a></em></p></li><li><p>Old is new again: The primacy of open source databases <em><a href="https://solutionsreview.com/data-management/old-is-new-again-the-primacy-of-open-source-databases/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=cap">@jonathimer</a></em>)</p>]]></content:encoded></item><item><title><![CDATA[Penpot]]></title><description><![CDATA[An open source alternative to Figma &#8226; New projects including OpenGlass, Crawl4AI, Dingify &#8226; Tax credits for open source developers &#8226; Funding news from Jack Dorsey, LanceDB, and Pythagora AIand &#8226; more]]></description><link>https://www.openpioneers.com/p/penpot</link><guid isPermaLink="false">https://www.openpioneers.com/p/penpot</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 15 May 2024 16:00:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/ec5f5d54-1d20-4814-95b9-a8917d9e54aa_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to the #20th (&#127881;) edition of <em><a href="https://openpioneers.com/">Open Pioneers</a></em> - your weekly update from the forefront of open source. Today, we talk about:</p><ul><li><p>Penpot, an open source alternative to Figma</p></li><li><p>New open source projects, including:</p><ul><li><p>OpenGlass: Turn any glasses into AI-powered smart glasses.</p></li><li><p>Crawl4AI: Open source LLM-friendly web crawler &amp; scrapper.</p></li><li><p>Dingify: Unlock the power of seamless real-time monitoring.</p></li></ul></li><li><p>Tax credits for open source developers</p></li><li><p>Funding news from Jack Dorsey, LanceDB, and Pythagora AI</p></li><li><p>And more open source content</p></li></ul><p>Since last week, we have welcomed 47 new Open Pioneers. &#128075; If you like this week's post, it would make my day if you would share it with a friend or colleague.</p><h2>&#128269; Spotlight: Penpont, an open source alternative to Figma</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Ty9K!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3dd7902-a844-4fbe-afba-55129be49b89_1292x838.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Ty9K!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3dd7902-a844-4fbe-afba-55129be49b89_1292x838.png 424w, https://substackcdn.com/image/fetch/$s_!Ty9K!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3dd7902-a844-4fbe-afba-55129be49b89_1292x838.png 848w, https://substackcdn.com/image/fetch/$s_!Ty9K!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3dd7902-a844-4fbe-afba-55129be49b89_1292x838.png 1272w, https://substackcdn.com/image/fetch/$s_!Ty9K!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3dd7902-a844-4fbe-afba-55129be49b89_1292x838.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Ty9K!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3dd7902-a844-4fbe-afba-55129be49b89_1292x838.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c3dd7902-a844-4fbe-afba-55129be49b89_1292x838.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!Ty9K!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3dd7902-a844-4fbe-afba-55129be49b89_1292x838.png 424w, https://substackcdn.com/image/fetch/$s_!Ty9K!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3dd7902-a844-4fbe-afba-55129be49b89_1292x838.png 848w, https://substackcdn.com/image/fetch/$s_!Ty9K!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3dd7902-a844-4fbe-afba-55129be49b89_1292x838.png 1272w, https://substackcdn.com/image/fetch/$s_!Ty9K!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc3dd7902-a844-4fbe-afba-55129be49b89_1292x838.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a><p><em><a href="https://penpot.app/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Penpot</a></em> is an open source, web-based design tool that bridges the gap between designers and developers. It aims to streamline collaboration and eliminate the traditional "hand-off" process by allowing designers to create interfaces that are natively expressed as code (CSS, SVG, HTML). This enables developers to easily understand and implement the designs without translation issues. Some key features of Penpot include:</p><ul><li><p>Powerful design capabilities with tools for creating complex layouts, animations, and prototypes.</p></li><li><p>Designs are built using open web standards like CSS, making them easily understandable for developers.</p></li><li><p>Seamless collaboration between designers and developers through a shared codebase.</p></li><li><p>Integration with existing developer toolchains via APIs and webhooks.</p></li><li><p>A vibrant community contributing libraries, templates, and driving the project's development.</p></li></ul><p>Penpot is gaining popularity among organizations of all sizes, including many open source projects, as it eliminates the traditional friction between design and development teams. Its open nature and adherence to web standards make it an interesting alternative to proprietary design tools like Figma.</p><p><em><a href="https://penpot.app/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Website</a></em> | <em><a href="https://github.com/penpot/penpot?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">GitHub</a></em> | <em><a href="https://twitter.com/penpotapp?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Twitter</a></em></p><p>Developing with Laravel? Check out <em><a href="https://larafast.com?aff=Dro8Y&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">LaraFast</a></em> - the ultimate Laravel SaaS Starter Kit with ready-to-go components for Payments, Auth, Admin, Blog, SEO and more.</p><p> * Affiliate link: If you end up purchasing the product, a share of the proceeds will go towards supporting this newsletter.</p><h2>&#128293; New open source projects started last week</h2><p><a href="https://github.com/BasedHardware/OpenGlass?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">OpenGlass</a></p><p><a href="https://github.com/BasedHardware/OpenGlass?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Turn any glasses into AI-powered smart glasses.</a></p><p><a href="https://github.com/BasedHardware/OpenGlass?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">github.com/BasedHardware/OpenGlass</a></p><a class="image-link image2" target="_blank" href="https://opengraph.githubassets.com/cc570e90fc1a8f9585ec3d58594587c6381461f03be01bd87bc2b58f9df38df8/BasedHardware/OpenGlass" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://opengraph.githubassets.com/cc570e90fc1a8f9585ec3d58594587c6381461f03be01bd87bc2b58f9df38df8/BasedHardware/OpenGlass 424w, https://opengraph.githubassets.com/cc570e90fc1a8f9585ec3d58594587c6381461f03be01bd87bc2b58f9df38df8/BasedHardware/OpenGlass 848w, https://opengraph.githubassets.com/cc570e90fc1a8f9585ec3d58594587c6381461f03be01bd87bc2b58f9df38df8/BasedHardware/OpenGlass 1272w, https://opengraph.githubassets.com/cc570e90fc1a8f9585ec3d58594587c6381461f03be01bd87bc2b58f9df38df8/BasedHardware/OpenGlass 1456w" sizes="100vw"><img src="https://opengraph.githubassets.com/cc570e90fc1a8f9585ec3d58594587c6381461f03be01bd87bc2b58f9df38df8/BasedHardware/OpenGlass" data-attrs="{&quot;src&quot;:&quot;https://opengraph.githubassets.com/cc570e90fc1a8f9585ec3d58594587c6381461f03be01bd87bc2b58f9df38df8/BasedHardware/OpenGlass&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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://opengraph.githubassets.com/cc570e90fc1a8f9585ec3d58594587c6381461f03be01bd87bc2b58f9df38df8/BasedHardware/OpenGlass 424w, https://opengraph.githubassets.com/cc570e90fc1a8f9585ec3d58594587c6381461f03be01bd87bc2b58f9df38df8/BasedHardware/OpenGlass 848w, https://opengraph.githubassets.com/cc570e90fc1a8f9585ec3d58594587c6381461f03be01bd87bc2b58f9df38df8/BasedHardware/OpenGlass 1272w, https://opengraph.githubassets.com/cc570e90fc1a8f9585ec3d58594587c6381461f03be01bd87bc2b58f9df38df8/BasedHardware/OpenGlass 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/unclecode/crawl4ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Crawl4AI</a></p><p><a href="https://github.com/unclecode/crawl4ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Open-source LLM Friendly Web Crawler &amp; Scrapper.</a></p><p><a href="https://github.com/unclecode/crawl4ai?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">github.com/unclecode/crawl4ai</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!0P3l!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f645885-4b1f-4e4b-889a-6686a959a6e6_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!0P3l!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f645885-4b1f-4e4b-889a-6686a959a6e6_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!0P3l!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f645885-4b1f-4e4b-889a-6686a959a6e6_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!0P3l!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f645885-4b1f-4e4b-889a-6686a959a6e6_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!0P3l!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f645885-4b1f-4e4b-889a-6686a959a6e6_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!0P3l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f645885-4b1f-4e4b-889a-6686a959a6e6_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5f645885-4b1f-4e4b-889a-6686a959a6e6_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!0P3l!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f645885-4b1f-4e4b-889a-6686a959a6e6_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!0P3l!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f645885-4b1f-4e4b-889a-6686a959a6e6_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!0P3l!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f645885-4b1f-4e4b-889a-6686a959a6e6_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!0P3l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f645885-4b1f-4e4b-889a-6686a959a6e6_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/Codehagen/Dingify?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Dingify</a></p><p><a href="https://github.com/Codehagen/Dingify?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Dingify is helping you unlock the power of seamless real-time monitoring.</a></p><p><a href="https://github.com/Codehagen/Dingify?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">github.com/Codehagen/Dingify</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!wYg0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82d632ee-aae3-4a9c-837b-36fec23c1581_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!wYg0!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82d632ee-aae3-4a9c-837b-36fec23c1581_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!wYg0!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82d632ee-aae3-4a9c-837b-36fec23c1581_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!wYg0!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82d632ee-aae3-4a9c-837b-36fec23c1581_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!wYg0!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82d632ee-aae3-4a9c-837b-36fec23c1581_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!wYg0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82d632ee-aae3-4a9c-837b-36fec23c1581_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/82d632ee-aae3-4a9c-837b-36fec23c1581_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!wYg0!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82d632ee-aae3-4a9c-837b-36fec23c1581_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!wYg0!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82d632ee-aae3-4a9c-837b-36fec23c1581_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!wYg0!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82d632ee-aae3-4a9c-837b-36fec23c1581_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!wYg0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82d632ee-aae3-4a9c-837b-36fec23c1581_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h2>&#128161;Idea: Tax credits for open source developers</h2><p>The idea of an open source tax credit is to provide a way for individual developers contributing to open-source projects to receive tax benefits, similar to how corporations can write off expenses related to software development.</p><p>Currently, individuals cannot claim tax deductions for their unpaid work on open source software, while corporations can deduct costs associated with developing both commercial and open-source software. An open source tax credit would allow individual developers to write off their time and expenses spent on open-source projects, incentivizing more contributions to the open-source ecosystem.</p><p>Read more about the idea in <em><a href="https://news.bloombergtax.com/tax-insights-and-commentary/open-source-tax-credit-would-better-compensate-tech-developers?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">this article</a></em>.</p><h2>&#128176; Open source funding</h2><ul><li><p>Jack Dorsey pledges $21M toward open source development to advance Bitcoin <em><a href="https://observer.com/2024/05/jack-dorsey-donation-opensats-open-source-development/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Link</a></em></p></li><li><p>LanceDB raises $11M to build an open source multimodal AI database for app development <em><a href="https://venturebeat.com/ai/lancedb-raises-11m-to-build-an-open-source-multimodal-ai-database-for-app-development/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Link</a></em></p></li><li><p>Y-Combinator-backed Pythagora AI secures $4M for open source app development with AI <em><a href="https://tech.eu/2024/05/14/y-combinator-backed-pythagora-secures-4m-funding-revolutionizing-app-development-with-ai/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Link</a></em></p></li></ul><h2>&#128218; More open source content</h2><ul><li><p>The new fintech stack is... open source? <em><a href="https://notes.mtb.xyz/p/fintech-stack-open-source?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Link</a></em></p></li><li><p>Post-Open licensing could offer software devs funding alternatives <em><a href="https://www.linuxinsider.com/story/post-open-licensing-could-offer-software-devs-funding-alternatives-177371.html?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Link</a></em></p></li><li><p>Google launches Firebase Genkit, a new open source framework for building AI-powered apps <em><a href="https://techcrunch.com/2024/05/14/google-launches-firebase-genkit-a-new-open-source-framework-for-building-ai-powered-apps/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Link</a></em></p></li><li><p>IBM releases Granite Code AI Models to open source community <em><a href="https://www.forbes.com/sites/stevemcdowell/2024/05/13/ibm-releases-granite-ai-models-to-open-source-community/?sh=652185d12016&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Link</a></em></p></li><li><p>Establishing a security baseline for open source projects <em><a href="https://www.helpnetsecurity.com/2024/05/13/dana-wang-openssf-oss-security/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Link</a></em></p></li><li><p>This Seattle AI startup is entirely open source <em><a href="https://www.digitaljournal.com/tech-science/this-seattle-ai-startup-is-entirely-open-source/article?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=penpot">@jonathimer</a></em>)</p>]]></content:encoded></item><item><title><![CDATA[Univer]]></title><description><![CDATA[An open source alternative to Google Sheets, Slides, and Docs &#8226; New projects including Secret LLama and GitHub Portfolio &#8226; German public broadcasters announce open source streaming OS &#8226; and more]]></description><link>https://www.openpioneers.com/p/univer</link><guid isPermaLink="false">https://www.openpioneers.com/p/univer</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 08 May 2024 16:53:15 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/11443d9b-935e-45cc-a607-f4cb5bffcb88_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to a new edition of <em><a href="https://openpioneers.com/">Open Pioneers</a></em> - your weekly update from the forefront of open source. Today, we talk about:</p><ul><li><p>Univer: An open source alternative to Google Sheets, Slides, and Docs</p></li><li><p>New open source projects, including:</p><ul><li><p>Secret LLama: Fully private LLM chatbot</p></li><li><p>GitHub Portfolio: Portfolio Website using your GitHub username</p></li></ul></li><li><p>German public broadcasters announce open source streaming OS</p></li><li><p>And more open source content</p></li></ul><p>Since last week, we have welcomed 34 new Open Pioneers. &#128075; If you like this week's post, it would make my day if you would share it with a friend or colleague.</p><h2>&#128269; Univer: An open source alternative to Google Sheets, Slides, and Docs</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!bV-N!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff61cd700-1320-4cec-948e-9e8b47e4638c_1292x830.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!bV-N!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff61cd700-1320-4cec-948e-9e8b47e4638c_1292x830.png 424w, https://substackcdn.com/image/fetch/$s_!bV-N!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff61cd700-1320-4cec-948e-9e8b47e4638c_1292x830.png 848w, https://substackcdn.com/image/fetch/$s_!bV-N!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff61cd700-1320-4cec-948e-9e8b47e4638c_1292x830.png 1272w, https://substackcdn.com/image/fetch/$s_!bV-N!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff61cd700-1320-4cec-948e-9e8b47e4638c_1292x830.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!bV-N!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff61cd700-1320-4cec-948e-9e8b47e4638c_1292x830.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f61cd700-1320-4cec-948e-9e8b47e4638c_1292x830.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!bV-N!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff61cd700-1320-4cec-948e-9e8b47e4638c_1292x830.png 424w, https://substackcdn.com/image/fetch/$s_!bV-N!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff61cd700-1320-4cec-948e-9e8b47e4638c_1292x830.png 848w, https://substackcdn.com/image/fetch/$s_!bV-N!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff61cd700-1320-4cec-948e-9e8b47e4638c_1292x830.png 1272w, https://substackcdn.com/image/fetch/$s_!bV-N!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff61cd700-1320-4cec-948e-9e8b47e4638c_1292x830.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a><p><em><a href="https://univer.ai/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">Univer</a></em> is building the open source office suite that aims to break application silos and connect business data across different platforms into a single unified interface. The three products Univer Sheets, Univer Docs, and Univer Slides are an open source alternative to the respective Google workspace products.</p><p>A few highlights from their repository:</p><ul><li><p>Univer is designed to support both spreadsheets and documents. Slides will be supported as well in the future.</p></li><li><p>Univer is easily embeddable, allowing seamless integration into your applications.</p></li><li><p>Univer is highly extensible, thanks to its plug-in architecture and Facade API that makes it a delight for developers to implement their unique requirements on the top of Univer.</p></li><li><p>Univer is highly customizable, allowing you to personalize its appearance using themes. It also provides support for internationalization (i18n).</p></li></ul><p>The project is still being actively developed on <em><a href="https://github.com/dream-num/univer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">GitHub</a></em>, but I recommend to check it out nevertheless.</p><h2>&#128293; New open source projects started last week</h2><p><a href="https://github.com/abi/secret-llama?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">Secret LLama</a></p><p><a href="https://github.com/abi/secret-llama?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">Fully private LLM chatbot that runs entirely with a browser with no server needed. Supports Mistral and LLama 3.</a></p><p><a href="https://github.com/abi/secret-llama?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">github.com/abi/secret-llama</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!m-kc!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ca56e02-debf-4614-b0d3-35858cf993c1_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!m-kc!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ca56e02-debf-4614-b0d3-35858cf993c1_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!m-kc!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ca56e02-debf-4614-b0d3-35858cf993c1_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!m-kc!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ca56e02-debf-4614-b0d3-35858cf993c1_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!m-kc!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ca56e02-debf-4614-b0d3-35858cf993c1_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!m-kc!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ca56e02-debf-4614-b0d3-35858cf993c1_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4ca56e02-debf-4614-b0d3-35858cf993c1_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!m-kc!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ca56e02-debf-4614-b0d3-35858cf993c1_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!m-kc!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ca56e02-debf-4614-b0d3-35858cf993c1_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!m-kc!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ca56e02-debf-4614-b0d3-35858cf993c1_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!m-kc!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ca56e02-debf-4614-b0d3-35858cf993c1_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/said7388/github-portfolio?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">GitHub Portfolio</a></p><p><a href="https://github.com/said7388/github-portfolio?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">Create a Portfolio Website using your GitHub username. This website template is constructed with next.js and tailwind CSS, allowing you to display your work and skills as a software developer.</a></p><p><a href="https://github.com/said7388/github-portfolio?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">github.com/said7388/github-portfolio</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!0qvD!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F599511fa-aa05-46a1-86f5-c6fd5db9d9f9_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!0qvD!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F599511fa-aa05-46a1-86f5-c6fd5db9d9f9_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!0qvD!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F599511fa-aa05-46a1-86f5-c6fd5db9d9f9_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!0qvD!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F599511fa-aa05-46a1-86f5-c6fd5db9d9f9_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!0qvD!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F599511fa-aa05-46a1-86f5-c6fd5db9d9f9_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!0qvD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F599511fa-aa05-46a1-86f5-c6fd5db9d9f9_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/599511fa-aa05-46a1-86f5-c6fd5db9d9f9_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!0qvD!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F599511fa-aa05-46a1-86f5-c6fd5db9d9f9_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!0qvD!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F599511fa-aa05-46a1-86f5-c6fd5db9d9f9_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!0qvD!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F599511fa-aa05-46a1-86f5-c6fd5db9d9f9_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!0qvD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F599511fa-aa05-46a1-86f5-c6fd5db9d9f9_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><h2>&#128250; German public broadcasters announce open source streaming OS</h2><p>Germany's public broadcasters ARD and ZDF announced that they are collaborating to develop an open-source streaming operating system (OS) for smart TVs and streaming devices. This joint initiative aims to provide an alternative to proprietary platforms like Google's Android TV and reduce their reliance on big tech companies.</p><p>The open source streaming OS will enable ARD and ZDF to have more control over the user experience, data privacy, and content distribution on connected TVs and streaming devices. By leveraging open standards and technologies, they can create a more flexible and customizable platform tailored to their needs and those of their viewers.&nbsp;</p><p>I believe this is a great move! All publicly funded software should be made open source - as long as they are no good reasons not to (e.g. security concerns).</p><p>Learn more about the initiative <em><a href="https://www.broadbandtvnews.com/2024/05/06/ard-zdf-plan-joint-open-source-streaming-os/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">here</a></em>.</p><h2>&#128218; More open source content</h2><ul><li><p>Open source cybersecurity is a ticking time bomb <em><a href="https://gizmodo.com/open-source-cybersecurity-is-a-ticking-time-bomb-1848790421?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">Link</a></em></p></li><li><p>Red Hat outlines a vision for evolving AI models with open-source communities <em><a href="https://siliconangle.com/2024/05/07/red-hat-outlines-vision-evolving-ai-models-open-source-communities/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">Link</a></em></p></li><li><p>The Value of DevRel and Contributing to Open Source Initiatives <em><a href="https://www.infoq.com/podcasts/contributing-open-source-initiatives/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">Link</a></em></p></li><li><p>Google lays off staff from Flutter, Dart and Python teams weeks before its developer conference <em><a href="https://techcrunch.com/2024/05/01/google-lays-off-staff-from-flutter-dart-python-weeks-before-its-developer-conference/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">Link</a></em></p></li><li><p>Microsoft Releases New-Open Source Tool for OT Security <em><a href="https://www.bankinfosecurity.com/microsoft-releases-new-open-source-tool-for-ot-security-a-24961?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=univer">@jonathimer</a></em>)</p>]]></content:encoded></item><item><title><![CDATA[Gitroom]]></title><description><![CDATA[An open source alternative to Buffer &#8226; New projects including Statusnook, Glance, and Chatbot &#8226; IBM acquires HashiCorp &#8226; Open-washing of Llama 3 &#8226; and more]]></description><link>https://www.openpioneers.com/p/gitroom</link><guid isPermaLink="false">https://www.openpioneers.com/p/gitroom</guid><dc:creator><![CDATA[Jonathan Reimer]]></dc:creator><pubDate>Wed, 01 May 2024 15:30:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/42a71289-b7cb-4350-a364-cbddff151dae_1292x678.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to a new edition of <em><a href="https://openpioneers.com/">Open Pioneers</a></em> - your weekly update from the forefront of open source. Today, we talk about:</p><ul><li><p>Gitroom: Grow your open source projects</p></li><li><p>New open source projects, including:</p><ul><li><p>Statusnook: Effortlessly deploy a status page and start monitoring endpoints in minutes</p></li><li><p>Glance: A selfhosted dashboard that puts all your feeds in one place</p></li><li><p>Chatbot: Free and open source mobile private ChatGPT application, supporting GPT3, GPT4 &amp; Gemini Pro models</p></li></ul></li><li><p>IBM acquires HashiCorp - What does this mean for Terraform &amp; Vault?</p></li><li><p>&#8220;Open-washing&#8221; of Llama 3?</p></li></ul><p>Since last week, we have welcomed 23 new Open Pioneers. &#128075; If you like this week's post, it would make my day if you would share it with a friend or colleague.</p><h2>&#128269; Gitroom: Grow your open source project</h2><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!mCXR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3d7210ae-0e96-4cfa-a575-15fee222110e_1292x845.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!mCXR!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3d7210ae-0e96-4cfa-a575-15fee222110e_1292x845.png 424w, https://substackcdn.com/image/fetch/$s_!mCXR!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3d7210ae-0e96-4cfa-a575-15fee222110e_1292x845.png 848w, https://substackcdn.com/image/fetch/$s_!mCXR!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3d7210ae-0e96-4cfa-a575-15fee222110e_1292x845.png 1272w, https://substackcdn.com/image/fetch/$s_!mCXR!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3d7210ae-0e96-4cfa-a575-15fee222110e_1292x845.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!mCXR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3d7210ae-0e96-4cfa-a575-15fee222110e_1292x845.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3d7210ae-0e96-4cfa-a575-15fee222110e_1292x845.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&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="" title="" srcset="https://substackcdn.com/image/fetch/$s_!mCXR!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3d7210ae-0e96-4cfa-a575-15fee222110e_1292x845.png 424w, https://substackcdn.com/image/fetch/$s_!mCXR!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3d7210ae-0e96-4cfa-a575-15fee222110e_1292x845.png 848w, https://substackcdn.com/image/fetch/$s_!mCXR!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3d7210ae-0e96-4cfa-a575-15fee222110e_1292x845.png 1272w, https://substackcdn.com/image/fetch/$s_!mCXR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3d7210ae-0e96-4cfa-a575-15fee222110e_1292x845.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a><p><em><a href="https://gitroom.com/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Gitroom</a></em> is an open source platform created by Nevo David, the former head of growth at Novu, to help open-source founders and maintainers achieve growth for their projects.</p><p>Nevo David (<em><a href="https://twitter.com/nevodavid?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">@nevodavid</a></em>) created Gitroom based on his experience growing Novu to over 31,000 GitHub stars. He found the process of writing articles, timing promotions, and coordinating launches to be stressful and inefficient. Gitroom aims to streamline these tasks and provide a centralized platform for open-source growth and community building.</p><p>Here are a few things you can do with Gitroom:</p><ul><li><p>Schedule social media posts and articles in advance on platforms like Reddit, DEV, or Hashnode</p></li><li><p>Exchange or buy posts from other community members and influencers</p></li><li><p>Add testimonials and "used by" sections with other open-source friends</p></li><li><p>Automatically generate media for stats like GitHub stars</p></li></ul><p>The project is open-source, built with technologies like NX (monorepo), Next.js, Nest.js, Prisma, Redis, and Resend. Gitroom offers a <em><a href="https://gitroom.com/blog?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">blog</a></em> with growth tips, an "awesome list" for promotion, a newsletter, and a Discord community to connect founders and maintainers.</p><p>Learn more: <em><a href="https://gitroom.com?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Website</a></em> | <em><a href="https://github.com/gitroomhq/gitroom?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">GitHub</a></em> | <em><a href="https://twitter.com/nevodavid?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Twitter</a></em></p><p>Developing with Laravel? Check out <em><a href="https://larafast.com?aff=Dro8Y&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">LaraFast</a></em> - the ultimate Laravel SaaS Starter Kit with ready-to-go components for Payments, Auth, Admin, Blog, SEO and more.</p><p> * Affiliate link: If you end up purchasing the product, a share of the proceeds will go towards supporting this newsletter.</p><h2>&#128293; New open source projects started last week</h2><a class="image-link image2" target="_blank" href="https://opengraph.githubassets.com/f7748d706dee2b1c7325febebb1c5f3a930ac6bfa91ca43e6a91b1f71f81b4be/goksan/statusnook" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://opengraph.githubassets.com/f7748d706dee2b1c7325febebb1c5f3a930ac6bfa91ca43e6a91b1f71f81b4be/goksan/statusnook 424w, https://opengraph.githubassets.com/f7748d706dee2b1c7325febebb1c5f3a930ac6bfa91ca43e6a91b1f71f81b4be/goksan/statusnook 848w, https://opengraph.githubassets.com/f7748d706dee2b1c7325febebb1c5f3a930ac6bfa91ca43e6a91b1f71f81b4be/goksan/statusnook 1272w, https://opengraph.githubassets.com/f7748d706dee2b1c7325febebb1c5f3a930ac6bfa91ca43e6a91b1f71f81b4be/goksan/statusnook 1456w" sizes="100vw"><img src="https://opengraph.githubassets.com/f7748d706dee2b1c7325febebb1c5f3a930ac6bfa91ca43e6a91b1f71f81b4be/goksan/statusnook" data-attrs="{&quot;src&quot;:&quot;https://opengraph.githubassets.com/f7748d706dee2b1c7325febebb1c5f3a930ac6bfa91ca43e6a91b1f71f81b4be/goksan/statusnook&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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://opengraph.githubassets.com/f7748d706dee2b1c7325febebb1c5f3a930ac6bfa91ca43e6a91b1f71f81b4be/goksan/statusnook 424w, https://opengraph.githubassets.com/f7748d706dee2b1c7325febebb1c5f3a930ac6bfa91ca43e6a91b1f71f81b4be/goksan/statusnook 848w, https://opengraph.githubassets.com/f7748d706dee2b1c7325febebb1c5f3a930ac6bfa91ca43e6a91b1f71f81b4be/goksan/statusnook 1272w, https://opengraph.githubassets.com/f7748d706dee2b1c7325febebb1c5f3a930ac6bfa91ca43e6a91b1f71f81b4be/goksan/statusnook 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/goksan/statusnook?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Statusnook</a></p><p><a href="https://github.com/goksan/statusnook?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Effortlessly deploy a status page and start monitoring endpoints in minutes</a></p><p><a href="https://github.com/goksan/statusnook?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">github.com/goksan/statusnook</a></p><a class="image-link image2" target="_blank" href="https://opengraph.githubassets.com/efc112cd88cadb8123210764d47489088450656743f3c234fb88c9ec70095ba4/glanceapp/glance" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://opengraph.githubassets.com/efc112cd88cadb8123210764d47489088450656743f3c234fb88c9ec70095ba4/glanceapp/glance 424w, https://opengraph.githubassets.com/efc112cd88cadb8123210764d47489088450656743f3c234fb88c9ec70095ba4/glanceapp/glance 848w, https://opengraph.githubassets.com/efc112cd88cadb8123210764d47489088450656743f3c234fb88c9ec70095ba4/glanceapp/glance 1272w, https://opengraph.githubassets.com/efc112cd88cadb8123210764d47489088450656743f3c234fb88c9ec70095ba4/glanceapp/glance 1456w" sizes="100vw"><img src="https://opengraph.githubassets.com/efc112cd88cadb8123210764d47489088450656743f3c234fb88c9ec70095ba4/glanceapp/glance" data-attrs="{&quot;src&quot;:&quot;https://opengraph.githubassets.com/efc112cd88cadb8123210764d47489088450656743f3c234fb88c9ec70095ba4/glanceapp/glance&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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://opengraph.githubassets.com/efc112cd88cadb8123210764d47489088450656743f3c234fb88c9ec70095ba4/glanceapp/glance 424w, https://opengraph.githubassets.com/efc112cd88cadb8123210764d47489088450656743f3c234fb88c9ec70095ba4/glanceapp/glance 848w, https://opengraph.githubassets.com/efc112cd88cadb8123210764d47489088450656743f3c234fb88c9ec70095ba4/glanceapp/glance 1272w, https://opengraph.githubassets.com/efc112cd88cadb8123210764d47489088450656743f3c234fb88c9ec70095ba4/glanceapp/glance 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/glanceapp/glance?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Glance</a></p><p><a href="https://github.com/glanceapp/glance?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">A self-hosted dashboard that puts all your feeds in one place</a></p><p><a href="https://github.com/glanceapp/glance?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">github.com/glanceapp/glance</a></p><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!GXPN!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff29013fc-f1f9-42b6-8aaf-8b72e74ef111_1200x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!GXPN!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff29013fc-f1f9-42b6-8aaf-8b72e74ef111_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!GXPN!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff29013fc-f1f9-42b6-8aaf-8b72e74ef111_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!GXPN!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff29013fc-f1f9-42b6-8aaf-8b72e74ef111_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!GXPN!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff29013fc-f1f9-42b6-8aaf-8b72e74ef111_1200x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!GXPN!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff29013fc-f1f9-42b6-8aaf-8b72e74ef111_1200x600.png" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f29013fc-f1f9-42b6-8aaf-8b72e74ef111_1200x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:null,&quot;width&quot;:null,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&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_!GXPN!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff29013fc-f1f9-42b6-8aaf-8b72e74ef111_1200x600.png 424w, https://substackcdn.com/image/fetch/$s_!GXPN!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff29013fc-f1f9-42b6-8aaf-8b72e74ef111_1200x600.png 848w, https://substackcdn.com/image/fetch/$s_!GXPN!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff29013fc-f1f9-42b6-8aaf-8b72e74ef111_1200x600.png 1272w, https://substackcdn.com/image/fetch/$s_!GXPN!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff29013fc-f1f9-42b6-8aaf-8b72e74ef111_1200x600.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><p><a href="https://github.com/ChatBot-All/chatbot-app?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Chatbot</a></p><p><a href="https://github.com/ChatBot-All/chatbot-app?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Free and open source mobile private ChatGPT application, supporting GPT3, GPT4 &amp; Gemini Pro models</a></p><p><a href="https://github.com/ChatBot-All/chatbot-app?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">github.com/ChatBot-All/chatbot-app</a></p><h2>&#128176; IBM acquires HashiCorp - What does this mean for Terraform &amp; Vault?</h2><p><em><a href="https://www.wsj.com/business/deals/ibm-to-buy-hashicorp-in-6-4-billion-deal-a71b988e?st=v4uo77vw1t8f0go&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">IBM has acquired HashiCorp</a></em>, the company behind popular open source tools like Terraform and Vault, for $6.4 billion. The acquisition triggered debates wtithin the open source community regarding the future licensing of HashiCorp's products, particularly Terraform.</p><p>Last year, HashiCorp adopted the Business Source License (BSL) 1.1 for its products, moving away from the more permissive Mozilla Public License 2.0. This decision led to backlash, with the Linux Foundation creating a Terraform fork called <em><a href="https://opentofu.org/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">OpenTofu</a></em>.</p><p>Some experts believe IBM's acquisition could lead to a reversal of HashiCorp's licensing decision, potentially returning Terraform to an open source license like Apache 2.0. However, given IBM's focus on enterprise customers, it can be doubted if this is going to happen.</p><p>While some folks from the open source community view the acquisition as a potential lifeline for Terraform, reuniting it with OpenTofu, others argue that the licensing controversy is a "red herring" and that IBM is unlikely to change HashiCorp's course. I personally belong to the latter group.</p><h2>&#129433; &#8220;Open-washing&#8221; of Llama 3?</h2><p>Meta's release of Llama 3, touted as the most powerful open source language model, has sparked a debate around its true open-source nature.</p><p>While Meta claims Llama 3 is open-source, several concerns have been raised:</p><p>1) Meta has not provided full access to the training data used for Llama 3, which is important for understanding the model's limitations and potential biases.</p><p>2) Llama 3 is released under a custom license, which is incompatible with open source principles and hinders companies from using it.</p><p>These restrictions have led to accusations of "open-washing," where Llama 3 is marketed as "open" despite falling short of openness standards. Parts of the community called for Meta to adopt widely recognized open source licenses and provide full disclosure of the training data, along with documentation.</p><p>Follow some of the discussion: [<em><a href="https://github.com/ggerganov/llama.cpp/discussions/6746?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">GitHub 1</a></em>] [<em><a href="https://github.com/ggerganov/llama.cpp/discussions/6771?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">GitHub 2</a></em>] [<em><a href="https://huggingface.co/meta-llama/Meta-Llama-3-8B/discussions/57?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Hugging Face</a></em>] [<em><a href="https://www.reddit.com/r/LocalLLaMA/comments/1cegq5e/personal_open_source_ai_search_engine_with_llama3/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Reddit</a></em>]</p><h2>&#128218; More open source content</h2><ul><li><p>The hyper-clouds are open source's friends <em><a href="https://www.theregister.com/2024/04/27/opinion_hyperscale_open_source/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Link</a></em></p></li><li><p>Focusing on the wrong open source issues <em><a href="https://www.infoworld.com/article/3715386/focusing-on-the-wrong-open-source-issues.html?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Link</a></em></p></li><li><p>Open Source world's Bruce Perens emits draft Post-Open Zero Cost License <em><a href="https://www.theregister.com/2024/04/30/bruce_perens_post_open_license/?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Link</a></em></p></li><li><p>The end of vendor-backed open source? <em><a href="https://www.infoworld.com/article/3715247/the-end-of-vendor-backed-open-source.html?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Link</a></em></p></li><li><p>Arthur Mensch: Open vs Closed - Who Wins and Mistral's Position <em><a href="https://youtu.be/e7Y84vpWhkU?si=8xF6L1QPzIfdpgDe&amp;utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">Link</a></em></p></li></ul><p>Until next week,</p><p>Jonathan (<em><a href="https://twitter.com/jonathimer?utm_source=openpioneers.com&amp;utm_medium=referral&amp;utm_campaign=gitroom">@jonathimer</a></em>)</p>]]></content:encoded></item></channel></rss>