Browse Source

Publishing

master
David Larlet 2 years ago
parent
commit
ca7b46b858

+ 2
- 2
david/2021/12/14/index.html View File

@@ -63,7 +63,7 @@
<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 rel="next" href="/david/2021/12/15/" title="Publication suivante : Externaliser">Suivant →</a>
</p>
</nav>
<hr>
@@ -104,7 +104,7 @@
<p class="center">
<a rel="prev" href="/david/2021/12/13/" title="Publication précédente : Cyborgs">← Précédent</a> •
<a href="/david/2021/" title="Liste des publications récentes">↑ En 2021</a>
• <a rel="next" href="/david/2021/12/15/" title="Publication suivante : Externaliser">Suivant →</a>
</p>
</nav>
</article>

+ 213
- 0
david/2021/12/15/index.html View File

@@ -0,0 +1,213 @@
<!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>Externaliser — David Larlet</title>
<meta name="description" content="If I could transform these handwritten words into pixel words, then it wouldn’t be too hard to convert that into the HTML code for a website.">
<!-- 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>

<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>Externaliser</h1>
</header>
<nav>
<p class="center">
<a rel="prev" href="/david/2021/12/14/" title="Publication précédente : Stress">← Précédent</a> •
<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 rel="next" href="/david/2021/12/16/" title="Publication suivante : Mood">Suivant →</a>
</p>
</nav>
<hr>


<blockquote lang="en">
<p>If I could transform these handwritten words into pixel words, then <mark>it wouldn’t be too hard to convert that into the HTML code for a website</mark>.</p>
<p>I took a photo of the page with my phone, and eagerly fed the image into some software that could recognise handwriting.</p>
<p>[…]</p>
<p>I also built a basic editor that let me add links, images and headings to make the website more interesting.</p>
<p>Can you build a website from a piece of paper? It seemed like it.</p>
<p>Was it practical to use paper for a <em>real</em> website though? No idea.</p>
<p><cite><em><a href="https://daily.tinyprojects.dev/paper_website">I blew $720&nbsp;on 100&nbsp;notebooks from Alibaba and started a Paper Website business</a></em> (<a href="/david/cache/2021/03231d16f7d9d5b1b79d5b8dbee036d7/">cache</a>)</cite></p>
</blockquote>
<p>C’est la même personne qui avait déjà <a href="/david/2021/03/15/" title="Partage">partagé</a> une <a href="https://tinyprojects.dev/projects/mailoji">autre expérience chouette</a> (<a href="/david/cache/2021/45af171610f986077420b27c2da46ec1/">cache</a>). J’aime bien le fait que ça soit moins technique que <a href="https://www.la-grange.net/2021/09/27/brievement">ce que proposait Karl</a> (<a href="/david/cache/2021/a788656928c6dc9e5313e3548fd1349b/">cache</a>). Et moins il y a de technique… moins ça gèle&nbsp;:-).</p>
<p>En <a href="/david/2021/10/07/" title="Consigner">consignant</a> une idée, j’ai un moyen de m’en rappeler et je m’en libère à la fois. J’ai <a href="https://nota-bene.org/L-illusion-du-besoin">besoin</a> (<a href="/david/cache/2021/28ee87f803ccadb58dc707bada996443/">cache</a>) de l’externaliser pour pouvoir y échapper.</p>
<p>Assez contre-intuitif, j’en conviens.</p>


<nav>
<p>
<a href="/david/2021/alterego/"
title="Liste de tous les articles associés à cette étiquette"
>#alterego</a>
<a href="/david/2021/ecriture/"
title="Liste de tous les articles associés à cette étiquette"
>#écriture</a>
<a href="/david/2021/recherche/"
title="Liste de tous les articles associés à cette étiquette"
>#recherche</a>
<a href="/david/#tags"
title="Liste de toutes les étiquettes existantes"
><svg class="icon icon-tags">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-tags"></use>
</svg> tous ?</a>
</p>
</nav>

<nav>
<p class="center">
<a rel="prev" href="/david/2021/12/14/" title="Publication précédente : Stress">← Précédent</a> •
<a href="/david/2021/" title="Liste des publications récentes">↑ En 2021</a>
• <a rel="next" href="/david/2021/12/16/" title="Publication suivante : Mood">Suivant →</a>
</p>
</nav>
</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>

+ 208
- 0
david/2021/12/16/index.html View File

@@ -0,0 +1,208 @@
<!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>Mood — David Larlet</title>
<meta name="description" content="Browse by Emotional State">
<!-- 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>

<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>Mood</h1>
</header>
<nav>
<p class="center">
<a rel="prev" href="/david/2021/12/15/" title="Publication précédente : Externaliser">← Précédent</a> •
<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>
</p>
</nav>
<hr>


