Browse Source

Publishing

master
David Larlet 2 years ago
parent
commit
36ba1be3cf

+ 2
- 2
david/2021/08/09/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.svg#icon-home"></use>
</svg> Accueil</a>
• <a rel="next" href="/david/2021/08/10/" title="Publication suivante : HTTPSadness">Suivant →</a>
</p>
</nav>
<hr>
@@ -91,7 +91,7 @@
<p class="center">
<a rel="prev" href="/david/2021/08/08/" title="Publication précédente : Vacance">← Précédent</a> •
<a href="/david/2021/" title="Liste des publications récentes">↑ En 2021</a>
• <a rel="next" href="/david/2021/08/10/" title="Publication suivante : HTTPSadness">Suivant →</a>
</p>
</nav>
</article>

+ 200
- 0
david/2021/08/10/index.html View File

@@ -0,0 +1,200 @@
<!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>HTTPSadness — David Larlet</title>
<meta name="description" content="At some point, you won’t be able to visit the first web page ever published without first clicking through a full-page warning injected by your web browser">
<!-- 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>HTTPSadness</h1>
</header>
<nav>
<p class="center">
<a rel="prev" href="/david/2021/08/09/" title="Publication précédente : Support">← Précédent</a> •
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs.svg#icon-home"></use>
</svg> Accueil</a>
• <a rel="next" href="/david/2021/08/11/" title="Publication suivante : Pré-requis">Suivant →</a>
</p>
</nav>
<hr>


<blockquote>
<p>At some point, you won’t be able to visit <a href="http://info.cern.ch/hypertext/WWW/TheProject.html">the first web page ever published</a> without first clicking through a full-page warning injected by your web browser</p>
<p><cite><em><a href="https://adactio.com/links/18342">Chromium Blog: Increasing HTTPS adoption</a></em> (<a href="/david/cache/2021/b4ec4748a73b23b195366a74a17444f9/">cache</a>)</cite></p>
</blockquote>
<p>Cela me rend triste, alors qu’un effort particulier a toujours été fait pour <a href="https://github.com/styfle/breaking-changes-web">ne pas casser grand chose</a> sur le Web jusqu’à présent. Chrome est bien parti pour <a href="https://github.com/whatwg/html/issues/5407">nous les briser</a> pendant quelques années encore… #BeenThereSufferedThat</p>
<p>Il y a 30&nbsp;ans (merci Karl), Tim nous incitait <a href="https://groups.google.com/g/comp.archives/c/CfsHlSNYPUI/m/DTs60INnuzcJ">à essayer</a> (<a href="/david/cache/2021/e4f0d4ea8f6ec975b114ade59aa7fda2/">cache</a>) son nouveau jouet&nbsp;:</p>

<blockquote>
<p>It's just a question of generating plain text or SGML (ugh! but standard) mark-up on the fly. The browsers then parse it on the fly.</p>
<p><cite><em><a href="https://www.w3.org/People/Berners-Lee/1991/08/art-6484.txt">Subject: Re: Qualifiers on Hypertext links...</a></em> (<a href="/david/cache/2021/e39a703ed0d93c479d9c7d3b2f8444a9/">cache</a>)</cite></p>
</blockquote>
<figure>
<a href="#heron"
title="Cliquer pour une version haute résolution">
<img src="/static/david/2021/heron.jpg" alt="Un héron à la recherche de son futur repas au milieu des nénuphars."
loading="lazy" width="1600" height="1067" />
</a>
<a href="#_" class="lightbox" id="heron">
<img src="/static/david/2021/heron.jpg" alt="Un héron à la recherche de son futur repas au milieu des nénuphars."
loading="lazy" width="1600" height="1067" />
</a>
<figcaption>Vous avez évité une n-ième photo de toile d’araignée.</figcaption>
</figure>

<nav>
<p class="center">
<a rel="prev" href="/david/2021/08/09/" title="Publication précédente : Support">← Précédent</a> •
<a href="/david/2021/" title="Liste des publications récentes">↑ En 2021</a>
• <a rel="next" href="/david/2021/08/11/" title="Publication suivante : Pré-requis">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.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.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.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.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.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.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>

+ 211
- 0
david/2021/08/11/index.html View File

