Browse Source

Links

master
David Larlet 1 year ago
parent
commit
02df758563

+ 193
- 0
cache/2023/576a604fce44b337a38425c021b3b0b3/index.html View File

@@ -0,0 +1,193 @@
<!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>The Best Time to Own a Domain Was 20 Years Ago; The Second Best Time Is Today (archive) — David Larlet</title>
<meta name="description" content="Publication mise en cache pour en conserver une trace.">
<!-- 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>

<meta name="robots" content="noindex, nofollow">
<meta content="origin-when-cross-origin" name="referrer">
<!-- Canonical URL for SEO purposes -->
<link rel="canonical" href="https://blog.jim-nielsen.com/2023/best-time-to-own-a-domain/">

<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>The Best Time to Own a Domain Was 20 Years Ago; The Second Best Time Is Today</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 href="https://blog.jim-nielsen.com/2023/best-time-to-own-a-domain/" title="Lien vers le contenu original">Source originale</a>
</p>
</nav>
<hr>
<p>Mastodon has a verification system built on the humble <code>rel=me</code> which gained coverage on <a href="https://themarkup.org/levelup/2022/12/22/how-we-verified-ourselves-on-mastodon-and-how-you-can-too">The Markup</a> (found via <a href="https://adactio.com/links/19783">adactio links</a>). It allows you to verify that your Mastodon profile controls a particular domain (e.g. <a href="https://mastodon.social/@jimniels">I have verified</a> <code>jim-nielsen.com</code>, something nobody else in the world can claim to do without my consent). From the article:</p>
<blockquote>
<p>The checkmark on a Mastodon account is only as credible as the website it references and the Mastodon server that displays the account.</p>
</blockquote>
<p>I think <code>rel=me</code> is such a neat <a href="https://indieweb.org/rel-me">idea</a>. It’s a very “webby” way of doing verification on the internet because it leverages bedrock internet technology (e.g. links) and institutions (e.g. domains and ICANN) to address the problem of identity verification (as opposed to, say, <a href="https://help.twitter.com/en/managing-your-account/legacy-verification-policy">the shifting, fleeting policies of a for-profit corporation</a>).</p>
<p><code>rel=me</code> powerfully reinforces the importance and value of owning a domain in the digital age.</p>
<p>For example: imagine for a moment the value of <code>google.com</code>. What would that domain cost? People’s entire personal and professional lives — email, photos, calendar, documents, etc. — built up over years and years, solely accessible at that domain.</p>
<p>Now imagine someone who invested years of their life creating value for others and amassing a following on Twitter. They now face a dilemma: all that value lives at a URL they can’t control <code>twitter.com/{username}</code>. Even the word-of-mouth username is something they have zero control over.</p>
<ul>
<li>Person 1: “Hey, you should checkout @insightful608 — they’re great!”</li>
<li>Person 2: “Ah man, didn’t you hear? Twitter is down. Who is @insightful608?”</li>
<li>Person 3: “Oh, I don’t know. Let me see if I can find them elsewhere on the internet…”</li>
</ul>
<p>However, if own your domain, create value there, and drive people to it, you’re paying ~$10 a year to build unbounded value over the years — value <em>you control</em>.</p>
<p>That is why owning a domain (and publishing your content there) is like planting a tree: it’s value that starts small and grows. The best time to own a domain and publish your content there was 20 years ago. The second best time is today.</p>
<p>This is the what I love about <code>rel=me</code>: it reinforces the value of owning a domain that people respect and <em>trust</em> because, through the years, it becomes a source of quality information. In an internet connected world, domains are a currency of value. Do you want to own your value, or let someone else own it?</p>
<blockquote>
<p>[verification with <code>rel=me</code>] is based on a loose specification created by bloggers back in 2003 called Xhtml Friends Network. Just as with Mastodon, its intention is not to tell us “this account belongs to television host Stephen Fry” but rather “this Stephen Fry account was vouched for by stephenfry.com, the website.”</p>
</blockquote>
<p>I love a technology like <code>rel=me</code> which pushes the idea of domain ownership into broader and broader spheres of society — “How do I get that nice little green checkmark on my profile?” It reinforces the value of owning your own domain (which you can verify elsewhere) and encourages citizens of the internet people to build value in their own little corners of the world wide web.</p>
<p>After all, <a href="https://blog.jim-nielsen.com/2023/subscribe-wherever-you-get-your-content/">domains are the OG handles of the internet</a>: find me <a href="https://jim-nielsen.com">@jim-nielsen.com</a>.</p>
<p>What domain do you want vouching for you?</p>
</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>

+ 26
- 0
cache/2023/576a604fce44b337a38425c021b3b0b3/index.md View File

@@ -0,0 +1,26 @@
title: The Best Time to Own a Domain Was 20 Years Ago; The Second Best Time Is Today
url: https://blog.jim-nielsen.com/2023/best-time-to-own-a-domain/
hash_url: 576a604fce44b337a38425c021b3b0b3

