Browse Source

Article

master
David Larlet 1 year ago
parent
commit
8e6b218434

+ 2
- 2
david/2023/01/31/index.html View File

@@ -81,7 +81,7 @@
Recherche</a
>
</nobr>
• <a rel="next" href="/david/2023/02/01/" title="Publication suivante : Ombres">Suivant →</a>
</p>
</nav>
<hr>
@@ -139,7 +139,7 @@
<p class="center">
<a rel="prev" href="/david/2023/01/30/" title="Publication précédente : Lecture">← Précédent</a> •
<a href="/david/2023/" title="Liste des publications récentes">↑ En 2023</a>
• <a rel="next" href="/david/2023/02/01/" title="Publication suivante : Ombres">Suivant →</a>
</p>
</nav>
</article>

+ 274
- 0
david/2023/02/01/index.html View File

@@ -0,0 +1,274 @@
<!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>Ombres — David Larlet</title>
<meta name="description" content="I’m not a film buff, so I write this from a layman’s perspective. But every time I watch something made before 2000, it looks so beautiful to me—not otherworldly or majestic, but beautiful in the way the world around me is beautiful. And I don’t think I’m just being nostalgic. […]">
<!-- 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>Ombres</h1>
</header>
<nav>
<p class="center">
<a rel="prev" href="/david/2023/01/31/" title="Publication précédente : Ennui">← 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>I’m not a film buff, so I write this from a layman’s perspective. But every time I watch something made before 2000, it looks so beautiful to me—not otherworldly or majestic, but <mark>beautiful in the way the world around me is beautiful.</mark> And I don’t think I’m just being nostalgic. […]</p>
<p>Most usefully, their hollowness offers, by way of counter-example, a key to what does feel meaningful: texture, substance, imperfection, slowing down, taking the scenic route, natural light, places you can touch, making more considered creative choices, making <em>less</em>.</p>
<p><cite><em><a href="https://haleynahman.substack.com/p/132-the-contagious-visual-blandness">#132: The contagious visual blandness of Netflix</a></em>&nbsp;(<a href="/david/cache/2023/4d3fa4020fd0504dbced1a408a2d394e/">cache</a>)</cite></p>
</blockquote>
<p>C’est une chose que j’ai remarqué aussi et l’essai de Robin Rendle à ce sujet <a href="https://www.robinrendle.com/essays/in-praise-of-shadows/">In Praise of Shadows</a>&nbsp;(<a href="/david/cache/2023/055ec9ce09151d35309f39b824189c61/">cache</a>) m’avait particulièrement touché cet&nbsp;été.</p>
<p>Les iPhones, au fil des versions, font de «&nbsp;magnifiques&nbsp;» photographies par exemple mais ce qui est capté de la scène est faible comparé à ce qui est fait en post-acquisition pour qu’elles <em>semblent</em> magnifiquement nettes et contrastées etc. Et ce n’est qu’un début, l’apprentissage et des algorithmes encore plus avancés permettront de rendre chaque photo plus… parfaite dans la négation de sa naturalité<sup aria-details=note-1>*</sup>.</p>
<p>Ma bibliothèque dans macOS Photos (iPhone) ressemble à un magazine, à une façon que d’autres ont choisi pour représenter le monde. Celle qui est dans RAW Power (DSLR) est plus modeste mais correspond davantage aux façons dont <em>j’ai</em> envie d’observer et de partager le&nbsp;monde.</p>
<p>À force de regarder des séries à l’image parfaite, on se met peut-être à fuir la réalité d’un monde qui nous semble hideux dans ses imperfections et ses zones&nbsp;d’ombres.</p>
<p><em>J’imagine que c’est une réflexion de vieux et que les personnes faisant de l’argentique avaient les mêmes arguments il y a quelques années. J’assume&nbsp;(presque).</em></p>
<div role=comment id=note-1>
<sup>*</sup> Ceci est un pléonasme car je ne trouve pas de mot/concept équivalent. Suggestions bienvenues.
</div>
<hr />

