Browse Source

Article

master
David Larlet 4 months ago
parent
commit
0372ce797d
Signed by: David Larlet <david@larlet.fr> GPG Key ID: 3E2953A359E7E7BD

+ 8
- 0
david/2023/11/27/index.html View File

@@ -135,6 +135,10 @@
Recherche</a>
</nobr>
• <a rel="next"
href="/david/2023/12/01/"
title="Publication suivante : Papillon">Suivant →</a>
</p>
</nav>
<hr>
@@ -175,6 +179,10 @@
<a href="/david/2023/" title="Liste des publications récentes">↑ En 2023</a>
• <a rel="next"
href="/david/2023/12/01/"
title="Publication suivante : Papillon">Suivant →</a>
</p>
</nav>
</article>

+ 335
- 0
david/2023/12/01/index.html View File

@@ -0,0 +1,335 @@
<!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>
Papillon
— David Larlet</title>
<meta name="description" content="Plus je suis stressé et plus je m’éparpille, une façon de canaliser mon cerveau qui bouillonne, une tentative pour étouffer ce qui remue au fond par un ensevelissement de tâches plus ou moins f·utiles. La beauté de ce mécanisme c’est que même en étant pleinement conscient de cela, je n’ai pas pour autant une prise dessus. Alors je lâche-prise justement, j’accepte cette période, surtout si je sais qu’elle est bornée par une date clé. Savoir qu’il va y avoir un après est déjà libérateur.">
<!-- 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)">
<!-- Is that even respected? Retrospectively? What a shAItshow…
https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/ -->
<meta name="robots" content="noai, noimageai">
<!-- 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>
<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>Papillon</h1>
</header>
<nav>
<p class="center">
<a rel="prev"
href="/david/2023/11/27/"
title="Publication précédente : Dix">← Précédent</a> •
<nobr>
<a href="/david/" title="Aller à l’accueil" rel="up">
<svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"></use>
</svg>
Accueil</a>
</nobr>
<nobr>
<a href="/david/recherche/"
title="Aller à la page de recherche"
rel="search">
<svg class="icon icon-search">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-search"></use>
</svg>
Recherche</a>
</nobr>
• <a rel="next"
href="/david/2023/12/03/"
title="Publication suivante : NostAlgIe">Suivant →</a>
</p>
</nav>
<hr>
<p>Plus je suis stressé et plus je m’éparpille, une façon de canaliser mon cerveau qui bouillonne, une tentative pour étouffer ce qui remue au fond par un ensevelissement de tâches plus ou moins f·utiles. La beauté de ce mécanisme c’est que même en étant pleinement conscient de cela, je n’ai pas pour autant une prise dessus. Alors je lâche-prise justement, j’accepte cette période, surtout si je sais qu’elle est bornée par une date clé. Savoir qu’il va y avoir un après est déjà&nbsp;libérateur.</p>
<hr />

<blockquote lang="en">
<p>🤯 As a family, we have a secret pass phrase to check identity between ourselves in the event of an unexpected video&nbsp;call.</p>
<p>It’s a sticking plaster solution. <mark>Long term I suspect we all need 2FA for&nbsp;humans.</mark></p>
<p>In the meantime, maybe the most effective ward against deepfakes is simply to turn&nbsp;sideways?</p>
<p>We should build the habit now. At the beginning of every call, exchange a quick proof-of-humanity by showing our&nbsp;ears.</p>
<p><cite><em><a href="https://interconnected.org/home/2023/09/22/wards">Old wards and new against fake humans</a></em>&nbsp;(<a href="/david/cache/2023/60461be5ec82443fd6a7c12f29e40587/">cache</a>)</cite></p>
</blockquote>

<blockquote lang="en">
<p>🦫 “As our collaborator Joe Wheaton [from Utah State University] likes to say, ‘water doesn’t burn,’” Kolarik says. “Beavers maintain healthy riverscapes which store carbon and water. Consistent access to water is key to mitigating the effects of climate disturbances like&nbsp;drought.”</p>
<p><mark>Beavers’ role as firefighters</mark> has already been documented in Idaho. A 2018&nbsp;technical report by Anabranch Solutions, a river restoration company, found that beavers were a major factor in decreasing burn intensity along Baugh Creek during that year’s Sharps&nbsp;Fire.</p>
<p>“Where active beaver dams were present, native riparian vegetation persisted, unburnt,” the authors wrote. In our hotter and fierier world, beavers are a&nbsp;buffer.</p>
<p>“I once heard a rancher use the analogy of sponges when referring to valley bottoms. If we can successfully rewet the sponges, the West will be much more resilient to climate change, and beavers can keep those sponges wet,” Kolarik&nbsp;says.</p>
<p><cite><em><a href="https://news.mongabay.com/2023/09/nasa-satellites-reveal-restoration-power-of-beavers/">NASA satellites reveal restoration power of beavers</a></em>&nbsp;(<a href="/david/cache/2023/7732c1cdc56a5db0f2fd3117f9522fa8/">cache</a>)</cite></p>
</blockquote>

<blockquote lang="en">
<p>✋ It should be strictly <strong>opt-in</strong>. No one should be required to provide their work for free to any person or organization. The online community is under no responsibility to help them create their products. Some will declare that I am “Anti-AI” for saying such things, but that would be a misrepresentation. I am not declaring that these systems should be torn down, simply that <mark>their developers aren’t entitled to our work.</mark> They can still build those systems with purchased or donated&nbsp;data.</p>
<p><cite><em><a href="https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/">Block the Bots that Feed “AI” Models by Scraping Your Website</a></em>&nbsp;(<a href="/david/cache/2023/af6aeab9b848e78334e31b9b7a668413/">cache</a>)</cite></p>
</blockquote>

<blockquote lang="en">
<p>😔 Our community has persistent and pervasive problems of a particular sort which we are not allowed to talk about: sexual harassment and assault. Men who assault, harass, and even rape women in our spaces, are protected. A culture of silence is enforced, and those who call out rape, sexual assault, or harassment, those who criticise they who enable and protect these behaviors, are punished, swiftly and&nbsp;aggressively.</p>
<p><cite><em><a href="https://drewdevault.com/2023/09/29/The-forbidden-topics.html">The forbidden topics</a></em>&nbsp;(<a href="/david/cache/2023/ae2b427ba896475633726fdd731caf09/">cache</a>)</cite></p>
</blockquote>

<blockquote>
<p>☢️ [en] The Soviet RTG program is – for me – a foreboding engineering parable about the cost of deploying an idea with no plans for future maintenance. Sure, I can deploy this hot new tech now and it does the job in new and clever ways, but what is the impact if we don’t have a plan for regular maintenance? When future people interact with my contraption, will it work and will it kill anyone? Y’know, the basic concerns every software project deals&nbsp;with.</p>
<p><cite><em><a href="https://daverupert.com/2023/05/soviet-rtgs/">Lessons from Soviet Russia on deploying small nuclear generators</a></em>&nbsp;(<a href="/david/cache/2023/90e565ff0043e34d7fcfc087d66555d3/">cache</a>)</cite></p>
</blockquote>

<blockquote>
<p>🚴 Je n’ai ni gagné ni perdu de poids, je saurais pas dire si il y a le moindre changement niveau muscles/graisse. D’après Strava, je brulais en moyenne 2000&nbsp;kcal par jour à&nbsp;vélo.</p>
<p><cite><em><a href="https://virgule.net/blog/vacances_a_velo_2023.html">Vacances à vélo 2023</a></em>&nbsp;(<a href="/david/cache/2023/7863cd9fd3df50880d0d8841307b05f2/">cache</a>)</cite></p>
</blockquote>

<blockquote>
<p>🎯 En tant que travailleurs de la tech, très souvent, nous faisons partie du système, nous participons au problème, <mark>nous sommes un maillon de la chaine productiviste</mark>&nbsp;: par notre travail, nous contribuons à des modèles capitalistiques coloniaux, le profit de certains au détriment de tous, l’accaparement des ressources de la planète, l’asservissement des êtres humains les plus pauvres et la destruction du&nbsp;vivant.</p>
<p><cite><em><a href="https://richardhanna.dev/blog/2023/ecoconception-ne-suffit-pas.html">Écoconception des services numériques, et si ça ne suffisait pas&#8239;?</a></em>&nbsp;(<a href="/david/cache/2023/026e36c493ee97a30d613864813aaae1/">cache</a>)</cite></p>
</blockquote>

<nav>
<p class="center">
<a rel="prev"
href="/david/2023/11/27/"
title="Publication précédente : Dix">← Précédent</a> •
<a href="/david/2023/" title="Liste des publications récentes">↑ En 2023</a>
• <a rel="next"
href="/david/2023/12/03/"
title="Publication suivante : NostAlgIe">Suivant →</a>
</p>
</nav>
</article>