<p>Mastodon has a verification system built on the humble <code>rel=me</code> which gained coverage on <a href="https://themarkup.org/levelup/2022/12/22/how-we-verified-ourselves-on-mastodon-and-how-you-can-too">The Markup</a> (found via <a href="https://adactio.com/links/19783">adactio links</a>). It allows you to verify that your Mastodon profile controls a particular domain (e.g. <a href="https://mastodon.social/@jimniels">I have verified</a> <code>jim-nielsen.com</code>, something nobody else in the world can claim to do without my consent). From the article:</p>
<blockquote>
<p>The checkmark on a Mastodon account is only as credible as the website it references and the Mastodon server that displays the account.</p>
</blockquote>
<p>I think <code>rel=me</code> is such a neat <a href="https://indieweb.org/rel-me">idea</a>. It’s a very “webby” way of doing verification on the internet because it leverages bedrock internet technology (e.g. links) and institutions (e.g. domains and ICANN) to address the problem of identity verification (as opposed to, say, <a href="https://help.twitter.com/en/managing-your-account/legacy-verification-policy">the shifting, fleeting policies of a for-profit corporation</a>).</p>
<p><code>rel=me</code> powerfully reinforces the importance and value of owning a domain in the digital age.</p>
<p>For example: imagine for a moment the value of <code>google.com</code>. What would that domain cost? People’s entire personal and professional lives — email, photos, calendar, documents, etc. — built up over years and years, solely accessible at that domain.</p>
<p>Now imagine someone who invested years of their life creating value for others and amassing a following on Twitter. They now face a dilemma: all that value lives at a URL they can’t control <code>twitter.com/{username}</code>. Even the word-of-mouth username is something they have zero control over.</p>
<ul>
<li>Person 1: “Hey, you should checkout @insightful608 — they’re great!”</li>
<li>Person 2: “Ah man, didn’t you hear? Twitter is down. Who is @insightful608?”</li>
<li>Person 3: “Oh, I don’t know. Let me see if I can find them elsewhere on the internet…”</li>
</ul>
<p>However, if own your domain, create value there, and drive people to it, you’re paying ~$10 a year to build unbounded value over the years — value <em>you control</em>.</p>
<p>That is why owning a domain (and publishing your content there) is like planting a tree: it’s value that starts small and grows. The best time to own a domain and publish your content there was 20 years ago. The second best time is today.</p>
<p>This is the what I love about <code>rel=me</code>: it reinforces the value of owning a domain that people respect and <em>trust</em> because, through the years, it becomes a source of quality information. In an internet connected world, domains are a currency of value. Do you want to own your value, or let someone else own it?</p>
<blockquote>
<p>[verification with <code>rel=me</code>] is based on a loose specification created by bloggers back in 2003 called Xhtml Friends Network. Just as with Mastodon, its intention is not to tell us “this account belongs to television host Stephen Fry” but rather “this Stephen Fry account was vouched for by stephenfry.com, the website.”</p>
</blockquote>
<p>I love a technology like <code>rel=me</code> which pushes the idea of domain ownership into broader and broader spheres of society — “How do I get that nice little green checkmark on my profile?” It reinforces the value of owning your own domain (which you can verify elsewhere) and encourages citizens of the internet people to build value in their own little corners of the world wide web.</p>
<p>After all, <a href="https://blog.jim-nielsen.com/2023/subscribe-wherever-you-get-your-content/">domains are the OG handles of the internet</a>: find me <a href="https://jim-nielsen.com">@jim-nielsen.com</a>.</p>
<p>What domain do you want vouching for you?</p>

+ 2
- 0
cache/2023/index.html View File

@@ -135,6 +135,8 @@
<li><a href="/david/cache/2022/7ff62009f21336b8eb54ea18261bcfb7/" title="Accès à l’article dans le cache local : JavaScript, Community">JavaScript, Community</a> (<a href="https://www.zachleat.com/web/javascript-community/" title="Accès à l’article original distant : JavaScript, Community">original</a>)</li>
<li><a href="/david/cache/2022/576a604fce44b337a38425c021b3b0b3/" title="Accès à l’article dans le cache local : The Best Time to Own a Domain Was 20 Years Ago; The Second Best Time Is Today">The Best Time to Own a Domain Was 20 Years Ago; The Second Best Time Is Today</a> (<a href="https://blog.jim-nielsen.com/2023/best-time-to-own-a-domain/" title="Accès à l’article original distant : The Best Time to Own a Domain Was 20 Years Ago; The Second Best Time Is Today">original</a>)</li>
<li><a href="/david/cache/2022/d6877059a2203cab6c811c5ee3148c17/" title="Accès à l’article dans le cache local : Les Drôles Nouvelles de l'Energie">Les Drôles Nouvelles de l'Energie</a> (<a href="https://www.2000watts.org/index.php/home/reflexion/1317-les-droles-nouvelles-de-l-energie.html" title="Accès à l’article original distant : Les Drôles Nouvelles de l'Energie">original</a>)</li>
<li><a href="/david/cache/2022/36a8b8a87633796d41c2574720812594/" title="Accès à l’article dans le cache local : Writing Is Magic">Writing Is Magic</a> (<a href="https://brooker.co.za/blog/2022/11/08/writing.html" title="Accès à l’article original distant : Writing Is Magic">original</a>)</li>

Loading…
Cancel
Save