<blockquote>
<p>Browse by Emotional State</p>
<p><cite><a href="https://app.projecthealthyminds.com/">Guide for Healthy Minds</a></cite></p>
</blockquote>
<p>Cette simple suggestion de navigation a remis quelques pièces dans mon <em>jukebox</em>. Les étiquettes présentent le côté oppressant d’être rapidement trop nombreuses pour pouvoir s’y retrouver. C’est un peu la version fainéante pour pouvoir évoluer dans des contenus. On propose une navigation plate mais il n’y a pas de parti pris, d’angle proposé, d’invitation à découvrir selon un contexte par exemple.</p>
<p>Quelles portes d’entrées proposer qui reflètent un état émotionnel&#8239;? Est-ce qu’il serait pertinent d’avoir une navigation saisonnière&#8239;? Ou qui s’adapte au rythme de la journée&#8239;? Est-ce fou d’adapter l’exploration en fonction du choix de thème clair ou foncé&#8239;? Quelles portes de sorties soigner aussi&#8239;?</p>
<p>Tellement d’expériences possibles.</p>


<nav>
<p>
<a href="/david/2021/design/"
title="Liste de tous les articles associés à cette étiquette"
>#design</a>
<a href="/david/2021/etiquette/"
title="Liste de tous les articles associés à cette étiquette"
>#étiquette</a>
<a href="/david/2021/recherche/"
title="Liste de tous les articles associés à cette étiquette"
>#recherche</a>
<a href="/david/#tags"
title="Liste de toutes les étiquettes existantes"
><svg class="icon icon-tags">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-tags"></use>
</svg> tous ?</a>
</p>
</nav>

<nav>
<p class="center">
<a rel="prev" href="/david/2021/12/15/" title="Publication précédente : Externaliser">← Précédent</a> •
<a href="/david/2021/" title="Liste des publications récentes">↑ En 2021</a>
</p>
</nav>
</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>

+ 24
- 1
david/2021/alterego/index.html View File

@@ -76,6 +76,26 @@
<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/2021/12/15/" title="Lien permanent vers cet article">Externaliser</a> (2021-12-15)</h2>

<blockquote lang="en">
<p>If I could transform these handwritten words into pixel words, then <mark>it wouldn’t be too hard to convert that into the HTML code for a website</mark>.</p>
<p>I took a photo of the page with my phone, and eagerly fed the image into some software that could recognise handwriting.</p>
<p>[…]</p>
<p>I also built a basic editor that let me add links, images and headings to make the website more interesting.</p>
<p>Can you build a website from a piece of paper? It seemed like it.</p>
<p>Was it practical to use paper for a <em>real</em> website though? No idea.</p>
<p><cite><em><a href="https://daily.tinyprojects.dev/paper_website">I blew $720&nbsp;on 100&nbsp;notebooks from Alibaba and started a Paper Website business</a></em> (<a href="/david/cache/2021/03231d16f7d9d5b1b79d5b8dbee036d7/">cache</a>)</cite></p>
</blockquote>
<p>C’est la même personne qui avait déjà <a href="/david/2021/03/15/" title="Partage">partagé</a> une <a href="https://tinyprojects.dev/projects/mailoji">autre expérience chouette</a> (<a href="/david/cache/2021/45af171610f986077420b27c2da46ec1/">cache</a>). J’aime bien le fait que ça soit moins technique que <a href="https://www.la-grange.net/2021/09/27/brievement">ce que proposait Karl</a> (<a href="/david/cache/2021/a788656928c6dc9e5313e3548fd1349b/">cache</a>). Et moins il y a de technique… moins ça gèle&nbsp;:-).</p>
<p>En <a href="/david/2021/10/07/" title="Consigner">consignant</a> une idée, j’ai un moyen de m’en rappeler et je m’en libère à la fois. J’ai <a href="https://nota-bene.org/L-illusion-du-besoin">besoin</a> (<a href="/david/cache/2021/28ee87f803ccadb58dc707bada996443/">cache</a>) de l’externaliser pour pouvoir y échapper.</p>
<p>Assez contre-intuitif, j’en conviens.</p>


<h2><a href="/david/2021/12/11/" title="Lien permanent vers cet article">Lettre</a> (2021-12-11)</h2>
@@ -108,7 +128,9 @@
<h2><a href="/david/2021/11/29/" title="Lien permanent vers cet article">Sens</a> (2021-11-29)</h2>
<details>
<summary>Déplier pour lire le contenu de la publication</summary>

<blockquote lang="en">
<p>In software, participatory sense-making means developing a shared mental model of what the software is, what it’s going to be, and how it works. We need to understand what we’re building deeply, with a clear language to talk about it. <mark>It needs to make sense to each of us, and to all of us.</mark> We construct this model together: that means there’s more of us to work at making it real in the world. It also means the model is richer, fits with more of the real world, and more rigorous. This comes from our many perspectives participating.</p>
@@ -116,6 +138,7 @@
</blockquote>
<p>Cet article m’a rappelé que je deviens une meilleure personne grâce aux personnes avec lesquelles j’évolue ces dernières années. Prendre soin <em>ensemble</em> c’est aller bien au-delà de son propre confort. C’est ce cheminement là qui permet d’apporter de la valeur à ce qui est produit… et à ce qui est vécu.</p>

