Browse Source

Publishing

master
David Larlet 2 years ago
parent
commit
999c0140fb

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

@@ -63,7 +63,7 @@
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
</svg> Accueil</a>
• <a rel="next" href="/david/2021/12/04/" title="Publication suivante : Colophon">Suivant →</a>
</p>
</nav>
<hr>
@@ -107,7 +107,7 @@
<p class="center">
<a rel="prev" href="/david/2021/12/02/" title="Publication précédente : Tags">← Précédent</a> •
<a href="/david/2021/" title="Liste des publications récentes">↑ En 2021</a>
• <a rel="next" href="/david/2021/12/04/" title="Publication suivante : Colophon">Suivant →</a>
</p>
</nav>
</article>

+ 207
- 0
david/2021/12/04/index.html View File

@@ -0,0 +1,207 @@
<!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>Colophon — David Larlet</title>
<meta name="description" content="My goal with Colophon Cards is to create a web-based note-taking app for bookmarking and reading websites, ebooks, and documents. It needs to find a balance between ease-of-use and advanced features. It should have a user-subjective sharing model built in from the start where data is shared while the organisation is specific to each. Finally, it needs to provide straightforward tools for turning notes into documents for sharing with others.">
<!-- 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>Colophon</h1>
</header>
<nav>
<p class="center">
<a rel="prev" href="/david/2021/12/03/" title="Publication précédente : Record">← Précédent</a> •
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
</svg> Accueil</a>
</p>
</nav>
<hr>


<blockquote lang="en">
<p>My goal with Colophon Cards is to create a web-based note-taking app for bookmarking and reading websites, ebooks, and documents. <mark>It needs to find a balance between ease-of-use and advanced features.</mark> It should have a user-subjective sharing model built in from the start where data is shared while the organisation is specific to each. Finally, it needs to provide straightforward tools for turning notes into documents for sharing with others.</p>
<p><cite><em><a href="https://www.colophon.cards/">The Making of Colophon Cards</a></em> (<a href="/david/cache/2021/d232bb8336cade0c220c3f04d2d2c81d/">cache</a>)</cite></p>
</blockquote>
<p>Baldur Bjarnason parle encore davantage de <a href="https://www.baldurbjarnason.com/2021/making-colophon-cards/">la démarche et du contexte</a> (<a href="/david/cache/2021/ce35c82f8b3985d20202076871f169a8/">cache</a>) sur son blog.</p>
<p>C’est fascinant à quel point c’est proche de mes <a href="/david/2021/10/07/" title="Consigner">préoccupations</a> <a href="/david/2021/10/13/" title="Prodiverse">actuelles</a> et le fait que ce soit documenté de manière ouverte m’apporte beaucoup, notamment en ce qui concerne le <a href="https://www.colophon.cards/notes/01-design-notes/">design général</a> (<a href="/david/cache/2021/258d0f17fbbfcfb94be82fb7dd585f66/">cache</a>) mais aussi les explorations <a href="https://www.colophon.cards/notes/whither-cards/">côté interactions</a> (<a href="/david/cache/2021/b3336418889958b9094059ebb5b761f2/">cache</a>).</p>


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

<nav>
<p class="center">
<a rel="prev" href="/david/2021/12/03/" title="Publication précédente : Record">← Précédent</a> •
<a href="/david/2021/" title="Liste des publications récentes">↑ En 2021</a>
</p>
</nav>
</article>


<hr>

