Browse Source

Publishing

master
David Larlet 2 years ago
parent
commit
0946004bbf

+ 2
- 2
david/2021/10/01/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/10/02/" title="Publication suivante : Redesign">Suivant →</a>
</p>
</nav>
<hr>
@@ -80,7 +80,7 @@
<p class="center">
<a rel="prev" href="/david/2021/09/29/" title="Publication précédente : Lenteur">← Précédent</a> •
<a href="/david/2021/" title="Liste des publications récentes">↑ En 2021</a>
• <a rel="next" href="/david/2021/10/02/" title="Publication suivante : Redesign">Suivant →</a>
</p>
</nav>
</article>

+ 185
- 0
david/2021/10/02/index.html View File

@@ -0,0 +1,185 @@
<!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>Redesign — David Larlet</title>
<meta name="description" content="So what you see here isn’t me.">
<!-- 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>Redesign</h1>
</header>
<nav>
<p class="center">
<a rel="prev" href="/david/2021/10/01/" title="Publication précédente : Stratégie">← 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 lang="en">
<p>So what you see here isn’t me.</p>
<p>Without the safety of this website my flaws and vices are clear: I’m often lazy and uncoordinated. I don’t have a lot of natural social grace (or rather it takes a long time for me to warm up to charming). My ego gets in the way all the time, and I’m so very jealous of everyone around me. Also: I’m perpetually, completely, infinitely terrified of everything.</p>
<p>So websites are weird like that. They’re a fun house of mirrors that can be manipulated in every which way to hide who the author really is. And I don’t mean that in a cynical way, I mean to say this with a dash of optimism: <mark>with this website I can redesign myself as much as I do the homepage</mark> (I hope you like the new one).</p>
<p>With this website I can figure out who I want to be.</p>
<p><cite><em><a href="https://www.robinrendle.com/notes/from-the-distance-of-this-website/">From the distance of this website</a></em> (<a href="/david/cache/2021/4bf85f63126b56e9757b6ae0b2edf59c/">cache</a>)</cite></p>
</blockquote>
<p>Cela fait longtemps que je n’ai pas revu le design de ce site et de sa page d’accueil. Je pourrais y voir une certaine signification, celle qu’il soit encore en accord avec une image que j’ai envie de partager de moi-même. Entre le manque de mouvement et la flemme, il y a une troisième voie (voix&#8239;?)&nbsp;: un truc qui fonctionne suffisamment bien pour pouvoir porter mon attention ailleurs.</p>

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

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

@@ -555,6 +555,8 @@
<h2><a href="/david/2021/10/01/">Stratégie</a> (2021-10-01)</h2>
<h2><a href="/david/2021/10/02/">Redesign</a> (2021-10-02)</h2>
</main>



+ 13
- 0
david/2021/sources/2021-10-02 - Redesign.md View File

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

> [en] So what you see here isn’t me.
>
> Without the safety of this website my flaws and vices are clear: I’m often lazy and uncoordinated. I don’t have a lot of natural social grace (or rather it takes a long time for me to warm up to charming). My ego gets in the way all the time, and I’m so very jealous of everyone around me. Also: I’m perpetually, completely, infinitely terrified of everything.
>
> So websites are weird like that. They’re a fun house of mirrors that can be manipulated in every which way to hide who the author really is. And I don’t mean that in a cynical way, I mean to say this with a dash of optimism: ==with this website I can redesign myself as much as I do the homepage== (I hope you like the new one).
>
> With this website I can figure out who I want to be.
>
> <cite>*[From the distance of this website](https://www.robinrendle.com/notes/from-the-distance-of-this-website/)* ([cache](/david/cache/2021/4bf85f63126b56e9757b6ae0b2edf59c/))</cite>

Cela fait longtemps que je n’ai pas revu le design de ce site et de sa page d’accueil. Je pourrais y voir une certaine signification, celle qu’il soit encore en accord avec une image que j’ai envie de partager de moi-même. Entre le manque de mouvement et la flemme, il y a une troisième voie (voix ?) : un truc qui fonctionne suffisamment bien pour pouvoir porter mon attention ailleurs.

+ 2
- 1
david/index.html View File

@@ -76,7 +76,8 @@
<h3>Octobre 2021</h3>
<p>
<a href="/david/2021/10/01/">Stratégie</a>.
<a href="/david/2021/10/01/">Stratégie</a>,
<a href="/david/2021/10/02/">Redesign</a>.
</p>

+ 19
- 34
david/log/index.xml View File

@@ -6,13 +6,31 @@
<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-10-08T12:00:00+01:00</updated>
<updated>2021-10-09T12: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">Redesign</title>
<link href="https://larlet.fr/david/2021/10/02/" rel="alternate" type="text/html" />
<updated>2021-10-02T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2021/10/02/</id>
<summary type="html">

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;So what you see here isn’t me.&lt;/p&gt;
&lt;p&gt;Without the safety of this website my flaws and vices are clear: I’m often lazy and uncoordinated. I don’t have a lot of natural social grace (or rather it takes a long time for me to warm up to charming). My ego gets in the way all the time, and I’m so very jealous of everyone around me. Also: I’m perpetually, completely, infinitely terrified of everything.&lt;/p&gt;
&lt;p&gt;So websites are weird like that. They’re a fun house of mirrors that can be manipulated in every which way to hide who the author really is. And I don’t mean that in a cynical way, I mean to say this with a dash of optimism: &lt;mark&gt;with this website I can redesign myself as much as I do the homepage&lt;/mark&gt; (I hope you like the new one).&lt;/p&gt;
&lt;p&gt;With this website I can figure out who I want to be.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.robinrendle.com/notes/from-the-distance-of-this-website/&quot;&gt;From the distance of this website&lt;/a&gt;&lt;/em&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/4bf85f63126b56e9757b6ae0b2edf59c/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Cela fait longtemps que je n’ai pas revu le design de ce site et de sa page d’accueil. Je pourrais y voir une certaine signification, celle qu’il soit encore en accord avec une image que j’ai envie de partager de moi-même. Entre le manque de mouvement et la flemme, il y a une troisième voie (voix&amp;#8239;?)&amp;nbsp;: un truc qui fonctionne suffisamment bien pour pouvoir porter mon attention ailleurs.&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">Stratégie</title>
<link href="https://larlet.fr/david/2021/10/01/" rel="alternate" type="text/html" />
@@ -792,39 +810,6 @@ Liberté de circulation et d’installation&amp;#8239;!&lt;/p&gt;
&lt;/a&gt;
&lt;figcaption&gt;Équilibre instable.&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">Ambivalence</title>
<link href="https://larlet.fr/david/2021/08/26/" rel="alternate" type="text/html" />
<updated>2021-08-26T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2021/08/26/</id>
<summary type="html">

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;This is just what I’m used to nowadays – not using a technology because it’s the best-in-class or makes my life easier, but because it meets some high-minded criteria about how I think software should be: privacy-respecting, open-source, controlled by the user, etc.&lt;/p&gt;
&lt;p&gt;[…]&lt;/p&gt;
&lt;p&gt;For the time being, though, &lt;mark&gt;I’m going to keep acting like technology is an enemy&lt;/mark&gt; I need to subdue rather than a purveyor of joys and delights.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://nolanlawson.com/2021/08/26/my-love-hate-affair-with-technology/&quot;&gt;My love-hate affair with technology&lt;/a&gt;&lt;/em&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/67a6372e0d7e2b65224262106e8318b0/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Toujours ce tiraillement très bien exprimé par Nolan Lawson entre l’insouciance des choses qui marchent (mais &lt;a href=&quot;https://edwardsnowden.substack.com/p/all-seeing-i&quot;&gt;on ne décide pas de la direction dans laquelle&lt;/a&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/9a458e7f3ad00b45d36511666ee29021/&quot;&gt;cache&lt;/a&gt;) elles vont) et la friction répétée d’outils qui ne prennent pas suffisamment soin des personnes trop éloignées — à différents niveaux et parfois de manière légitime — de l’équipe qui développe.&lt;/p&gt;
&lt;p&gt;Ces deux modèles encouragent des modèles de société différents et aucun des deux ne me convient. D’un côté des multi-milliardaires qui bousillent la planète, de l’autre des &lt;em&gt;tech bro&lt;/em&gt; qui acquièrent un pouvoir soci·ét·al non négligeable (je caricature, #NotAllDevs, toussa). Ce n’est probablement pas le même ordre de grandeur mais ça me questionne pas mal quand même. Au milieu de tout ça, il y a probablement &lt;a href=&quot;https://framablog.org/2019/12/10/archipelisation-comment-framasoft-concoit-les-relations-quelle-tisse/&quot;&gt;des archipels&lt;/a&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/ef5bbfde106a3477ff728bf27413672d/&quot;&gt;cache&lt;/a&gt;) où il fait bon grandir, de manière un peu isolée pour se protéger, un peu entre-soi pour pouvoir se reposer. Ces endroits-refuges sont géniaux et j’ai de bons échanges sur Masto une fois mes interlocuteur·ices choisi·es, trié·es pour être acceptables. Mais peut-on rester insulaire indéfiniment&amp;#8239;?&lt;/p&gt;
&lt;p&gt;J’ai beaucoup de doutes vis-à-vis de tous ces choix en ce moment. Quels sont les modèles les moins toxiques que je puisse encourager par mon attention&amp;#8239;? Et potentiellement mon argent&amp;#8239;?!&lt;/p&gt;
&lt;p&gt;Par ailleurs, je tombais aujourd’hui (via &lt;a href=&quot;https://www.youtube.com/watch?v=ZdWx9_YfxFU&quot;&gt;cette vidéo&lt;/a&gt;) sur cette citation&amp;nbsp;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;L’histoire n’est pas quelque chose que l’on peut regarder en se disant «&amp;nbsp;c’est inévitable&amp;nbsp;», elle arrive parce que des gens ont pris des décisions […]&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;Marsha P. Johnson&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;figure&gt;
&lt;a href=&quot;https://larlet.fr/static/david/2021/geai-bleu-envers.jpg&quot;
title=&quot;Cliquer pour une version haute résolution&quot;&gt;
&lt;img src=&quot;https://larlet.fr/static/david/2021/geai-bleu-envers.jpg&quot; alt=&quot;Un geai bleu qui se tient à une branche, à l’envers (pour attraper des bleuets).&quot;
width=&quot;2048&quot; height=&quot;1366&quot; /&gt;
&lt;/a&gt;
&lt;figcaption&gt;Peut-être faut-il prendre le problème à l’envers : de quoi ai-je besoin ? Vaste sujet.&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>

Loading…
Cancel
Save