</details>


+ 19
- 1
david/2021/design/index.html View File

@@ -76,6 +76,21 @@
<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/2021/12/16/" title="Lien permanent vers cet article">Mood</a> (2021-12-16)</h2>

<blockquote>
<p>Browse by Emotional State</p>
<p><cite><a href="https://app.projecthealthyminds.com/">Guide for Healthy Minds</a></cite></p>
</blockquote>
<p>Cette simple suggestion de navigation a remis quelques pièces dans mon <em>jukebox</em>. Les étiquettes présentent le côté oppressant d’être rapidement trop nombreuses pour pouvoir s’y retrouver. C’est un peu la version fainéante pour pouvoir évoluer dans des contenus. On propose une navigation plate mais il n’y a pas de parti pris, d’angle proposé, d’invitation à découvrir selon un contexte par exemple.</p>
<p>Quelles portes d’entrées proposer qui reflètent un état émotionnel&#8239;? Est-ce qu’il serait pertinent d’avoir une navigation saisonnière&#8239;? Ou qui s’adapte au rythme de la journée&#8239;? Est-ce fou d’adapter l’exploration en fonction du choix de thème clair ou foncé&#8239;? Quelles portes de sorties soigner aussi&#8239;?</p>
<p>Tellement d’expériences possibles.</p>


<h2><a href="/david/2021/12/04/" title="Lien permanent vers cet article">Colophon</a> (2021-12-04)</h2>
@@ -102,7 +117,9 @@
<h2><a href="/david/2021/10/24/" title="Lien permanent vers cet article">Représentation</a> (2021-10-24)</h2>
<details>
<summary>Déplier pour lire le contenu de la publication</summary>
<p>Je trouve les possibilités offertes par <a href="https://anvaka.github.io/city-roads/">cet outil</a> vraiment esthétiques. L’image finale est intéressante mais savoir qu’elle est le résultat d’une multitude de réajustement fondée sur le volontariat et le partage lui donne une autre dimension. Je l’imagine en poster avec la signature de milliers d’auteur·ices.</p>
<p>Par exemple <a href="https://anvaka.github.io/city-roads/?q=montreal&amp;areaId=3601634158">pour Montréal</a>, on distingue très bien l’île, flottant au milieu du St Laurent&nbsp;:</p>
<figure>
@@ -120,6 +137,7 @@
<p>Cela donne une idée du poids des routes (répertoriées dans OpenStreetMap) pour une agglomération donnée. On peut aussi y voir l’histoire des différentes remodélisations de la ville (coucou <a href="https://anvaka.github.io/city-roads/?q=barcelona&amp;areaId=3600347950">Barcelone</a>). Il y a plein de choses à (se) représenter grâce à un outil qui n’est techniquement pas si complexe.</p>
<p><em>Attention&nbsp;: pour certaines villes le chargement peut être extrêmement volumineux.</em></p>

</details>


+ 24
- 1
david/2021/ecriture/index.html View File

@@ -76,6 +76,26 @@
<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/2021/12/15/" title="Lien permanent vers cet article">Externaliser</a> (2021-12-15)</h2>

<blockquote lang="en">
<p>If I could transform these handwritten words into pixel words, then <mark>it wouldn’t be too hard to convert that into the HTML code for a website</mark>.</p>
<p>I took a photo of the page with my phone, and eagerly fed the image into some software that could recognise handwriting.</p>
<p>[…]</p>
<p>I also built a basic editor that let me add links, images and headings to make the website more interesting.</p>
<p>Can you build a website from a piece of paper? It seemed like it.</p>
<p>Was it practical to use paper for a <em>real</em> website though? No idea.</p>
<p><cite><em><a href="https://daily.tinyprojects.dev/paper_website">I blew $720&nbsp;on 100&nbsp;notebooks from Alibaba and started a Paper Website business</a></em> (<a href="/david/cache/2021/03231d16f7d9d5b1b79d5b8dbee036d7/">cache</a>)</cite></p>
</blockquote>
<p>C’est la même personne qui avait déjà <a href="/david/2021/03/15/" title="Partage">partagé</a> une <a href="https://tinyprojects.dev/projects/mailoji">autre expérience chouette</a> (<a href="/david/cache/2021/45af171610f986077420b27c2da46ec1/">cache</a>). J’aime bien le fait que ça soit moins technique que <a href="https://www.la-grange.net/2021/09/27/brievement">ce que proposait Karl</a> (<a href="/david/cache/2021/a788656928c6dc9e5313e3548fd1349b/">cache</a>). Et moins il y a de technique… moins ça gèle&nbsp;:-).</p>
<p>En <a href="/david/2021/10/07/" title="Consigner">consignant</a> une idée, j’ai un moyen de m’en rappeler et je m’en libère à la fois. J’ai <a href="https://nota-bene.org/L-illusion-du-besoin">besoin</a> (<a href="/david/cache/2021/28ee87f803ccadb58dc707bada996443/">cache</a>) de l’externaliser pour pouvoir y échapper.</p>
<p>Assez contre-intuitif, j’en conviens.</p>


