Browse Source

Article

master
David Larlet 1 year ago
parent
commit
4533df819a

+ 2
- 2
david/2023/02/07/index.html View File

@@ -81,7 +81,7 @@
Recherche</a
>
</nobr>
• <a rel="next" href="/david/2023/02/08/" title="Publication suivante : TextcAIst">Suivant →</a>
</p>
</nav>
<hr>
@@ -154,7 +154,7 @@ Will it be used for war, porn or&nbsp;surveillance?</p>
<p class="center">
<a rel="prev" href="/david/2023/02/05/" title="Publication précédente : Attente">← Précédent</a> •
<a href="/david/2023/" title="Liste des publications récentes">↑ En 2023</a>
• <a rel="next" href="/david/2023/02/08/" title="Publication suivante : TextcAIst">Suivant →</a>
</p>
</nav>
</article>

+ 252
- 0
david/2023/02/08/index.html View File

@@ -0,0 +1,252 @@
<!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>TextcAIst — David Larlet</title>
<meta name="description" content="Still… this is amazing. If I have learned anything from this journey, it’s that the ability to generate high-quality, readable transcripts from podcast audio is going to be here soon. It’s not quite here yet—Whisper has quirks that make it better for searchable transcripts than actual reading, and it doesn’t identify speakers—but it’s perilously close now.">
<!-- 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>TextcAIst</h1>
</header>
<nav>
<p class="center">
<a rel="prev" href="/david/2023/02/07/" title="Publication précédente : Madeleine">← Précédent</a> •
<nobr>
<a href="/david/" title="Aller à l’accueil"
><svg class="icon icon-home">
<use
xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"
></use>
</svg>
Accueil</a
>
</nobr>
<nobr>
<a href="/david/recherche/" title="Aller à la page de recherche"
><svg class="icon icon-search">
<use
xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-search"
></use>
</svg>
Recherche</a
>
</nobr>
</p>
</nav>
<hr>


<blockquote lang="en">
<p>Still… this is amazing. If I have learned anything from this journey, it’s that the ability to generate high-quality, <mark>readable transcripts from podcast audio is going to be here soon.</mark> It’s not quite here yet—Whisper has quirks that make it better for searchable transcripts than actual reading, and it doesn’t identify speakers—but it’s perilously close&nbsp;now.</p>
<p><cite><em><a href="https://sixcolors.com/post/2023/02/automating-podcast-transcripts-on-my-mac-with-openai-whisper/">Automating podcast transcripts on my Mac with OpenAI Whisper</a></em>&nbsp;(<a href="/david/cache/2023/eebbf1a999fdf5c8aa80b65eccd9c48a/">cache</a>)</cite></p>
</blockquote>
<p>Suite des <a href="/david/2021/01/18/">mes recherches</a> pour pallier mon manque d’attention uniquement auditive (qui me prive des <em>podcasts</em>/balados). Je n’avais pas du tout exploré ni même envisagé la piste de l’Intelligence Artificielle mais c’est peut-être prometteur pour un affinage en post-traitement vu que ça a le vent en&nbsp;poupe&#8239;!</p>
<p>En allant plus loin, ça pourrait potentiellement même m’en faire un&nbsp;résumé…</p>
<hr />

<blockquote lang="en">
<p>🎥 Alongside Cameron’s recent comments, discussions on representation and “blue face” controversies have resurfaced. “Blue face” is the practice of taking creative liberties to hybridize various indigenous groups and make their own race then have non-Indigenous actors play them. <mark>Various groups across the globe have called for a boycott of the new film.</mark> At the very least, it makes sense to draw attention to the excellent films actually produced and created by Indigenous&nbsp;people.</p>
<p><cite><em><a href="https://www.cbr.com/better-movies-than-camerons-avatar-2-inigenous-creators/">10&nbsp;Films By Indigenous Filmmakers To Watch Instead Of Avatar: The Way Of Water</a></em>&nbsp;(<a href="/david/cache/2023/98a93dedbf2eb7665680ec6b1bb31e8c/">cache</a>)</cite></p>
</blockquote>