<footer>
<p>
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
</svg> Accueil</a> •
<a href="/david/log/" title="Accès au flux RSS"><svg class="icon icon-rss2">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-rss2"></use>
</svg> Suivre</a> •
<a href="http://larlet.com" title="Go to my English profile" data-instant><svg class="icon icon-user-tie">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-user-tie"></use>
</svg> Pro</a> •
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel"><svg class="icon icon-mail">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-mail"></use>
</svg> Email</a> •
<abbr class="nowrap" title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"><svg class="icon icon-hammer2">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-hammer2"></use>
</svg> Légal</abbr>
</p>
<template id="theme-selector">
<form>
<fieldset>
<legend><svg class="icon icon-brightness-contrast">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-brightness-contrast"></use>
</svg> Thème</legend>
<label>
<input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
</label>
<label>
<input type="radio" value="dark" name="chosen-color-scheme"> Foncé
</label>
<label>
<input type="radio" value="light" name="chosen-color-scheme"> Clair
</label>
</fieldset>
</form>
</template>
</footer>
<script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
<script>
function loadThemeForm(templateName) {
const themeSelectorTemplate = document.querySelector(templateName)
const form = themeSelectorTemplate.content.firstElementChild
themeSelectorTemplate.replaceWith(form)

form.addEventListener('change', (e) => {
const chosenColorScheme = e.target.value
localStorage.setItem('theme', chosenColorScheme)
toggleTheme(chosenColorScheme)
})

const selectedTheme = localStorage.getItem('theme')
if (selectedTheme && selectedTheme !== 'undefined') {
form.querySelector(`[value="${selectedTheme}"]`).checked = true
}
}

const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
window.addEventListener('load', () => {
let hasDarkRules = false
for (const styleSheet of Array.from(document.styleSheets)) {
let mediaRules = []
for (const cssRule of styleSheet.cssRules) {
if (cssRule.type !== CSSRule.MEDIA_RULE) {
continue
}
// WARNING: Safari does not have/supports `conditionText`.
if (cssRule.conditionText) {
if (cssRule.conditionText !== prefersColorSchemeDark) {
continue
}
} else {
if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
continue
}
}
mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
}

// WARNING: do not try to insert a Rule to a styleSheet you are
// currently iterating on, otherwise the browser will be stuck
// in a infinite loop…
for (const mediaRule of mediaRules) {
styleSheet.insertRule(mediaRule.cssText)
hasDarkRules = true
}
}
if (hasDarkRules) {
loadThemeForm('#theme-selector')
}
})
</script>
</body>
</html>

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

@@ -76,6 +76,20 @@
<main>
<p>Les plus récentes en premier, les 3 premières sont dépliées et ensuite c’est à la demande, bonne exploration !</p>
<h2><a href="/david/2021/12/04/" title="Lien permanent vers cet article">Colophon</a> (2021-12-04)</h2>

<blockquote lang="en">
<p>My goal with Colophon Cards is to create a web-based note-taking app for bookmarking and reading websites, ebooks, and documents. <mark>It needs to find a balance between ease-of-use and advanced features.</mark> It should have a user-subjective sharing model built in from the start where data is shared while the organisation is specific to each. Finally, it needs to provide straightforward tools for turning notes into documents for sharing with others.</p>
<p><cite><em><a href="https://www.colophon.cards/">The Making of Colophon Cards</a></em> (<a href="/david/cache/2021/d232bb8336cade0c220c3f04d2d2c81d/">cache</a>)</cite></p>
</blockquote>
<p>Baldur Bjarnason parle encore davantage de <a href="https://www.baldurbjarnason.com/2021/making-colophon-cards/">la démarche et du contexte</a> (<a href="/david/cache/2021/ce35c82f8b3985d20202076871f169a8/">cache</a>) sur son blog.</p>
<p>C’est fascinant à quel point c’est proche de mes <a href="/david/2021/10/07/" title="Consigner">préoccupations</a> <a href="/david/2021/10/13/" title="Prodiverse">actuelles</a> et le fait que ce soit documenté de manière ouverte m’apporte beaucoup, notamment en ce qui concerne le <a href="https://www.colophon.cards/notes/01-design-notes/">design général</a> (<a href="/david/cache/2021/258d0f17fbbfcfb94be82fb7dd585f66/">cache</a>) mais aussi les explorations <a href="https://www.colophon.cards/notes/whither-cards/">côté interactions</a> (<a href="/david/cache/2021/b3336418889958b9094059ebb5b761f2/">cache</a>).</p>