@@ -0,0 +1,211 @@
<!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>Pré-requis — David Larlet</title>
<meta name="description" content="You can choose to make it really complicated. Convince yourself that “the modern web” is inherently complex and convoluted. But then look at what makes it complex and convoluted: toolchains, build tools, pipelines, frameworks, libraries, and abstractions. Please try to remember that none of those things are required to make 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>Pré-requis</h1>
</header>
<nav>
<p class="center">
<a rel="prev" href="/david/2021/08/10/" title="Publication précédente : HTTPSadness">← Précédent</a> •
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs.svg#icon-home"></use>
</svg> Accueil</a>
</p>
</nav>
<hr>


<blockquote>
<p>You can <em>choose</em> to make it really complicated. Convince yourself that “the modern web” is inherently complex and convoluted. But then look at what makes it complex and convoluted: toolchains, build tools, pipelines, frameworks, libraries, and abstractions. Please try to remember that none of those things are required to make a website.</p>
<p>This is for everyone. Not just for everyone to consume, <mark>but for everyone to make.</mark></p>
<p><cite><em><a href="https://adactio.com/journal/18337">Foundations</a></em> (<a href="/david/cache/2021/b2c393ba384ba80f2361dc7652d50de3/">cache</a>)</cite></p>
</blockquote>
<p>Suivi de&nbsp;:</p>

<blockquote>
<p>It feels like the web we’re making now is a web designed for commercial interests. The reason we get CSS grid or the JS APIs of ES6,7, and 8&nbsp;has more to do with how companies want to build and deliver software over the web than it does with <mark>how individuals want to connect and communicate</mark> with each other over the web.</p>
<p><cite><em><a href="https://blog.jim-nielsen.com/2021/browsers-and-representation/">Browsers and Representation</a></em> (<a href="/david/cache/2021/13e573e5b0ffc244ac700dba6c7b8bd1/">cache</a>)</cite></p>
</blockquote>
<p>À quoi ressemblerait un navigateur du peuple pour le peuple&#8239;? Qu’est-ce qui pourrait être ajouté/retiré&#8239;? Quelle en serait sa gouvernance&#8239;? Quelle serait l’échelle d’usage/développement qui nous semblerait acceptable avant d’essaimer&#8239;?</p>
<p>Qu’il est inconfortable de se poser toutes ces questions&nbsp;:-).</p>

<blockquote>
<p>C’était là une approche typiquement mentat&nbsp;: se concentrer uniquement sur les questions. Les mentats accumulaient les questions comme d’autres avaient tendance à accumuler les réponses. <mark>Les questions créaient leurs propres trames et leurs propres systèmes.</mark> C’était cela qui aboutissait aux <em>formes</em> reconnaissables. Chacun voyait son univers à travers des trames qui s’étaient créées d’elles-mêmes, composées d’images, de mots, de désignations (parfaitement temporaires), le tout mêlé en un faisceau d’impulsions sensorielles qui se réfléchissaient sur ces constructions intérieures de la même manière que la lumière était renvoyée sur une surface brillante.<br />
Le premier instructeur mentat de Duncan Idaho avait élaboré une configuration provisoire de mots pour décrire cette fragile construction&nbsp;: «&nbsp;Surveillez les moindres mouvements significatifs de vos écrans intérieurs.&nbsp;»</p>
<p>[…]</p>
<p>La véritable force d’un mentat résidait dans cette <em>construction</em> mentale que les instructeurs appelaient «&nbsp;la grande synthèse&nbsp;». Cela requérait une patience que les non-mentats n’auraient même pas pu imaginer. Dans les écoles de mentats, on désignait cela sous le nom de persévérance. Il fallait être un pisteur primitif, capable de déchiffrer les signes les plus infimes, les perturbations les plus minuscules de l’environnement, et de les remonter jusqu’à leur source. En même temps, il fallait demeurer ouvert aux grands mouvements de l’extérieur comme de l’intérieur. Tout cela concourait à produire un état de «&nbsp;réceptivité naïve&nbsp;» qui était l’attitude de base du Mentat, apparentée à celle du Diseur de Vérité, mais beaucoup plus vaste dans son champ d’action.<br />
«&nbsp;Vous êtes ouvert à tout ce que l’univers pourra décider de faire&nbsp;», disait son premier instructeur. «&nbsp;Votre cerveau n’est pas un ordinateur. C’est un outil de décision couplé à tout ce que vos sens peuvent lui apporter.&nbsp;»</p>
<p><cite><em><a href="/david/2020/12/21/#dune">Dune</a> VI. La maison des mères</em>, Frank Herbert</cite></p>
</blockquote>
<figure>
<a href="#nenuphars"
title="Cliquer pour une version haute résolution">
<img src="/static/david/2021/nenuphars.jpg" alt="Deux nénuphars et leurs reflets."
loading="lazy" width="1600" height="1067" />
</a>
<a href="#_" class="lightbox" id="nenuphars">
<img src="/static/david/2021/nenuphars.jpg" alt="Deux nénuphars et leurs reflets."
loading="lazy" width="1600" height="1067" />
</a>
<figcaption>Que cette fleur soit synonyme de protections périodiques m’auto-frustre.</figcaption>
</figure>

