123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- <!doctype html><!-- This is a valid HTML5 document. -->
- <!-- Screen readers, SEO, extensions and so on. -->
- <html lang="fr">
- <!-- Has to be within the first 1024 bytes, hence before the `title` element
- See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
- <meta charset="utf-8">
- <!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
- <!-- The viewport meta is quite crowded and we are responsible for that.
- See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
- <meta name="viewport" content="width=device-width,initial-scale=1">
- <!-- Required to make a valid HTML5 document. -->
- <title>It is important for free software to use free software infrastructure (archive) — David Larlet</title>
- <meta name="description" content="Publication mise en cache pour en conserver une trace.">
- <!-- That good ol' feed, subscribe :). -->
- <link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/">
- <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
- <link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png">
- <link rel="manifest" href="/static/david/icons2/site.webmanifest">
- <link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c">
- <link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
- <meta name="msapplication-TileColor" content="#f7f7f7">
- <meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml">
- <meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)">
- <meta name="theme-color" content="#272727" media="(prefers-color-scheme: dark)">
- <!-- Documented, feel free to shoot an email. -->
- <link rel="stylesheet" href="/static/david/css/style_2021-01-20.css">
- <!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
- <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
- <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
- <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
- <link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
- <link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
- <link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
- <script>
- function toggleTheme(themeName) {
- document.documentElement.classList.toggle(
- 'forced-dark',
- themeName === 'dark'
- )
- document.documentElement.classList.toggle(
- 'forced-light',
- themeName === 'light'
- )
- }
- const selectedTheme = localStorage.getItem('theme')
- if (selectedTheme !== 'undefined') {
- toggleTheme(selectedTheme)
- }
- </script>
-
- <meta name="robots" content="noindex, nofollow">
- <meta content="origin-when-cross-origin" name="referrer">
- <!-- Canonical URL for SEO purposes -->
- <link rel="canonical" href="https://drewdevault.com/2022/03/29/free-software-free-infrastructure.html">
-
- <body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">
-
-
- <article>
- <header>
- <h1>It is important for free software to use free software infrastructure</h1>
- </header>
- <nav>
- <p class="center">
- <a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
- <use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
- </svg> Accueil</a> •
- <a href="https://drewdevault.com/2022/03/29/free-software-free-infrastructure.html" title="Lien vers le contenu original">Source originale</a>
- </p>
- </nav>
- <hr>
- <p><em>Disclaimer: I founded a project and a company that focuses on free software
- infrastructure. I will elect not to name them in this post, and will only
- recommend solutions I do not have a vested interest in.</em></p>
- <p>Free and open source software (FOSS) projects need infrastructure. Somewhere to
- host the code, to facilitate things like code review, end-user support, bug
- tracking, marketing, and so on. A common example of this is the “forge”
- platform: infrastructure which pitches itself as a one-stop shop for many of the
- needs of FOSS projects in one place, such as code hosting and review, bug
- tracking, discussions, and so on. Many projects will also reach for additional
- platforms to provide other kinds of infrastructure: chat rooms, forums, social
- media, and more.</p>
- <p>Many of these needs have <abbr title="Projects which do not use a license compatible with the Free Software guidelines, i.e. non-FOSS.">non-free</abbr>,
- proprietary solutions available. GitHub is a popular proprietary code forge, and
- GitLab, the biggest competitor to GitHub, is partially non-free. Some projects
- use Discord or Slack for chat rooms, Reddit as a forum, or Twitter and Facebook
- for marketing, outreach, and support; all of these are non-free. In my opinion,
- relying on these platforms to provide infrastructure for your FOSS project is a
- mistake.</p>
- <p>When your FOSS project chooses to use a non-free platform, you give it an
- official vote of confidence on behalf of your project. In other words, you lend
- some of your project’s credibility and legitimacy to the platforms you choose.
- These platforms are defined by network effects, and your choice is an investment
- in that network. I would question this investment in and of itself, the wisdom
- of offering these platforms your confidence and legitimacy, but there’s a more
- concerning consequence of this choice as well: an investment in a non-free
- platform is also a <em>divestment</em> from the free alternatives.</p>
- <p>Again, network effects are the main driver of success in these platforms. Large
- commercial platforms have a lot of advantages in this respect: large marketing
- budgets, lots of capital from investors, and the incumbency advantage. The
- larger the incumbent platform, the more difficult the task of competing with it
- becomes. Contrast this with free software platforms, which generally don’t have
- the benefit of large amounts of investment or big marketing budgets. Moreover,
- businesses are significantly more likely to play dirty to secure their foothold
- than free software projects are. If your own FOSS projects compete with
- proprietary commercial options, you should be very familiar with these
- challenges.</p>
- <p>FOSS platforms are at an inherent disadvantage, and your faith in them, or lack
- thereof, carries a lot of weight. GitHub won’t lose sleep if your project
- chooses to host its code somewhere else, but choosing <a href="https://codeberg.org">Codeberg</a>, for example,
- means a lot to them. In effect, your choice matters disproportionately to the
- free platforms: choosing GitHub hurts Codeberg much more than choosing Codeberg
- hurts GitHub. And why should a project choose to use your offering over the
- proprietary alternatives if you won’t extend them the same courtesy? FOSS
- solidarity is important for uplifting the ecosystem as a whole.</p>
- <p>However, for some projects, what ultimately matters to them has little to do
- with the benefit of the ecosystem as a whole, but instead considers only the
- potential for their project’s individual growth and popularity. Many projects
- choose to prioritize access to the established audience that large commercial
- platforms provide, in order to maximize their odds of becoming popular, and
- enjoying some of the knock-on effects of that popularity, such as more
- contributions.<sup id="fnref:1"></sup> Such projects would prefer to exacerbate the network
- effects problem rather than risk some of its social capital on a less popular
- platform.</p>
- <p>To me, this is selfish and unethical outright, though you may have different
- ethical standards. Unfortunately, arguments against most commercial platforms
- for any reasonable ethical standard are available in abundance, but they tend to
- be easily overcome by confirmation bias. Someone who may loudly object to the
- practices of the US Immigration and Customs Enforcement agency, for example, can
- quickly find some justification to continue using GitHub despite their
- collaboration with them. If this example isn’t to your tastes, there are many
- examples for each of many platforms. For projects that don’t want to move, these
- are usually swept under the rug.<sup id="fnref:2"></sup></p>
- <p>But, to be clear, I am not asking you to use inferior platforms for
- philosophical or altruistic reasons. These are only one of many factors which
- should contribute to your decision-making, and aptitude is another valid factor
- to consider. That said, many FOSS platforms are, at least in my opinion,
- functionally superior to their proprietary competition. Whether their
- differences are better for your project’s unique needs is something I must leave
- for you to research on your own, but most projects don’t bother with the
- research at all. Rest assured: these projects are not ghettos living in the
- shadow of their larger commercial counterparts, but exciting platforms in their
- own right which offer many unique advantages.</p>
- <p>What’s more, if you need them to do something differently to better suit your
- project’s needs, you are empowered to improve them. You’re not subservient to
- the whims of the commercial entity who is responsible for the code, waiting for
- them to prioritize the issue or even to care about it in the first place. If a
- problem is important to you, that’s enough for you to get it fixed on a FOSS
- platform. You might not think you have the time or expertise to do so (though
- maybe one of your collaborators does), but more importantly, this establishes a
- mentality of collective ownership and responsibility over all free software as a
- whole — popularize this philosophy and it could just as easily be you
- receiving a contribution in a similar manner tomorrow.</p>
- <p>In short, choosing non-free platforms is an individualist, short-term investment
- which prioritizes your project’s apparent access to popularity over the success
- of the FOSS ecosystem as a whole. On the other hand, choosing FOSS platforms is
- a collectivist investment in the long-term success of the FOSS ecosystem as a
- whole, driving its overall growth. Your choice matters. You can help the FOSS
- ecosystem by choosing FOSS platforms, or you can hurt the FOSS ecosystem by
- choosing non-free platforms. Please choose carefully.</p>
- <p>Here are some recommendations for free software tools that facilitate common
- needs for free software projects:</p>
-
- <p>* Self-hosted only<br>
- † Partially non-free, recommended only if no other solutions are suitable</p>
- <p>P.S. If your project is already established on non-free platforms, the easiest
- time to revisit this choice is right now. It will only ever get more difficult
- to move as your project grows and gets further established on proprietary
- platforms. Please consider moving sooner rather than later.</p>
- </article>
-
-
- <hr>
-
- <footer>
- <p>
- <a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
- <use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
- </svg> Accueil</a> •
- <a href="/david/log/" title="Accès au flux RSS"><svg class="icon icon-rss2">
- <use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-rss2"></use>
- </svg> Suivre</a> •
- <a href="http://larlet.com" title="Go to my English profile" data-instant><svg class="icon icon-user-tie">
- <use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-user-tie"></use>
- </svg> Pro</a> •
- <a href="mailto:david%40larlet.fr" title="Envoyer un courriel"><svg class="icon icon-mail">
- <use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-mail"></use>
- </svg> Email</a> •
- <abbr class="nowrap" title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"><svg class="icon icon-hammer2">
- <use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-hammer2"></use>
- </svg> Légal</abbr>
- </p>
- <template id="theme-selector">
- <form>
- <fieldset>
- <legend><svg class="icon icon-brightness-contrast">
- <use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-brightness-contrast"></use>
- </svg> Thème</legend>
- <label>
- <input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
- </label>
- <label>
- <input type="radio" value="dark" name="chosen-color-scheme"> Foncé
- </label>
- <label>
- <input type="radio" value="light" name="chosen-color-scheme"> Clair
- </label>
- </fieldset>
- </form>
- </template>
- </footer>
- <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
- <script>
- function loadThemeForm(templateName) {
- const themeSelectorTemplate = document.querySelector(templateName)
- const form = themeSelectorTemplate.content.firstElementChild
- themeSelectorTemplate.replaceWith(form)
-
- form.addEventListener('change', (e) => {
- const chosenColorScheme = e.target.value
- localStorage.setItem('theme', chosenColorScheme)
- toggleTheme(chosenColorScheme)
- })
-
- const selectedTheme = localStorage.getItem('theme')
- if (selectedTheme && selectedTheme !== 'undefined') {
- form.querySelector(`[value="${selectedTheme}"]`).checked = true
- }
- }
-
- const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
- window.addEventListener('load', () => {
- let hasDarkRules = false
- for (const styleSheet of Array.from(document.styleSheets)) {
- let mediaRules = []
- for (const cssRule of styleSheet.cssRules) {
- if (cssRule.type !== CSSRule.MEDIA_RULE) {
- continue
- }
- // WARNING: Safari does not have/supports `conditionText`.
- if (cssRule.conditionText) {
- if (cssRule.conditionText !== prefersColorSchemeDark) {
- continue
- }
- } else {
- if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
- continue
- }
- }
- mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
- }
-
- // WARNING: do not try to insert a Rule to a styleSheet you are
- // currently iterating on, otherwise the browser will be stuck
- // in a infinite loop…
- for (const mediaRule of mediaRules) {
- styleSheet.insertRule(mediaRule.cssText)
- hasDarkRules = true
- }
- }
- if (hasDarkRules) {
- loadThemeForm('#theme-selector')
- }
- })
- </script>
- </body>
- </html>
|