Browse Source

Article

master
David Larlet 3 weeks ago
parent
commit
97029250a1
Signed by: David Larlet <david@larlet.fr> GPG Key ID: 3E2953A359E7E7BD

+ 8
- 0
david/2024/04/03/index.html View File

@@ -152,6 +152,10 @@
title="Aller à la page de recherche"
rel="search" data-no-instant>Recherche</a>
• <a rel="next"
href="/david/2024/04/05/"
title="Publication suivante : Productivité">Suivant →</a>
</p>
</nav>
@@ -209,6 +213,10 @@
<a href="/david/2024/" title="Liste des publications récentes">↑ En 2024</a>
• <a rel="next"
href="/david/2024/04/05/"
title="Publication suivante : Productivité">Suivant →</a>
</p>
</nav>


+ 415
- 0
david/2024/04/05/index.html View File

@@ -0,0 +1,415 @@
<!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>
Productivité
— David Larlet</title>
<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>
<!-- Documented, feel free to shoot an email. -->
<link rel="stylesheet" href="/static/david/css/style_2024-03-09.css">
<!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
<link rel="preload"
href="/static/david/css/fonts/century_supra_ot_a_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/century_supra_ot_a_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/century_supra_ot_a_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/century_supra_ot_b_regular.woff2"
as="font"
type="font/woff2"
media="(prefers-color-scheme: dark)"
crossorigin>
<link rel="preload"
href="/static/david/css/fonts/century_supra_ot_b_bold.woff2"
as="font"
type="font/woff2"
media="(prefers-color-scheme: dark)"
crossorigin>
<link rel="preload"
href="/static/david/css/fonts/century_supra_ot_b_italic.woff2"
as="font"
type="font/woff2"
media="(prefers-color-scheme: dark)"
crossorigin>
<meta name="description" content="You see, the more I wrote about “productivity”, the more I found myself falling into a trap. It’s very difficult to write in this space without approaching the topic in a way that’s weirdly moralistic. It’s difficult to avoid implying that “being productive” is some sort of objectively virtuous behavior – and that conversely a lack of “productivity” is some sort of moral failing. I don’t believe this. Nor do I believe that we have any sort of imperative to be maximally-productive at work. You don’t need to “give 110%” to your job. You don’t “owe” your employer any sort of maximal time and attention.">
<!-- That good ol' feed, subscribe :). -->
<link rel="alternate"
type="application/atom+xml"
title="Feed"
href="/david/log/">
<!-- Generated from https://realfavicongenerator.net/ such a mess. -->
<link rel="apple-touch-icon"
sizes="180x180"
href="/static/david/icons2/apple-touch-icon.png">
<link rel="icon"
type="image/png"
sizes="32x32"
href="/static/david/icons2/favicon-32x32.png">
<link rel="icon"
type="image/png"
sizes="16x16"
href="/static/david/icons2/favicon-16x16.png">
<link rel="manifest" href="/static/david/icons2/site.webmanifest">
<link rel="mask-icon"
href="/static/david/icons2/safari-pinned-tab.svg"
color="#07486c">
<link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
<meta name="msapplication-TileColor" content="#f7f7f7">
<meta name="msapplication-config"
content="/static/david/icons2/browserconfig.xml">
<meta name="theme-color"
content="#f7f7f7"
media="(prefers-color-scheme: light)">
<meta name="theme-color"
content="#272727"
media="(prefers-color-scheme: dark)">
<!-- Is that even respected? Retrospectively? What a shAItshow…
https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/ -->
<meta name="robots" content="noai, noimageai">
<style type="text/css">
.tippy-content {
min-width: 280px;
padding: .5rem;
font-size: calc(var(--fluid-0) * 0.8);
font-family: var(--labor-font);
letter-spacing: initial;
text-align: left;
}
.tippy-content h3 {
margin-top: 0;
}
.tippy-content h3 img {
max-width: 2rem;
max-height: 2rem;
display: inline-block;
}
.tippy-content .tippy-links {
display: flex;
justify-content: space-around;
}
.tippy-content a {
padding: .4rem;
color: #F06048;
}
</style>

<body data-instant-intensity="viewport-all">
<article>
<header>
<hgroup>
<h1>Productivité</h1>
<p>Le <time datetime="2024-04-05">5 avril 2024</time></p>
</hgroup>
</header>
<nav>
<p>
<a rel="prev"
href="/david/2024/04/03/"
title="Publication précédente : Décision">← Précédent</a> •
<a href="/david/" title="Aller à l’accueil" rel="up">Accueil</a>
<a href="/david/recherche/"
title="Aller à la page de recherche"
rel="search" data-no-instant>Recherche</a>
</p>
</nav>

<blockquote lang="en">
<p>You see, the more I wrote about “productivity”, the more I found myself falling into a trap. <mark>It’s very difficult to write in this space without approaching the topic in a way that’s weirdly moralistic.</mark> It’s difficult to avoid implying that “being productive” is some sort of objectively virtuous behavior – and that conversely a lack of “productivity” is some sort of moral failing. I don’t believe this. Nor do I believe that we have any sort of imperative to be maximally-productive at work. You don’t need to “give 110%” to your job. You don’t “owe” your employer any sort of maximal time and&nbsp;attention.</p>
<p>I do think that “productivity” is important, but it’s a more subtle importance. It’s not about being a nice little compliant worker drone and maximizing your contributions to capitalism! Productivity is important to me in the way that it contributes to feeling content and&nbsp;fulfilled.</p>
<p><cite><em><a data-link-domain="jacobian.org" href="https://jacobian.org/2024/apr/4/not-writing-about-productivity/" hreflang="en"
title="Consultation de l’article (anglais)">Why I’m Not Writing a Productivity Series</a>
<a href="/david/cache/2024/10d2718395313e94f45ab8484bfc8d86/" hreflang="en"
data-tippy data-description="I planned and started to write a series about personal productivity systems, but I’m abandoning the series. Here’s why."
data-source="https://jacobian.org/2024/apr/4/not-writing-about-productivity/"
data-date="2024-04-06"
data-favicon="https://jacobian.org/favicon.ico"
data-domain="jacobian.org"
><svg xmlns="http://www.w3.org/2000/svg"
width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="square"
stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
<line x1="12" y1="17" x2="12.01" y2="17"></line>
</svg>
<span class="sr-only">[archive]</span></a></em></cite></p>
</blockquote>
<p>Il y a des tâches à l’état gazeux, qui remplissent tout le temps que l’on est prêt à leur&nbsp;laisser.</p>
<p>Il y a des tâches à l’état liquide, qui vont se répandre dans tous les interstices de temps d’autres&nbsp;tâches.</p>
<p>Il y a des tâches à l’état solide, que l’on peine à sup·porter et dont on a du mal à se&nbsp;défaire.</p>
<p>Il y a des tâches qui sont des réactions en chaîne, dont il faut attendre le point de bascule en préparant les matières&nbsp;premières.</p>
<p>La classification périodique des tâches, un autre moyen de les&nbsp;qualifier&#8239;?</p>
<a href="#hr-143" title="Lien vers cette section de la page"><hr id="hr-143" /></a>