<blockquote>
<p>🌱 En restant sur un thème de rythme de la nature, et du fait que <mark>ce rythme ne s’applique pas au web,</mark> j’ai eu envie d’insérer un autre témoin du temps qui passe. Là, il ne sera pas lié à mon entretien de cet espace web mais plutôt au jour de&nbsp;l’année.</p>
<p><cite><em><a href="https://blog.professeurjoachim.com/billet/2023-01-05-exercices-de-feuille-de-styles">Exercices (de feuille) de styles</a></em>&nbsp;(<a href="/david/cache/2023/c45d25b1d1062fcf10fbf7caaf9e21b1/">cache</a>)</cite></p>
</blockquote>

<blockquote>
<p>🔋 Quand ils ont fait les barrages, ils ne nous ont pas écoutés, quand ils ont fait des coupes forestières au point de faire fuir l’orignal et le caribou dans certaines régions, ils ne nous ont pas écoutés, <mark>et maintenant, ils veulent extraire du lithium</mark> et d’autres&nbsp;métaux</p>
<p><cite><em><a href="https://www.ledevoir.com/societe/780738/lithium-et-mineraux-critiques-lithium-et-mineraux-critiques-le-combat-d-une-mere-crie-de-8-enfants">Lithium et minéraux critiques&nbsp;: le combat d’une mère crie de huit enfants</a></em>&nbsp;(<a href="/david/cache/2023/a0d209f5273c7d9f984f78773fa089f2/">cache</a>)</cite></p>
</blockquote>


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


<hr>

<footer>
<p>
<nobr>
<a href="/david/" title="Aller à l’accueil"
><svg class="icon icon-home">
<use
xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"
></use>
</svg>
Accueil</a
>
</nobr>
<nobr>
<a href="/david/log/" title="Accès au flux RSS"
><svg class="icon icon-rss2">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-rss2"></use>
</svg>
Suivre</a
>
</nobr>
<nobr>
<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-2022-03.svg#icon-user-tie"></use>
</svg>
Pro</a
>
</nobr>
<nobr>
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel"
><svg class="icon icon-mail">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-mail"></use>
</svg>
Email</a
>
</nobr>
<nobr>
<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-2022-03.svg#icon-hammer2"></use>
</svg>
Légal</abbr
>
</nobr>
</p>
<template id="theme-selector">
<form>
<fieldset>
<legend><svg class="icon icon-brightness-contrast">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.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>

+ 23
- 0
david/2023/_sources/2023-02-08 - TextcAIst.md View File

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

