2023-09-12 16:25:35
This commit is contained in:
3
.obsidian/types.json
vendored
3
.obsidian/types.json
vendored
@@ -44,6 +44,7 @@
|
||||
"shares": "number",
|
||||
"variety": "text",
|
||||
"price": "number",
|
||||
"author": "multitext"
|
||||
"author": "multitext",
|
||||
"published": "date"
|
||||
}
|
||||
}
|
||||
6
Clippings.md
Normal file
6
Clippings.md
Normal file
@@ -0,0 +1,6 @@
|
||||
```dataview
|
||||
table without id file.link as Title, clipped as "Clipped", published as Published
|
||||
from #clippings
|
||||
where !contains(file.name, "Template")
|
||||
sort clipped desc
|
||||
```
|
||||
26
Clippings/In good hands.md
Normal file
26
Clippings/In good hands.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
category:
|
||||
- "[[Clippings]]"
|
||||
author:
|
||||
- "[[Steph Ango]]"
|
||||
source: https://stephango.com/in-good-hands
|
||||
clipped: 2023-09-12
|
||||
published: 2023-08-06
|
||||
topics:
|
||||
tags:
|
||||
- clippings
|
||||
---
|
||||
|
||||
There is a feeling I search for: *being in good hands*. It is the feeling I look to give and the feeling I look to receive.
|
||||
|
||||
I know I am in good hands when I sense a cohesive point of view expressed with attention to detail.
|
||||
|
||||
I can feel it almost instantly. In any medium. Music, film, fashion, architecture, writing, software. At a Japanese restaurant it’s what *omakase* aims to be. I leave it up to you, chef.
|
||||
|
||||
When I am in good hands I open myself to a state of curiosity and appreciation. I allow myself to suspend preconceived notions. I give you freedom to take me where you want to go. I immerse myself in your worldview and pause judgement.
|
||||
|
||||
I want to be convinced of something new. I want my mind to be changed. Later I may disagree, but for now I am letting the experience soak in.
|
||||
|
||||
That trust doesn’t come easily. As an audience member it’s about feeling cared for from the moment I interact with your work. It’s about feeling a well-defined point of view permeate what you make.
|
||||
|
||||
If my mind was changed, I must have been in good hands.
|
||||
@@ -10,10 +10,19 @@ created: 2023-09-12
|
||||
twitter: kepano
|
||||
url: https://stephango.com/
|
||||
---
|
||||
## Clippings
|
||||
|
||||
```dataview
|
||||
table without id file.link as Title, published as Publish
|
||||
where author = this.file.link or contains(author,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
|
||||
## Meetings
|
||||
|
||||
```dataview
|
||||
table without id file.link as Meeting, date as Date
|
||||
where contains(people,this.file.link)
|
||||
sort file.name desc
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user