<blockquote lang="en">
<p>The fast, feature-rich, GPU based terminal&nbsp;emulator</p>
<p><cite><em><a data-link-domain="sw.kovidgoyal.net" href="https://sw.kovidgoyal.net/kitty/">kitty</a></em></cite></p>
</blockquote>
<p>Je me demande souvent si d’autres outils me permettraient d’être plus efficace / rapide. C’est le temps d’apprentissage puis la robustesse de l’outil et la communauté (et son support) qui m’importent. J’ai aussi cette croyance qu’en altérant trop les outils par défaut, je vais être moins à même de pouvoir accompagner des personnes moins techniques lorsque l’occasion se&nbsp;présente.</p>
<p>Aujourd’hui, j’ai repris à zéro mes <em>packages</em> de <a data-link-domain="sublimetext.com" href="https://www.sublimetext.com/">Sublime Text 4</a> car j’avais un <a data-link-domain="github.com" href="https://github.com/wbond/package_control/issues/1612">souci avec Package Control</a> et le <em>log</em> des 27&nbsp;paquets installés me masquait la vraie erreur. Je n’ai ensuite installé que <a data-link-domain="packagecontrol.io" href="https://packagecontrol.io/packages/LSP">LSP</a>, <a data-link-domain="packagecontrol.io" href="https://packagecontrol.io/packages/LSP-ruff">LSP-ruff</a> et <a data-link-domain="packagecontrol.io" href="https://packagecontrol.io/packages/LSP-rome">LSP-rome</a>. Peut-être que c’est suffisant à mes besoins actuels&#8239;? (Merci&nbsp;Rust.)</p>
<p>Je suis toujours assez effaré par les performances de&nbsp;VSCodium…</p>

<nav>
<p>
<a href="/david/2024/documentation/"
title="Liste de tous les articles 2024 associés à cette étiquette"
rel="tag">#documentation</a>
<a href="/david/2024/experience/"
title="Liste de tous les articles 2024 associés à cette étiquette"
rel="tag">#expérience</a>
<a href="/david/2024/psychologie/"
title="Liste de tous les articles 2024 associés à cette étiquette"
rel="tag">#psychologie</a>
<a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
</p>
</nav>
<nav>
<p>
<a rel="prev"
href="/david/2024/04/03/"
title="Publication précédente : Décision">← Précédent</a> •
<a href="/david/2024/" title="Liste des publications récentes">↑ En 2024</a>
</p>
</nav>