> [en] Still… this is amazing. If I have learned anything from this journey, it’s that the ability to generate high-quality, ==readable transcripts from podcast audio is going to be here soon.== It’s not quite here yet—Whisper has quirks that make it better for searchable transcripts than actual reading, and it doesn’t identify speakers—but it’s perilously close now.
>
> <cite>*[Automating podcast transcripts on my Mac with OpenAI Whisper](https://sixcolors.com/post/2023/02/automating-podcast-transcripts-on-my-mac-with-openai-whisper/)* ([cache](/david/cache/2023/eebbf1a999fdf5c8aa80b65eccd9c48a/))</cite>

Suite des [mes recherches](/david/2021/01/18/) pour pallier mon manque d’attention uniquement auditive (qui me prive des _podcasts_/balados). Je n’avais pas du tout exploré ni même envisagé la piste de l’Intelligence Artificielle mais c’est peut-être prometteur pour un affinage en post-traitement vu que ça a le vent en poupe !

En allant plus loin, ça pourrait potentiellement même m’en faire un résumé…

---

> [en] 🎥 Alongside Cameron’s recent comments, discussions on representation and “blue face” controversies have resurfaced. “Blue face” is the practice of taking creative liberties to hybridize various indigenous groups and make their own race then have non-Indigenous actors play them. ==Various groups across the globe have called for a boycott of the new film.== At the very least, it makes sense to draw attention to the excellent films actually produced and created by Indigenous people.
>
> <cite>*[10 Films By Indigenous Filmmakers To Watch Instead Of Avatar: The Way Of Water](https://www.cbr.com/better-movies-than-camerons-avatar-2-inigenous-creators/)* ([cache](/david/cache/2023/98a93dedbf2eb7665680ec6b1bb31e8c/))</cite>

> 🌱 En restant sur un thème de rythme de la nature, et du fait que ==ce rythme ne s’applique pas au web,== j’ai eu envie d’insérer un autre témoin du temps qui passe. Là, il ne sera pas lié à mon entretien de cet espace web mais plutôt au jour de l’année.
>
> <cite>*[Exercices (de feuille) de styles](https://blog.professeurjoachim.com/billet/2023-01-05-exercices-de-feuille-de-styles)* ([cache](/david/cache/2023/c45d25b1d1062fcf10fbf7caaf9e21b1/))</cite>

> 🔋 Quand ils ont fait les barrages, ils ne nous ont pas écoutés, quand ils ont fait des coupes forestières au point de faire fuir l’orignal et le caribou dans certaines régions, ils ne nous ont pas écoutés, ==et maintenant, ils veulent extraire du lithium== et d’autres métaux
>
> <cite>*[Lithium et minéraux critiques : le combat d’une mère crie de huit enfants](https://www.ledevoir.com/societe/780738/lithium-et-mineraux-critiques-lithium-et-mineraux-critiques-le-combat-d-une-mere-crie-de-8-enfants)* ([cache](/david/cache/2023/a0d209f5273c7d9f984f78773fa089f2/))</cite>

+ 2
- 1
david/2023/index.html View File

@@ -121,7 +121,8 @@
<a href="/david/2023/02/02/">Moment</a>,
<a href="/david/2023/02/03/">Chargement</a>,
<a href="/david/2023/02/05/">Attente</a>,
<a href="/david/2023/02/07/">Madeleine</a>.
<a href="/david/2023/02/07/">Madeleine</a>,
<a href="/david/2023/02/08/">TextcAIst</a>.
</p>

+ 1
- 0
david/index.html View File

@@ -76,6 +76,7 @@

<nav>
<p>
<a href="/david/2023/02/08/">TextcAIst</a>,
<a href="/david/2023/02/07/">Madeleine</a>,
<a href="/david/2023/02/05/">Attente</a>,
<a href="/david/2023/02/03/">Chargement</a>,

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

@@ -6,13 +6,45 @@
<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>2023-02-07T12:00:00+01:00</updated>
<updated>2023-02-09T12:00:00+01:00</updated>
<author>
<name>David Larlet</name>
<uri>https://larlet.fr/david/</uri>
</author>
<rights>Copyright (c) 2004-2023, David Larlet</rights>
<entry xml:lang="fr">
<title type="html">TextcAIst</title>
<link href="https://larlet.fr/david/2023/02/08/" rel="alternate" type="text/html" />
<updated>2023-02-08T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2023/02/08/</id>
<summary type="html">

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;Still… this is amazing. If I have learned anything from this journey, it’s that the ability to generate high-quality, &lt;mark&gt;readable transcripts from podcast audio is going to be here soon.&lt;/mark&gt; It’s not quite here yet—Whisper has quirks that make it better for searchable transcripts than actual reading, and it doesn’t identify speakers—but it’s perilously close&amp;nbsp;now.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://sixcolors.com/post/2023/02/automating-podcast-transcripts-on-my-mac-with-openai-whisper/&quot;&gt;Automating podcast transcripts on my Mac with OpenAI Whisper&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/eebbf1a999fdf5c8aa80b65eccd9c48a/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Suite des &lt;a href=&quot;https://larlet.fr/david/2021/01/18/&quot;&gt;mes recherches&lt;/a&gt; pour pallier mon manque d’attention uniquement auditive (qui me prive des &lt;em&gt;podcasts&lt;/em&gt;/balados). Je n’avais pas du tout exploré ni même envisagé la piste de l’Intelligence Artificielle mais c’est peut-être prometteur pour un affinage en post-traitement vu que ça a le vent en&amp;nbsp;poupe&amp;#8239;!&lt;/p&gt;
&lt;p&gt;En allant plus loin, ça pourrait potentiellement même m’en faire un&amp;nbsp;résumé…&lt;/p&gt;
&lt;hr /&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;🎥 Alongside Cameron’s recent comments, discussions on representation and “blue face” controversies have resurfaced. “Blue face” is the practice of taking creative liberties to hybridize various indigenous groups and make their own race then have non-Indigenous actors play them. &lt;mark&gt;Various groups across the globe have called for a boycott of the new film.&lt;/mark&gt; At the very least, it makes sense to draw attention to the excellent films actually produced and created by Indigenous&amp;nbsp;people.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.cbr.com/better-movies-than-camerons-avatar-2-inigenous-creators/&quot;&gt;10&amp;nbsp;Films By Indigenous Filmmakers To Watch Instead Of Avatar: The Way Of Water&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/98a93dedbf2eb7665680ec6b1bb31e8c/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
&lt;p&gt;🌱 En restant sur un thème de rythme de la nature, et du fait que &lt;mark&gt;ce rythme ne s’applique pas au web,&lt;/mark&gt; j’ai eu envie d’insérer un autre témoin du temps qui passe. Là, il ne sera pas lié à mon entretien de cet espace web mais plutôt au jour de&amp;nbsp;l’année.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://blog.professeurjoachim.com/billet/2023-01-05-exercices-de-feuille-de-styles&quot;&gt;Exercices (de feuille) de styles&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/c45d25b1d1062fcf10fbf7caaf9e21b1/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
&lt;p&gt;🔋 Quand ils ont fait les barrages, ils ne nous ont pas écoutés, quand ils ont fait des coupes forestières au point de faire fuir l’orignal et le caribou dans certaines régions, ils ne nous ont pas écoutés, &lt;mark&gt;et maintenant, ils veulent extraire du lithium&lt;/mark&gt; et d’autres&amp;nbsp;métaux&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.ledevoir.com/societe/780738/lithium-et-mineraux-critiques-lithium-et-mineraux-critiques-le-combat-d-une-mere-crie-de-8-enfants&quot;&gt;Lithium et minéraux critiques&amp;nbsp;: le combat d’une mère crie de huit enfants&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/a0d209f5273c7d9f984f78773fa089f2/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;nav&gt;&lt;p&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">Madeleine</title>
<link href="https://larlet.fr/david/2023/02/07/" rel="alternate" type="text/html" />
@@ -990,34 +1022,6 @@ Mais il est terminé, et c’est le plus&amp;nbsp;important.&lt;/p&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2023/aventure/&quot;&gt;#aventure&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/courage/&quot;&gt;#courage&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">Lucidité</title>
<link href="https://larlet.fr/david/2023/01/02/" rel="alternate" type="text/html" />
<updated>2023-01-02T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2023/01/02/</id>
<summary type="html">

&lt;blockquote&gt;
&lt;p&gt;Seul face à la montagne je me sens bien parce que, comme l’a dit Reinhold Messner, elle n’est ni juste ni injuste, mais simplement dangereuse. Et face au danger, une certaine logique s’impose immédiatement quand il faut prendre les décisions qu’on considère les plus adaptées. En montagne, je ne doute jamais lorsque se présente un imprévu, mais &lt;mark&gt;dans le domaine plus rude des relations humaines,&lt;/mark&gt; l’indécision me plonge dans un état de paralysie jusqu’à ce qu’il soit trop tard pour agir. Je dois admettre que je n’ai jamais su me faire au mode de fonctionnement des êtres humains, qu’ils soient bons, mauvais ou&amp;nbsp;dangereux.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;Au-delà des sommets&lt;/em&gt;, Kilian&amp;nbsp;Jornet&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;J’ai &lt;a href=&quot;https://larlet.fr/david/blog/2013/souffrance-plaisir/&quot;&gt;souvent&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/stream/2015/01/08/&quot;&gt;parlé&lt;/a&gt; de Kilian Jornet &lt;a href=&quot;https://larlet.fr/david/stream/2018/06/29/&quot;&gt;par&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/stream/2019/02/15/&quot;&gt;ici&lt;/a&gt; et j’apprécie beaucoup sa franchise lorsqu’il écrit des livres. Il s’autorise à parler d’aspects de sa personnalité qui ne transparaissent pas dans les &lt;em&gt;interviews&lt;/em&gt; ou des réflexions qu’il pourrait difficilement tenir sur un plateau de «&amp;nbsp;sportifs&amp;nbsp;extrêmes&amp;nbsp;»…&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Escalader ce type de montagnes ne consiste en rien d’autre que mettre sa vie en danger pour atteindre le sommet et, ensuite, redescendre. Nous ne nous situons donc certainement pas dans les cieux de l’héroïsme, mais bien plutôt dans les plaines de la&amp;nbsp;stupidité.&lt;/p&gt;
&lt;p&gt;Même si des sportifs cherchent à le cacher et font coïncider leur expédition avec une campagne de levée de fonds, destinés à un quelconque projet humanitaire ou à porter l’attention sur une maladie rare, &lt;mark&gt;l’ascension d’un haut sommet comme l’Everest n’a rien d’héroïque.&lt;/mark&gt; Ce n’est, en réalité, qu’une activité égoïste. Un divertissement dangereux et&amp;nbsp;cher.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Ibid.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;La recherche de ses propres limites est l’objet d’une&amp;nbsp;vie.&lt;/p&gt;
&lt;hr /&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;What it means is that there is no supply chain here. Because there is no supplier. I am not providing you something that you bought for me. There is no relationship. I put something online because I wanted to. The fact you made your product depend on it is &lt;em&gt;your responsibility&lt;/em&gt;. Not mine. Not the one of the providers. We provide libraries. We do not supply them. &lt;mark&gt;You cannot apply rules to&amp;nbsp;me.&lt;/mark&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.softwaremaxims.com/blog/not-a-supplier&quot;&gt;Software Maxims&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/3ca10b945c7517c2f234e3b9534bfb6d/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;nav&gt;&lt;p&gt;&lt;a href=&quot;https://larlet.fr/david/2023/aventure/&quot;&gt;#aventure&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/recherche/&quot;&gt;#recherche&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/sport/&quot;&gt;#sport&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">Marcher</title>

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

@@ -231,6 +231,12 @@
</template>
<script id="search-index" type="application/json">
[
{
"title": "TextcAIst",
"url": "/david/2023/02/08/",
"date": "2023-02-08",
"content": "Still\u2026 this is amazing. If I have learned anything from this journey, it\u2019s that the ability to generate high-quality, readable transcripts from podcast audio is going to be here soon. It\u2019s not quite here yet\u2014Whisper has quirks that make it better for searchable transcripts than actual reading, and it doesn\u2019t identify speakers\u2014but it\u2019s perilously close\u00a0now. Automating podcast transcripts on my Mac with OpenAI Whisper Suite des mes recherches pour pallier mon manque d\u2019attention uniquement auditive (qui me prive des podcasts/balados). Je n\u2019avais pas du tout explor\u00e9 ni m\u00eame envisag\u00e9 la piste de l\u2019Intelligence Artificielle mais c\u2019est peut-\u00eatre prometteur pour un affinage en post-traitement vu que \u00e7a a le vent en\u00a0poupe\u202f! En allant plus loin, \u00e7a pourrait potentiellement m\u00eame m\u2019en faire un\u00a0r\u00e9sum\u00e9\u2026 \ud83c\udfa5 Alongside Cameron\u2019s recent comments, discussions on representation and \u201cblue face\u201d controversies have resurfaced. \u201cBlue face\u201d is the practice of taking creative liberties to hybridize various indigenous groups and make their own race then have non-Indigenous actors play them. Various groups across the globe have called for a boycott of the new film. At the very least, it makes sense to draw attention to the excellent films actually produced and created by Indigenous\u00a0people. 10\u00a0Films By Indigenous Filmmakers To Watch Instead Of Avatar: The Way Of Water \ud83c\udf31 En restant sur un th\u00e8me de rythme de la nature, et du fait que ce rythme ne s\u2019applique pas au web, j\u2019ai eu envie d\u2019ins\u00e9rer un autre t\u00e9moin du temps qui passe. L\u00e0, il ne sera pas li\u00e9 \u00e0 mon entretien de cet espace web mais plut\u00f4t au jour de\u00a0l\u2019ann\u00e9e. Exercices (de feuille) de styles \ud83d\udd0b Quand ils ont fait les barrages, ils ne nous ont pas \u00e9cout\u00e9s, quand ils ont fait des coupes foresti\u00e8res au point de faire fuir l\u2019orignal et le caribou dans certaines r\u00e9gions, ils ne nous ont pas \u00e9cout\u00e9s, et maintenant, ils veulent extraire du lithium et d\u2019autres\u00a0m\u00e9taux Lithium et min\u00e9raux critiques\u00a0: le combat d\u2019une m\u00e8re crie de huit enfants "
},
{
"title": "Madeleine",
"url": "/david/2023/02/07/",

Loading…
Cancel
Save