123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- <!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>Introduction to SourceHut culture (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://man.sr.ht/staff/culture.md">
-
- <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>Introduction to SourceHut culture</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://man.sr.ht/staff/culture.md" title="Lien vers le contenu original">Source originale</a>
- </p>
- </nav>
- <hr>
- <p>Welcome to SourceHut!</p>
- <p>SourceHut's mission statement is as follows:</p>
- <blockquote>
- <p>We are here to make free software better. We will be honest, transparent, and
- empathetic. We care for our users, and we will not exploit them, and we hope
- that they will reward our care and diligence with success.</p>
- </blockquote>
- <p>This is the philosophical ethos that underlies our business. This presents
- itself in the way we act. Because we are empathetic, we value accessibility,
- working to make our UI easy to use for anyone, or prioritizing performance on
- low-end hardware and networks, so that access to our software does not depend on
- income level. We are transparent, which motivates our public ops, financial
- reports, and the fact that this page is on a public wiki. We are honest, by
- telling users quickly and frankly when we make mistakes that affect them, and in
- explaining our incentives and motivations so they can make informed decisions
- about their relationship with us.</p>
- <p>This extends to our internal culture as well. When we make mistakes or aren't
- sure what to do, we talk to each other about it, as an extension of our
- principle of honesty. We are empathetic, which is why we understand and forgive
- those mistakes, and care for each other as human beings before anything else.
- We have a steadfast commitment to integrity in all of our affairs that we hope
- can set an example for the industry as a whole, and it is our hope that you will
- keep these principles in mind in all of your work with SourceHut.</p>
- <h4 id="in-practical-terms"><a href="#in-practical-terms" rel="nofollow noopener">#</a>In practical terms</h4>
- <p>Think of SourceHut's engineering culture as a dynamic, mutual collaboration
- between equals, who aim to support each other in achieving our shared ambitions
- in free software. We have essentially attempted to reproduce the FOSS
- community's collaboration environment, and to some extent, governance model, in
- the context of a business.</p>
- <h5 id="what-should-i-work-on"><a href="#what-should-i-work-on" rel="nofollow noopener">#</a>What should I work on?</h5>
- <p>Most SourceHut engineers choose their own work. You may work on the projects
- that you find interesting and important, at your own discretion, including
- projects which are not maintained by or in the direct interests of SourceHut.
- You can also choose your own tasks and priorities within those projects. The
- only caveat is that it must be free and open source software.</p>
- <p>You must do this with an attitude that honors and values the feedback and advice
- of your peers, and seek to establish mutual trust. For example, junior engineers,
- and senior engineers who are junior to a new project or field, will generally be
- well-advised to seek the advice of the more experienced peers (be it fellow
- SourceHut staff, or the maintainers of a third-party project) regarding what
- tasks to work on. And likewise, those maintainers and mentors will honor and
- value your growth, experience, feedback, and opinions, to create a healthy
- balance of trust between participants.</p>
- <h5 id="rely-on-your-peers"><a href="#rely-on-your-peers" rel="nofollow noopener">#</a>Rely on your peers</h5>
- <p><strong>Ask questions early</strong>. We are here to support each other. There is no shame in
- not being sure of what to do, struggling with a hard problem, or having made a
- mistake. The shame is in not trusting your peers to help.</p>
- <h5 id="accepting-responsibilities"><a href="#accepting-responsibilities" rel="nofollow noopener">#</a>Accepting responsibilities</h5>
- <p>In addition to proactively choosing to work on projects and tasks that you find
- important, you may also accept long-term responsibilities that you find
- important. A simple example of this is your long-term commitments as the
- maintainer of your personal FOSS projects, which you may have already made
- before even joining SourceHut. You will have similar opportunities to accept
- responsibilities in the future. For example, you may become responsible for
- various subsystems of sr.ht software, or in third-party projects, or have
- certain responsibilities to your peers and users, such as being on-call for
- infrastructure issues.</p>
- <p>This is also done at your discretion, according to your wisdom on what
- responsibilities are important and suited to your skills. This is also a means
- by which you can build trust with your peers and the larger community, by being
- someone they can depend on.</p>
- <h5 id="communication"><a href="#communication" rel="nofollow noopener">#</a>Communication</h5>
- <p>We have a private channel on Libera.Chat at #sr.ht.staff, which you will be
- invited to. We also have the #sr.ht and #sr.ht.watercooler channels, which are
- open to the public and respectively handle forge support and SourceHut-adjacent
- discussions. Aim to use the right channel: if appropriate, many matters should
- be discussed in public, but we needn't bother these spaces with the day-to-day
- activities internal to SourceHut.</p>
- <p>Also remember that you represent SourceHut when you communicate with the outside
- world — something you are expected to do often. Remember to be respectful,
- to remember the human, and to avoid flamewars. You are building a relationship
- with the community. This is not to say that you shouldn't stand by your
- principles, but to be respectful of those who disagree. Give your peers
- feedback, but remember to praise in public and criticise in private.</p>
- <h5 id="meetings"><a href="#meetings" rel="nofollow noopener">#</a>Meetings</h5>
- <p>Everyone has a bi-weekly 1-on-1 meeting with their assigned mentor. This person
- is there to help you smooth along your work, lend you their ear when you ask for
- advice or are having trouble, and be your advocate to the broader organization.
- The scope and goals of these meetings is a matter for you and your mentor to
- agree upon, and it can evolve over time. This person is also your first stop for
- any formal businessy business, for anything you would talk to a manager about.
- They are not, however, a manager in the traditional sense, and don't have
- special authority over you.</p>
- <p>We also have monthly all-hands meetings where we will discuss our long-term
- interests, matters relevant to the whole company, updates on interesting things
- that are being worked on, and so on.</p>
- <p>Beyond this, meetings are established on an as-needed basis. For example, we may
- schedule meetings with consulting clients.</p>
- <h5 id="planning"><a href="#planning" rel="nofollow noopener">#</a>Planning</h5>
- <p>Informal planning is done in the meetings described above, but formal planning,
- such as ticket tracking, agile-style planning, and so on, is minimal at
- SourceHut. We find that formal systems are often the product of non-engineers
- wanting to boil their engineering teams down to numbers and apersonal measures
- of progress, which is not appropriate for an organization built on mutual trust
- and communication.</p>
- <p>However, it is often <em>useful</em> to have some means of tracking the things on our
- mind and communicate our intentions to others. Many of the projects we work on
- have bug trackers, and mailing list archives are a good place to put proposals
- and RFCs. We leverage planning tools and systems as they are helpful for us to
- achieve our goals, and remove them when they are not. Work with your peers to
- figure out what works for your projects.</p>
- <h5 id="time-off"><a href="#time-off" rel="nofollow noopener">#</a>Time off</h5>
- <p>If you need time off, take it. It is important for you to be healthy and happy,
- and that means taking time off work sometimes. There are no formal limits on
- time off, and no formal process to request it. Let people know when you'll be
- away so that they can work around your absence. If you have responsibilities
- that you won't be tending to, see to it that they're accounted for first.</p>
- <h5 id="how-and-when-do-i-get-paid"><a href="#how-and-when-do-i-get-paid" rel="nofollow noopener">#</a>How and when do I get paid?</h5>
- <p>Make sure Drew has your bank information for wire transfers or direct deposit.
- We prepare invoices on or near the first of the month to send out to our
- clients, and we pay the monthly base to staff on this date as well. We will also
- wire you payment for any consulting invoices which were paid over the previous
- month at this time.</p>
- <h5 id="expenses"><a href="#expenses" rel="nofollow noopener">#</a>Expenses</h5>
- <p>If you have reasonable work expenses, for instance on work-related equipment,
- books, and so on, ask Drew and he'll comp you. SourceHut will also cover your
- travel and accommodations for work-related events, such as conferences, if
- agreed upon in advance.</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>
|