<h2><a href="/david/2021/12/08/" title="Lien permanent vers cet article">Stream</a> (2021-12-08)</h2>
@@ -127,7 +147,9 @@
<h2><a href="/david/2021/11/05/" title="Lien permanent vers cet article">Palimpseste</a> (2021-11-05)</h2>
<details>
<summary>Déplier pour lire le contenu de la publication</summary>

<blockquote>
<p>Manuscrit dont on a fait disparaître l’écriture pour y écrire un autre texte. — <a href="https://fr.wiktionary.org/wiki/palimpseste">wiktionary</a></p>
@@ -145,6 +167,7 @@
</blockquote>
<p>Beaucoup de choses qui alimentent mes réflexions du moment. Une communication efficace et optimisée soit, mais avec quelle humanité&#8239;?</p>

</details>


+ 19
- 1
david/2021/etiquette/index.html View File

@@ -76,6 +76,21 @@
<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/2021/12/16/" title="Lien permanent vers cet article">Mood</a> (2021-12-16)</h2>

<blockquote>
<p>Browse by Emotional State</p>
<p><cite><a href="https://app.projecthealthyminds.com/">Guide for Healthy Minds</a></cite></p>
</blockquote>
<p>Cette simple suggestion de navigation a remis quelques pièces dans mon <em>jukebox</em>. Les étiquettes présentent le côté oppressant d’être rapidement trop nombreuses pour pouvoir s’y retrouver. C’est un peu la version fainéante pour pouvoir évoluer dans des contenus. On propose une navigation plate mais il n’y a pas de parti pris, d’angle proposé, d’invitation à découvrir selon un contexte par exemple.</p>
<p>Quelles portes d’entrées proposer qui reflètent un état émotionnel&#8239;? Est-ce qu’il serait pertinent d’avoir une navigation saisonnière&#8239;? Ou qui s’adapte au rythme de la journée&#8239;? Est-ce fou d’adapter l’exploration en fonction du choix de thème clair ou foncé&#8239;? Quelles portes de sorties soigner aussi&#8239;?</p>
<p>Tellement d’expériences possibles.</p>


<h2><a href="/david/2021/12/08/" title="Lien permanent vers cet article">Stream</a> (2021-12-08)</h2>
@@ -123,7 +138,9 @@
<h2><a href="/david/2021/11/12/" title="Lien permanent vers cet article">Étiquettes</a> (2021-11-12)</h2>
<details>
<summary>Déplier pour lire le contenu de la publication</summary>

<blockquote lang="en">
<p>In hierarchical file systems, the path to a file tells us how to retrieve it, not what is inside the file. For example, “/home/john/diary.txt” tells the computer to start from the root, go into the directory named “home”, go into the subdirectory named “john”, and follow the link named “diary.txt” to access the file. It doesn’t necessarily tell us anything about what the file contains – for all we know, it could be an actual diary or a downloaded movie. To make matters worse, the meaning of the path is relative to which computer system we’re working on. The same path “/home/john/diary.txt” might exist on a distant server, but possess completely different file content.</p>
@@ -140,6 +157,7 @@
</blockquote>
<p>🤗</p>

</details>


+ 4
- 0
david/2021/index.html View File

@@ -681,6 +681,10 @@
<h2><a href="/david/2021/12/14/">Stress</a> (2021-12-14)</h2>
<h2><a href="/david/2021/12/15/">Externaliser</a> (2021-12-15)</h2>
<h2><a href="/david/2021/12/16/">Mood</a> (2021-12-16)</h2>
</main>



+ 43
- 2
david/2021/recherche/index.html View File

@@ -76,6 +76,41 @@
<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/2021/12/16/" title="Lien permanent vers cet article">Mood</a> (2021-12-16)</h2>

