2023-09-12 16:25:35

This commit is contained in:
Steph Ango
2023-09-12 16:25:35 -07:00
parent cd25d4ce41
commit a5bb29894c
4 changed files with 44 additions and 2 deletions

View File

@@ -44,6 +44,7 @@
"shares": "number",
"variety": "text",
"price": "number",
"author": "multitext"
"author": "multitext",
"published": "date"
}
}

6
Clippings.md Normal file
View 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
```

View 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 its 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 doesnt come easily. As an audience member its about feeling cared for from the moment I interact with your work. Its about feeling a well-defined point of view permeate what you make.
If my mind was changed, I must have been in good hands.

View File

@@ -10,6 +10,14 @@ 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
@@ -17,3 +25,4 @@ table without id file.link as Meeting, date as Date
where contains(people,this.file.link)
sort file.name desc
```