<blockquote lang="en">
<p>😔 We found that GitHub, GitLab, SourceForge, and Bitbucket were collectively linked to 160&nbsp;times in 2007&nbsp;and 76,746&nbsp;times in 2021. In 2021, <mark>one out of five publications in the arXiv corpus included a URI to GitHub.</mark> The complexity of GHPs like GitHub is not amenable to conventional Web archiving techniques. Therefore, the growing use of GHPs in scholarly publications points to an urgent and growing need for dedicated efforts to archive their holdings in order to preserve research code and its scholarly&nbsp;ephemera.</p>
<p><cite><em><a href="https://arxiv.org/abs/2208.04895">The Rise of GitHub in Scholarly Publications</a></em>&nbsp;(<a href="/david/cache/2023/57fcca8aa6194cb2840d1dea002cb59b/">cache</a>)</cite></p>
</blockquote>


<nav>
<p>
<a href="/david/2023/intimite/"
title="Liste de tous les articles 2023 associés à cette étiquette"
>#intimité</a>
<a href="/david/2023/photographie/"
title="Liste de tous les articles 2023 associés à cette étiquette"
>#photographie</a>
<a href="/david/2023/sociologie/"
title="Liste de tous les articles 2023 associés à cette étiquette"
>#sociologie</a>
<a href="/david/#tags-2023"
title="Liste de toutes les étiquettes 2023"
><svg class="icon icon-tags">
<use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-tags"></use>
</svg>
tous ?</a
>
</p>
</nav>

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

+ 30
- 0
david/2023/_sources/2023-02-01 - Ombres.md View File

@@ -0,0 +1,30 @@
# Ombres