<blockquote>
<p>Browse by Emotional State</p>
<p><cite><a href="https://app.projecthealthyminds.com/">Guide for Healthy Minds</a></cite></p>
</blockquote>
<p>Cette simple suggestion de navigation a remis quelques pièces dans mon <em>jukebox</em>. Les étiquettes présentent le côté oppressant d’être rapidement trop nombreuses pour pouvoir s’y retrouver. C’est un peu la version fainéante pour pouvoir évoluer dans des contenus. On propose une navigation plate mais il n’y a pas de parti pris, d’angle proposé, d’invitation à découvrir selon un contexte par exemple.</p>
<p>Quelles portes d’entrées proposer qui reflètent un état émotionnel&#8239;? Est-ce qu’il serait pertinent d’avoir une navigation saisonnière&#8239;? Ou qui s’adapte au rythme de la journée&#8239;? Est-ce fou d’adapter l’exploration en fonction du choix de thème clair ou foncé&#8239;? Quelles portes de sorties soigner aussi&#8239;?</p>
<p>Tellement d’expériences possibles.</p>


<h2><a href="/david/2021/12/15/" title="Lien permanent vers cet article">Externaliser</a> (2021-12-15)</h2>

<blockquote lang="en">
<p>If I could transform these handwritten words into pixel words, then <mark>it wouldn’t be too hard to convert that into the HTML code for a website</mark>.</p>
<p>I took a photo of the page with my phone, and eagerly fed the image into some software that could recognise handwriting.</p>
<p>[…]</p>
<p>I also built a basic editor that let me add links, images and headings to make the website more interesting.</p>
<p>Can you build a website from a piece of paper? It seemed like it.</p>
<p>Was it practical to use paper for a <em>real</em> website though? No idea.</p>
<p><cite><em><a href="https://daily.tinyprojects.dev/paper_website">I blew $720&nbsp;on 100&nbsp;notebooks from Alibaba and started a Paper Website business</a></em> (<a href="/david/cache/2021/03231d16f7d9d5b1b79d5b8dbee036d7/">cache</a>)</cite></p>
</blockquote>
<p>C’est la même personne qui avait déjà <a href="/david/2021/03/15/" title="Partage">partagé</a> une <a href="https://tinyprojects.dev/projects/mailoji">autre expérience chouette</a> (<a href="/david/cache/2021/45af171610f986077420b27c2da46ec1/">cache</a>). J’aime bien le fait que ça soit moins technique que <a href="https://www.la-grange.net/2021/09/27/brievement">ce que proposait Karl</a> (<a href="/david/cache/2021/a788656928c6dc9e5313e3548fd1349b/">cache</a>). Et moins il y a de technique… moins ça gèle&nbsp;:-).</p>
<p>En <a href="/david/2021/10/07/" title="Consigner">consignant</a> une idée, j’ai un moyen de m’en rappeler et je m’en libère à la fois. J’ai <a href="https://nota-bene.org/L-illusion-du-besoin">besoin</a> (<a href="/david/cache/2021/28ee87f803ccadb58dc707bada996443/">cache</a>) de l’externaliser pour pouvoir y échapper.</p>
<p>Assez contre-intuitif, j’en conviens.</p>


<h2><a href="/david/2021/12/04/" title="Lien permanent vers cet article">Colophon</a> (2021-12-04)</h2>
@@ -92,7 +127,9 @@
<h2><a href="/david/2021/12/02/" title="Lien permanent vers cet article">Tags</a> (2021-12-02)</h2>
<details>
<summary>Déplier pour lire le contenu de la publication</summary>

<blockquote lang="en">
<p>For some reason, when we moved our workflows into the digital realm, we began to lose respect for this way of taking notes, of simply adding new information to an ever-growing log of our thoughts. Instead, we built tools that encourage us to keep only the most current version of reality. […]</p>
@@ -108,12 +145,15 @@
<p><cite><em><a href="https://thesephist.com/posts/browser/">The web browser as a tool of thought</a></em> (<a href="/david/cache/2021/ed384fc76fbe9728070efb6c71a0eb9c/">cache</a>)</cite></p>
</blockquote>

</details>

<h2><a href="/david/2021/11/22/" title="Lien permanent vers cet article">Jour 2</a> (2021-11-22)</h2>
<details>
<summary>Déplier pour lire le contenu de la publication</summary>

<blockquote>
<p>Le vrai journal est écrit dans la mer et dans le ciel, <mark>on ne peut pas le photographier</mark> pour le donner aux autres. Il est né peu à peu de tout ce qui nous entoure depuis des mois, les bruits de l’eau sur la carène, les bruits du vent qui glisse sur les voiles, les silences pleins de choses secrètes entre mon bateau et moi, comme lorsque j’écoutais parler la forêt quand j’étais gosse.</p>
@@ -169,6 +209,7 @@
<p><cite><em>Ibid.</em></cite></p>
</blockquote>

</details>


+ 23
- 0
david/2021/sources/2021-12-15 - Externaliser.md View File

@@ -0,0 +1,23 @@
# Externaliser

