Browse Source

More links

master
David Larlet 2 years ago
parent
commit
b3852c5369

+ 314
- 0
cache/2021/2234be7b5c98831c39b44861df11e9e9/index.html View File

@@ -0,0 +1,314 @@
<!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>about nownownow.com (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://nownownow.com/about">

<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>about nownownow.com</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.svg#icon-home"></use>
</svg> Accueil</a> •
<a href="https://nownownow.com/about" title="Lien vers le contenu original">Source originale</a>
</p>
</nav>
<hr>
<h2 id="what">What is a “now page”?</h2>
<p>
Most websites have a link that says “<strong>about</strong>”.
It goes to a page that tells you something about the background of this person or business.
For short, people just call it an “about page”.
</p>
<p>
Most websites have a link that says “<strong>contact</strong>”.
It goes to a page that tells you how to contact this person or business.
For short, people just call it a “contact page”.
</p>
<p>
So a website with a link that says “<strong>now</strong>”
goes to a page that tells you <strong>what this person is focused on at this point in their life.</strong>
For short, we call it a “now page”.
</p>
<p>
See examples by browsing <a href="/">nownownow.com</a>.
</p>
<p>
Although it’s normal to make the web address “/now”, just like it’s usually “/about” and “/contact” in those other examples, the URL could be anything.
</p>

<h2 id="social">Don’t Twitter and Facebook updates do that?</h2>
<p>
No.
If I wonder how someone is doing these days, it doesn’t help me to see that they went on vacation last week, are upset about something in the news, or even got a new job.
That’s not the big picture.
</p>
<p>
Think of <strong>what you’d tell a friend you hadn’t seen in a year</strong>.
</p>
<p>
Like, “Still living in Dallas, though considering moving to Austin. Working at ABC. Really getting into cycling. The kids are age 3 and 6. I’m reading a lot of Pema Chödrön, and listening to a lot of jazz piano especially Brad Mehldau. I’ve stopped taking on web design clients, since I’d rather keep improving my back-end database work.”
</p>
<p>
That’s what a now page is for.
You can’t get that big picture from any other outlets I’m aware of.
</p>

<h2 id="why">Why do I need a now page?</h2>
<p>
If you’re not already feeling that this would be very useful to you, then you don’t need one.
</p>
<p>
If you don’t already have your own website, with an “about” page that’s about you personally, then this isn’t for you.
</p>
<p>
This isn’t for marketing or attention.
It will not benefit you in any business way.
</p>
<p>
It’s useful <strong>for the same reason an “about” page is useful on your site</strong>: because people on your site want to know more about you.
</p>
<p>
Besides answering the common question, “What are you up to these days?”, those who have a now page say it’s a good reminder of their priorities.
By publicly showing what you are focused on now, it helps you say no to other requests.
</p>
<p>
<em>“A few days ago I added my now page and felt an immediate sense of relief from pitch emails that ignored the fact that I said explicitly on my site that my team and I can’t handle unsolicited pitches. Simple idea. Big impact.”</em> — <a href="http://nerdzach.com/now/">Zach Ware</a>
</p>
<p>
<em>“Any time I’m in something that kind of feels useful or fun, but isn’t clearly aligned with my bigger goals, I pull up my now page and ask ‘Is it on there? Should I add it?’ Most of the time the answer is no, and I move on. Sometimes it’s yes, and when it is, at least it’s an intentional priority shift.”</em> — <a href="http://practicingdeveloper.com/now/">Gregory Brown</a>
</p>

<h2 id="whatnow">So what is nownownow.com?</h2>
<p>
After a few people added a /now page to their site — (<a href="http://sivers.org/nowff">see original story</a>) — <a href="http://gregalbritton.com/now">Greg Albritton</a> suggested we keep <strong>a collection of everyone that has a /now page</strong>.
</p>
<p>
That’s all this is.
It’s not a business.
It’s not social media.
</p>
<p>
<a href="http://sivers.org/now3">See the announcement and story here</a>.
</p>

<h2 id="hownow">How do I get listed on nownownow.com?</h2>
<p>
<strong>If you already have your own website with a /now page on it</strong>, as described and defined above, just email the URL to me at <a href="mailto:derek@sivers.org">derek@sivers.org</a>.
After you do, I’ll email you back with a link to log in and answer a few questions, which, when done, will create a profile page for you.
</p>
<p>
If not, <a href="#how">see below</a>.
</p>

<h2 id="how">How do I make a now page?</h2>
<p>
<strong>If you already have a website, but don’t have a /now page</strong>, just add a new page.
If you’re using WordPress, look for “Pages” on the left, and choose “Add New”.
Give it a “permalink” of /now.
(Sorry I can’t help with tech support.)
</p>
<p>
Write something about what you’re doing now, and publish.
Once it’s online, email me the URL.
</p>
<p>
<strong>If you don’t have a website</strong>, but have been meaning to get one, create a free one at <a href="https://wordpress.com/">wordpress.com</a>.
Before you announce it, I highly recommend getting your own domain name at <a href="https://www.hover.com/">hover.com</a>.
Point your domain to your WordPress blog, and use that.
(Again, sorry I can’t help with tech support, but this is very common stuff, so anyone else can.)
</p>
<p>
A new service called <strong><a href="https://ournows.com/">Our/Nows</a></strong> has set up just to help you make a /now page, without your own website.
</p>

<h2 id="biz">Can we add our business here?</h2>
<p>
No.
Browsing <a href="/">nownownow.com</a> is only interesting because you get a glimpse into people’s lives and how they focus.
</p>
<p>
If it became full of businesses, it would lose its appeal, and I’d probably just shut down this site.
</p>
<p>
If you have a business website that is really just you, then that’s OK.
But other than that, I won’t be adding business sites.
</p>

<h2 id="add">You know what this needs? …</h2>
<p>
Please tell me.
I’m here as a public servant, taking requests.
</p>
<p>
Or just make something first, and let me know.
No need to ask my permission.
</p>
<p>
Some people have done some cool things with this already, like <a href="https://github.com/haroldtreen/query-nownownow">this query tool</a> and <a href="http://nownownow.herokuapp.com/">this word cloud</a>.
</p>

<h2 id="who">Who is behind this?</h2>
<p>
<a href="http://sivers.org/">Derek Sivers</a>.
That’s me.
</p>
<p>
I’m just doing this because people have asked me to.
Email me at <a href="mailto:derek@sivers.org">derek@sivers.org</a> with any questions or suggestions.
</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.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.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.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.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.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.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>

+ 131
- 0
cache/2021/2234be7b5c98831c39b44861df11e9e9/index.md View File

@@ -0,0 +1,131 @@
title: about nownownow.com
url: https://nownownow.com/about
hash_url: 2234be7b5c98831c39b44861df11e9e9

<h2 id="what">What is a “now page”?</h2>
<p>
Most websites have a link that says “<strong>about</strong>”.
It goes to a page that tells you something about the background of this person or business.
For short, people just call it an “about page”.
</p><p>
Most websites have a link that says “<strong>contact</strong>”.
It goes to a page that tells you how to contact this person or business.
For short, people just call it a “contact page”.
</p><p>
So a website with a link that says “<strong>now</strong>”
goes to a page that tells you <strong>what this person is focused on at this point in their life.</strong>
For short, we call it a “now page”.
</p><p>
See examples by browsing <a href="/">nownownow.com</a>.
</p><p>
Although it’s normal to make the web address “/now”, just like it’s usually “/about” and “/contact” in those other examples, the URL could be anything.
</p>


<h2 id="social">Don’t Twitter and Facebook updates do that?</h2>
<p>
No.
If I wonder how someone is doing these days, it doesn’t help me to see that they went on vacation last week, are upset about something in the news, or even got a new job.
That’s not the big picture.
</p><p>
Think of <strong>what you’d tell a friend you hadn’t seen in a year</strong>.
</p><p>
Like, “Still living in Dallas, though considering moving to Austin. Working at ABC. Really getting into cycling. The kids are age 3 and 6. I’m reading a lot of Pema Chödrön, and listening to a lot of jazz piano especially Brad Mehldau. I’ve stopped taking on web design clients, since I’d rather keep improving my back-end database work.”
</p><p>
That’s what a now page is for.
You can’t get that big picture from any other outlets I’m aware of.
</p>


<h2 id="why">Why do I need a now page?</h2>
<p>
If you’re not already feeling that this would be very useful to you, then you don’t need one.
</p><p>
If you don’t already have your own website, with an “about” page that’s about you personally, then this isn’t for you.
</p><p>
This isn’t for marketing or attention.
It will not benefit you in any business way.
</p><p>
It’s useful <strong>for the same reason an “about” page is useful on your site</strong>: because people on your site want to know more about you.
</p><p>
Besides answering the common question, “What are you up to these days?”, those who have a now page say it’s a good reminder of their priorities.
By publicly showing what you are focused on now, it helps you say no to other requests.
</p><p>
<em>“A few days ago I added my now page and felt an immediate sense of relief from pitch emails that ignored the fact that I said explicitly on my site that my team and I can’t handle unsolicited pitches. Simple idea. Big impact.”</em> — <a href="http://nerdzach.com/now/">Zach Ware</a>
</p><p>
<em>“Any time I’m in something that kind of feels useful or fun, but isn’t clearly aligned with my bigger goals, I pull up my now page and ask ‘Is it on there? Should I add it?’ Most of the time the answer is no, and I move on. Sometimes it’s yes, and when it is, at least it’s an intentional priority shift.”</em> — <a href="http://practicingdeveloper.com/now/">Gregory Brown</a>
</p>


<h2 id="whatnow">So what is nownownow.com?</h2>
<p>
After a few people added a /now page to their site — (<a href="http://sivers.org/nowff">see original story</a>) — <a href="http://gregalbritton.com/now">Greg Albritton</a> suggested we keep <strong>a collection of everyone that has a /now page</strong>.
</p><p>
That’s all this is.
It’s not a business.
It’s not social media.
</p><p>
<a href="http://sivers.org/now3">See the announcement and story here</a>.
</p>


<h2 id="hownow">How do I get listed on nownownow.com?</h2>
<p>
<strong>If you already have your own website with a /now page on it</strong>, as described and defined above, just email the URL to me at <a href="mailto:derek@sivers.org">derek@sivers.org</a>.
After you do, I’ll email you back with a link to log in and answer a few questions, which, when done, will create a profile page for you.
</p><p>
If not, <a href="#how">see below</a>.
</p>


<h2 id="how">How do I make a now page?</h2>
<p>
<strong>If you already have a website, but don’t have a /now page</strong>, just add a new page.
If you’re using WordPress, look for “Pages” on the left, and choose “Add New”.
Give it a “permalink” of /now.
(Sorry I can’t help with tech support.)
</p><p>
Write something about what you’re doing now, and publish.
Once it’s online, email me the URL.
</p><p>
<strong>If you don’t have a website</strong>, but have been meaning to get one, create a free one at <a href="https://wordpress.com/">wordpress.com</a>.
Before you announce it, I highly recommend getting your own domain name at <a href="https://www.hover.com/">hover.com</a>.
Point your domain to your WordPress blog, and use that.
(Again, sorry I can’t help with tech support, but this is very common stuff, so anyone else can.)
</p><p>
A new service called <strong><a href="https://ournows.com/">Our/Nows</a></strong> has set up just to help you make a /now page, without your own website.
</p>


<h2 id="biz">Can we add our business here?</h2>
<p>
No.
Browsing <a href="/">nownownow.com</a> is only interesting because you get a glimpse into people’s lives and how they focus.
</p><p>
If it became full of businesses, it would lose its appeal, and I’d probably just shut down this site.
</p><p>
If you have a business website that is really just you, then that’s OK.
But other than that, I won’t be adding business sites.
</p>


<h2 id="add">You know what this needs? …</h2>
<p>
Please tell me.
I’m here as a public servant, taking requests.
</p><p>
Or just make something first, and let me know.
No need to ask my permission.
</p><p>
Some people have done some cool things with this already, like <a href="https://github.com/haroldtreen/query-nownownow">this query tool</a> and <a href="http://nownownow.herokuapp.com/">this word cloud</a>.
</p>


<h2 id="who">Who is behind this?</h2>
<p>
<a href="http://sivers.org/">Derek Sivers</a>.
That’s me.
</p><p>
I’m just doing this because people have asked me to.
Email me at <a href="mailto:derek@sivers.org">derek@sivers.org</a> with any questions or suggestions.
</p>

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

@@ -525,6 +525,8 @@
<li><a href="/david/cache/2021/55a2cd812fc17423f29937b213fe219b/" title="Accès à l’article dans le cache local : All the Ways Spotify Tracks You-and How to Stop It">All the Ways Spotify Tracks You-and How to Stop It</a> (<a href="https://www.wired.com/story/spotify-tracking-how-to-stop-it/" title="Accès à l’article original distant : All the Ways Spotify Tracks You-and How to Stop It">original</a>)</li>
<li><a href="/david/cache/2021/2234be7b5c98831c39b44861df11e9e9/" title="Accès à l’article dans le cache local : about nownownow.com">about nownownow.com</a> (<a href="https://nownownow.com/about" title="Accès à l’article original distant : about nownownow.com">original</a>)</li>
<li><a href="/david/cache/2021/d13d382d8d1f51c3e2920029ccca5303/" title="Accès à l’article dans le cache local : Du soin à la surveillance…">Du soin à la surveillance…</a> (<a href="https://www.internetactu.net/a-lire-ailleurs/du-soin-a-la-surveillance/" title="Accès à l’article original distant : Du soin à la surveillance…">original</a>)</li>
<li><a href="/david/cache/2021/9d1a6e44ba8805d53071ba461df238b0/" title="Accès à l’article dans le cache local : Baptiste Morizot : « L’animalité est constitutive de notre identité dans ce qu’elle a de sain «">Baptiste Morizot : « L’animalité est constitutive de notre identité dans ce qu’elle a de sain «</a> (<a href="https://www.humanite.fr/baptiste-morizot-lanimalite-est-constitutive-de-notre-identite-dans-ce-quelle-de-sain-658797" title="Accès à l’article original distant : Baptiste Morizot : « L’animalité est constitutive de notre identité dans ce qu’elle a de sain «">original</a>)</li>

Loading…
Cancel
Save