> [en] I’m not a film buff, so I write this from a layman’s perspective. But every time I watch something made before 2000, it looks so beautiful to me—not otherworldly or majestic, but ==beautiful in the way the world around me is beautiful.== And I don’t think I’m just being nostalgic. […]
>
> Most usefully, their hollowness offers, by way of counter-example, a key to what does feel meaningful: texture, substance, imperfection, slowing down, taking the scenic route, natural light, places you can touch, making more considered creative choices, making *less*.
>
> <cite>*[#132: The contagious visual blandness of Netflix](https://haleynahman.substack.com/p/132-the-contagious-visual-blandness)* ([cache](/david/cache/2023/4d3fa4020fd0504dbced1a408a2d394e/))</cite>

C’est une chose que j’ai remarqué aussi et l’essai de Robin Rendle à ce sujet [In Praise of Shadows](https://www.robinrendle.com/essays/in-praise-of-shadows/) ([cache](/david/cache/2023/055ec9ce09151d35309f39b824189c61/)) m’avait particulièrement touché cet été.

Les iPhones, au fil des versions, font de « magnifiques » photographies par exemple mais ce qui est capté de la scène est faible comparé à ce qui est fait en post-acquisition pour qu’elles *semblent* magnifiquement nettes et contrastées etc. Et ce n’est qu’un début, l’apprentissage et des algorithmes encore plus avancés permettront de rendre chaque photo plus… parfaite dans la négation de sa naturalité<sup aria-details=note-1>*</sup>.

Ma bibliothèque dans macOS Photos (iPhone) ressemble à un magazine, à une façon que d’autres ont choisi pour représenter le monde. Celle qui est dans RAW Power (DSLR) est plus modeste mais correspond davantage aux façons dont _j’ai_ envie d’observer et de partager le monde.

À force de regarder des séries à l’image parfaite, on se met peut-être à fuir la réalité d’un monde qui nous semble hideux dans ses imperfections et ses zones d’ombres.

_J’imagine que c’est une réflexion de vieux et que les personnes faisant de l’argentique avaient les mêmes arguments il y a quelques années. J’assume (presque)._

<div role=comment id=note-1>
<sup>*</sup> Ceci est un pléonasme car je ne trouve pas de mot/concept équivalent. Suggestions bienvenues.
</div>

---


> [en] 😔 We found that GitHub, GitLab, SourceForge, and Bitbucket were collectively linked to 160 times in 2007 and 76,746 times in 2021. In 2021, ==one out of five publications in the arXiv corpus included a URI to GitHub.== The complexity of GHPs like GitHub is not amenable to conventional Web archiving techniques. Therefore, the growing use of GHPs in scholarly publications points to an urgent and growing need for dedicated efforts to archive their holdings in order to preserve research code and its scholarly ephemera.
>
> <cite>*[The Rise of GitHub in Scholarly Publications](https://arxiv.org/abs/2208.04895)* ([cache](/david/cache/2023/57fcca8aa6194cb2840d1dea002cb59b/))</cite>

#intimité #photographie #sociologie

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

@@ -115,6 +115,12 @@
</p>
<h3>Février 2023</h3>
<p>
<a href="/david/2023/02/01/">Ombres</a>.
</p>
<h3 id="tags">
Par tags <svg class="icon icon-tags">
@@ -136,19 +142,21 @@
<a href="/david/2021/foret/">#forêt (2)</a>
<a href="/david/2021/gafam/">#gafam (1)</a>
<a href="/david/2021/gratitude/">#gratitude (4)</a>
<a href="/david/2021/intimite/">#intimité (1)</a>
<a href="/david/2021/livre/">#livre (1)</a>
<a href="/david/2021/masque/">#masque (1)</a>
<a href="/david/2021/mastodon/">#mastodon (1)</a>
<a href="/david/2021/parentalite/">#parentalité (1)</a>
<a href="/david/2021/partage/">#partage (1)</a>
<a href="/david/2021/patriarcat/">#patriarcat (1)</a>
<a href="/david/2021/photographie/">#photographie (1)</a>
<a href="/david/2021/photographie/">#photographie (2)</a>
<a href="/david/2021/propriete/">#propriété (1)</a>
<a href="/david/2021/qualite/">#qualité (2)</a>
<a href="/david/2021/recherche/">#recherche (7)</a>
<a href="/david/2021/recyclage/">#recyclage (2)</a>
<a href="/david/2021/reponse/">#réponse (2)</a>
<a href="/david/2021/simplicite/">#simplicité (1)</a>
<a href="/david/2021/sociologie/">#sociologie (1)</a>
<a href="/david/2021/sport/">#sport (3)</a>
<a href="/david/2021/technique/">#technique (5)</a>
<a href="/david/2021/traces/">#traces (3)</a>

+ 237
- 0
david/2023/intimite/index.html View File

@@ -0,0 +1,237 @@
<!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>Tag #intimité — David Larlet</title>
<meta name="description" content="Publications relatives au tag #intimité">
<!-- 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>

<style type="text/css">
details[open] summary {
display: none;
}
</style>

<body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">


<header>
<h1>Publications relatives au tag #intimité</h1>
</header>
<nav>
<p class="center">
<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="tags" href="/david/#tags-2023" title="Liste de toutes les étiquettes"><svg class="icon icon-tags">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-tags"></use>
</svg> Étiquettes</a>
</p>
</nav>
<hr>
<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/2023/02/01/" title="Lien permanent vers cet article">Ombres</a> (2023-02-01)</h2>

<blockquote lang="en">
<p>I’m not a film buff, so I write this from a layman’s perspective. But every time I watch something made before 2000, it looks so beautiful to me—not otherworldly or majestic, but <mark>beautiful in the way the world around me is beautiful.</mark> And I don’t think I’m just being nostalgic. […]</p>
<p>Most usefully, their hollowness offers, by way of counter-example, a key to what does feel meaningful: texture, substance, imperfection, slowing down, taking the scenic route, natural light, places you can touch, making more considered creative choices, making <em>less</em>.</p>
<p><cite><em><a href="https://haleynahman.substack.com/p/132-the-contagious-visual-blandness">#132: The contagious visual blandness of Netflix</a></em>&nbsp;(<a href="/david/cache/2023/4d3fa4020fd0504dbced1a408a2d394e/">cache</a>)</cite></p>
</blockquote>
<p>C’est une chose que j’ai remarqué aussi et l’essai de Robin Rendle à ce sujet <a href="https://www.robinrendle.com/essays/in-praise-of-shadows/">In Praise of Shadows</a>&nbsp;(<a href="/david/cache/2023/055ec9ce09151d35309f39b824189c61/">cache</a>) m’avait particulièrement touché cet&nbsp;été.</p>
<p>Les iPhones, au fil des versions, font de «&nbsp;magnifiques&nbsp;» photographies par exemple mais ce qui est capté de la scène est faible comparé à ce qui est fait en post-acquisition pour qu’elles <em>semblent</em> magnifiquement nettes et contrastées etc. Et ce n’est qu’un début, l’apprentissage et des algorithmes encore plus avancés permettront de rendre chaque photo plus… parfaite dans la négation de sa naturalité<sup aria-details=note-1>*</sup>.</p>
<p>Ma bibliothèque dans macOS Photos (iPhone) ressemble à un magazine, à une façon que d’autres ont choisi pour représenter le monde. Celle qui est dans RAW Power (DSLR) est plus modeste mais correspond davantage aux façons dont <em>j’ai</em> envie d’observer et de partager le&nbsp;monde.</p>
<p>À force de regarder des séries à l’image parfaite, on se met peut-être à fuir la réalité d’un monde qui nous semble hideux dans ses imperfections et ses zones&nbsp;d’ombres.</p>
<p><em>J’imagine que c’est une réflexion de vieux et que les personnes faisant de l’argentique avaient les mêmes arguments il y a quelques années. J’assume&nbsp;(presque).</em></p>
<div role=comment id=note-1>
<sup>*</sup> Ceci est un pléonasme car je ne trouve pas de mot/concept équivalent. Suggestions bienvenues.
</div>
<hr />

<blockquote lang="en">
<p>😔 We found that GitHub, GitLab, SourceForge, and Bitbucket were collectively linked to 160&nbsp;times in 2007&nbsp;and 76,746&nbsp;times in 2021. In 2021, <mark>one out of five publications in the arXiv corpus included a URI to GitHub.</mark> The complexity of GHPs like GitHub is not amenable to conventional Web archiving techniques. Therefore, the growing use of GHPs in scholarly publications points to an urgent and growing need for dedicated efforts to archive their holdings in order to preserve research code and its scholarly&nbsp;ephemera.</p>
<p><cite><em><a href="https://arxiv.org/abs/2208.04895">The Rise of GitHub in Scholarly Publications</a></em>&nbsp;(<a href="/david/cache/2023/57fcca8aa6194cb2840d1dea002cb59b/">cache</a>)</cite></p>
</blockquote>


</main>


<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>

+ 27
- 0
david/2023/photographie/index.html View File

@@ -76,6 +76,33 @@
<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/2023/02/01/" title="Lien permanent vers cet article">Ombres</a> (2023-02-01)</h2>

<blockquote lang="en">
<p>I’m not a film buff, so I write this from a layman’s perspective. But every time I watch something made before 2000, it looks so beautiful to me—not otherworldly or majestic, but <mark>beautiful in the way the world around me is beautiful.</mark> And I don’t think I’m just being nostalgic. […]</p>
<p>Most usefully, their hollowness offers, by way of counter-example, a key to what does feel meaningful: texture, substance, imperfection, slowing down, taking the scenic route, natural light, places you can touch, making more considered creative choices, making <em>less</em>.</p>
<p><cite><em><a href="https://haleynahman.substack.com/p/132-the-contagious-visual-blandness">#132: The contagious visual blandness of Netflix</a></em>&nbsp;(<a href="/david/cache/2023/4d3fa4020fd0504dbced1a408a2d394e/">cache</a>)</cite></p>
</blockquote>
<p>C’est une chose que j’ai remarqué aussi et l’essai de Robin Rendle à ce sujet <a href="https://www.robinrendle.com/essays/in-praise-of-shadows/">In Praise of Shadows</a>&nbsp;(<a href="/david/cache/2023/055ec9ce09151d35309f39b824189c61/">cache</a>) m’avait particulièrement touché cet&nbsp;été.</p>
<p>Les iPhones, au fil des versions, font de «&nbsp;magnifiques&nbsp;» photographies par exemple mais ce qui est capté de la scène est faible comparé à ce qui est fait en post-acquisition pour qu’elles <em>semblent</em> magnifiquement nettes et contrastées etc. Et ce n’est qu’un début, l’apprentissage et des algorithmes encore plus avancés permettront de rendre chaque photo plus… parfaite dans la négation de sa naturalité<sup aria-details=note-1>*</sup>.</p>
<p>Ma bibliothèque dans macOS Photos (iPhone) ressemble à un magazine, à une façon que d’autres ont choisi pour représenter le monde. Celle qui est dans RAW Power (DSLR) est plus modeste mais correspond davantage aux façons dont <em>j’ai</em> envie d’observer et de partager le&nbsp;monde.</p>
<p>À force de regarder des séries à l’image parfaite, on se met peut-être à fuir la réalité d’un monde qui nous semble hideux dans ses imperfections et ses zones&nbsp;d’ombres.</p>
<p><em>J’imagine que c’est une réflexion de vieux et que les personnes faisant de l’argentique avaient les mêmes arguments il y a quelques années. J’assume&nbsp;(presque).</em></p>
<div role=comment id=note-1>
<sup>*</sup> Ceci est un pléonasme car je ne trouve pas de mot/concept équivalent. Suggestions bienvenues.
</div>
<hr />

<blockquote lang="en">
<p>😔 We found that GitHub, GitLab, SourceForge, and Bitbucket were collectively linked to 160&nbsp;times in 2007&nbsp;and 76,746&nbsp;times in 2021. In 2021, <mark>one out of five publications in the arXiv corpus included a URI to GitHub.</mark> The complexity of GHPs like GitHub is not amenable to conventional Web archiving techniques. Therefore, the growing use of GHPs in scholarly publications points to an urgent and growing need for dedicated efforts to archive their holdings in order to preserve research code and its scholarly&nbsp;ephemera.</p>
<p><cite><em><a href="https://arxiv.org/abs/2208.04895">The Rise of GitHub in Scholarly Publications</a></em>&nbsp;(<a href="/david/cache/2023/57fcca8aa6194cb2840d1dea002cb59b/">cache</a>)</cite></p>
</blockquote>


<h2><a href="/david/2023/01/06/" title="Lien permanent vers cet article">Toile</a> (2023-01-06)</h2>

+ 237
- 0
david/2023/sociologie/index.html View File

@@ -0,0 +1,237 @@
<!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>Tag #sociologie — David Larlet</title>
<meta name="description" content="Publications relatives au tag #sociologie">
<!-- 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>

<style type="text/css">
details[open] summary {
display: none;
}
</style>

<body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">


<header>
<h1>Publications relatives au tag #sociologie</h1>
</header>
<nav>
<p class="center">
<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="tags" href="/david/#tags-2023" title="Liste de toutes les étiquettes"><svg class="icon icon-tags">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-tags"></use>
</svg> Étiquettes</a>
</p>
</nav>
<hr>
<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/2023/02/01/" title="Lien permanent vers cet article">Ombres</a> (2023-02-01)</h2>

<blockquote lang="en">
<p>I’m not a film buff, so I write this from a layman’s perspective. But every time I watch something made before 2000, it looks so beautiful to me—not otherworldly or majestic, but <mark>beautiful in the way the world around me is beautiful.</mark> And I don’t think I’m just being nostalgic. […]</p>
<p>Most usefully, their hollowness offers, by way of counter-example, a key to what does feel meaningful: texture, substance, imperfection, slowing down, taking the scenic route, natural light, places you can touch, making more considered creative choices, making <em>less</em>.</p>
<p><cite><em><a href="https://haleynahman.substack.com/p/132-the-contagious-visual-blandness">#132: The contagious visual blandness of Netflix</a></em>&nbsp;(<a href="/david/cache/2023/4d3fa4020fd0504dbced1a408a2d394e/">cache</a>)</cite></p>
</blockquote>
<p>C’est une chose que j’ai remarqué aussi et l’essai de Robin Rendle à ce sujet <a href="https://www.robinrendle.com/essays/in-praise-of-shadows/">In Praise of Shadows</a>&nbsp;(<a href="/david/cache/2023/055ec9ce09151d35309f39b824189c61/">cache</a>) m’avait particulièrement touché cet&nbsp;été.</p>
<p>Les iPhones, au fil des versions, font de «&nbsp;magnifiques&nbsp;» photographies par exemple mais ce qui est capté de la scène est faible comparé à ce qui est fait en post-acquisition pour qu’elles <em>semblent</em> magnifiquement nettes et contrastées etc. Et ce n’est qu’un début, l’apprentissage et des algorithmes encore plus avancés permettront de rendre chaque photo plus… parfaite dans la négation de sa naturalité<sup aria-details=note-1>*</sup>.</p>
<p>Ma bibliothèque dans macOS Photos (iPhone) ressemble à un magazine, à une façon que d’autres ont choisi pour représenter le monde. Celle qui est dans RAW Power (DSLR) est plus modeste mais correspond davantage aux façons dont <em>j’ai</em> envie d’observer et de partager le&nbsp;monde.</p>
<p>À force de regarder des séries à l’image parfaite, on se met peut-être à fuir la réalité d’un monde qui nous semble hideux dans ses imperfections et ses zones&nbsp;d’ombres.</p>
<p><em>J’imagine que c’est une réflexion de vieux et que les personnes faisant de l’argentique avaient les mêmes arguments il y a quelques années. J’assume&nbsp;(presque).</em></p>
<div role=comment id=note-1>
<sup>*</sup> Ceci est un pléonasme car je ne trouve pas de mot/concept équivalent. Suggestions bienvenues.
</div>
<hr />

<blockquote lang="en">
<p>😔 We found that GitHub, GitLab, SourceForge, and Bitbucket were collectively linked to 160&nbsp;times in 2007&nbsp;and 76,746&nbsp;times in 2021. In 2021, <mark>one out of five publications in the arXiv corpus included a URI to GitHub.</mark> The complexity of GHPs like GitHub is not amenable to conventional Web archiving techniques. Therefore, the growing use of GHPs in scholarly publications points to an urgent and growing need for dedicated efforts to archive their holdings in order to preserve research code and its scholarly&nbsp;ephemera.</p>
<p><cite><em><a href="https://arxiv.org/abs/2208.04895">The Rise of GitHub in Scholarly Publications</a></em>&nbsp;(<a href="/david/cache/2023/57fcca8aa6194cb2840d1dea002cb59b/">cache</a>)</cite></p>
</blockquote>


</main>


<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>

+ 4
- 1
david/index.html View File

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

<nav>
<p>
<a href="/david/2023/02/01/">Ombres</a>,
<a href="/david/2023/01/31/">Ennui</a>,
<a href="/david/2023/01/30/">Lecture</a>,
<a href="/david/2023/01/26/">Décentralisation</a>,
@@ -124,19 +125,21 @@
<a href="/david/2023/foret/">#forêt (2)</a>,
<a href="/david/2023/gafam/">#gafam (1)</a>,
<a href="/david/2023/gratitude/">#gratitude (4)</a>,
<a href="/david/2023/intimite/">#intimité (1)</a>,
<a href="/david/2023/livre/">#livre (1)</a>,
<a href="/david/2023/masque/">#masque (1)</a>,
<a href="/david/2023/mastodon/">#mastodon (1)</a>,
<a href="/david/2023/parentalite/">#parentalité (1)</a>,
<a href="/david/2023/partage/">#partage (1)</a>,
<a href="/david/2023/patriarcat/">#patriarcat (1)</a>,
<a href="/david/2023/photographie/">#photographie (1)</a>,
<a href="/david/2023/photographie/">#photographie (2)</a>,
<a href="/david/2023/propriete/">#propriété (1)</a>,
<a href="/david/2023/qualite/">#qualité (2)</a>,
<a href="/david/2023/recherche/">#recherche (7)</a>,
<a href="/david/2023/recyclage/">#recyclage (2)</a>,
<a href="/david/2023/reponse/">#réponse (2)</a>,
<a href="/david/2023/simplicite/">#simplicité (1)</a>,
<a href="/david/2023/sociologie/">#sociologie (1)</a>,
<a href="/david/2023/sport/">#sport (3)</a>,
<a href="/david/2023/technique/">#technique (5)</a>,
<a href="/david/2023/traces/">#traces (3)</a>,

+ 30
- 1
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>2023-01-31T12:00:00+01:00</updated>
<updated>2023-02-01T12: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">Ombres</title>
<link href="https://larlet.fr/david/2023/02/01/" rel="alternate" type="text/html" />
<updated>2023-02-01T12:00:00+01:00</updated>
<id>https://larlet.fr/david/2023/02/01/</id>
<summary type="html">

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;I’m not a film buff, so I write this from a layman’s perspective. But every time I watch something made before 2000, it looks so beautiful to me—not otherworldly or majestic, but &lt;mark&gt;beautiful in the way the world around me is beautiful.&lt;/mark&gt; And I don’t think I’m just being nostalgic. […]&lt;/p&gt;
&lt;p&gt;Most usefully, their hollowness offers, by way of counter-example, a key to what does feel meaningful: texture, substance, imperfection, slowing down, taking the scenic route, natural light, places you can touch, making more considered creative choices, making &lt;em&gt;less&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://haleynahman.substack.com/p/132-the-contagious-visual-blandness&quot;&gt;#132: The contagious visual blandness of Netflix&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/4d3fa4020fd0504dbced1a408a2d394e/&quot;&gt;cache&lt;/a&gt;)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;C’est une chose que j’ai remarqué aussi et l’essai de Robin Rendle à ce sujet &lt;a href=&quot;https://www.robinrendle.com/essays/in-praise-of-shadows/&quot;&gt;In Praise of Shadows&lt;/a&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/055ec9ce09151d35309f39b824189c61/&quot;&gt;cache&lt;/a&gt;) m’avait particulièrement touché cet&amp;nbsp;été.&lt;/p&gt;
&lt;p&gt;Les iPhones, au fil des versions, font de «&amp;nbsp;magnifiques&amp;nbsp;» photographies par exemple mais ce qui est capté de la scène est faible comparé à ce qui est fait en post-acquisition pour qu’elles &lt;em&gt;semblent&lt;/em&gt; magnifiquement nettes et contrastées etc. Et ce n’est qu’un début, l’apprentissage et des algorithmes encore plus avancés permettront de rendre chaque photo plus… parfaite dans la négation de sa naturalité&lt;sup aria-details=note-1&gt;*&lt;/sup&gt;.&lt;/p&gt;
&lt;p&gt;Ma bibliothèque dans macOS Photos (iPhone) ressemble à un magazine, à une façon que d’autres ont choisi pour représenter le monde. Celle qui est dans RAW Power (DSLR) est plus modeste mais correspond davantage aux façons dont &lt;em&gt;j’ai&lt;/em&gt; envie d’observer et de partager le&amp;nbsp;monde.&lt;/p&gt;
&lt;p&gt;À force de regarder des séries à l’image parfaite, on se met peut-être à fuir la réalité d’un monde qui nous semble hideux dans ses imperfections et ses zones&amp;nbsp;d’ombres.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;J’imagine que c’est une réflexion de vieux et que les personnes faisant de l’argentique avaient les mêmes arguments il y a quelques années. J’assume&amp;nbsp;(presque).&lt;/em&gt;&lt;/p&gt;
&lt;div role=comment id=note-1&gt;
&lt;sup&gt;*&lt;/sup&gt; Ceci est un pléonasme car je ne trouve pas de mot/concept équivalent. Suggestions bienvenues.
&lt;/div&gt;
&lt;hr /&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;😔 We found that GitHub, GitLab, SourceForge, and Bitbucket were collectively linked to 160&amp;nbsp;times in 2007&amp;nbsp;and 76,746&amp;nbsp;times in 2021. In 2021, &lt;mark&gt;one out of five publications in the arXiv corpus included a URI to GitHub.&lt;/mark&gt; The complexity of GHPs like GitHub is not amenable to conventional Web archiving techniques. Therefore, the growing use of GHPs in scholarly publications points to an urgent and growing need for dedicated efforts to archive their holdings in order to preserve research code and its scholarly&amp;nbsp;ephemera.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://arxiv.org/abs/2208.04895&quot;&gt;The Rise of GitHub in Scholarly Publications&lt;/a&gt;&lt;/em&gt;&amp;nbsp;(&lt;a href=&quot;https://larlet.fr/david/cache/2023/57fcca8aa6194cb2840d1dea002cb59b/&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/intimite/&quot;&gt;#intimité&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/photographie/&quot;&gt;#photographie&lt;/a&gt; &lt;a href=&quot;https://larlet.fr/david/2023/sociologie/&quot;&gt;#sociologie&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">Ennui</title>
<link href="https://larlet.fr/david/2023/01/31/" rel="alternate" type="text/html" />

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

@@ -231,6 +231,12 @@
</template>
<script id="search-index" type="application/json">
[
{
"title": "Ombres",
"url": "/david/2023/02/01/",
"date": "2023-02-01",
"content": "I\u2019m not a film buff, so I write this from a layman\u2019s perspective. But every time I watch something made before 2000, it looks so beautiful to me\u2014not otherworldly or majestic, but beautiful in the way the world around me is beautiful. And I don\u2019t think I\u2019m just being nostalgic. [\u2026] Most usefully, their hollowness offers, by way of counter-example, a key to what does feel meaningful: texture, substance, imperfection, slowing down, taking the scenic route, natural light, places you can touch, making more considered creative choices, making less. #132: The contagious visual blandness of Netflix C\u2019est une chose que j\u2019ai remarqu\u00e9 aussi et l\u2019essai de Robin Rendle \u00e0 ce sujet In Praise of Shadows m\u2019avait particuli\u00e8rement touch\u00e9 cet\u00a0\u00e9t\u00e9. Les iPhones, au fil des versions, font de \u00ab\u00a0magnifiques\u00a0\u00bb photographies par exemple mais ce qui est capt\u00e9 de la sc\u00e8ne est faible compar\u00e9 \u00e0 ce qui est fait en post-acquisition pour qu\u2019elles semblent magnifiquement nettes et contrast\u00e9es etc. Et ce n\u2019est qu\u2019un d\u00e9but, l\u2019apprentissage et des algorithmes encore plus avanc\u00e9s permettront de rendre chaque photo plus\u2026 parfaite dans la n\u00e9gation de sa naturalit\u00e9*. Ma biblioth\u00e8que dans macOS Photos (iPhone) ressemble \u00e0 un magazine, \u00e0 une fa\u00e7on que d\u2019autres ont choisi pour repr\u00e9senter le monde. Celle qui est dans RAW Power (DSLR) est plus modeste mais correspond davantage aux fa\u00e7ons dont j\u2019ai envie d\u2019observer et de partager le\u00a0monde. \u00c0 force de regarder des s\u00e9ries \u00e0 l\u2019image parfaite, on se met peut-\u00eatre \u00e0 fuir la r\u00e9alit\u00e9 d\u2019un monde qui nous semble hideux dans ses imperfections et ses zones\u00a0d\u2019ombres. J\u2019imagine que c\u2019est une r\u00e9flexion de vieux et que les personnes faisant de l\u2019argentique avaient les m\u00eames arguments il y a quelques ann\u00e9es. J\u2019assume\u00a0(presque). * Ceci est un pl\u00e9onasme car je ne trouve pas de mot/concept \u00e9quivalent. Suggestions bienvenues. \ud83d\ude14 We found that GitHub, GitLab, SourceForge, and Bitbucket were collectively linked to 160\u00a0times in 2007\u00a0and 76,746\u00a0times in 2021. In 2021, one out of five publications in the arXiv corpus included a URI to GitHub. The complexity of GHPs like GitHub is not amenable to conventional Web archiving techniques. Therefore, the growing use of GHPs in scholarly publications points to an urgent and growing need for dedicated efforts to archive their holdings in order to preserve research code and its scholarly\u00a0ephemera. The Rise of GitHub in Scholarly Publications "
},
{
"title": "Ennui",
"url": "/david/2023/01/31/",

Loading…
Cancel
Save