> [en] If I could transform these handwritten words into pixel words, then ==it wouldn’t be too hard to convert that into the HTML code for a website==.
>
> I took a photo of the page with my phone, and eagerly fed the image into some software that could recognise handwriting.
>
> […]
>
> I also built a basic editor that let me add links, images and headings to make the website more interesting.
>
> Can you build a website from a piece of paper? It seemed like it.
>
> Was it practical to use paper for a *real* website though? No idea.
>
> <cite>*[I blew $720 on 100 notebooks from Alibaba and started a Paper Website business](https://daily.tinyprojects.dev/paper_website)* ([cache](/david/cache/2021/03231d16f7d9d5b1b79d5b8dbee036d7/))</cite>

C’est la même personne qui avait déjà [partagé](/david/2021/03/15/) une [autre expérience chouette](https://tinyprojects.dev/projects/mailoji) ([cache](/david/cache/2021/45af171610f986077420b27c2da46ec1/)). J’aime bien le fait que ça soit moins technique que [ce que proposait Karl](https://www.la-grange.net/2021/09/27/brievement) ([cache](/david/cache/2021/a788656928c6dc9e5313e3548fd1349b/)). Et moins il y a de technique… moins ça gèle :-).

En [consignant](/david/2021/10/07/) une idée, j’ai un moyen de m’en rappeler et je m’en libère à la fois. J’ai [besoin](https://nota-bene.org/L-illusion-du-besoin) ([cache](/david/cache/2021/28ee87f803ccadb58dc707bada996443/)) de l’externaliser pour pouvoir y échapper.

Assez contre-intuitif, j’en conviens.

#écriture #recherche #alterego

+ 13
- 0
david/2021/sources/2021-12-16 - Mood.md View File

@@ -0,0 +1,13 @@
# Mood

> Browse by Emotional State
>
> <cite>[Guide for Healthy Minds](https://app.projecthealthyminds.com/)</cite>

Cette simple suggestion de navigation a remis quelques pièces dans mon *jukebox*. Les étiquettes présentent le côté oppressant d’être rapidement trop nombreuses pour pouvoir s’y retrouver. C’est un peu la version fainéante pour pouvoir évoluer dans des contenus. On propose une navigation plate mais il n’y a pas de parti pris, d’angle proposé, d’invitation à découvrir selon un contexte par exemple.

Quelles portes d’entrées proposer qui reflètent un état émotionnel ? Est-ce qu’il serait pertinent d’avoir une navigation saisonnière ? Ou qui s’adapte au rythme de la journée ? Est-ce fou d’adapter l’exploration en fonction du choix de thème clair ou foncé ? Quelles portes de sorties soigner aussi ?

Tellement d’expériences possibles.

#étiquette #recherche #design

+ 8
- 6
david/index.html View File

@@ -87,7 +87,9 @@
<a href="/david/2021/12/09/">Popularité</a>,
<a href="/david/2021/12/11/">Lettre</a>,
<a href="/david/2021/12/13/">Cyborgs</a>,
<a href="/david/2021/12/14/">Stress</a>.
<a href="/david/2021/12/14/">Stress</a>,
<a href="/david/2021/12/15/">Externaliser</a>,
<a href="/david/2021/12/16/">Mood</a>.
</p>
@@ -450,18 +452,18 @@
<a href="/david/2021/accessibilite/">#accessibilité (17)</a>
<a href="/david/2021/accompagnement/">#accompagnement (21)</a>
<a href="/david/2021/allie/">#allié (12)</a>
<a href="/david/2021/alterego/">#alterego (6)</a>
<a href="/david/2021/alterego/">#alterego (7)</a>
<a href="/david/2021/anarchisme/">#anarchisme (5)</a>
<a href="/david/2021/anxiete/">#anxiété (32)</a>
<a href="/david/2021/capitalocene/">#capitalocène (21)</a>
<a href="/david/2021/climat/">#climat (13)</a>
<a href="/david/2021/contemplation/">#contemplation (7)</a>
<a href="/david/2021/cooperative/">#coopérative (7)</a>
<a href="/david/2021/design/">#design (10)</a>
<a href="/david/2021/design/">#design (11)</a>
<a href="/david/2021/echecs/">#échecs (5)</a>
<a href="/david/2021/ecole/">#école (8)</a>
<a href="/david/2021/ecriture/">#écriture (14)</a>
<a href="/david/2021/etiquette/">#étiquette (4)</a>
<a href="/david/2021/ecriture/">#écriture (15)</a>
<a href="/david/2021/etiquette/">#étiquette (5)</a>
<a href="/david/2021/exploration/">#exploration (5)</a>
<a href="/david/2021/feminisme/">#féminisme (4)</a>
<a href="/david/2021/foret/">#forêt (40)</a>
@@ -484,7 +486,7 @@
<a href="/david/2021/produit/">#produit (17)</a>
<a href="/david/2021/protopie/">#protopie (5)</a>
<a href="/david/2021/publication/">#publication (16)</a>
<a href="/david/2021/recherche/">#recherche (27)</a>
<a href="/david/2021/recherche/">#recherche (29)</a>
<a href="/david/2021/rythme/">#rythme (20)</a>
<a href="/david/2021/scopyleft/">#scopyleft (5)</a>
<a href="/david/2021/sociologie/">#sociologie (26)</a>

+ 40
- 41
david/log/index.xml View File

@@ -6,13 +6,52 @@
<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>2021-12-17T12:00:00+01:00</updated>
<updated>2021-12-23T12:00:00+01:00</updated>
<author>
<name>David Larlet</name>
<uri>https://larlet.fr/david/</uri>
</author>
<rights>Copyright (c) 2004-2021, David Larlet</rights>
<entry xml:lang="fr">
<title type="html">Mood</title>
<link href="https://larlet.fr/david/2021/12/16/" rel="alternate" type="text/html" />
<updated>2021-12-16T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2021/12/16/</id>
<summary type="html">

&lt;blockquote&gt;
&lt;p&gt;Browse by Emotional State&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;a href=&quot;https://app.projecthealthyminds.com/&quot;&gt;Guide for Healthy Minds&lt;/a&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Cette simple suggestion de navigation a remis quelques pièces dans mon &lt;em&gt;jukebox&lt;/em&gt;. Les étiquettes présentent le côté oppressant d’être rapidement trop nombreuses pour pouvoir s’y retrouver. C’est un peu la version fainéante pour pouvoir évoluer dans des contenus. On propose une navigation plate mais il n’y a pas de parti pris, d’angle proposé, d’invitation à découvrir selon un contexte par exemple.&lt;/p&gt;
&lt;p&gt;Quelles portes d’entrées proposer qui reflètent un état émotionnel&amp;#8239;? Est-ce qu’il serait pertinent d’avoir une navigation saisonnière&amp;#8239;? Ou qui s’adapte au rythme de la journée&amp;#8239;? Est-ce fou d’adapter l’exploration en fonction du choix de thème clair ou foncé&amp;#8239;? Quelles portes de sorties soigner aussi&amp;#8239;?&lt;/p&gt;
&lt;p&gt;Tellement d’expériences possibles.&lt;/p&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2021/design/&quot;&gt;#design&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/etiquette/&quot;&gt;#étiquette&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/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>
<entry xml:lang="fr">
<title type="html">Externaliser</title>
<link href="https://larlet.fr/david/2021/12/15/" rel="alternate" type="text/html" />
<updated>2021-12-15T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2021/12/15/</id>
<summary type="html">

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;If I could transform these handwritten words into pixel words, then &lt;mark&gt;it wouldn’t be too hard to convert that into the HTML code for a website&lt;/mark&gt;.&lt;/p&gt;
&lt;p&gt;I took a photo of the page with my phone, and eagerly fed the image into some software that could recognise handwriting.&lt;/p&gt;
&lt;p&gt;[…]&lt;/p&gt;
&lt;p&gt;I also built a basic editor that let me add links, images and headings to make the website more interesting.&lt;/p&gt;
&lt;p&gt;Can you build a website from a piece of paper? It seemed like it.&lt;/p&gt;
&lt;p&gt;Was it practical to use paper for a &lt;em&gt;real&lt;/em&gt; website though? No idea.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://daily.tinyprojects.dev/paper_website&quot;&gt;I blew $720&amp;nbsp;on 100&amp;nbsp;notebooks from Alibaba and started a Paper Website business&lt;/a&gt;&lt;/em&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/03231d16f7d9d5b1b79d5b8dbee036d7/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;C’est la même personne qui avait déjà &lt;a href=&quot;https://larlet.fr/david/2021/03/15/&quot; title=&quot;Partage&quot;&gt;partagé&lt;/a&gt; une &lt;a href=&quot;https://tinyprojects.dev/projects/mailoji&quot;&gt;autre expérience chouette&lt;/a&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/45af171610f986077420b27c2da46ec1/&quot;&gt;cache&lt;/a&gt;). J’aime bien le fait que ça soit moins technique que &lt;a href=&quot;https://www.la-grange.net/2021/09/27/brievement&quot;&gt;ce que proposait Karl&lt;/a&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/a788656928c6dc9e5313e3548fd1349b/&quot;&gt;cache&lt;/a&gt;). Et moins il y a de technique… moins ça gèle&amp;nbsp;:-).&lt;/p&gt;
&lt;p&gt;En &lt;a href=&quot;https://larlet.fr/david/2021/10/07/&quot; title=&quot;Consigner&quot;&gt;consignant&lt;/a&gt; une idée, j’ai un moyen de m’en rappeler et je m’en libère à la fois. J’ai &lt;a href=&quot;https://nota-bene.org/L-illusion-du-besoin&quot;&gt;besoin&lt;/a&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/28ee87f803ccadb58dc707bada996443/&quot;&gt;cache&lt;/a&gt;) de l’externaliser pour pouvoir y échapper.&lt;/p&gt;
&lt;p&gt;Assez contre-intuitif, j’en conviens.&lt;/p&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2021/alterego/&quot;&gt;#alterego&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/ecriture/&quot;&gt;#écriture&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/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>
<entry xml:lang="fr">
<title type="html">Stress</title>
<link href="https://larlet.fr/david/2021/12/14/" rel="alternate" type="text/html" />
@@ -688,44 +727,4 @@ Et nous bouffe déjà&lt;/p&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2021/anxiete/&quot;&gt;#anxiété&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/foret/&quot;&gt;#forêt&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">Étiquettes</title>
<link href="https://larlet.fr/david/2021/11/12/" rel="alternate" type="text/html" />
<updated>2021-11-12T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2021/11/12/</id>
<summary type="html">

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;In hierarchical file systems, the path to a file tells us how to retrieve it, not what is inside the file. For example, “/home/john/diary.txt” tells the computer to start from the root, go into the directory named “home”, go into the subdirectory named “john”, and follow the link named “diary.txt” to access the file. It doesn’t necessarily tell us anything about what the file contains – for all we know, it could be an actual diary or a downloaded movie. To make matters worse, the meaning of the path is relative to which computer system we’re working on. The same path “/home/john/diary.txt” might exist on a distant server, but possess completely different file content.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies&quot;&gt;Designing better file organization around tags, not hierarchies&lt;/a&gt;&lt;/em&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/2fc0d9333db2b78b5a110724fba31b22/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Un long article un peu technique sur le passage d’un stockage hiérarchique à une structure complètement plate en passant par des &lt;em&gt;tags&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Ceci m’intéresse à &lt;a href=&quot;https://larlet.fr/david/2021/10/07/&quot; title=&quot;Consigner&quot;&gt;double&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/09/23/&quot; title=&quot;Dossier&quot;&gt;titre&lt;/a&gt;. Ce qui m’interpelle cette fois-ci, c’est qu’une fois la hiérarchie établie par un·e précurseur·euse, les &lt;a href=&quot;https://larlet.fr/david/2021/03/17/&quot; title=&quot;Arrivant·es&quot;&gt;autres&lt;/a&gt; doivent suivre et se retrouvent avec moins de libertés. Une approche par étiquettes permet potentiellement de privilégier une structure permettant une évolution plus fluide.&lt;/p&gt;
&lt;p&gt;Peut-être que la façon dont on nous a appris à ranger nos affaires numériques en dit plus que ce que l’on pense. Et je ne parle même pas des URLs. Comme une envie de &lt;a href=&quot;https://larlet.fr/david/2021/11/02/&quot; title=&quot;Réflexion&quot;&gt;revisiter&lt;/a&gt; des choses par ici.&lt;/p&gt;
&lt;hr /&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;[Lisant le titre d’un livre posé dans le salon&amp;nbsp;: «&amp;nbsp;Les lois naturelles de l’enfant&amp;nbsp;»]&lt;/em&gt;&lt;br /&gt;
— &lt;mark&gt;Nous&lt;/mark&gt;, on n’a pas de lois.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;🤗&lt;/p&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2021/etiquette/&quot;&gt;#étiquette&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/publication/&quot;&gt;#publication&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/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>
<entry xml:lang="fr">
<title type="html">Écoute</title>
<link href="https://larlet.fr/david/2021/11/11/" rel="alternate" type="text/html" />
<updated>2021-11-11T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2021/11/11/</id>
<summary type="html">

&lt;blockquote&gt;
&lt;p&gt;Attention&amp;nbsp;: notre écoute peut paraître paternaliste si nous insistons pour que des femmes parlent dans une réunion mixte, par exemple. Il importe donc de bien exposer les motifs de cette préoccupation, et il est sans doute &lt;mark&gt;préférable d’indiquer que les hommes parlent trop&lt;/mark&gt;, plutôt que de souligner que les femmes ne parlent pas.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://scenesdelavisquotidien.com/2014/07/25/petit-guide-de-disempowerment-pour-hommes-profeministes/&quot;&gt;Petit guide de «&amp;nbsp;disempowerment&amp;nbsp;» pour hommes proféministes&lt;/a&gt;&lt;/em&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/30709e92d7de1162f310f3c64b991c6d/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Je suis de plus en plus attentif à la répartition de la parole dans un groupe mixte, considérant que ce temps d’attention est un facteur majeur de déséquilibre. Cette simple (dé)mesure est trop souvent édifiante.&lt;/p&gt;
&lt;p&gt;Note&amp;nbsp;: j’ai encore du travail à faire de mon côté.&lt;/p&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2021/feminisme/&quot;&gt;#féminisme&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/transformation/&quot;&gt;#transformation&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>

Loading…
Cancel
Save