<hr>
<footer>
<p>
<nobr>
<a href="/david/" title="Aller à l’accueil">
<svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"></use>
</svg>
Accueil</a>
</nobr>
<nobr>
<a href="/david/log/" title="Accès au flux RSS">
<svg class="icon icon-rss2">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-rss2"></use>
</svg>
Suivre</a>
</nobr>
<nobr>
<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-2022-03.svg#icon-user-tie"></use>
</svg>
Pro</a>
</nobr>
<nobr>
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel">
<svg class="icon icon-mail">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-mail"></use>
</svg>
Email</a>
</nobr>
<nobr>
<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-2022-03.svg#icon-hammer2"></use>
</svg>
Légal</abbr>
</nobr>
</p>
<template id="theme-selector">
<form>
<fieldset>
<legend>
<svg class="icon icon-brightness-contrast">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.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>

+ 327
- 0
david/2023/12/03/index.html View File

@@ -0,0 +1,327 @@
<!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>
NostAlgIe
— David Larlet</title>
<meta name="description" content="Paradoxalement, les LLM qui sont annoncés comme étant l’avenir ne font que reproduire ce qui a eu lieu dans le passé. Comme un auto-correct qui ne saurait pas que la langue évolue. Chaque prompt demande à notre passé de construire notre avenir, une forme d’héritage numérique auquel il va falloir s’habituer.">
<!-- 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)">
<!-- Is that even respected? Retrospectively? What a shAItshow…
https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/ -->
<meta name="robots" content="noai, noimageai">
<!-- 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>
<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>NostAlgIe</h1>
</header>
<nav>
<p class="center">
<a rel="prev"
href="/david/2023/12/01/"
title="Publication précédente : Papillon">← Précédent</a> •
<nobr>
<a href="/david/" title="Aller à l’accueil" rel="up">
<svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"></use>
</svg>
Accueil</a>
</nobr>
<nobr>
<a href="/david/recherche/"
title="Aller à la page de recherche"
rel="search">
<svg class="icon icon-search">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-search"></use>
</svg>
Recherche</a>
</nobr>
</p>
</nav>
<hr>
<p>Paradoxalement, les <abbr title="Large Language Model">LLM</abbr> qui sont annoncés comme étant l’avenir ne font que reproduire ce qui a eu lieu dans le passé. Comme un auto-correct qui ne saurait pas que la langue évolue. Chaque <em>prompt</em> demande à notre passé de construire notre avenir, une forme d’héritage numérique auquel il va falloir&nbsp;s’habituer.</p>
<p>Considérant que nous sommes à un moment charnière où il faudrait justement dévier d’une trajectoire passée qui nous propulse à +trop-de-degrés, ces outils —&nbsp;par nature&nbsp;— réactionnaires ne sont-ils pas en train de nous conforter dans nos erreurs&nbsp;passées&#8239;?</p>
<p>Et c’est là où ça devient intéressant, peut-on de manière éthique choisir d’être orientés et quelles dérives certaines cela aurait&#8239;? Il y a déjà des biais énormes sur les jeux d’apprentissage mais est-ce que je pourrais choisir par exemple une <em>saveur</em> de ChatGPT <a href="https://www.wired.com/story/search-engine-ecosia-generative-ai-revolution/">qui ait été définie par Ecosia&#8239;?</a>&nbsp;(<a href="/david/cache/2023/b3accd4d0eb51c1628b85144224efa04/">cache</a>) Quels paramètres politiques sont acceptables&#8239;? Et pour&nbsp;qui&#8239;?</p>
<p>Bref, c’était mieux avant&nbsp;🙃.</p>
<hr />

<blockquote lang="en">
<p>🙄 Provides neutral analysis, fostering open communication and&nbsp;trust.</p>
<p><cite><em><a href="https://liarliar.ai/">LiarLiar.ai</a></em></cite></p>
</blockquote>

<blockquote lang="en">
<p>✍️ Even if there are no real updates there is always something to say. In those moments, I write about something that happened to me this week. A small anecdote. <mark>Something human.</mark> Something grounding. No design mic-drops. No condescending words of&nbsp;wisdom.</p>
<p><cite><em><a href="https://markboulton.co.uk/journal/an-anchor/">An Anchor - Mark Boulton</a></em>&nbsp;(<a href="/david/cache/2023/ef356702864a79503a82ed2e288dd6fb/">cache</a>)</cite></p>
</blockquote>

<blockquote lang="en">
<p>🧑‍⚖️ The Functional Source License (FSL) is a mostly permissive non-compete license that converts to Apache 2.0&nbsp;or MIT after two years. It is designed for SaaS companies that value both user freedom and developer sustainability. FSL provides everything a developer needs to use and learn from your software without harmful&nbsp;free-riding.</p>
<p><cite><em><a href="https://fsl.software/">FSL</a></em></cite></p>
</blockquote>

<nav>
<p>
<a href="/david/2023/complexite/"
title="Liste de tous les articles 2023 associés à cette étiquette"
rel="tag">#complexité</a>
<a href="/david/2023/sociologie/"
title="Liste de tous les articles 2023 associés à cette étiquette"
rel="tag">#sociologie</a>
<a href="/david/2023/technique/"
title="Liste de tous les articles 2023 associés à cette étiquette"
rel="tag">#technique</a>
<a href="/david/#tags-2023" title="Liste de toutes les étiquettes 2023">
<svg class="icon icon-tags">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-tags"></use>
</svg>
tous ?</a>
</p>
</nav>
<nav>
<p class="center">
<a rel="prev"
href="/david/2023/12/01/"
title="Publication précédente : Papillon">← Précédent</a> •
<a href="/david/2023/" title="Liste des publications récentes">↑ En 2023</a>
</p>
</nav>
</article>

<hr>
<footer>
<p>
<nobr>
<a href="/david/" title="Aller à l’accueil">
<svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"></use>
</svg>
Accueil</a>
</nobr>
<nobr>
<a href="/david/log/" title="Accès au flux RSS">
<svg class="icon icon-rss2">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-rss2"></use>
</svg>
Suivre</a>
</nobr>
<nobr>
<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-2022-03.svg#icon-user-tie"></use>
</svg>
Pro</a>
</nobr>
<nobr>
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel">
<svg class="icon icon-mail">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-mail"></use>
</svg>
Email</a>
</nobr>
<nobr>
<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-2022-03.svg#icon-hammer2"></use>
</svg>
Légal</abbr>
</nobr>
</p>
<template id="theme-selector">
<form>
<fieldset>
<legend>
<svg class="icon icon-brightness-contrast">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.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>

+ 45
- 0
david/2023/_sources/2023-12-01 - Papillon.md View File

@@ -0,0 +1,45 @@
# Papillon

Plus je suis stressé et plus je m’éparpille, une façon de canaliser mon cerveau qui bouillonne, une tentative pour étouffer ce qui remue au fond par un ensevelissement de tâches plus ou moins f·utiles. La beauté de ce mécanisme c’est que même en étant pleinement conscient de cela, je n’ai pas pour autant une prise dessus. Alors je lâche-prise justement, j’accepte cette période, surtout si je sais qu’elle est bornée par une date clé. Savoir qu’il va y avoir un après est déjà libérateur.

---