<h2><a href="/david/2021/11/17/" title="Lien permanent vers cet article">Apprentissages</a> (2021-11-17)</h2>
@@ -103,7 +117,9 @@
<h2><a href="/david/2021/02/04/" title="Lien permanent vers cet article">Chance</a> (2021-02-04)</h2>
<details>
<summary>Déplier pour lire le contenu de la publication</summary>

<blockquote>
<p>And it’s not just that programmers and IT folks in general had very little to complain about when it comes to the pandemic, <mark>we’re a really, really privileged bunch</mark> <em>in general</em>. We get preferred visa treatment which makes us one of the most mobile work forces, our profession is universally recognized even if we did not actually get a degree, we can work from home and we’re monetarily compensated in a way that even juniors coming from a few month training will out-earn many studied professions.</p>
@@ -112,6 +128,7 @@
<p>Il y a des coincidences comme celle-ci. On me demande ce que j’ai réalisé après une année de pandémie. Je réponds que j’ai pris conscience de la chance que j’ai, de par mes privilèges et mon mode de vie. Je regarde mon agrégateur 30&nbsp;minutes plus tard et il y a ce billet d’Armin.</p>
<p>J’ai également réalisé que je n’avais pas parlé anglais depuis plus d’un an… mes interlocuteur·ices probablement aussi&#8239;!</p>

</details>


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

@@ -76,6 +76,20 @@
<main>
<p>Les plus récentes en premier, les 3 premières sont dépliées et ensuite c’est à la demande, bonne exploration !</p>
<h2><a href="/david/2021/12/04/" title="Lien permanent vers cet article">Colophon</a> (2021-12-04)</h2>

<blockquote lang="en">
<p>My goal with Colophon Cards is to create a web-based note-taking app for bookmarking and reading websites, ebooks, and documents. <mark>It needs to find a balance between ease-of-use and advanced features.</mark> It should have a user-subjective sharing model built in from the start where data is shared while the organisation is specific to each. Finally, it needs to provide straightforward tools for turning notes into documents for sharing with others.</p>
<p><cite><em><a href="https://www.colophon.cards/">The Making of Colophon Cards</a></em> (<a href="/david/cache/2021/d232bb8336cade0c220c3f04d2d2c81d/">cache</a>)</cite></p>
</blockquote>
<p>Baldur Bjarnason parle encore davantage de <a href="https://www.baldurbjarnason.com/2021/making-colophon-cards/">la démarche et du contexte</a> (<a href="/david/cache/2021/ce35c82f8b3985d20202076871f169a8/">cache</a>) sur son blog.</p>
<p>C’est fascinant à quel point c’est proche de mes <a href="/david/2021/10/07/" title="Consigner">préoccupations</a> <a href="/david/2021/10/13/" title="Prodiverse">actuelles</a> et le fait que ce soit documenté de manière ouverte m’apporte beaucoup, notamment en ce qui concerne le <a href="https://www.colophon.cards/notes/01-design-notes/">design général</a> (<a href="/david/cache/2021/258d0f17fbbfcfb94be82fb7dd585f66/">cache</a>) mais aussi les explorations <a href="https://www.colophon.cards/notes/whither-cards/">côté interactions</a> (<a href="/david/cache/2021/b3336418889958b9094059ebb5b761f2/">cache</a>).</p>


<h2><a href="/david/2021/11/17/" title="Lien permanent vers cet article">Apprentissages</a> (2021-11-17)</h2>
@@ -111,7 +125,9 @@
<h2><a href="/david/2021/10/02/" title="Lien permanent vers cet article">Redesign</a> (2021-10-02)</h2>
<details>
<summary>Déplier pour lire le contenu de la publication</summary>

<blockquote lang="en">
<p>So what you see here isn’t me.</p>
@@ -122,6 +138,7 @@
</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>

</details>


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

@@ -663,6 +663,8 @@
<h2><a href="/david/2021/12/03/">Record</a> (2021-12-03)</h2>
<h2><a href="/david/2021/12/04/">Colophon</a> (2021-12-04)</h2>
</main>



+ 18
- 1
david/2021/recherche/index.html View File