<form action="/david/recherche/" method="get">
<fieldset>
<legend>Recherche</legend>
<label for="input-search">Termes de votre recherche :</label>
<input id="input-search" type="search" name="s" aria-describedby="indexation-infos" required>
<input type="submit" value="Chercher">
<p id="indexation-infos">
<small>
Seuls les contenus de ces 8 dernières années sont indexés.
</small>
</p>
</fieldset>
</form>
<aside>
<theme-toggle></theme-toggle>
</aside>
</article>
<hr>
<footer>
<p>
<a href="/david/" title="Aller à l’accueil">Accueil</a>
<a href="/david/log/" title="Accès au flux RSS">Suivre</a>
<a href="http://larlet.com"
title="Go to my English profile"
data-instant>Pro</a>
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel">Email</a>
<abbr title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">Légal</abbr>
</p>
<template id="theme-selector">
<form>
<style type="text/css">
fieldset div {
text-align: center;
}
</style>
<fieldset>
<legend>Thème</legend>
<div>
<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>
</div>
</fieldset>
</form>
</template>
</footer>
<script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
<script>
class ThemeToggle extends HTMLElement {
constructor() {
super()
const themeSelectorTemplate = document.querySelector('#theme-selector')
const form = themeSelectorTemplate.content.firstElementChild
this.attachShadow({ mode: 'open' })
this.shadowRoot.appendChild(form.cloneNode(true))
}

connectedCallback() {
const form = this.shadowRoot.querySelector('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 colorsLayer = undefined
let hasDarkRules = false
for (const styleSheet of Array.from(document.styleSheets)) {
let mediaRules = []
for (const layerRule of styleSheet.cssRules) {
if (!(layerRule instanceof CSSLayerBlockRule)) {
continue
}
if (layerRule.name === 'colors') {
colorsLayer = layerRule
}
for (const cssRule of layerRule.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) {
// Safari requires the `0` second parameter (even if default).
colorsLayer.insertRule(mediaRule.cssText, 0)
hasDarkRules = true
}
}

if (hasDarkRules) {
if ('customElements' in window && !customElements.get('theme-toggle')) {
customElements.define('theme-toggle', ThemeToggle)
}
}
})
</script>
<script src="/static/david/js/popper-2.11.8.min.js"></script>
<script src="/static/david/js/tippy-bundle-6.3.7.umd.min.js"></script>
<script>
tippy('[data-tippy]', {
content(reference) {
reference.addEventListener('click', (e) => e.preventDefault())
return `
<h3 lang="fr">
<img src="${reference.dataset.favicon}" loading="lazy">
<a href="${reference.dataset.source}"
>Article sur ${reference.dataset.domain}</a></h3>
<p lang="${reference.hreflang}"><em>${reference.dataset.description}</em></p>
<div class="tippy-links" lang="fr">
<a href="${reference.href}">Archive au ${reference.dataset.date}</a>
</div>
`
},
allowHTML: true,
interactive: true,
delay: [150, 700],
hideOnClick: false
})
</script>
<script type="module">
import { annotate } from '/static/david/js/rough-notation-0.5.1.esm.min.js'

const markObserver = new IntersectionObserver((entries, observer) => {
const computedStyle = getComputedStyle(document.documentElement)
const markBackground = computedStyle.getPropertyValue('--mark-background')
for (const entry of entries) {
if (entry.intersectionRatio === 0) continue
const markElement = entry.target
markElement.style.backgroundColor = 'inherit'
const annotation = annotate(
markElement, {
type: 'highlight',
multiline: true,
color: markBackground,
// animate: !window.matchMedia('(prefers-reduced-motion: reduce)').matches
animate: false
}
)
annotation.show()
observer.unobserve(markElement)
}
}, {threshold: 1.0})

for (const markElement of document.querySelectorAll('mark')) {
markObserver.observe(markElement)
}
</script>

</body>
</html>

+ 31
- 0
david/2024/_sources/2024-04-05 - Productivite.md View File

@@ -0,0 +1,31 @@
# Productivité

> [en] You see, the more I wrote about “productivity”, the more I found myself falling into a trap. ==It’s very difficult to write in this space without approaching the topic in a way that’s weirdly moralistic.== It’s difficult to avoid implying that “being productive” is some sort of objectively virtuous behavior – and that conversely a lack of “productivity” is some sort of moral failing. I don’t believe this. Nor do I believe that we have any sort of imperative to be maximally-productive at work. You don’t need to “give 110%” to your job. You don’t “owe” your employer any sort of maximal time and attention.
>
> I do think that “productivity” is important, but it’s a more subtle importance. It’s not about being a nice little compliant worker drone and maximizing your contributions to capitalism! Productivity is important to me in the way that it contributes to feeling content and fulfilled.
>
> <cite>*[Why I’m Not Writing a Productivity Series](https://jacobian.org/2024/apr/4/not-writing-about-productivity/)*</cite>

Il y a des tâches à l’état gazeux, qui remplissent tout le temps que l’on est prêt à leur laisser.

Il y a des tâches à l’état liquide, qui vont se répandre dans tous les interstices de temps d’autres tâches.

Il y a des tâches à l’état solide, que l’on peine à sup·porter et dont on a du mal à se défaire.

Il y a des tâches qui sont des réactions en chaîne, dont il faut attendre le point de bascule en préparant les matières premières.

La classification périodique des tâches, un autre moyen de les qualifier ?

---

> [en] The fast, feature-rich, GPU based terminal emulator
>
> <cite>*[kitty](https://sw.kovidgoyal.net/kitty/)*</cite>

Je me demande souvent si d’autres outils me permettraient d’être plus efficace / rapide. C’est le temps d’apprentissage puis la robustesse de l’outil et la communauté (et son support) qui m’importent. J’ai aussi cette croyance qu’en altérant trop les outils par défaut, je vais être moins à même de pouvoir accompagner des personnes moins techniques lorsque l’occasion se présente.

Aujourd’hui, j’ai repris à zéro mes *packages* de [Sublime Text 4](https://www.sublimetext.com/) car j’avais un [souci avec Package Control](https://github.com/wbond/package_control/issues/1612) et le *log* des 27 paquets installés me masquait la vraie erreur. Je n’ai ensuite installé que [LSP](https://packagecontrol.io/packages/LSP), [LSP-ruff](https://packagecontrol.io/packages/LSP-ruff) et [LSP-rome](https://packagecontrol.io/packages/LSP-rome). Peut-être que c’est suffisant à mes besoins actuels ? (Merci Rust.)

Je suis toujours assez effaré par les performances de VSCodium…

#documentation #expérience #psychologie

+ 61
- 0
david/2024/documentation/index.html View File

@@ -134,6 +134,67 @@
</p>
</nav>
<h2>
<a href="/david/2024/04/05/" title="Lien permanent vers cet article">Productivité</a> <time datetime="2024-04-05">5 avril 2024</time>
</h2>

<blockquote lang="en">
<p>You see, the more I wrote about “productivity”, the more I found myself falling into a trap. <mark>It’s very difficult to write in this space without approaching the topic in a way that’s weirdly moralistic.</mark> It’s difficult to avoid implying that “being productive” is some sort of objectively virtuous behavior – and that conversely a lack of “productivity” is some sort of moral failing. I don’t believe this. Nor do I believe that we have any sort of imperative to be maximally-productive at work. You don’t need to “give 110%” to your job. You don’t “owe” your employer any sort of maximal time and&nbsp;attention.</p>
<p>I do think that “productivity” is important, but it’s a more subtle importance. It’s not about being a nice little compliant worker drone and maximizing your contributions to capitalism! Productivity is important to me in the way that it contributes to feeling content and&nbsp;fulfilled.</p>
<p><cite><em><a data-link-domain="jacobian.org" href="https://jacobian.org/2024/apr/4/not-writing-about-productivity/" hreflang="en"
title="Consultation de l’article (anglais)">Why I’m Not Writing a Productivity Series</a>
<a href="/david/cache/2024/10d2718395313e94f45ab8484bfc8d86/" hreflang="en"
data-tippy data-description="I planned and started to write a series about personal productivity systems, but I’m abandoning the series. Here’s why."
data-source="https://jacobian.org/2024/apr/4/not-writing-about-productivity/"
data-date="2024-04-06"
data-favicon="https://jacobian.org/favicon.ico"
data-domain="jacobian.org"
><svg xmlns="http://www.w3.org/2000/svg"
width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="square"
stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
<line x1="12" y1="17" x2="12.01" y2="17"></line>
</svg>
<span class="sr-only">[archive]</span></a></em></cite></p>
</blockquote>
<p>Il y a des tâches à l’état gazeux, qui remplissent tout le temps que l’on est prêt à leur&nbsp;laisser.</p>
<p>Il y a des tâches à l’état liquide, qui vont se répandre dans tous les interstices de temps d’autres&nbsp;tâches.</p>
<p>Il y a des tâches à l’état solide, que l’on peine à sup·porter et dont on a du mal à se&nbsp;défaire.</p>
<p>Il y a des tâches qui sont des réactions en chaîne, dont il faut attendre le point de bascule en préparant les matières&nbsp;premières.</p>
<p>La classification périodique des tâches, un autre moyen de les&nbsp;qualifier&#8239;?</p>
<a href="#hr-143" title="Lien vers cette section de la page"><hr id="hr-143" /></a>

<blockquote lang="en">
<p>The fast, feature-rich, GPU based terminal&nbsp;emulator</p>
<p><cite><em><a data-link-domain="sw.kovidgoyal.net" href="https://sw.kovidgoyal.net/kitty/">kitty</a></em></cite></p>
</blockquote>
<p>Je me demande souvent si d’autres outils me permettraient d’être plus efficace / rapide. C’est le temps d’apprentissage puis la robustesse de l’outil et la communauté (et son support) qui m’importent. J’ai aussi cette croyance qu’en altérant trop les outils par défaut, je vais être moins à même de pouvoir accompagner des personnes moins techniques lorsque l’occasion se&nbsp;présente.</p>
<p>Aujourd’hui, j’ai repris à zéro mes <em>packages</em> de <a data-link-domain="sublimetext.com" href="https://www.sublimetext.com/">Sublime Text 4</a> car j’avais un <a data-link-domain="github.com" href="https://github.com/wbond/package_control/issues/1612">souci avec Package Control</a> et le <em>log</em> des 27&nbsp;paquets installés me masquait la vraie erreur. Je n’ai ensuite installé que <a data-link-domain="packagecontrol.io" href="https://packagecontrol.io/packages/LSP">LSP</a>, <a data-link-domain="packagecontrol.io" href="https://packagecontrol.io/packages/LSP-ruff">LSP-ruff</a> et <a data-link-domain="packagecontrol.io" href="https://packagecontrol.io/packages/LSP-rome">LSP-rome</a>. Peut-être que c’est suffisant à mes besoins actuels&#8239;? (Merci&nbsp;Rust.)</p>
<p>Je suis toujours assez effaré par les performances de&nbsp;VSCodium…</p>

<nav>
<p>
<a href="/david/2024/documentation/"
title="Liste de tous les articles 2024 associés à cette étiquette"
rel="tag">#documentation</a>
<a href="/david/2024/experience/"
title="Liste de tous les articles 2024 associés à cette étiquette"
rel="tag">#expérience</a>
<a href="/david/2024/psychologie/"
title="Liste de tous les articles 2024 associés à cette étiquette"
rel="tag">#psychologie</a>
<a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
</p>
</nav>
<h2>
<a href="/david/2024/02/28/" title="Lien permanent vers cet article">Dérèglement</a> <time datetime="2024-02-28">28 février 2024</time>
</h2>

+ 61
- 0
david/2024/experience/index.html View File

@@ -134,6 +134,67 @@
</p>
</nav>
<h2>
<a href="/david/2024/04/05/" title="Lien permanent vers cet article">Productivité</a> <time datetime="2024-04-05">5 avril 2024</time>
</h2>

<blockquote lang="en">
<p>You see, the more I wrote about “productivity”, the more I found myself falling into a trap. <mark>It’s very difficult to write in this space without approaching the topic in a way that’s weirdly moralistic.</mark> It’s difficult to avoid implying that “being productive” is some sort of objectively virtuous behavior – and that conversely a lack of “productivity” is some sort of moral failing. I don’t believe this. Nor do I believe that we have any sort of imperative to be maximally-productive at work. You don’t need to “give 110%” to your job. You don’t “owe” your employer any sort of maximal time and&nbsp;attention.</p>
<p>I do think that “productivity” is important, but it’s a more subtle importance. It’s not about being a nice little compliant worker drone and maximizing your contributions to capitalism! Productivity is important to me in the way that it contributes to feeling content and&nbsp;fulfilled.</p>
<p><cite><em><a data-link-domain="jacobian.org" href="https://jacobian.org/2024/apr/4/not-writing-about-productivity/" hreflang="en"
title="Consultation de l’article (anglais)">Why I’m Not Writing a Productivity Series</a>
<a href="/david/cache/2024/10d2718395313e94f45ab8484bfc8d86/" hreflang="en"
data-tippy data-description="I planned and started to write a series about personal productivity systems, but I’m abandoning the series. Here’s why."
data-source="https://jacobian.org/2024/apr/4/not-writing-about-productivity/"
data-date="2024-04-06"
data-favicon="https://jacobian.org/favicon.ico"
data-domain="jacobian.org"
><svg xmlns="http://www.w3.org/2000/svg"
width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="square"
stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
<line x1="12" y1="17" x2="12.01" y2="17"></line>
</svg>
<span class="sr-only">[archive]</span></a></em></cite></p>
</blockquote>
<p>Il y a des tâches à l’état gazeux, qui remplissent tout le temps que l’on est prêt à leur&nbsp;laisser.</p>
<p>Il y a des tâches à l’état liquide, qui vont se répandre dans tous les interstices de temps d’autres&nbsp;tâches.</p>
<p>Il y a des tâches à l’état solide, que l’on peine à sup·porter et dont on a du mal à se&nbsp;défaire.</p>
<p>Il y a des tâches qui sont des réactions en chaîne, dont il faut attendre le point de bascule en préparant les matières&nbsp;premières.</p>
<p>La classification périodique des tâches, un autre moyen de les&nbsp;qualifier&#8239;?</p>
<a href="#hr-143" title="Lien vers cette section de la page"><hr id="hr-143" /></a>

<blockquote lang="en">
<p>The fast, feature-rich, GPU based terminal&nbsp;emulator</p>
<p><cite><em><a data-link-domain="sw.kovidgoyal.net" href="https://sw.kovidgoyal.net/kitty/">kitty</a></em></cite></p>
</blockquote>
<p>Je me demande souvent si d’autres outils me permettraient d’être plus efficace / rapide. C’est le temps d’apprentissage puis la robustesse de l’outil et la communauté (et son support) qui m’importent. J’ai aussi cette croyance qu’en altérant trop les outils par défaut, je vais être moins à même de pouvoir accompagner des personnes moins techniques lorsque l’occasion se&nbsp;présente.</p>
<p>Aujourd’hui, j’ai repris à zéro mes <em>packages</em> de <a data-link-domain="sublimetext.com" href="https://www.sublimetext.com/">Sublime Text 4</a> car j’avais un <a data-link-domain="github.com" href="https://github.com/wbond/package_control/issues/1612">souci avec Package Control</a> et le <em>log</em> des 27&nbsp;paquets installés me masquait la vraie erreur. Je n’ai ensuite installé que <a data-link-domain="packagecontrol.io" href="https://packagecontrol.io/packages/LSP">LSP</a>, <a data-link-domain="packagecontrol.io" href="https://packagecontrol.io/packages/LSP-ruff">LSP-ruff</a> et <a data-link-domain="packagecontrol.io" href="https://packagecontrol.io/packages/LSP-rome">LSP-rome</a>. Peut-être que c’est suffisant à mes besoins actuels&#8239;? (Merci&nbsp;Rust.)</p>
<p>Je suis toujours assez effaré par les performances de&nbsp;VSCodium…</p>

<nav>
<p>
<a href="/david/2024/documentation/"
title="Liste de tous les articles 2024 associés à cette étiquette"
rel="tag">#documentation</a>
<a href="/david/2024/experience/"
title="Liste de tous les articles 2024 associés à cette étiquette"
rel="tag">#expérience</a>
<a href="/david/2024/psychologie/"
title="Liste de tous les articles 2024 associés à cette étiquette"
rel="tag">#psychologie</a>
<a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
</p>
</nav>
<h2>
<a href="/david/2024/04/03/" title="Lien permanent vers cet article">Décision</a> <time datetime="2024-04-03">3 avril 2024</time>
</h2>

+ 5
- 4
david/2024/index.html View File

@@ -231,7 +231,8 @@
<h2>Avril 2024</h2>
<p>
<a href="/david/2024/04/02/">Porte</a>,
<a href="/david/2024/04/03/">Décision</a>.
<a href="/david/2024/04/03/">Décision</a>,
<a href="/david/2024/04/05/">Productivité</a>.
</p>
@@ -252,14 +253,14 @@
<a href="/david/2024/deception/" rel="tag">#déception (3)</a>,
<a href="/david/2024/decision/" rel="tag">#décision (8)</a>,
<a href="/david/2024/dependance/" rel="tag">#dépendance (8)</a>,
<a href="/david/2024/documentation/" rel="tag">#documentation (2)</a>,
<a href="/david/2024/documentation/" rel="tag">#documentation (3)</a>,
<a href="/david/2024/dystopie/" rel="tag">#dystopie (3)</a>,
<a href="/david/2024/echanges/" rel="tag">#échanges (5)</a>,
<a href="/david/2024/ecriture/" rel="tag">#écriture (8)</a>,
<a href="/david/2024/enthousiasme/" rel="tag">#enthousiasme (2)</a>,
<a href="/david/2024/equipe/" rel="tag">#équipe (9)</a>,
<a href="/david/2024/evolution/" rel="tag">#évolution (9)</a>,
<a href="/david/2024/experience/" rel="tag">#expérience (15)</a>,
<a href="/david/2024/experience/" rel="tag">#expérience (16)</a>,
<a href="/david/2024/fediverse/" rel="tag">#fédiverse (1)</a>,
<a href="/david/2024/foret/" rel="tag">#forêt (9)</a>,
<a href="/david/2024/gratitude/" rel="tag">#gratitude (4)</a>,
@@ -278,7 +279,7 @@
<a href="/david/2024/processus/" rel="tag">#processus (10)</a>,
<a href="/david/2024/propriete/" rel="tag">#propriété (1)</a>,
<a href="/david/2024/protopie/" rel="tag">#protopie (9)</a>,
<a href="/david/2024/psychologie/" rel="tag">#psychologie (11)</a>,
<a href="/david/2024/psychologie/" rel="tag">#psychologie (12)</a>,
<a href="/david/2024/solastalgia/" rel="tag">#solastalgia (5)</a>,
<a href="/david/2024/sport/" rel="tag">#sport (6)</a>,
<a href="/david/2024/technique/" rel="tag">#technique (21)</a>,

+ 61
- 0
david/2024/psychologie/index.html View File

@@ -134,6 +134,67 @@
</p>
</nav>
<h2>
<a href="/david/2024/04/05/" title="Lien permanent vers cet article">Productivité</a> <time datetime="2024-04-05">5 avril 2024</time>
</h2>

<blockquote lang="en">
<p>You see, the more I wrote about “productivity”, the more I found myself falling into a trap. <mark>It’s very difficult to write in this space without approaching the topic in a way that’s weirdly moralistic.</mark> It’s difficult to avoid implying that “being productive” is some sort of objectively virtuous behavior – and that conversely a lack of “productivity” is some sort of moral failing. I don’t believe this. Nor do I believe that we have any sort of imperative to be maximally-productive at work. You don’t need to “give 110%” to your job. You don’t “owe” your employer any sort of maximal time and&nbsp;attention.</p>
<p>I do think that “productivity” is important, but it’s a more subtle importance. It’s not about being a nice little compliant worker drone and maximizing your contributions to capitalism! Productivity is important to me in the way that it contributes to feeling content and&nbsp;fulfilled.</p>
<p><cite><em><a data-link-domain="jacobian.org" href="https://jacobian.org/2024/apr/4/not-writing-about-productivity/" hreflang="en"
title="Consultation de l’article (anglais)">Why I’m Not Writing a Productivity Series</a>
<a href="/david/cache/2024/10d2718395313e94f45ab8484bfc8d86/" hreflang="en"
data-tippy data-description="I planned and started to write a series about personal productivity systems, but I’m abandoning the series. Here’s why."
data-source="https://jacobian.org/2024/apr/4/not-writing-about-productivity/"
data-date="2024-04-06"
data-favicon="https://jacobian.org/favicon.ico"
data-domain="jacobian.org"
><svg xmlns="http://www.w3.org/2000/svg"
width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="square"
stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
<line x1="12" y1="17" x2="12.01" y2="17"></line>
</svg>
<span class="sr-only">[archive]</span></a></em></cite></p>
</blockquote>
<p>Il y a des tâches à l’état gazeux, qui remplissent tout le temps que l’on est prêt à leur&nbsp;laisser.</p>
<p>Il y a des tâches à l’état liquide, qui vont se répandre dans tous les interstices de temps d’autres&nbsp;tâches.</p>
<p>Il y a des tâches à l’état solide, que l’on peine à sup·porter et dont on a du mal à se&nbsp;défaire.</p>
<p>Il y a des tâches qui sont des réactions en chaîne, dont il faut attendre le point de bascule en préparant les matières&nbsp;premières.</p>
<p>La classification périodique des tâches, un autre moyen de les&nbsp;qualifier&#8239;?</p>
<a href="#hr-143" title="Lien vers cette section de la page"><hr id="hr-143" /></a>

<blockquote lang="en">
<p>The fast, feature-rich, GPU based terminal&nbsp;emulator</p>
<p><cite><em><a data-link-domain="sw.kovidgoyal.net" href="https://sw.kovidgoyal.net/kitty/">kitty</a></em></cite></p>
</blockquote>
<p>Je me demande souvent si d’autres outils me permettraient d’être plus efficace / rapide. C’est le temps d’apprentissage puis la robustesse de l’outil et la communauté (et son support) qui m’importent. J’ai aussi cette croyance qu’en altérant trop les outils par défaut, je vais être moins à même de pouvoir accompagner des personnes moins techniques lorsque l’occasion se&nbsp;présente.</p>
<p>Aujourd’hui, j’ai repris à zéro mes <em>packages</em> de <a data-link-domain="sublimetext.com" href="https://www.sublimetext.com/">Sublime Text 4</a> car j’avais un <a data-link-domain="github.com" href="https://github.com/wbond/package_control/issues/1612">souci avec Package Control</a> et le <em>log</em> des 27&nbsp;paquets installés me masquait la vraie erreur. Je n’ai ensuite installé que <a data-link-domain="packagecontrol.io" href="https://packagecontrol.io/packages/LSP">LSP</a>, <a data-link-domain="packagecontrol.io" href="https://packagecontrol.io/packages/LSP-ruff">LSP-ruff</a> et <a data-link-domain="packagecontrol.io" href="https://packagecontrol.io/packages/LSP-rome">LSP-rome</a>. Peut-être que c’est suffisant à mes besoins actuels&#8239;? (Merci&nbsp;Rust.)</p>
<p>Je suis toujours assez effaré par les performances de&nbsp;VSCodium…</p>

<nav>
<p>
<a href="/david/2024/documentation/"
title="Liste de tous les articles 2024 associés à cette étiquette"
rel="tag">#documentation</a>
<a href="/david/2024/experience/"
title="Liste de tous les articles 2024 associés à cette étiquette"
rel="tag">#expérience</a>
<a href="/david/2024/psychologie/"
title="Liste de tous les articles 2024 associés à cette étiquette"
rel="tag">#psychologie</a>
<a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
</p>
</nav>
<h2>
<a href="/david/2024/03/23/" title="Lien permanent vers cet article">Intendant</a> <time datetime="2024-03-23">23 mars 2024</time>
</h2>

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

@@ -174,6 +174,16 @@
</nav>
<p>N’hésitez pas à me contacter si vous ne souhaitez pas figurer dans cette liste.</p>
<h2>Leurs dernières publications</h2>
<dl>
<dt>
<a href="https://winnielim.org/journal/43/">43</a>,
06-04-2024
</dt>
<dd>
I wrote this time last year that I felt like I was coping better than the year before. This year I don’t feel like I have made much progress, and perhaps I...
— <a href="https://winnielim.org/">Winnie Lim (en)</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://www.arthurperret.fr/veille/2024-04-04-implosion-de-la-bulle-ia.html">[Veille] L’implosion de la bulle IA</a>,
@@ -186,31 +196,31 @@
</dl>
<dl>
<dt>
<a href="https://thom4.net/2024/04/02/ambigu/">☕️ Journal : Brunch ambigü</a>,
02-04-2024
<a href="https://thom4.net/2024/04/03/vasectomie-operation/">☕️ Journal : Le jour de la vasectomie</a>,
03-04-2024
</dt>
<dd>
On sort les assiettes et les différentes préparations que chacun‧e a ramené. Une personne dit : Quelle table bien dre
On y est donc, le 13 octobre 2022, à Crest. 18 mois après la première tentative d’amorcer le processus chez un médecin généraliste pe
— <a href="https://thom4.net/">Thomas Parisot</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://winnielim.org/notes/95-months-i-am-the-tree-and-she-is-the-forest/">95 months: i am the tree and she is the forest</a>,
02-04-2024
<a href="https://thom4.net/2024/04/03/anesthesiste/">☕️ Journal : Rendez-vous avec l'anesthésiste</a>,
03-04-2024
</dt>
<dd>
"our selfies are so boring! let’s take cool pictures like john lennon and yoko ono!” and thereafter she no longer looks at the camera lens…i love her because she’s always making me laugh like this with all her quirky thoughts and ideas, and that includes the way she sees and loves me. throughout all the peaks and the extreme lows she’s been there with me, not just when i’m at my best but…
— <a href="https://winnielim.org/">Winnie Lim (en)</a>
10 octobre 2022. Je franchis le sas d’entrée de l’hôpital de Crest : c’est le dernier rendez-vous avant la vasectomie, dans 3 réveils.</
— <a href="https://thom4.net/">Thomas Parisot</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://winnielim.org/notes/hongkong-at-632am/">hongkong at 6:32am</a>,
01-04-2024
<a href="https://winnielim.org/notes/95-months-i-am-the-tree-and-she-is-the-forest/">95 months: i am the tree and she is the forest</a>,
02-04-2024
</dt>
<dd>
hongkong, at 6:32am in the morning. there was a cafe open with delicious coffee.
"our selfies are so boring! let’s take cool pictures like john lennon and yoko ono!” and thereafter she no longer looks at the camera lens…i love her because she’s always making me laugh like this with all her quirky thoughts and ideas, and that includes the way she sees and loves me. throughout all the peaks and the extreme lows she’s been there with me, not just when i’m at my best but…
— <a href="https://winnielim.org/">Winnie Lim (en)</a>
</dd>
</dl>
@@ -264,16 +274,6 @@
— <a href="https://blog.ecologie-politique.eu/">Aude</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://thom4.net/2024/03/20/chantage-affectif/">☕️ Journal : Chantage affectif</a>,
20-03-2024
</dt>
<dd>
J’ai confondu « chantage affectif » avec « manque d’estime de soi » pendant longtemps. Le chantage affectif venait toucher la corde du «
— <a href="https://thom4.net/">Thomas Parisot</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://emmaclit.com/2024/03/19/tri-social/">Tri social</a>,

+ 4
- 3
david/index.html View File

@@ -468,6 +468,7 @@
</style>
<p>Liste des publications récentes en ordre anté-chronologique :</p>
<p>
<a href="/david/2024/04/05/" data-documentation data-experience data-psychologie title="Étiquettes : documentation, expérience, psychologie.">Productivité</a>,
<a href="/david/2024/04/03/" data-equipe data-experience data-gratitude title="Étiquettes : équipe, expérience, gratitude.">Décision</a>,
<a href="/david/2024/04/02/" data-commun data-opensource data-protopie title="Étiquettes : commun, opensource, protopie.">Porte</a>,
<a href="/david/2024/03/30/" data-experience data-foret data-partage title="Étiquettes : expérience, forêt, partage.">Jour 2</a>,
@@ -575,14 +576,14 @@
<a href="/david/2024/deception/" data-tag="deception" rel="tag">#déception (3)</a>,
<a href="/david/2024/decision/" data-tag="decision" rel="tag">#décision (8)</a>,
<a href="/david/2024/dependance/" data-tag="dependance" rel="tag">#dépendance (8)</a>,
<a href="/david/2024/documentation/" data-tag="documentation" rel="tag">#documentation (2)</a>,
<a href="/david/2024/documentation/" data-tag="documentation" rel="tag">#documentation (3)</a>,
<a href="/david/2024/dystopie/" data-tag="dystopie" rel="tag">#dystopie (3)</a>,
<a href="/david/2024/echanges/" data-tag="echanges" rel="tag">#échanges (5)</a>,
<a href="/david/2024/ecriture/" data-tag="ecriture" rel="tag">#écriture (8)</a>,
<a href="/david/2024/enthousiasme/" data-tag="enthousiasme" rel="tag">#enthousiasme (2)</a>,
<a href="/david/2024/equipe/" data-tag="equipe" rel="tag">#équipe (9)</a>,
<a href="/david/2024/evolution/" data-tag="evolution" rel="tag">#évolution (9)</a>,
<a href="/david/2024/experience/" data-tag="experience" rel="tag">#expérience (15)</a>,
<a href="/david/2024/experience/" data-tag="experience" rel="tag">#expérience (16)</a>,
<a href="/david/2024/fediverse/" data-tag="fediverse" rel="tag">#fédiverse (1)</a>,
<a href="/david/2024/foret/" data-tag="foret" rel="tag">#forêt (9)</a>,
<a href="/david/2024/gratitude/" data-tag="gratitude" rel="tag">#gratitude (4)</a>,
@@ -601,7 +602,7 @@
<a href="/david/2024/processus/" data-tag="processus" rel="tag">#processus (10)</a>,
<a href="/david/2024/propriete/" data-tag="propriete" rel="tag">#propriété (1)</a>,
<a href="/david/2024/protopie/" data-tag="protopie" rel="tag">#protopie (9)</a>,
<a href="/david/2024/psychologie/" data-tag="psychologie" rel="tag">#psychologie (11)</a>,
<a href="/david/2024/psychologie/" data-tag="psychologie" rel="tag">#psychologie (12)</a>,
<a href="/david/2024/solastalgia/" data-tag="solastalgia" rel="tag">#solastalgia (5)</a>,
<a href="/david/2024/sport/" data-tag="sport" rel="tag">#sport (6)</a>,
<a href="/david/2024/technique/" data-tag="technique" rel="tag">#technique (21)</a>,

+ 30
- 42
david/log/index.xml View File

@@ -6,13 +6,42 @@
<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>2024-04-05T12:00:00+01:00</updated>
<updated>2024-04-06T12:00:00+01:00</updated>
<author>
<name>David Larlet</name>
<uri>https://larlet.fr/david/</uri>
</author>
<rights>Copyright (c) 2004-2024, David Larlet</rights>
<entry xml:lang="fr">
<title type="html">Productivité</title>
<link href="https://larlet.fr/david/2024/04/05/" rel="alternate" type="text/html" />
<updated>2024-04-05T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2024/04/05/</id>
<summary type="html">

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;You see, the more I wrote about “productivity”, the more I found myself falling into a trap. &lt;mark&gt;It’s very difficult to write in this space without approaching the topic in a way that’s weirdly moralistic.&lt;/mark&gt; It’s difficult to avoid implying that “being productive” is some sort of objectively virtuous behavior – and that conversely a lack of “productivity” is some sort of moral failing. I don’t believe this. Nor do I believe that we have any sort of imperative to be maximally-productive at work. You don’t need to “give 110%” to your job. You don’t “owe” your employer any sort of maximal time and&amp;nbsp;attention.&lt;/p&gt;
&lt;p&gt;I do think that “productivity” is important, but it’s a more subtle importance. It’s not about being a nice little compliant worker drone and maximizing your contributions to capitalism! Productivity is important to me in the way that it contributes to feeling content and&amp;nbsp;fulfilled.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://jacobian.org/2024/apr/4/not-writing-about-productivity/&quot;&gt;Why I’m Not Writing a Productivity&amp;nbsp;Series&lt;/a&gt;&lt;/em&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Il y a des tâches à l’état gazeux, qui remplissent tout le temps que l’on est prêt à leur&amp;nbsp;laisser.&lt;/p&gt;
&lt;p&gt;Il y a des tâches à l’état liquide, qui vont se répandre dans tous les interstices de temps d’autres&amp;nbsp;tâches.&lt;/p&gt;
&lt;p&gt;Il y a des tâches à l’état solide, que l’on peine à sup·porter et dont on a du mal à se&amp;nbsp;défaire.&lt;/p&gt;
&lt;p&gt;Il y a des tâches qui sont des réactions en chaîne, dont il faut attendre le point de bascule en préparant les matières&amp;nbsp;premières.&lt;/p&gt;
&lt;p&gt;La classification périodique des tâches, un autre moyen de les&amp;nbsp;qualifier&amp;#8239;?&lt;/p&gt;
&lt;hr /&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;The fast, feature-rich, GPU based terminal&amp;nbsp;emulator&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://sw.kovidgoyal.net/kitty/&quot;&gt;kitty&lt;/a&gt;&lt;/em&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Je me demande souvent si d’autres outils me permettraient d’être plus efficace / rapide. C’est le temps d’apprentissage puis la robustesse de l’outil et la communauté (et son support) qui m’importent. J’ai aussi cette croyance qu’en altérant trop les outils par défaut, je vais être moins à même de pouvoir accompagner des personnes moins techniques lorsque l’occasion se&amp;nbsp;présente.&lt;/p&gt;
&lt;p&gt;Aujourd’hui, j’ai repris à zéro mes &lt;em&gt;packages&lt;/em&gt; de &lt;a href=&quot;https://www.sublimetext.com/&quot;&gt;Sublime Text 4&lt;/a&gt; car j’avais un &lt;a href=&quot;https://github.com/wbond/package_control/issues/1612&quot;&gt;souci avec Package Control&lt;/a&gt; et le &lt;em&gt;log&lt;/em&gt; des 27&amp;nbsp;paquets installés me masquait la vraie erreur. Je n’ai ensuite installé que &lt;a href=&quot;https://packagecontrol.io/packages/LSP&quot;&gt;LSP&lt;/a&gt;, &lt;a href=&quot;https://packagecontrol.io/packages/LSP-ruff&quot;&gt;LSP-ruff&lt;/a&gt; et &lt;a href=&quot;https://packagecontrol.io/packages/LSP-rome&quot;&gt;LSP-rome&lt;/a&gt;. Peut-être que c’est suffisant à mes besoins actuels&amp;#8239;? (Merci&amp;nbsp;Rust.)&lt;/p&gt;
&lt;p&gt;Je suis toujours assez effaré par les performances de&amp;nbsp;VSCodium…&lt;/p&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2024/documentation/&quot;&gt;#documentation&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2024/experience/&quot;&gt;#expérience&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2024/psychologie/&quot;&gt;#psychologie&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">Décision</title>
<link href="https://larlet.fr/david/2024/04/03/" rel="alternate" type="text/html" />
@@ -1274,45 +1303,4 @@ Lovée dans mes&amp;nbsp;bras&lt;/p&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2024/commun/&quot;&gt;#commun&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2024/deception/&quot;&gt;#déception&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2024/psychologie/&quot;&gt;#psychologie&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">Dérèglement</title>
<link href="https://larlet.fr/david/2024/02/28/" rel="alternate" type="text/html" />
<updated>2024-02-28T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2024/02/28/</id>
<summary type="html">
&lt;p&gt;J’avais déjà remarqué leur départ très tardif en décembre. Hier soir, j’ai entendu mes premières bernaches. Demain matin, elles risquent d’avoir un petit peu&amp;nbsp;frais…&lt;/p&gt;
&lt;figure&gt;
&lt;a href=&quot;https://larlet.fr/static/david/2024/2024-02-28-courbe-temperature.jpg&quot;
title=&quot;Cliquer pour une version haute résolution&quot;&gt;
&lt;img
src=&quot;https://larlet.fr/static/david/2024/2024-02-28-courbe-temperature.jpg&quot;
width=&quot;960&quot; height=&quot;2079&quot;
srcset=&quot;/static/david/2024/2024-02-28-courbe-temperature.jpg 960w, /static/david/2024/2024-02-28-courbe-temperature_660x440.jpg 660w, /static/david/2024/2024-02-28-courbe-temperature_990x660.jpg 990w, /static/david/2024/2024-02-28-courbe-temperature_1320x880.jpg 1320w&quot;
sizes=&quot;min(100vw, calc(100vh * 960 / 2079))&quot;
loading=&quot;lazy&quot;
decoding=&quot;async&quot;
alt=&quot;Capture d’écran de la météo, les températures vont de 14°C à -13°C en moins de 12&amp;nbsp;heures.&quot;&gt;
&lt;/a&gt;
&lt;figcaption&gt;#MeanwhileInCanada&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;hr /&gt;
&lt;p&gt;Le même jour, j’intègre les &lt;a href=&quot;https://mistune.lepture.com/en/latest/directives.html#admonitions&quot;&gt;admonitions&lt;/a&gt; à un de nos outils interne et j’apprends qu’il est possible d’intégrer ce type de rendu pour le &lt;a href=&quot;https://github.com/orgs/community/discussions/16925&quot;&gt;&lt;em&gt;markdown&lt;/em&gt; servi par Microsoft Github&lt;/a&gt; en lisant le &lt;a href=&quot;https://github.com/jgarber623/aria-collapsible&quot;&gt;README de aria-collapsible&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Au passage, j’apprends beaucoup en lisant le code de &lt;em&gt;Web Components&lt;/em&gt; en ce moment. Il y a une effervescence dans le domaine parmi des personnes qui ont un bon niveau de JS ainsi qu’une sensibilité à l’accessibilité de leurs productions. Ici par exemple, je découvre comment faire des composants relativement&amp;nbsp;défensifs.&lt;/p&gt;
&lt;hr /&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;Anyway, if you want to know some basic information about Passkeys I know a site you can check&amp;nbsp;out.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://chriscoyier.net/2024/02/28/where-im-at-on-the-whole-css-tricks-thing/&quot;&gt;Where I’m at on the whole CSS-Tricks&amp;nbsp;thing&lt;/a&gt;&lt;/em&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Beaucoup d’honnêteté et… une belle ressource de perdue, ou en passe de l’être. &lt;em&gt;Tricky.&lt;/em&gt;&lt;/p&gt;
&lt;hr /&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;Using &lt;code&gt;color-mix()&lt;/code&gt;, we can adjust the tint/shade based on the background color, meaning &lt;mark&gt;we don’t need to manually select lighter/darker colors&lt;/mark&gt; for those states. And because we’re using OKLCH, the variations will be perceptually uniform, &lt;a href=&quot;https://lea.verou.me/blog/2020/04/lch-colors-in-css-what-why-and-how/#3.-lch-lightness-actually-means-something&quot;&gt;unlike HSL&lt;/a&gt;. This means that tints and shades will look consistent for any color we&amp;nbsp;choose!&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.abeautifulsite.net/posts/better-buttons-with-color-mix-and-custom-properties/&quot;&gt;Better Buttons with color-mix() and Custom&amp;nbsp;Properties&lt;/a&gt;&lt;/em&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Les personnes qui maîtrisent bien CSS vont avoir de plus en plus de valeur. À juste&amp;nbsp;titre.&lt;/p&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2024/documentation/&quot;&gt;#documentation&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2024/partage/&quot;&gt;#partage&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2024/solastalgia/&quot;&gt;#solastalgia&lt;/a&gt;&lt;/p&gt;&lt;/nav&gt;&lt;hr/&gt;&lt;p&gt;&lt;a href=&quot;mailto:david@larlet.fr&quot;&gt;Réagir ?&lt;/a&gt;&lt;/p&gt;</summary>
</entry>
</feed>

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

@@ -276,6 +276,12 @@
</template>
<script id="search-index" type="application/json">[
{
"title": "Productivit\u00e9",
"url": "/david/2024/04/05/",
"date": "2024-04-05",
"content": "You see, the more I wrote about \u201cproductivity\u201d, the more I found myself falling into a trap. It\u2019s very difficult to write in this space without approaching the topic in a way that\u2019s weirdly moralistic. It\u2019s difficult to avoid implying that \u201cbeing productive\u201d is some sort of objectively virtuous behavior \u2013 and that conversely a lack of \u201cproductivity\u201d is some sort of moral failing. I don\u2019t believe this. Nor do I believe that we have any sort of imperative to be maximally-productive at work. You don\u2019t need to \u201cgive 110%\u201d to your job. You don\u2019t \u201cowe\u201d your employer any sort of maximal time and\u00a0attention. I do think that \u201cproductivity\u201d is important, but it\u2019s a more subtle importance. It\u2019s not about being a nice little compliant worker drone and maximizing your contributions to capitalism! Productivity is important to me in the way that it contributes to feeling content and\u00a0fulfilled. Why I\u2019m Not Writing a Productivity\u00a0Series Il y a des t\u00e2ches \u00e0 l\u2019\u00e9tat gazeux, qui remplissent tout le temps que l\u2019on est pr\u00eat \u00e0 leur\u00a0laisser. Il y a des t\u00e2ches \u00e0 l\u2019\u00e9tat liquide, qui vont se r\u00e9pandre dans tous les interstices de temps d\u2019autres\u00a0t\u00e2ches. Il y a des t\u00e2ches \u00e0 l\u2019\u00e9tat solide, que l\u2019on peine \u00e0 sup\u00b7porter et dont on a du mal \u00e0 se\u00a0d\u00e9faire. Il y a des t\u00e2ches qui sont des r\u00e9actions en cha\u00eene, dont il faut attendre le point de bascule en pr\u00e9parant les mati\u00e8res\u00a0premi\u00e8res. La classification p\u00e9riodique des t\u00e2ches, un autre moyen de les\u00a0qualifier\u202f? The fast, feature-rich, GPU based terminal\u00a0emulator kitty Je me demande souvent si d\u2019autres outils me permettraient d\u2019\u00eatre plus efficace / rapide. C\u2019est le temps d\u2019apprentissage puis la robustesse de l\u2019outil et la communaut\u00e9 (et son support) qui m\u2019importent. J\u2019ai aussi cette croyance qu\u2019en alt\u00e9rant trop les outils par d\u00e9faut, je vais \u00eatre moins \u00e0 m\u00eame de pouvoir accompagner des personnes moins techniques lorsque l\u2019occasion se\u00a0pr\u00e9sente. Aujourd\u2019hui, j\u2019ai repris \u00e0 z\u00e9ro mes packages de Sublime Text 4 car j\u2019avais un souci avec Package Control et le log des 27\u00a0paquets install\u00e9s me masquait la vraie erreur. Je n\u2019ai ensuite install\u00e9 que LSP, LSP-ruff et LSP-rome. Peut-\u00eatre que c\u2019est suffisant \u00e0 mes besoins actuels\u202f? (Merci\u00a0Rust.) Je suis toujours assez effar\u00e9 par les performances de\u00a0VSCodium\u2026"
},
{
"title": "D\u00e9cision",
"url": "/david/2024/04/03/",
@@ -804,6 +810,12 @@
"date": "2024-01-01",
"content": "33\u202f% de 44\u00a0millions de consommateurs vont faire le Dry January 22\u202f% des consommateurs ont une conso excessive, c\u2019est-\u00e0-dire 10\u00a0verres/semaine max et plus de deux\u00a0verres/jour. Les seniors sont aussi tr\u00e8s touch\u00e9\u00b7es. L\u2019alcool est une drogue.. On peut faire la f\u00eate sans alcool et\u00a0s\u2019\u00e9clater. Quand on arr\u00eate\u00a0: bienfaits sur le foie, la peau, le coeur, etc\u2026 Pb\u00a0: m\u00e9moire, troubles cognitifs, responsable de cancer, pb sommeil, d\u00e9compensation de maladie psy,\u2026 41000\u00a0d\u00e9c\u00e8s par an en\u00a0France. Les cinq sympt\u00f4mes d\u00e9finissent un probl\u00e8me de\u00a0d\u00e9pendance\u00a0: Perte de\u00a0contr\u00f4le Usage\u00a0compulsif Envie\u00a0r\u00e9pressive Usage\u00a0chronique Cons\u00e9quences psychiques, physiques, sociales,\u2026 Bon Dry J. pour celleux qui le font\u202f! Moi j\u2019en\u00a0suis\u202f! @Air@framapiaf.org Dans mon entourage, de plus en plus de personnes que j\u2019estime ne boivent pas d\u2019alcool, de plus en plus de personnes qui vieillissent en deviennent d\u00e9pendantes. Je suis davantage attir\u00e9 par la premi\u00e8re option\u2026 et pas pour un seul\u00a0mois. Je me sens pr\u00eat, on verra bien o\u00f9 cela me\u00a0m\u00e8ne. Grosse envie de reprendre la CSS par ici en ce d\u00e9but d\u2019ann\u00e9e. Avec le dilemme de faire chuter cette motivation si je publie d\u00e8s maintenant avec l\u2019ancienne (qui restera effective sur les anciens articles). Je vais essayer de me\u00a0retenir."
},
{
"title": "Productivit\u00e9",
"url": "/david/2024/04/05/",
"date": "2024-04-05",
"content": "You see, the more I wrote about \u201cproductivity\u201d, the more I found myself falling into a trap. It\u2019s very difficult to write in this space without approaching the topic in a way that\u2019s weirdly moralistic. It\u2019s difficult to avoid implying that \u201cbeing productive\u201d is some sort of objectively virtuous behavior \u2013 and that conversely a lack of \u201cproductivity\u201d is some sort of moral failing. I don\u2019t believe this. Nor do I believe that we have any sort of imperative to be maximally-productive at work. You don\u2019t need to \u201cgive 110%\u201d to your job. You don\u2019t \u201cowe\u201d your employer any sort of maximal time and\u00a0attention. I do think that \u201cproductivity\u201d is important, but it\u2019s a more subtle importance. It\u2019s not about being a nice little compliant worker drone and maximizing your contributions to capitalism! Productivity is important to me in the way that it contributes to feeling content and\u00a0fulfilled. Why I\u2019m Not Writing a Productivity\u00a0Series Il y a des t\u00e2ches \u00e0 l\u2019\u00e9tat gazeux, qui remplissent tout le temps que l\u2019on est pr\u00eat \u00e0 leur\u00a0laisser. Il y a des t\u00e2ches \u00e0 l\u2019\u00e9tat liquide, qui vont se r\u00e9pandre dans tous les interstices de temps d\u2019autres\u00a0t\u00e2ches. Il y a des t\u00e2ches \u00e0 l\u2019\u00e9tat solide, que l\u2019on peine \u00e0 sup\u00b7porter et dont on a du mal \u00e0 se\u00a0d\u00e9faire. Il y a des t\u00e2ches qui sont des r\u00e9actions en cha\u00eene, dont il faut attendre le point de bascule en pr\u00e9parant les mati\u00e8res\u00a0premi\u00e8res. La classification p\u00e9riodique des t\u00e2ches, un autre moyen de les\u00a0qualifier\u202f? The fast, feature-rich, GPU based terminal\u00a0emulator kitty Je me demande souvent si d\u2019autres outils me permettraient d\u2019\u00eatre plus efficace / rapide. C\u2019est le temps d\u2019apprentissage puis la robustesse de l\u2019outil et la communaut\u00e9 (et son support) qui m\u2019importent. J\u2019ai aussi cette croyance qu\u2019en alt\u00e9rant trop les outils par d\u00e9faut, je vais \u00eatre moins \u00e0 m\u00eame de pouvoir accompagner des personnes moins techniques lorsque l\u2019occasion se\u00a0pr\u00e9sente. Aujourd\u2019hui, j\u2019ai repris \u00e0 z\u00e9ro mes packages de Sublime Text 4 car j\u2019avais un souci avec Package Control et le log des 27\u00a0paquets install\u00e9s me masquait la vraie erreur. Je n\u2019ai ensuite install\u00e9 que LSP, LSP-ruff et LSP-rome. Peut-\u00eatre que c\u2019est suffisant \u00e0 mes besoins actuels\u202f? (Merci\u00a0Rust.) Je suis toujours assez effar\u00e9 par les performances de\u00a0VSCodium\u2026"
},
{
"title": "D\u00e9cision",
"url": "/david/2024/04/03/",

Loading…
Cancel
Save