> [en] 🤯 As a family, we have a secret pass phrase to check identity between ourselves in the event of an unexpected video call.
>
> It’s a sticking plaster solution. ==Long term I suspect we all need 2FA for humans.==
>
> In the meantime, maybe the most effective ward against deepfakes is simply to turn sideways?
>
> We should build the habit now. At the beginning of every call, exchange a quick proof-of-humanity by showing our ears.
>
> <cite>*[Old wards and new against fake humans](https://interconnected.org/home/2023/09/22/wards)* ([cache](/david/cache/2023/60461be5ec82443fd6a7c12f29e40587/))</cite>

> [en] 🦫 “As our collaborator Joe Wheaton [from Utah State University] likes to say, ‘water doesn’t burn,’” Kolarik says. “Beavers maintain healthy riverscapes which store carbon and water. Consistent access to water is key to mitigating the effects of climate disturbances like drought.”
>
> ==Beavers’ role as firefighters== has already been documented in Idaho. A 2018 technical report by Anabranch Solutions, a river restoration company, found that beavers were a major factor in decreasing burn intensity along Baugh Creek during that year’s Sharps Fire.
>
> “Where active beaver dams were present, native riparian vegetation persisted, unburnt,” the authors wrote. In our hotter and fierier world, beavers are a buffer.
>
> “I once heard a rancher use the analogy of sponges when referring to valley bottoms. If we can successfully rewet the sponges, the West will be much more resilient to climate change, and beavers can keep those sponges wet,” Kolarik says.
>
> <cite>*[NASA satellites reveal restoration power of beavers](https://news.mongabay.com/2023/09/nasa-satellites-reveal-restoration-power-of-beavers/)* ([cache](/david/cache/2023/7732c1cdc56a5db0f2fd3117f9522fa8/))</cite>

> [en] ✋ It should be strictly **opt-in**. No one should be required to provide their work for free to any person or organization. The online community is under no responsibility to help them create their products. Some will declare that I am “Anti-AI” for saying such things, but that would be a misrepresentation. I am not declaring that these systems should be torn down, simply that ==their developers aren’t entitled to our work.== They can still build those systems with purchased or donated data.
>
> <cite>*[Block the Bots that Feed “AI” Models by Scraping Your Website](https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/)* ([cache](/david/cache/2023/af6aeab9b848e78334e31b9b7a668413/))</cite>

> [en] 😔 Our community has persistent and pervasive problems of a particular sort which we are not allowed to talk about: sexual harassment and assault. Men who assault, harass, and even rape women in our spaces, are protected. A culture of silence is enforced, and those who call out rape, sexual assault, or harassment, those who criticise they who enable and protect these behaviors, are punished, swiftly and aggressively.
>
> <cite>*[The forbidden topics](https://drewdevault.com/2023/09/29/The-forbidden-topics.html)* ([cache](/david/cache/2023/ae2b427ba896475633726fdd731caf09/))</cite>

> ☢️ [en] The Soviet RTG program is – for me – a foreboding engineering parable about the cost of deploying an idea with no plans for future maintenance. Sure, I can deploy this hot new tech now and it does the job in new and clever ways, but what is the impact if we don’t have a plan for regular maintenance? When future people interact with my contraption, will it work and will it kill anyone? Y’know, the basic concerns every software project deals with.
>
> <cite>*[Lessons from Soviet Russia on deploying small nuclear generators](https://daverupert.com/2023/05/soviet-rtgs/)* ([cache](/david/cache/2023/90e565ff0043e34d7fcfc087d66555d3/))</cite>

> 🚴 Je n’ai ni gagné ni perdu de poids, je saurais pas dire si il y a le moindre changement niveau muscles/graisse. D’après Strava, je brulais en moyenne 2000 kcal par jour à vélo.
>
> <cite>*[Vacances à vélo 2023](https://virgule.net/blog/vacances_a_velo_2023.html)* ([cache](/david/cache/2023/7863cd9fd3df50880d0d8841307b05f2/))</cite>

> 🎯 En tant que travailleurs de la tech, très souvent, nous faisons partie du système, nous participons au problème, ==nous sommes un maillon de la chaine productiviste== : par notre travail, nous contribuons à des modèles capitalistiques coloniaux, le profit de certains au détriment de tous, l’accaparement des ressources de la planète, l’asservissement des êtres humains les plus pauvres et la destruction du vivant.
>
> <cite>*[Écoconception des services numériques, et si ça ne suffisait pas ?](https://richardhanna.dev/blog/2023/ecoconception-ne-suffit-pas.html)* ([cache](/david/cache/2023/026e36c493ee97a30d613864813aaae1/))</cite>

+ 25
- 0
david/2023/_sources/2023-12-03 - NostAlgIe.md View File

@@ -0,0 +1,25 @@
# NostAlgIe

Paradoxalement, les <abbr title="Large Language Model">LLM</abbr> qui sont annoncés comme étant l’avenir ne font que reproduire ce qui a eu lieu dans le passé. Comme un auto-correct qui ne saurait pas que la langue évolue. Chaque _prompt_ demande à notre passé de construire notre avenir, une forme d’héritage numérique auquel il va falloir s’habituer.

Considérant que nous sommes à un moment charnière où il faudrait justement dévier d’une trajectoire passée qui nous propulse à +trop-de-degrés, ces outils — par nature — réactionnaires ne sont-ils pas en train de nous conforter dans nos erreurs passées ?

Et c’est là où ça devient intéressant, peut-on de manière éthique choisir d’être orientés et quelles dérives certaines cela aurait ? Il y a déjà des biais énormes sur les jeux d’apprentissage mais est-ce que je pourrais choisir par exemple une _saveur_ de ChatGPT [qui ait été définie par Ecosia ?](https://www.wired.com/story/search-engine-ecosia-generative-ai-revolution/) ([cache](/david/cache/2023/b3accd4d0eb51c1628b85144224efa04/)) Quels paramètres politiques sont acceptables ? Et pour qui ?

Bref, c’était mieux avant 🙃.

---

> [en] 🙄 Provides neutral analysis, fostering open communication and trust.
>
> <cite>*[LiarLiar.ai](https://liarliar.ai/)*</cite>

> [en] ✍️ Even if there are no real updates there is always something to say. In those moments, I write about something that happened to me this week. A small anecdote. ==Something human.== Something grounding. No design mic-drops. No condescending words of wisdom.
>
> <cite>*[An Anchor - Mark Boulton](https://markboulton.co.uk/journal/an-anchor/)* ([cache](/david/cache/2023/ef356702864a79503a82ed2e288dd6fb/))</cite>

> [en] 🧑‍⚖️ The Functional Source License (FSL) is a mostly permissive non-compete license that converts to Apache 2.0 or MIT after two years. It is designed for SaaS companies that value both user freedom and developer sustainability. FSL provides everything a developer needs to use and learn from your software without harmful free-riding.
>
> <cite>*[FSL](https://fsl.software/)*</cite>

#complexité #sociologie #technique

+ 32
- 1
david/2023/complexite/index.html View File

@@ -135,6 +135,34 @@
<main>
<p>Les plus récentes en premier, les 3 premières sont dépliées et ensuite c’est à la demande, bonne exploration !</p>
<h2>
<a href="/david/2023/12/03/" title="Lien permanent vers cet article">NostAlgIe</a> (2023-12-03)
</h2>
<p>Paradoxalement, les <abbr title="Large Language Model">LLM</abbr> qui sont annoncés comme étant l’avenir ne font que reproduire ce qui a eu lieu dans le passé. Comme un auto-correct qui ne saurait pas que la langue évolue. Chaque <em>prompt</em> demande à notre passé de construire notre avenir, une forme d’héritage numérique auquel il va falloir&nbsp;s’habituer.</p>
<p>Considérant que nous sommes à un moment charnière où il faudrait justement dévier d’une trajectoire passée qui nous propulse à +trop-de-degrés, ces outils —&nbsp;par nature&nbsp;— réactionnaires ne sont-ils pas en train de nous conforter dans nos erreurs&nbsp;passées&#8239;?</p>
<p>Et c’est là où ça devient intéressant, peut-on de manière éthique choisir d’être orientés et quelles dérives certaines cela aurait&#8239;? Il y a déjà des biais énormes sur les jeux d’apprentissage mais est-ce que je pourrais choisir par exemple une <em>saveur</em> de ChatGPT <a href="https://www.wired.com/story/search-engine-ecosia-generative-ai-revolution/">qui ait été définie par Ecosia&#8239;?</a>&nbsp;(<a href="/david/cache/2023/b3accd4d0eb51c1628b85144224efa04/">cache</a>) Quels paramètres politiques sont acceptables&#8239;? Et pour&nbsp;qui&#8239;?</p>
<p>Bref, c’était mieux avant&nbsp;🙃.</p>
<hr />

<blockquote lang="en">
<p>🙄 Provides neutral analysis, fostering open communication and&nbsp;trust.</p>
<p><cite><em><a href="https://liarliar.ai/">LiarLiar.ai</a></em></cite></p>
</blockquote>

<blockquote lang="en">
<p>✍️ Even if there are no real updates there is always something to say. In those moments, I write about something that happened to me this week. A small anecdote. <mark>Something human.</mark> Something grounding. No design mic-drops. No condescending words of&nbsp;wisdom.</p>
<p><cite><em><a href="https://markboulton.co.uk/journal/an-anchor/">An Anchor - Mark Boulton</a></em>&nbsp;(<a href="/david/cache/2023/ef356702864a79503a82ed2e288dd6fb/">cache</a>)</cite></p>
</blockquote>

<blockquote lang="en">
<p>🧑‍⚖️ The Functional Source License (FSL) is a mostly permissive non-compete license that converts to Apache 2.0&nbsp;or MIT after two years. It is designed for SaaS companies that value both user freedom and developer sustainability. FSL provides everything a developer needs to use and learn from your software without harmful&nbsp;free-riding.</p>
<p><cite><em><a href="https://fsl.software/">FSL</a></em></cite></p>
</blockquote>

<h2>
<a href="/david/2023/09/27/" title="Lien permanent vers cet article">Perspective</a> (2023-09-27)
</h2>
@@ -245,7 +273,9 @@
<a href="/david/2023/02/08/" title="Lien permanent vers cet article">TextcAIst</a> (2023-02-08)
</h2>
<details>
<summary>Déplier pour lire le contenu de la publication</summary>

<blockquote lang="en">
<p>Still… this is amazing. If I have learned anything from this journey, it’s that the ability to generate high-quality, <mark>readable transcripts from podcast audio is going to be here soon.</mark> It’s not quite here yet—Whisper has quirks that make it better for searchable transcripts than actual reading, and it doesn’t identify speakers—but it’s perilously close&nbsp;now.</p>
@@ -270,6 +300,7 @@
<p><cite><em><a href="https://www.ledevoir.com/societe/780738/lithium-et-mineraux-critiques-lithium-et-mineraux-critiques-le-combat-d-une-mere-crie-de-8-enfants">Lithium et minéraux critiques&nbsp;: le combat d’une mère crie de huit enfants</a></em>&nbsp;(<a href="/david/cache/2023/a0d209f5273c7d9f984f78773fa089f2/">cache</a>)</cite></p>
</blockquote>

</details>
<h2>

+ 10
- 3
david/2023/index.html View File

@@ -238,6 +238,13 @@
</p>
<h3>Décembre 2023</h3>
<p>
<a href="/david/2023/12/01/">Papillon</a>,
<a href="/david/2023/12/03/">NostAlgIe</a>.
</p>
<h3 id="tags">
Par tags <svg class="icon icon-tags">
@@ -249,7 +256,7 @@
<a href="/david/2021/amadou/" rel="tag">#amadou (1)</a>
<a href="/david/2021/attention/" rel="tag">#attention (2)</a>
<a href="/david/2021/aventure/" rel="tag">#aventure (13)</a>
<a href="/david/2021/complexite/" rel="tag">#complexité (6)</a>
<a href="/david/2021/complexite/" rel="tag">#complexité (7)</a>
<a href="/david/2021/confiance/" rel="tag">#confiance (5)</a>
<a href="/david/2021/confidentialite/" rel="tag">#confidentialité (4)</a>
<a href="/david/2021/courage/" rel="tag">#courage (7)</a>
@@ -278,10 +285,10 @@
<a href="/david/2021/reponse/" rel="tag">#réponse (2)</a>
<a href="/david/2021/scopyleft/" rel="tag">#scopyleft (2)</a>
<a href="/david/2021/simplicite/" rel="tag">#simplicité (4)</a>
<a href="/david/2021/sociologie/" rel="tag">#sociologie (7)</a>
<a href="/david/2021/sociologie/" rel="tag">#sociologie (8)</a>
<a href="/david/2021/solastalgia/" rel="tag">#solastalgia (3)</a>
<a href="/david/2021/sport/" rel="tag">#sport (3)</a>
<a href="/david/2021/technique/" rel="tag">#technique (9)</a>
<a href="/david/2021/technique/" rel="tag">#technique (10)</a>
<a href="/david/2021/traces/" rel="tag">#traces (6)</a>
<a href="/david/2021/tristesse/" rel="tag">#tristesse (4)</a>
<a href="/david/2021/viande/" rel="tag">#viande (1)</a>

+ 32
- 1
david/2023/sociologie/index.html View File

@@ -135,6 +135,34 @@
<main>
<p>Les plus récentes en premier, les 3 premières sont dépliées et ensuite c’est à la demande, bonne exploration !</p>
<h2>
<a href="/david/2023/12/03/" title="Lien permanent vers cet article">NostAlgIe</a> (2023-12-03)
</h2>
<p>Paradoxalement, les <abbr title="Large Language Model">LLM</abbr> qui sont annoncés comme étant l’avenir ne font que reproduire ce qui a eu lieu dans le passé. Comme un auto-correct qui ne saurait pas que la langue évolue. Chaque <em>prompt</em> demande à notre passé de construire notre avenir, une forme d’héritage numérique auquel il va falloir&nbsp;s’habituer.</p>
<p>Considérant que nous sommes à un moment charnière où il faudrait justement dévier d’une trajectoire passée qui nous propulse à +trop-de-degrés, ces outils —&nbsp;par nature&nbsp;— réactionnaires ne sont-ils pas en train de nous conforter dans nos erreurs&nbsp;passées&#8239;?</p>
<p>Et c’est là où ça devient intéressant, peut-on de manière éthique choisir d’être orientés et quelles dérives certaines cela aurait&#8239;? Il y a déjà des biais énormes sur les jeux d’apprentissage mais est-ce que je pourrais choisir par exemple une <em>saveur</em> de ChatGPT <a href="https://www.wired.com/story/search-engine-ecosia-generative-ai-revolution/">qui ait été définie par Ecosia&#8239;?</a>&nbsp;(<a href="/david/cache/2023/b3accd4d0eb51c1628b85144224efa04/">cache</a>) Quels paramètres politiques sont acceptables&#8239;? Et pour&nbsp;qui&#8239;?</p>
<p>Bref, c’était mieux avant&nbsp;🙃.</p>
<hr />

<blockquote lang="en">
<p>🙄 Provides neutral analysis, fostering open communication and&nbsp;trust.</p>
<p><cite><em><a href="https://liarliar.ai/">LiarLiar.ai</a></em></cite></p>
</blockquote>

<blockquote lang="en">
<p>✍️ Even if there are no real updates there is always something to say. In those moments, I write about something that happened to me this week. A small anecdote. <mark>Something human.</mark> Something grounding. No design mic-drops. No condescending words of&nbsp;wisdom.</p>
<p><cite><em><a href="https://markboulton.co.uk/journal/an-anchor/">An Anchor - Mark Boulton</a></em>&nbsp;(<a href="/david/cache/2023/ef356702864a79503a82ed2e288dd6fb/">cache</a>)</cite></p>
</blockquote>

<blockquote lang="en">
<p>🧑‍⚖️ The Functional Source License (FSL) is a mostly permissive non-compete license that converts to Apache 2.0&nbsp;or MIT after two years. It is designed for SaaS companies that value both user freedom and developer sustainability. FSL provides everything a developer needs to use and learn from your software without harmful&nbsp;free-riding.</p>
<p><cite><em><a href="https://fsl.software/">FSL</a></em></cite></p>
</blockquote>

<h2>
<a href="/david/2023/07/28/" title="Lien permanent vers cet article">France</a> (2023-07-28)
</h2>
@@ -244,7 +272,9 @@
<a href="/david/2023/05/05/" title="Lien permanent vers cet article">AÏe</a> (2023-05-05)
</h2>
<details>
<summary>Déplier pour lire le contenu de la publication</summary>

<blockquote>
<p>Honestly, at this point using ChatGPT in the way that I do feels like a massively unfair competitive advantage. I’m not worried about AI taking people’s jobs: <mark>I’m worried about the impact of AI-enhanced developers like&nbsp;myself.</mark></p>
@@ -303,6 +333,7 @@
<p><cite><em><a href="https://blog.professeurjoachim.com/billet/2023-03-31-aller-voir-les-aurores-boreales-en-train">Aller voir les aurores boréales en train</a></em>&nbsp;(<a href="/david/cache/2023/096a44a83d8d3f2bdfd21e3d378e4719/">cache</a>)</cite></p>
</blockquote>

</details>
<h2>

+ 32
- 1
david/2023/technique/index.html View File

@@ -135,6 +135,34 @@
<main>
<p>Les plus récentes en premier, les 3 premières sont dépliées et ensuite c’est à la demande, bonne exploration !</p>
<h2>
<a href="/david/2023/12/03/" title="Lien permanent vers cet article">NostAlgIe</a> (2023-12-03)
</h2>
<p>Paradoxalement, les <abbr title="Large Language Model">LLM</abbr> qui sont annoncés comme étant l’avenir ne font que reproduire ce qui a eu lieu dans le passé. Comme un auto-correct qui ne saurait pas que la langue évolue. Chaque <em>prompt</em> demande à notre passé de construire notre avenir, une forme d’héritage numérique auquel il va falloir&nbsp;s’habituer.</p>
<p>Considérant que nous sommes à un moment charnière où il faudrait justement dévier d’une trajectoire passée qui nous propulse à +trop-de-degrés, ces outils —&nbsp;par nature&nbsp;— réactionnaires ne sont-ils pas en train de nous conforter dans nos erreurs&nbsp;passées&#8239;?</p>
<p>Et c’est là où ça devient intéressant, peut-on de manière éthique choisir d’être orientés et quelles dérives certaines cela aurait&#8239;? Il y a déjà des biais énormes sur les jeux d’apprentissage mais est-ce que je pourrais choisir par exemple une <em>saveur</em> de ChatGPT <a href="https://www.wired.com/story/search-engine-ecosia-generative-ai-revolution/">qui ait été définie par Ecosia&#8239;?</a>&nbsp;(<a href="/david/cache/2023/b3accd4d0eb51c1628b85144224efa04/">cache</a>) Quels paramètres politiques sont acceptables&#8239;? Et pour&nbsp;qui&#8239;?</p>
<p>Bref, c’était mieux avant&nbsp;🙃.</p>
<hr />

<blockquote lang="en">
<p>🙄 Provides neutral analysis, fostering open communication and&nbsp;trust.</p>
<p><cite><em><a href="https://liarliar.ai/">LiarLiar.ai</a></em></cite></p>
</blockquote>

<blockquote lang="en">
<p>✍️ Even if there are no real updates there is always something to say. In those moments, I write about something that happened to me this week. A small anecdote. <mark>Something human.</mark> Something grounding. No design mic-drops. No condescending words of&nbsp;wisdom.</p>
<p><cite><em><a href="https://markboulton.co.uk/journal/an-anchor/">An Anchor - Mark Boulton</a></em>&nbsp;(<a href="/david/cache/2023/ef356702864a79503a82ed2e288dd6fb/">cache</a>)</cite></p>
</blockquote>

<blockquote lang="en">
<p>🧑‍⚖️ The Functional Source License (FSL) is a mostly permissive non-compete license that converts to Apache 2.0&nbsp;or MIT after two years. It is designed for SaaS companies that value both user freedom and developer sustainability. FSL provides everything a developer needs to use and learn from your software without harmful&nbsp;free-riding.</p>
<p><cite><em><a href="https://fsl.software/">FSL</a></em></cite></p>
</blockquote>

<h2>
<a href="/david/2023/09/27/" title="Lien permanent vers cet article">Perspective</a> (2023-09-27)
</h2>
@@ -245,7 +273,9 @@
<a href="/david/2023/02/13/" title="Lien permanent vers cet article">Livre</a> (2023-02-13)
</h2>
<details>
<summary>Déplier pour lire le contenu de la publication</summary>

<blockquote lang="en">
<p>They both would have been ‘good enough’ for my purposes, but since I’m comfortable with Markdown, HTML, and CSS, using Pandoc made the most&nbsp;sense.</p>
@@ -255,6 +285,7 @@
<p>Je commence à avoir quelques expériences avec Pandoc si vous voulez que l’on produise un livre numérique ensemble. Pas forcément technique. Potentiellement sur le Web. Dans le meilleur des cas on apprendrait chacun·e des choses et on repartirait à la fois plus autonomes <em>et</em> paradoxalement plus lié·es&nbsp;aussi.</p>
<p>(Dé)livrez-vous.</p>

</details>
<h2>

+ 25
- 25
david/blogroll/index.html View File

@@ -180,52 +180,52 @@
<h2>Leurs dernières publications</h2>
<dl>
<dt>
<a href="https://thom4.net/2023/11/27/force/">☕️ Journal : Force</a>,
27-11-2023
<a href="https://n.survol.fr/n/lumieres-a-velo">Lumières à vélo</a>,
03-12-2023
</dt>
<dd>
Tu es forte. Ce à quoi tu réponds : Je n’ai pas choisi d’être forte. J’ai été o
— <a href="https://thom4.net/">Thomas Parisot</a>
J’ai­me­rais une régle­men­ta­tion stricte sur les éclai­rages vendus avec les vélos. Aujourd’­hui l’obli­ga­tion de présence d’éclai­rage sur les vélos neufs ne sert quasi­ment à rien. La plupart des lampes restent au placard parce qu’on ne pense pas à les mettre sur le vélo ou qu’elles sont à vide¹. Il ne faut pas qu’on se pose […]
— <a href="https://n.survol.fr/">Éric D.</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://winnielim.org/journal/creative-retail-experiences-and-warmth-in-tokyo/">creative retail experiences, and warmth in tokyo</a>,
27-11-2023
<a href="https://n.survol.fr/n/le-monde-tel-quil-aurait-pu-etre-mardi-28-novembre-2023">Le monde tel qu’il aurait pu être. Mardi 28 novembre 2023</a>,
01-12-2023
</dt>
<dd>
A long while ago I saw somewhere online that tokyo has a 3-storey art supply store. It became a bucket list item for me. We have art supply stores in singapore, but...
— <a href="https://winnielim.org/">Winnie Lim (en)</a>
Silence. Personne dans la presse n’a parlé de la déci­sion de la Cour euro­péenne des droits de l’homme. Elle a pour­tant enjoint la France à ne pas procé­der à l’ex­pul­sion d’un Ouzbek soupçonné de radi­ca­li­sa­tion mais qui risque­rait la mort ou la torture dans son pays. Un média étran­ger rapporte que les services du minis­tère […]
— <a href="https://n.survol.fr/">Éric D.</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://winnielim.org/journal/psychological-health-vs-physical-health/">psychological health vs physical health</a>,
26-11-2023
<a href="https://winnielim.org/journal/scenes-from-tsukiji-asakusa/">scenes from tsukiji & asakusa</a>,
01-12-2023
</dt>
<dd>
Travelling keeps me sane. It is only on this trip that I realised how much my brain craves being in some sort of engagement, and travelling is a way to keep it...
Sometimes it is nice to be a tourist and do touristy things. tsukiji outer market We got there at 740am because I read that the crowds will start to get crazy at...
— <a href="https://winnielim.org/">Winnie Lim (en)</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://n.survol.fr/n/petite-rejouissance-samedi-25-novembre-2023">Petite réjouis­sance. Samedi 25 novembre 2023.</a>,
25-11-2023
<a href="https://winnielim.org/journal/crazy-fall-colours-in-tokyo/">crazy fall colours in tokyo</a>,
29-11-2023
</dt>
<dd>
De temps en temps, voire une aqua­relle qui permet de se dire que le monde est beau. C’est à la fois rien et à la fois beau­coup. Merci Delphine
— <a href="https://n.survol.fr/">Éric D.</a>
— <a href="https://winnielim.org/">Winnie Lim (en)</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://n.survol.fr/n/le-monde-tel-quil-aurait-pu-etre-vendredi-24-novembre-2023">Le monde tel qu’il aurait pu être. Vendredi 24 novembre 2023.</a>,
25-11-2023
<a href="https://thom4.net/2023/11/27/force/">☕️ Journal : Force</a>,
27-11-2023
</dt>
<dd>
Le député Philippe Latombe commence à bous­cu­ler un peu le montage de la copie privée. Ses collègues prennent peu à peu conscience du système para­site et hors de contrôle mis en place. Tout passant en ligne et en numé­rique, une petite indus­trie s’ar­roge peu à peu une marge sans effort sur tous les échanges commer­ciaux […]
— <a href="https://n.survol.fr/">Éric D.</a>
Tu es forte. Ce à quoi tu réponds : Je n’ai pas choisi d’être forte. J’ai été o
— <a href="https://thom4.net/">Thomas Parisot</a>
</dd>
</dl>
<dl>
@@ -420,21 +420,21 @@
</dl>
<dl>
<dt>
<a href="https://www.la-grange.net/2023/06/22/vie">la vie renversée</a>,
22-06-2023
<a href="https://www.la-grange.net/2023/06/24/tambours">tambours et rues</a>,
24-06-2023
</dt>
<dd>
Komagome, Japon, 22 juin 2023 It is the absence of the will and energy to work in a situation which demands it as in the case of a man having to earn a living. The constituent elements of the concept are thus the following: (a) no love for work, (b) no will for work, (c) no energy or enthusiasm manifested during an undertaking, (d) no concern for the outcome of the undertaking, (e) no concern…
Toshima, Japon, 24 juin 2023 Une journée en longue marche dans les rues silencieuses. Une journée assis dans une salle vibrante du son du tambour. Kodo Asakusa Special Performance 2023 “Inochi Moyashite” Kotobuki, Japon, 24 juin 2023 Kotobuki, Japon, 24 juin 2023 Asakusa, Japon, 24 juin 2023 A Savory Stroll Under the Neon Lights of Singapore
— <a href="https://www.la-grange.net/">Karl Dubost</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://www.la-grange.net/2023/06/21/film-complet">le film complet</a>,
21-06-2023
<a href="https://www.la-grange.net/2023/06/23/coccinelle">coccinelle</a>,
23-06-2023
</dt>
<dd>
Sanctuaire Takinigawa Hachiman, Japon, 21 juin 2023 The image of the native had function in the exploitation complex of colonial times. This was the time when the capitalist conception of labour gained supremacy. Any type of labour which did not conform to this conception was rejected as a deviation. — The Myth Of The Lazy Native, Syed Hussein Alatas, urn:isbn:978-967-0311-97-5 J'ai découvert…
Sugamo, Japon, 23 juin 2023 La dame avec le polo rose est de retour. Il faudra que je change de place la prochaine fois. Une coccinelle noire se pose sur ses doigts, il sourit. Sugamo, Japon, 23 juin 2023 Earlier collapse of Anthropocene ecosystems driven by multiple faster and noisier drivers Politiques de parking au Japon J'ai la mémoire qui flanche. Je me souviens plus très bien
— <a href="https://www.la-grange.net/">Karl Dubost</a>
</dd>
</dl>

+ 7
- 3
david/index.html View File

@@ -125,6 +125,10 @@
<p>Liste des publications récentes en ordre anté-chronologique :</p>
<nav>
<p>
<a href="/david/2023/12/03/">NostAlgIe</a>,
<a href="/david/2023/12/01/">Papillon</a>,
<a href="/david/2023/11/27/">Dix</a>,
<a href="/david/2023/09/27/">Perspective</a>,
@@ -262,7 +266,7 @@
<a href="/david/2023/aventure/" rel="tag">#aventure (13)</a>,
<a href="/david/2023/complexite/" rel="tag">#complexité (6)</a>,
<a href="/david/2023/complexite/" rel="tag">#complexité (7)</a>,
<a href="/david/2023/confiance/" rel="tag">#confiance (5)</a>,
@@ -320,13 +324,13 @@
<a href="/david/2023/simplicite/" rel="tag">#simplicité (4)</a>,
<a href="/david/2023/sociologie/" rel="tag">#sociologie (7)</a>,
<a href="/david/2023/sociologie/" rel="tag">#sociologie (8)</a>,
<a href="/david/2023/solastalgia/" rel="tag">#solastalgia (3)</a>,
<a href="/david/2023/sport/" rel="tag">#sport (3)</a>,
<a href="/david/2023/technique/" rel="tag">#technique (9)</a>,
<a href="/david/2023/technique/" rel="tag">#technique (10)</a>,
<a href="/david/2023/traces/" rel="tag">#traces (6)</a>,

+ 82
- 62
david/log/index.xml View File

@@ -6,13 +6,94 @@
<link href="https://larlet.fr/david/" rel="alternate" type="text/html" />
<link href="https://larlet.fr/david/log/" rel="self" />
<id>https://larlet.fr/david/</id>
<updated>2023-11-28T12:00:00+01:00</updated>
<updated>2023-12-03T12:00:00+01:00</updated>
<author>
<name>David Larlet</name>
<uri>https://larlet.fr/david/</uri>
</author>
<rights>Copyright (c) 2004-2023, David Larlet</rights>
<entry xml:lang="fr">
<title type="html">NostAlgIe</title>
<link href="https://larlet.fr/david/2023/12/03/" rel="alternate" type="text/html" />
<updated>2023-12-03T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2023/12/03/</id>
<summary type="html">
&lt;p&gt;Paradoxalement, les &lt;abbr title=&quot;Large Language Model&quot;&gt;LLM&lt;/abbr&gt; qui sont annoncés comme étant l’avenir ne font que reproduire ce qui a eu lieu dans le passé. Comme un auto-correct qui ne saurait pas que la langue évolue. Chaque &lt;em&gt;prompt&lt;/em&gt; demande à notre passé de construire notre avenir, une forme d’héritage numérique auquel il va falloir&amp;nbsp;s’habituer.&lt;/p&gt;
&lt;p&gt;Considérant que nous sommes à un moment charnière où il faudrait justement dévier d’une trajectoire passée qui nous propulse à +trop-de-degrés, ces outils —&amp;nbsp;par nature&amp;nbsp;— réactionnaires ne sont-ils pas en train de nous conforter dans nos erreurs&amp;nbsp;passées&amp;#8239;?&lt;/p&gt;
&lt;p&gt;Et c’est là où ça devient intéressant, peut-on de manière éthique choisir d’être orientés et quelles dérives certaines cela aurait&amp;#8239;? Il y a déjà des biais énormes sur les jeux d’apprentissage mais est-ce que je pourrais choisir par exemple une &lt;em&gt;saveur&lt;/em&gt; de ChatGPT &lt;a href=&quot;https://www.wired.com/story/search-engine-ecosia-generative-ai-revolution/&quot;&gt;qui ait été définie par Ecosia&amp;#8239;?&lt;/a&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/b3accd4d0eb51c1628b85144224efa04/&quot;&gt;cache&lt;/a&gt;) Quels paramètres politiques sont acceptables&amp;#8239;? Et pour&amp;nbsp;qui&amp;#8239;?&lt;/p&gt;
&lt;p&gt;Bref, c’était mieux avant&amp;nbsp;🙃.&lt;/p&gt;
&lt;hr /&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;🙄 Provides neutral analysis, fostering open communication and&amp;nbsp;trust.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://liarliar.ai/&quot;&gt;LiarLiar.ai&lt;/a&gt;&lt;/em&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;✍️ Even if there are no real updates there is always something to say. In those moments, I write about something that happened to me this week. A small anecdote. &lt;mark&gt;Something human.&lt;/mark&gt; Something grounding. No design mic-drops. No condescending words of&amp;nbsp;wisdom.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://markboulton.co.uk/journal/an-anchor/&quot;&gt;An Anchor - Mark Boulton&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/ef356702864a79503a82ed2e288dd6fb/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;🧑‍⚖️ The Functional Source License (FSL) is a mostly permissive non-compete license that converts to Apache 2.0&amp;nbsp;or MIT after two years. It is designed for SaaS companies that value both user freedom and developer sustainability. FSL provides everything a developer needs to use and learn from your software without harmful&amp;nbsp;free-riding.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://fsl.software/&quot;&gt;FSL&lt;/a&gt;&lt;/em&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2023/complexite/&quot;&gt;#complexité&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/sociologie/&quot;&gt;#sociologie&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/technique/&quot;&gt;#technique&lt;/a&gt;&lt;/p&gt;&lt;/nav&gt;&lt;hr/&gt;&lt;p&gt;&lt;a href=&quot;mailto:david@larlet.fr&quot;&gt;Réagir ?&lt;/a&gt;&lt;/p&gt;</summary>
</entry>
<entry xml:lang="fr">
<title type="html">Papillon</title>
<link href="https://larlet.fr/david/2023/12/01/" rel="alternate" type="text/html" />
<updated>2023-12-01T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2023/12/01/</id>
<summary type="html">
&lt;p&gt;Plus je suis stressé et plus je m’éparpille, une façon de canaliser mon cerveau qui bouillonne, une tentative pour étouffer ce qui remue au fond par un ensevelissement de tâches plus ou moins f·utiles. La beauté de ce mécanisme c’est que même en étant pleinement conscient de cela, je n’ai pas pour autant une prise dessus. Alors je lâche-prise justement, j’accepte cette période, surtout si je sais qu’elle est bornée par une date clé. Savoir qu’il va y avoir un après est déjà&amp;nbsp;libérateur.&lt;/p&gt;
&lt;hr /&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;🤯 As a family, we have a secret pass phrase to check identity between ourselves in the event of an unexpected video&amp;nbsp;call.&lt;/p&gt;
&lt;p&gt;It’s a sticking plaster solution. &lt;mark&gt;Long term I suspect we all need 2FA for&amp;nbsp;humans.&lt;/mark&gt;&lt;/p&gt;
&lt;p&gt;In the meantime, maybe the most effective ward against deepfakes is simply to turn&amp;nbsp;sideways?&lt;/p&gt;
&lt;p&gt;We should build the habit now. At the beginning of every call, exchange a quick proof-of-humanity by showing our&amp;nbsp;ears.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://interconnected.org/home/2023/09/22/wards&quot;&gt;Old wards and new against fake humans&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/60461be5ec82443fd6a7c12f29e40587/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;🦫 “As our collaborator Joe Wheaton [from Utah State University] likes to say, ‘water doesn’t burn,’” Kolarik says. “Beavers maintain healthy riverscapes which store carbon and water. Consistent access to water is key to mitigating the effects of climate disturbances like&amp;nbsp;drought.”&lt;/p&gt;
&lt;p&gt;&lt;mark&gt;Beavers’ role as firefighters&lt;/mark&gt; has already been documented in Idaho. A 2018&amp;nbsp;technical report by Anabranch Solutions, a river restoration company, found that beavers were a major factor in decreasing burn intensity along Baugh Creek during that year’s Sharps&amp;nbsp;Fire.&lt;/p&gt;
&lt;p&gt;“Where active beaver dams were present, native riparian vegetation persisted, unburnt,” the authors wrote. In our hotter and fierier world, beavers are a&amp;nbsp;buffer.&lt;/p&gt;
&lt;p&gt;“I once heard a rancher use the analogy of sponges when referring to valley bottoms. If we can successfully rewet the sponges, the West will be much more resilient to climate change, and beavers can keep those sponges wet,” Kolarik&amp;nbsp;says.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://news.mongabay.com/2023/09/nasa-satellites-reveal-restoration-power-of-beavers/&quot;&gt;NASA satellites reveal restoration power of beavers&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/7732c1cdc56a5db0f2fd3117f9522fa8/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;✋ It should be strictly &lt;strong&gt;opt-in&lt;/strong&gt;. No one should be required to provide their work for free to any person or organization. The online community is under no responsibility to help them create their products. Some will declare that I am “Anti-AI” for saying such things, but that would be a misrepresentation. I am not declaring that these systems should be torn down, simply that &lt;mark&gt;their developers aren’t entitled to our work.&lt;/mark&gt; They can still build those systems with purchased or donated&amp;nbsp;data.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/&quot;&gt;Block the Bots that Feed “AI” Models by Scraping Your Website&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/af6aeab9b848e78334e31b9b7a668413/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;😔 Our community has persistent and pervasive problems of a particular sort which we are not allowed to talk about: sexual harassment and assault. Men who assault, harass, and even rape women in our spaces, are protected. A culture of silence is enforced, and those who call out rape, sexual assault, or harassment, those who criticise they who enable and protect these behaviors, are punished, swiftly and&amp;nbsp;aggressively.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://drewdevault.com/2023/09/29/The-forbidden-topics.html&quot;&gt;The forbidden topics&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/ae2b427ba896475633726fdd731caf09/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
&lt;p&gt;☢️ [en] The Soviet RTG program is – for me – a foreboding engineering parable about the cost of deploying an idea with no plans for future maintenance. Sure, I can deploy this hot new tech now and it does the job in new and clever ways, but what is the impact if we don’t have a plan for regular maintenance? When future people interact with my contraption, will it work and will it kill anyone? Y’know, the basic concerns every software project deals&amp;nbsp;with.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://daverupert.com/2023/05/soviet-rtgs/&quot;&gt;Lessons from Soviet Russia on deploying small nuclear generators&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/90e565ff0043e34d7fcfc087d66555d3/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
&lt;p&gt;🚴 Je n’ai ni gagné ni perdu de poids, je saurais pas dire si il y a le moindre changement niveau muscles/graisse. D’après Strava, je brulais en moyenne 2000&amp;nbsp;kcal par jour à&amp;nbsp;vélo.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://virgule.net/blog/vacances_a_velo_2023.html&quot;&gt;Vacances à vélo 2023&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/7863cd9fd3df50880d0d8841307b05f2/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
&lt;p&gt;🎯 En tant que travailleurs de la tech, très souvent, nous faisons partie du système, nous participons au problème, &lt;mark&gt;nous sommes un maillon de la chaine productiviste&lt;/mark&gt;&amp;nbsp;: par notre travail, nous contribuons à des modèles capitalistiques coloniaux, le profit de certains au détriment de tous, l’accaparement des ressources de la planète, l’asservissement des êtres humains les plus pauvres et la destruction du&amp;nbsp;vivant.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://richardhanna.dev/blog/2023/ecoconception-ne-suffit-pas.html&quot;&gt;Écoconception des services numériques, et si ça ne suffisait pas&amp;#8239;?&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/026e36c493ee97a30d613864813aaae1/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;nav&gt;&lt;p&gt;&lt;/p&gt;&lt;/nav&gt;&lt;hr/&gt;&lt;p&gt;&lt;a href=&quot;mailto:david@larlet.fr&quot;&gt;Réagir ?&lt;/a&gt;&lt;/p&gt;</summary>
</entry>
<entry xml:lang="fr">
<title type="html">Dix</title>
<link href="https://larlet.fr/david/2023/11/27/" rel="alternate" type="text/html" />
@@ -1339,65 +1420,4 @@
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2023/aventure/&quot;&gt;#aventure&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/foret/&quot;&gt;#forêt&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/sociologie/&quot;&gt;#sociologie&lt;/a&gt;&lt;/p&gt;&lt;/nav&gt;&lt;hr/&gt;&lt;p&gt;&lt;a href=&quot;mailto:david@larlet.fr&quot;&gt;Réagir ?&lt;/a&gt;&lt;/p&gt;</summary>
</entry>
<entry xml:lang="fr">
<title type="html">Allumage</title>
<link href="https://larlet.fr/david/2023/02/09/" rel="alternate" type="text/html" />
<updated>2023-02-09T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2023/02/09/</id>
<summary type="html">
&lt;p&gt;Démarrer un nouveau projet avec une nouvelle équipe est un sentiment qui m’est incroyable. J’ai passé mon année 2022&amp;nbsp;à faire —&amp;nbsp;entre autres&amp;nbsp;— des petits produits pour Scopyleft et je ne réalise que maintenant à quel point ça me permet de démarrer plus rapidement aujourd’hui pour un site que l’on fait avec &lt;a href=&quot;https://www.maiwann.net/&quot;&gt;Maïtané&lt;/a&gt; pour la&amp;nbsp;Croix-Rouge.&lt;/p&gt;
&lt;p&gt;La structure est toujours un peu la même&amp;nbsp;: des contenus dans du markdown, du déploiement continu de fichiers HTML statiques en utilisant l’intégration continue et l’hébergement de GitLab. Une URL de démonstration dès le premier &lt;em&gt;commit&lt;/em&gt;. À partir de là, on peut rajouter des traductions, des images, une navigation particulière mais la base est l’affaire d’un copier-coller de quelques fichiers et d’une centaine de lignes de&amp;nbsp;Python.&lt;/p&gt;
&lt;p&gt;Soigner l’allumage technique, c’est avoir plus de temps pour réfléchir à l’accessibilité des données et à l’autonomie des personnes qui vont maintenir le site, c’est permettre de s’adapter aux besoins du public sans être contraint par un cadre, c’est prendre le temps de s’intéresser au problème &lt;em&gt;métier&lt;/em&gt; à résoudre. C’est prendre confiance dans de petits outils résilients et&amp;nbsp;frugaux.&lt;/p&gt;
&lt;p&gt;Que mon eXpérience de Développeur (DX) s’en trouve être améliorée car j’aspire à cultiver de petits bonsaïs numériques n’est qu’un effet de&amp;nbsp;bord.&lt;/p&gt;
&lt;hr /&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;🦕 I have been using it from day one of this blog (né Year II before &lt;abbr title=&quot;Loïc Le Meur, coucou Loïc , long time no see!&quot;&gt;LLM&lt;/abbr&gt;).&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.padawan.info/en/2023/02/the-content-management-system-of-my-dreams-part-1-a-little-bit-of-history.html&quot;&gt;The Content Management System of my Dreams (part 1) - A little bit of history&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/65169d7164c8bf5790a224d45a95adb7/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;🧱 Think very hard about that word. What exactly is &lt;em&gt;dynamic&lt;/em&gt; on your home page? Are you speaking about that Top News thingy? How often do they change? &lt;mark&gt;Are you doing this to satisfy yourself&lt;/mark&gt; (some content editors have the same proclivity than developers to throw a tantrum because their new content does not appear instantaneously on the site)? Is this a business requirement or a real need of your&amp;nbsp;users?&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.padawan.info/en/2023/02/the-content-management-system-of-my-dreams-part-2-the-trouble-with-dynamic-publishing.html&quot;&gt;The Content Management System of my Dreams (part 2) - The trouble with dynamic publishing&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/f8b7c3246cf1d4e06c735ee163be32a0/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;🧭 Since &lt;mark&gt;every direction is technically “North”&lt;/mark&gt; from here, we use a grid overlay, to bring some semblance of order to our surroundings. The prevailing winds here come from “Grid&amp;nbsp;North”.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://brr.fyi/posts/south-pole-topography&quot;&gt;South Pole Topography&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/f9e282fb545b5c1f50dfa1c0d98c50e3/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2023/confiance/&quot;&gt;#confiance&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/technique/&quot;&gt;#technique&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/web/&quot;&gt;#web&lt;/a&gt;&lt;/p&gt;&lt;/nav&gt;&lt;hr/&gt;&lt;p&gt;&lt;a href=&quot;mailto:david@larlet.fr&quot;&gt;Réagir ?&lt;/a&gt;&lt;/p&gt;</summary>
</entry>
<entry xml:lang="fr">
<title type="html">TextcAIst</title>
<link href="https://larlet.fr/david/2023/02/08/" rel="alternate" type="text/html" />
<updated>2023-02-08T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2023/02/08/</id>
<summary type="html">

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;Still… this is amazing. If I have learned anything from this journey, it’s that the ability to generate high-quality, &lt;mark&gt;readable transcripts from podcast audio is going to be here soon.&lt;/mark&gt; It’s not quite here yet—Whisper has quirks that make it better for searchable transcripts than actual reading, and it doesn’t identify speakers—but it’s perilously close&amp;nbsp;now.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://sixcolors.com/post/2023/02/automating-podcast-transcripts-on-my-mac-with-openai-whisper/&quot;&gt;Automating podcast transcripts on my Mac with OpenAI Whisper&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/eebbf1a999fdf5c8aa80b65eccd9c48a/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Suite des &lt;a href=&quot;https://larlet.fr/david/2021/01/18/&quot;&gt;mes recherches&lt;/a&gt; pour pallier mon manque d’attention uniquement auditive (qui me prive des &lt;em&gt;podcasts&lt;/em&gt;/balados). Je n’avais pas du tout exploré ni même envisagé la piste de l’Intelligence Artificielle mais c’est peut-être prometteur pour un affinage en post-traitement vu que ça a le vent en&amp;nbsp;poupe&amp;#8239;!&lt;/p&gt;
&lt;p&gt;En allant plus loin, ça pourrait potentiellement même m’en faire un&amp;nbsp;résumé…&lt;/p&gt;
&lt;hr /&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;🎥 Alongside Cameron’s recent comments, discussions on representation and “blue face” controversies have resurfaced. “Blue face” is the practice of taking creative liberties to hybridize various indigenous groups and make their own race then have non-Indigenous actors play them. &lt;mark&gt;Various groups across the globe have called for a boycott of the new film.&lt;/mark&gt; At the very least, it makes sense to draw attention to the excellent films actually produced and created by Indigenous&amp;nbsp;people.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.cbr.com/better-movies-than-camerons-avatar-2-inigenous-creators/&quot;&gt;10&amp;nbsp;Films By Indigenous Filmmakers To Watch Instead Of Avatar: The Way Of Water&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/98a93dedbf2eb7665680ec6b1bb31e8c/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
&lt;p&gt;🌱 En restant sur un thème de rythme de la nature, et du fait que &lt;mark&gt;ce rythme ne s’applique pas au web,&lt;/mark&gt; j’ai eu envie d’insérer un autre témoin du temps qui passe. Là, il ne sera pas lié à mon entretien de cet espace web mais plutôt au jour de&amp;nbsp;l’année.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://blog.professeurjoachim.com/billet/2023-01-05-exercices-de-feuille-de-styles&quot;&gt;Exercices (de feuille) de styles&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/c45d25b1d1062fcf10fbf7caaf9e21b1/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
&lt;p&gt;🔋 Quand ils ont fait les barrages, ils ne nous ont pas écoutés, quand ils ont fait des coupes forestières au point de faire fuir l’orignal et le caribou dans certaines régions, ils ne nous ont pas écoutés, &lt;mark&gt;et maintenant, ils veulent extraire du lithium&lt;/mark&gt; et d’autres&amp;nbsp;métaux&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.ledevoir.com/societe/780738/lithium-et-mineraux-critiques-lithium-et-mineraux-critiques-le-combat-d-une-mere-crie-de-8-enfants&quot;&gt;Lithium et minéraux critiques&amp;nbsp;: le combat d’une mère crie de huit enfants&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/a0d209f5273c7d9f984f78773fa089f2/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2023/complexite/&quot;&gt;#complexité&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/confidentialite/&quot;&gt;#confidentialité&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/recherche/&quot;&gt;#recherche&lt;/a&gt;&lt;/p&gt;&lt;/nav&gt;&lt;hr/&gt;&lt;p&gt;&lt;a href=&quot;mailto:david@larlet.fr&quot;&gt;Réagir ?&lt;/a&gt;&lt;/p&gt;</summary>
</entry>
</feed>

+ 12
- 0
david/recherche/index.html View File

@@ -276,6 +276,18 @@
</template>
<script id="search-index" type="application/json">[
{
"title": "NostAlgIe",
"url": "/david/2023/12/03/",
"date": "2023-12-03",
"content": "Paradoxalement, les LLM qui sont annonc\u00e9s comme \u00e9tant l\u2019avenir ne font que reproduire ce qui a eu lieu dans le pass\u00e9. Comme un auto-correct qui ne saurait pas que la langue \u00e9volue. Chaque prompt demande \u00e0 notre pass\u00e9 de construire notre avenir, une forme d\u2019h\u00e9ritage num\u00e9rique auquel il va falloir\u00a0s\u2019habituer. Consid\u00e9rant que nous sommes \u00e0 un moment charni\u00e8re o\u00f9 il faudrait justement d\u00e9vier d\u2019une trajectoire pass\u00e9e qui nous propulse \u00e0 +trop-de-degr\u00e9s, ces outils \u2014\u00a0par nature\u00a0\u2014 r\u00e9actionnaires ne sont-ils pas en train de nous conforter dans nos erreurs\u00a0pass\u00e9es\u202f? Et c\u2019est l\u00e0 o\u00f9 \u00e7a devient int\u00e9ressant, peut-on de mani\u00e8re \u00e9thique choisir d\u2019\u00eatre orient\u00e9s et quelles d\u00e9rives certaines cela aurait\u202f? Il y a d\u00e9j\u00e0 des biais \u00e9normes sur les jeux d\u2019apprentissage mais est-ce que je pourrais choisir par exemple une saveur de ChatGPT qui ait \u00e9t\u00e9 d\u00e9finie par Ecosia\u202f? Quels param\u00e8tres politiques sont acceptables\u202f? Et pour\u00a0qui\u202f? Bref, c\u2019\u00e9tait mieux avant\u00a0\ud83d\ude43. \ud83d\ude44 Provides neutral analysis, fostering open communication and\u00a0trust. LiarLiar.ai \u270d\ufe0f Even if there are no real updates there is always something to say. In those moments, I write about something that happened to me this week. A small anecdote. Something human. Something grounding. No design mic-drops. No condescending words of\u00a0wisdom. An Anchor - Mark Boulton \ud83e\uddd1\u200d\u2696\ufe0f The Functional Source License (FSL) is a mostly permissive non-compete license that converts to Apache 2.0\u00a0or MIT after two years. It is designed for SaaS companies that value both user freedom and developer sustainability. FSL provides everything a developer needs to use and learn from your software without harmful\u00a0free-riding. FSL"
},
{
"title": "Papillon",
"url": "/david/2023/12/01/",
"date": "2023-12-01",
"content": "Plus je suis stress\u00e9 et plus je m\u2019\u00e9parpille, une fa\u00e7on de canaliser mon cerveau qui bouillonne, une tentative pour \u00e9touffer ce qui remue au fond par un ensevelissement de t\u00e2ches plus ou moins f\u00b7utiles. La beaut\u00e9 de ce m\u00e9canisme c\u2019est que m\u00eame en \u00e9tant pleinement conscient de cela, je n\u2019ai pas pour autant une prise dessus. Alors je l\u00e2che-prise justement, j\u2019accepte cette p\u00e9riode, surtout si je sais qu\u2019elle est born\u00e9e par une date cl\u00e9. Savoir qu\u2019il va y avoir un apr\u00e8s est d\u00e9j\u00e0\u00a0lib\u00e9rateur. \ud83e\udd2f As a family, we have a secret pass phrase to check identity between ourselves in the event of an unexpected video\u00a0call. It\u2019s a sticking plaster solution. Long term I suspect we all need 2FA for\u00a0humans. In the meantime, maybe the most effective ward against deepfakes is simply to turn\u00a0sideways? We should build the habit now. At the beginning of every call, exchange a quick proof-of-humanity by showing our\u00a0ears. Old wards and new against fake humans \ud83e\uddab \u201cAs our collaborator Joe Wheaton [from Utah State University] likes to say, \u2018water doesn\u2019t burn,\u2019\u201d Kolarik says. \u201cBeavers maintain healthy riverscapes which store carbon and water. Consistent access to water is key to mitigating the effects of climate disturbances like\u00a0drought.\u201d Beavers\u2019 role as firefighters has already been documented in Idaho. A 2018\u00a0technical report by Anabranch Solutions, a river restoration company, found that beavers were a major factor in decreasing burn intensity along Baugh Creek during that year\u2019s Sharps\u00a0Fire. \u201cWhere active beaver dams were present, native riparian vegetation persisted, unburnt,\u201d the authors wrote. In our hotter and fierier world, beavers are a\u00a0buffer. \u201cI once heard a rancher use the analogy of sponges when referring to valley bottoms. If we can successfully rewet the sponges, the West will be much more resilient to climate change, and beavers can keep those sponges wet,\u201d Kolarik\u00a0says. NASA satellites reveal restoration power of beavers \u270b It should be strictly opt-in. No one should be required to provide their work for free to any person or organization. The online community is under no responsibility to help them create their products. Some will declare that I am \u201cAnti-AI\u201d for saying such things, but that would be a misrepresentation. I am not declaring that these systems should be torn down, simply that their developers aren\u2019t entitled to our work. They can still build those systems with purchased or donated\u00a0data. Block the Bots that Feed \u201cAI\u201d Models by Scraping Your Website \ud83d\ude14 Our community has persistent and pervasive problems of a particular sort which we are not allowed to talk about: sexual harassment and assault. Men who assault, harass, and even rape women in our spaces, are protected. A culture of silence is enforced, and those who call out rape, sexual assault, or harassment, those who criticise they who enable and protect these behaviors, are punished, swiftly and\u00a0aggressively. The forbidden topics \u2622\ufe0f [en] The Soviet RTG program is \u2013 for me \u2013 a foreboding engineering parable about the cost of deploying an idea with no plans for future maintenance. Sure, I can deploy this hot new tech now and it does the job in new and clever ways, but what is the impact if we don\u2019t have a plan for regular maintenance? When future people interact with my contraption, will it work and will it kill anyone? Y\u2019know, the basic concerns every software project deals\u00a0with. Lessons from Soviet Russia on deploying small nuclear generators \ud83d\udeb4 Je n\u2019ai ni gagn\u00e9 ni perdu de poids, je saurais pas dire si il y a le moindre changement niveau muscles/graisse. D\u2019apr\u00e8s Strava, je brulais en moyenne 2000\u00a0kcal par jour \u00e0\u00a0v\u00e9lo. Vacances \u00e0 v\u00e9lo 2023 \ud83c\udfaf En tant que travailleurs de la tech, tr\u00e8s souvent, nous faisons partie du syst\u00e8me, nous participons au probl\u00e8me, nous sommes un maillon de la chaine productiviste\u00a0: par notre travail, nous contribuons \u00e0 des mod\u00e8les capitalistiques coloniaux, le profit de certains au d\u00e9triment de tous, l\u2019accaparement des ressources de la plan\u00e8te, l\u2019asservissement des \u00eatres humains les plus pauvres et la destruction du\u00a0vivant. \u00c9coconception des services num\u00e9riques, et si \u00e7a ne suffisait pas\u202f? "
},
{
"title": "Dix",
"url": "/david/2023/11/27/",

Loading…
Cancel
Save