@@ -76,6 +76,20 @@
<main>
<p>Les plus récentes en premier, les 3 premières sont dépliées et ensuite c’est à la demande, bonne exploration !</p>
<h2><a href="/david/2021/12/04/" title="Lien permanent vers cet article">Colophon</a> (2021-12-04)</h2>

<blockquote lang="en">
<p>My goal with Colophon Cards is to create a web-based note-taking app for bookmarking and reading websites, ebooks, and documents. <mark>It needs to find a balance between ease-of-use and advanced features.</mark> It should have a user-subjective sharing model built in from the start where data is shared while the organisation is specific to each. Finally, it needs to provide straightforward tools for turning notes into documents for sharing with others.</p>
<p><cite><em><a href="https://www.colophon.cards/">The Making of Colophon Cards</a></em> (<a href="/david/cache/2021/d232bb8336cade0c220c3f04d2d2c81d/">cache</a>)</cite></p>
</blockquote>
<p>Baldur Bjarnason parle encore davantage de <a href="https://www.baldurbjarnason.com/2021/making-colophon-cards/">la démarche et du contexte</a> (<a href="/david/cache/2021/ce35c82f8b3985d20202076871f169a8/">cache</a>) sur son blog.</p>
<p>C’est fascinant à quel point c’est proche de mes <a href="/david/2021/10/07/" title="Consigner">préoccupations</a> <a href="/david/2021/10/13/" title="Prodiverse">actuelles</a> et le fait que ce soit documenté de manière ouverte m’apporte beaucoup, notamment en ce qui concerne le <a href="https://www.colophon.cards/notes/01-design-notes/">design général</a> (<a href="/david/cache/2021/258d0f17fbbfcfb94be82fb7dd585f66/">cache</a>) mais aussi les explorations <a href="https://www.colophon.cards/notes/whither-cards/">côté interactions</a> (<a href="/david/cache/2021/b3336418889958b9094059ebb5b761f2/">cache</a>).</p>


<h2><a href="/david/2021/12/02/" title="Lien permanent vers cet article">Tags</a> (2021-12-02)</h2>
@@ -160,11 +174,14 @@
<h2><a href="/david/2021/11/17/" title="Lien permanent vers cet article">Apprentissages</a> (2021-11-17)</h2>
<details>
<summary>Déplier pour lire le contenu de la publication</summary>
<p>Ça fait pas mal de temps que je trouve inspirant ce qu’a fait Simon Willison avec <a href="https://til.simonwillison.net/">ses <abbr title="Thing’s I’ve Learned" lang="en">TIL</abbr></a>. Une façon de partager des frictions techniques quotidiennes pour documenter — et potentiellement aider d’autres personnes.</p>
<p>Ce serait une bonne occasion d’essayer <a href="https://datasette.io/">datasette</a> aussi mais c’est peut-être un peu trop dynamique à mon goût. Idéalement, ce serait déposer des bouts de code sur <a href="https://sr.ht/~davidbgk/">sourcehut</a> et les <a href="https://srht.site/automating-deployments">déployer automatiquement</a> là-bas aussi, sur mon <a href="https://srht.site/custom-domains">propre sous-domaine</a>.</p>
<p>Je vais laisser cette idée mâturer un peu, ça pourrait faire l’objet d’un cru 2022.</p>

</details>


+ 11
- 0
david/2021/sources/2021-12-04 - Colophon.md View File

@@ -0,0 +1,11 @@
# Colophon