<nav>
<p class="center">
<a rel="prev" href="/david/2021/08/10/" title="Publication précédente : HTTPSadness">← 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.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.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.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.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.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.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>

+ 15
- 0
david/2021/sources/2021-08-10 - HTTPSadness.md View File

@@ -0,0 +1,15 @@
# HTTPSadness

> At some point, you won’t be able to visit [the first web page ever published](http://info.cern.ch/hypertext/WWW/TheProject.html) without first clicking through a full-page warning injected by your web browser
>
> <cite>*[Chromium Blog: Increasing HTTPS adoption](https://adactio.com/links/18342)* ([cache](/david/cache/2021/b4ec4748a73b23b195366a74a17444f9/))</cite>

Cela me rend triste, alors qu’un effort particulier a toujours été fait pour [ne pas casser grand chose](https://github.com/styfle/breaking-changes-web) sur le Web jusqu’à présent. Chrome est bien parti pour [nous les briser](https://github.com/whatwg/html/issues/5407) pendant quelques années encore… #BeenThereSufferedThat

Il y a 30 ans (merci Karl), Tim nous incitait [à essayer](https://groups.google.com/g/comp.archives/c/CfsHlSNYPUI/m/DTs60INnuzcJ) ([cache](/david/cache/2021/e4f0d4ea8f6ec975b114ade59aa7fda2/)) son nouveau jouet :

> It's just a question of generating plain text or SGML (ugh! but standard) mark-up on the fly. The browsers then parse it on the fly.
>
> <cite>*[Subject: Re: Qualifiers on Hypertext links...](https://www.w3.org/People/Berners-Lee/1991/08/art-6484.txt)* ([cache](/david/cache/2021/e39a703ed0d93c479d9c7d3b2f8444a9/))</cite>

![Un héron à la recherche de son futur repas au milieu des nénuphars.](/static/david/2021/heron.jpg "Vous avez évité une n-ième photo de toile d’araignée.")

+ 29
- 0
david/2021/sources/2021-08-11 - Pré-requis.md View File

@@ -0,0 +1,29 @@
# Pré-requis

> You can *choose* to make it really complicated. Convince yourself that “the modern web” is inherently complex and convoluted. But then look at what makes it complex and convoluted: toolchains, build tools, pipelines, frameworks, libraries, and abstractions. Please try to remember that none of those things are required to make a website.
>
> This is for everyone. Not just for everyone to consume, ==but for everyone to make.==
>
> <cite>*[Foundations](https://adactio.com/journal/18337)* ([cache](/david/cache/2021/b2c393ba384ba80f2361dc7652d50de3/))</cite>

Suivi de :

> It feels like the web we’re making now is a web designed for commercial interests. The reason we get CSS grid or the JS APIs of ES6,7, and 8 has more to do with how companies want to build and deliver software over the web than it does with ==how individuals want to connect and communicate== with each other over the web.
>
> <cite>*[Browsers and Representation](https://blog.jim-nielsen.com/2021/browsers-and-representation/)* ([cache](/david/cache/2021/13e573e5b0ffc244ac700dba6c7b8bd1/))</cite>

À quoi ressemblerait un navigateur du peuple pour le peuple ? Qu’est-ce qui pourrait être ajouté/retiré ? Quelle en serait sa gouvernance ? Quelle serait l’échelle d’usage/développement qui nous semblerait acceptable avant d’essaimer ?

Qu’il est inconfortable de se poser toutes ces questions :-).

> C’était là une approche typiquement mentat : se concentrer uniquement sur les questions. Les mentats accumulaient les questions comme d’autres avaient tendance à accumuler les réponses. ==Les questions créaient leurs propres trames et leurs propres systèmes.== C’était cela qui aboutissait aux *formes* reconnaissables. Chacun voyait son univers à travers des trames qui s’étaient créées d’elles-mêmes, composées d’images, de mots, de désignations (parfaitement temporaires), le tout mêlé en un faisceau d’impulsions sensorielles qui se réfléchissaient sur ces constructions intérieures de la même manière que la lumière était renvoyée sur une surface brillante.
> Le premier instructeur mentat de Duncan Idaho avait élaboré une configuration provisoire de mots pour décrire cette fragile construction : « Surveillez les moindres mouvements significatifs de vos écrans intérieurs. »
>
> […]
>
> La véritable force d’un mentat résidait dans cette *construction* mentale que les instructeurs appelaient « la grande synthèse ». Cela requérait une patience que les non-mentats n’auraient même pas pu imaginer. Dans les écoles de mentats, on désignait cela sous le nom de persévérance. Il fallait être un pisteur primitif, capable de déchiffrer les signes les plus infimes, les perturbations les plus minuscules de l’environnement, et de les remonter jusqu’à leur source. En même temps, il fallait demeurer ouvert aux grands mouvements de l’extérieur comme de l’intérieur. Tout cela concourait à produire un état de « réceptivité naïve » qui était l’attitude de base du Mentat, apparentée à celle du Diseur de Vérité, mais beaucoup plus vaste dans son champ d’action.
> « Vous êtes ouvert à tout ce que l’univers pourra décider de faire », disait son premier instructeur. « Votre cerveau n’est pas un ordinateur. C’est un outil de décision couplé à tout ce que vos sens peuvent lui apporter. »
>
> <cite>*[Dune](/david/2020/12/21/#dune) VI. La maison des mères*, Frank Herbert</cite>

![Deux nénuphars et leurs reflets.](/static/david/2021/nenuphars.jpg "Que cette fleur soit synonyme de protections périodiques m’auto-frustre.")

+ 3
- 1
david/index.html View File

@@ -77,7 +77,9 @@
<h3>Août 2021</h3>
<p>
<a href="/david/2021/08/08/">Vacance</a>,
<a href="/david/2021/08/09/">Support</a>.
<a href="/david/2021/08/09/">Support</a>,
<a href="/david/2021/08/10/">HTTPSadness</a>,
<a href="/david/2021/08/11/">Pré-requis</a>.
</p>

+ 70
- 29
david/log/index.xml View File

@@ -6,13 +6,82 @@
<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-08-16T12:00:00+01:00</updated>
<updated>2021-08-18T12: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">Pré-requis</title>
<link href="https://larlet.fr/david/2021/08/11/" rel="alternate" type="text/html" />
<updated>2021-08-11T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2021/08/11/</id>
<summary type="html">

&lt;blockquote&gt;
&lt;p&gt;You can &lt;em&gt;choose&lt;/em&gt; to make it really complicated. Convince yourself that “the modern web” is inherently complex and convoluted. But then look at what makes it complex and convoluted: toolchains, build tools, pipelines, frameworks, libraries, and abstractions. Please try to remember that none of those things are required to make a website.&lt;/p&gt;
&lt;p&gt;This is for everyone. Not just for everyone to consume, &lt;mark&gt;but for everyone to make.&lt;/mark&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://adactio.com/journal/18337&quot;&gt;Foundations&lt;/a&gt;&lt;/em&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/b2c393ba384ba80f2361dc7652d50de3/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Suivi de&amp;nbsp;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;It feels like the web we’re making now is a web designed for commercial interests. The reason we get CSS grid or the JS APIs of ES6,7, and 8&amp;nbsp;has more to do with how companies want to build and deliver software over the web than it does with &lt;mark&gt;how individuals want to connect and communicate&lt;/mark&gt; with each other over the web.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://blog.jim-nielsen.com/2021/browsers-and-representation/&quot;&gt;Browsers and Representation&lt;/a&gt;&lt;/em&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/13e573e5b0ffc244ac700dba6c7b8bd1/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;À quoi ressemblerait un navigateur du peuple pour le peuple&amp;#8239;? Qu’est-ce qui pourrait être ajouté/retiré&amp;#8239;? Quelle en serait sa gouvernance&amp;#8239;? Quelle serait l’échelle d’usage/développement qui nous semblerait acceptable avant d’essaimer&amp;#8239;?&lt;/p&gt;
&lt;p&gt;Qu’il est inconfortable de se poser toutes ces questions&amp;nbsp;:-).&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;C’était là une approche typiquement mentat&amp;nbsp;: se concentrer uniquement sur les questions. Les mentats accumulaient les questions comme d’autres avaient tendance à accumuler les réponses. &lt;mark&gt;Les questions créaient leurs propres trames et leurs propres systèmes.&lt;/mark&gt; C’était cela qui aboutissait aux &lt;em&gt;formes&lt;/em&gt; reconnaissables. Chacun voyait son univers à travers des trames qui s’étaient créées d’elles-mêmes, composées d’images, de mots, de désignations (parfaitement temporaires), le tout mêlé en un faisceau d’impulsions sensorielles qui se réfléchissaient sur ces constructions intérieures de la même manière que la lumière était renvoyée sur une surface brillante.&lt;br /&gt;
Le premier instructeur mentat de Duncan Idaho avait élaboré une configuration provisoire de mots pour décrire cette fragile construction&amp;nbsp;: «&amp;nbsp;Surveillez les moindres mouvements significatifs de vos écrans intérieurs.&amp;nbsp;»&lt;/p&gt;
&lt;p&gt;[…]&lt;/p&gt;
&lt;p&gt;La véritable force d’un mentat résidait dans cette &lt;em&gt;construction&lt;/em&gt; mentale que les instructeurs appelaient «&amp;nbsp;la grande synthèse&amp;nbsp;». Cela requérait une patience que les non-mentats n’auraient même pas pu imaginer. Dans les écoles de mentats, on désignait cela sous le nom de persévérance. Il fallait être un pisteur primitif, capable de déchiffrer les signes les plus infimes, les perturbations les plus minuscules de l’environnement, et de les remonter jusqu’à leur source. En même temps, il fallait demeurer ouvert aux grands mouvements de l’extérieur comme de l’intérieur. Tout cela concourait à produire un état de «&amp;nbsp;réceptivité naïve&amp;nbsp;» qui était l’attitude de base du Mentat, apparentée à celle du Diseur de Vérité, mais beaucoup plus vaste dans son champ d’action.&lt;br /&gt;
«&amp;nbsp;Vous êtes ouvert à tout ce que l’univers pourra décider de faire&amp;nbsp;», disait son premier instructeur. «&amp;nbsp;Votre cerveau n’est pas un ordinateur. C’est un outil de décision couplé à tout ce que vos sens peuvent lui apporter.&amp;nbsp;»&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://larlet.fr/david/2020/12/21/#dune&quot;&gt;Dune&lt;/a&gt; VI. La maison des mères&lt;/em&gt;, Frank Herbert&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;figure&gt;
&lt;a href=&quot;https://larlet.fr/static/david/2021/nenuphars.jpg&quot;
title=&quot;Cliquer pour une version haute résolution&quot;&gt;
&lt;img src=&quot;https://larlet.fr/static/david/2021/nenuphars.jpg&quot; alt=&quot;Deux nénuphars et leurs reflets.&quot;
width=&quot;1600&quot; height=&quot;1067&quot; /&gt;
&lt;/a&gt;
&lt;figcaption&gt;Que cette fleur soit synonyme de protections périodiques m’auto-frustre.&lt;/figcaption&gt;
&lt;/figure&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">HTTPSadness</title>
<link href="https://larlet.fr/david/2021/08/10/" rel="alternate" type="text/html" />
<updated>2021-08-10T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2021/08/10/</id>
<summary type="html">

&lt;blockquote&gt;
&lt;p&gt;At some point, you won’t be able to visit &lt;a href=&quot;http://info.cern.ch/hypertext/WWW/TheProject.html&quot;&gt;the first web page ever published&lt;/a&gt; without first clicking through a full-page warning injected by your web browser&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://adactio.com/links/18342&quot;&gt;Chromium Blog: Increasing HTTPS adoption&lt;/a&gt;&lt;/em&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/b4ec4748a73b23b195366a74a17444f9/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Cela me rend triste, alors qu’un effort particulier a toujours été fait pour &lt;a href=&quot;https://github.com/styfle/breaking-changes-web&quot;&gt;ne pas casser grand chose&lt;/a&gt; sur le Web jusqu’à présent. Chrome est bien parti pour &lt;a href=&quot;https://github.com/whatwg/html/issues/5407&quot;&gt;nous les briser&lt;/a&gt; pendant quelques années encore… #BeenThereSufferedThat&lt;/p&gt;
&lt;p&gt;Il y a 30&amp;nbsp;ans (merci Karl), Tim nous incitait &lt;a href=&quot;https://groups.google.com/g/comp.archives/c/CfsHlSNYPUI/m/DTs60INnuzcJ&quot;&gt;à essayer&lt;/a&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/e4f0d4ea8f6ec975b114ade59aa7fda2/&quot;&gt;cache&lt;/a&gt;) son nouveau jouet&amp;nbsp;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;It&#x27;s just a question of generating plain text or SGML (ugh! but standard) mark-up on the fly. The browsers then parse it on the fly.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.w3.org/People/Berners-Lee/1991/08/art-6484.txt&quot;&gt;Subject: Re: Qualifiers on Hypertext links...&lt;/a&gt;&lt;/em&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/e39a703ed0d93c479d9c7d3b2f8444a9/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;figure&gt;
&lt;a href=&quot;https://larlet.fr/static/david/2021/heron.jpg&quot;
title=&quot;Cliquer pour une version haute résolution&quot;&gt;
&lt;img src=&quot;https://larlet.fr/static/david/2021/heron.jpg&quot; alt=&quot;Un héron à la recherche de son futur repas au milieu des nénuphars.&quot;
width=&quot;1600&quot; height=&quot;1067&quot; /&gt;
&lt;/a&gt;
&lt;figcaption&gt;Vous avez évité une n-ième photo de toile d’araignée.&lt;/figcaption&gt;
&lt;/figure&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">Support</title>
<link href="https://larlet.fr/david/2021/08/09/" rel="alternate" type="text/html" />
@@ -817,34 +886,6 @@
&lt;p&gt;Les humains sont contents lorsque chacun occupe sa place, lorsque chacun sait parfaitement ce qu’il représente dans l’agencement des choses et ce qu’il peut espérer accomplir. &lt;mark&gt;Détruisez cette place et vous détruisez l’être.&lt;/mark&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;Leçon du Bene Gesserit&lt;/em&gt;, &lt;em&gt;&lt;a href=&quot;https://larlet.fr/david/2020/12/21/#dune&quot;&gt;Dune&lt;/a&gt; V. Les Hérétiques de Dune&lt;/em&gt;, Frank Herbert&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&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">Connexionisme</title>
<link href="https://larlet.fr/david/2021/07/01/" rel="alternate" type="text/html" />
<updated>2021-07-01T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2021/07/01/</id>
<summary type="html">

&lt;blockquote&gt;
&lt;p&gt;(masculin) Discrimination envers les personnes ayant un handicap de connexion.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Il est facile à force de faire des visioconférences d’en vouloir aux personnes pénalisant l’ensemble des échanges, les maillons faibles d’une communication en pair à pair. Il faut accepter qu’elles ne l’ont probablement pas choisi et qu’elles en souffrent bien plus, de façon ponctuelle ou semi-permanente. Nous ne sommes pas tou·tes également connecté·es.&lt;/p&gt;
&lt;p&gt;Aussi, dans la plupart des pays, le débit a un coût non négligeable. Les personnes résidant en France n’en ont pas forcément conscience (grâce/à cause du réseau historique + cassage des prix par Free, libéralisation du service public nous voilà…).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Inspiré du &lt;a href=&quot;https://fr.wiktionary.org/wiki/capacitisme&quot;&gt;capacitisme&lt;/a&gt;.&lt;/em&gt;&lt;/p&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">Six mois</title>
<link href="https://larlet.fr/david/2021/06/30/" rel="alternate" type="text/html" />
<updated>2021-06-30T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2021/06/30/</id>
<summary type="html">
&lt;p&gt;170&amp;nbsp;entrées &lt;a href=&quot;https://larlet.fr/david/2021/01/01/&quot; title=&quot;PresQuotidien&quot;&gt;presquotidiennes&lt;/a&gt; ces 6&amp;nbsp;derniers mois. Quelques brouillons auto-censurés, quelques entrées que j’aurais préféré ne pas publier avec le recul. Un moyen d’évacuer le flux de mes pensées et de produire parfois des échanges bienvenus. Merci aux personnes qui prennent le temps de réagir&amp;#8239;!&lt;/p&gt;
&lt;p&gt;Je ne suis pas sûr de vouloir/pouvoir publier autant cet été, j’ai pas mal de choses prévues et des périodes de coupures plus ou moins longues. J’espère ne pas trop me manquer, au pire un carnet ne sera jamais très loin.&lt;/p&gt;
&lt;p&gt;C’est vraiment bon de réussir à écrire.&lt;/p&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>

Loading…
Cancel
Save