> [en] My goal with Colophon Cards is to create a web-based note-taking app for bookmarking and reading websites, ebooks, and documents. ==It needs to find a balance between ease-of-use and advanced features.== It should have a user-subjective sharing model built in from the start where data is shared while the organisation is specific to each. Finally, it needs to provide straightforward tools for turning notes into documents for sharing with others.
>
> <cite>*[The Making of Colophon Cards](https://www.colophon.cards/)* ([cache](/david/cache/2021/d232bb8336cade0c220c3f04d2d2c81d/))</cite>

Baldur Bjarnason parle encore davantage de [la démarche et du contexte](https://www.baldurbjarnason.com/2021/making-colophon-cards/) ([cache](/david/cache/2021/ce35c82f8b3985d20202076871f169a8/)) sur son blog.

C’est fascinant à quel point c’est proche de mes [préoccupations](/david/2021/10/07/) [actuelles](/david/2021/10/13/) et le fait que ce soit documenté de manière ouverte m’apporte beaucoup, notamment en ce qui concerne le [design général](https://www.colophon.cards/notes/01-design-notes/) ([cache](/david/cache/2021/258d0f17fbbfcfb94be82fb7dd585f66/)) mais aussi les explorations [côté interactions](https://www.colophon.cards/notes/whither-cards/) ([cache](/david/cache/2021/b3336418889958b9094059ebb5b761f2/)).

#recherche #alterego #design

+ 5
- 4
david/index.html View File

@@ -78,7 +78,8 @@
<p>
<a href="/david/2021/12/01/">Inquiétude</a>,
<a href="/david/2021/12/02/">Tags</a>,
<a href="/david/2021/12/03/">Record</a>.
<a href="/david/2021/12/03/">Record</a>,
<a href="/david/2021/12/04/">Colophon</a>.
</p>
@@ -441,14 +442,14 @@
<a href="/david/2021/accessibilite/">#accessibilité (16)</a>
<a href="/david/2021/accompagnement/">#accompagnement (21)</a>
<a href="/david/2021/allie/">#allié (12)</a>
<a href="/david/2021/alterego/">#alterego (3)</a>
<a href="/david/2021/alterego/">#alterego (4)</a>
<a href="/david/2021/anarchisme/">#anarchisme (4)</a>
<a href="/david/2021/anxiete/">#anxiété (31)</a>
<a href="/david/2021/capitalocene/">#capitalocène (21)</a>
<a href="/david/2021/climat/">#climat (13)</a>
<a href="/david/2021/contemplation/">#contemplation (7)</a>
<a href="/david/2021/cooperative/">#coopérative (7)</a>
<a href="/david/2021/design/">#design (9)</a>
<a href="/david/2021/design/">#design (10)</a>
<a href="/david/2021/echecs/">#échecs (5)</a>
<a href="/david/2021/ecole/">#école (8)</a>
<a href="/david/2021/ecriture/">#écriture (13)</a>
@@ -476,7 +477,7 @@
<a href="/david/2021/produit/">#produit (17)</a>
<a href="/david/2021/protopie/">#protopie (4)</a>
<a href="/david/2021/publication/">#publication (16)</a>
<a href="/david/2021/recherche/">#recherche (26)</a>
<a href="/david/2021/recherche/">#recherche (27)</a>
<a href="/david/2021/rythme/">#rythme (18)</a>
<a href="/david/2021/scopyleft/">#scopyleft (5)</a>
<a href="/david/2021/sociologie/">#sociologie (26)</a>

+ 17
- 18
david/log/index.xml View File

@@ -6,13 +6,29 @@
<link href="https://larlet.fr/david/" rel="alternate" type="text/html" />
<link href="https://larlet.fr/david/log/" rel="self" />
<id>https://larlet.fr/david/</id>
<updated>2021-12-10T12:00:00+01:00</updated>
<updated>2021-12-11T12: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">Colophon</title>
<link href="https://larlet.fr/david/2021/12/04/" rel="alternate" type="text/html" />
<updated>2021-12-04T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2021/12/04/</id>
<summary type="html">

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;My goal with Colophon Cards is to create a web-based note-taking app for bookmarking and reading websites, ebooks, and documents. &lt;mark&gt;It needs to find a balance between ease-of-use and advanced features.&lt;/mark&gt; It should have a user-subjective sharing model built in from the start where data is shared while the organisation is specific to each. Finally, it needs to provide straightforward tools for turning notes into documents for sharing with others.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.colophon.cards/&quot;&gt;The Making of Colophon Cards&lt;/a&gt;&lt;/em&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/d232bb8336cade0c220c3f04d2d2c81d/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Baldur Bjarnason parle encore davantage de &lt;a href=&quot;https://www.baldurbjarnason.com/2021/making-colophon-cards/&quot;&gt;la démarche et du contexte&lt;/a&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/ce35c82f8b3985d20202076871f169a8/&quot;&gt;cache&lt;/a&gt;) sur son blog.&lt;/p&gt;
&lt;p&gt;C’est fascinant à quel point c’est proche de mes &lt;a href=&quot;https://larlet.fr/david/2021/10/07/&quot; title=&quot;Consigner&quot;&gt;préoccupations&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/10/13/&quot; title=&quot;Prodiverse&quot;&gt;actuelles&lt;/a&gt; et le fait que ce soit documenté de manière ouverte m’apporte beaucoup, notamment en ce qui concerne le &lt;a href=&quot;https://www.colophon.cards/notes/01-design-notes/&quot;&gt;design général&lt;/a&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/258d0f17fbbfcfb94be82fb7dd585f66/&quot;&gt;cache&lt;/a&gt;) mais aussi les explorations &lt;a href=&quot;https://www.colophon.cards/notes/whither-cards/&quot;&gt;côté interactions&lt;/a&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/b3336418889958b9094059ebb5b761f2/&quot;&gt;cache&lt;/a&gt;).&lt;/p&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2021/alterego/&quot;&gt;#alterego&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/design/&quot;&gt;#design&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/recherche/&quot;&gt;#recherche&lt;/a&gt;&lt;/p&gt;&lt;/nav&gt;&lt;hr/&gt;&lt;p&gt;&lt;a href=&quot;mailto:david@larlet.fr&quot;&gt;Réagir ?&lt;/a&gt;&lt;/p&gt;</summary>
</entry>
<entry xml:lang="fr">
<title type="html">Record</title>
<link href="https://larlet.fr/david/2021/12/03/" rel="alternate" type="text/html" />
@@ -723,21 +739,4 @@ Et nous bouffe déjà&lt;/p&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2021/alterego/&quot;&gt;#alterego&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/publication/&quot;&gt;#publication&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/recherche/&quot;&gt;#recherche&lt;/a&gt;&lt;/p&gt;&lt;/nav&gt;&lt;hr/&gt;&lt;p&gt;&lt;a href=&quot;mailto:david@larlet.fr&quot;&gt;Réagir ?&lt;/a&gt;&lt;/p&gt;</summary>
</entry>
<entry xml:lang="fr">
<title type="html">Inaccessible</title>
<link href="https://larlet.fr/david/2021/11/01/" rel="alternate" type="text/html" />
<updated>2021-11-01T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2021/11/01/</id>
<summary type="html">

&lt;blockquote&gt;
&lt;ol&gt;
&lt;li&gt;Je souhaite insister ici sur le fait que vivre dans une société inaccessible contribue très largement à ce sentiment. Bien plus que la maladie, c’est l’inaccessibilité qui réduit le champ des possibles pour les malades chroniques et personnes handicapées. &lt;mark&gt;Une vie que l’on peut juger diminuée ou rétrécie n’a pas moins de valeur que les autres.&lt;/mark&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://bribesdereel.net/rechute-chronique&quot;&gt;Rechute chronique&lt;/a&gt;&lt;/em&gt; (&lt;a href=&quot;https://larlet.fr/david/cache/2021/453afa4933a15181ceedb95afeb70c1c/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Parfois, une note suffit pour écouter le monde différemment.&lt;/p&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2021/accessibilite/&quot;&gt;#accessibilité&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2021/gratitude/&quot;&gt;#gratitude&lt;/a&gt;&lt;/p&gt;&lt;/nav&gt;&lt;hr/&gt;&lt;p&gt;&lt;a href=&quot;mailto:david@larlet.fr&quot;&gt;Réagir ?&lt;/a&gt;&lt;/p&gt;</summary>
</entry>
</feed>

Loading…
Cancel
Save