up: digital_garden

drill

tag

limitations

too much repeat = bad pattern
e.g.

author: somchai
published_date: 2018
---
written by [/[/somchai]]
in 2018

hassle edit: if you want to change the author’s name
You have to change both YAML and the note about that author

filename: video-chrisza-rag
type: s-video
author: chrisza

Properties hassle: fill the same info again and again

The system musn’t forced me to fill not that insightful informations

Conflict

Some author: I wanna write note about them
Some author: I don’t care
Arguement: you shouldn’t use one size fit all approach
Argument 2: YAML must help you to “write more”, “connect more information”

Factor:
The system must forced you to do 2 things

unused ideas

links inside YAML:

author: [/[/somchai]]

bloated

possible implemention

old:

filename: media_type-author-name

YAML
date: 
tags: media type
---

up: ...

new:

filename: name

YAML
date:
type: ... or tags: ... (determine format)
by: ...
url: ...
status: ...
---
up: ...

new paradigm

principles

thinking

implementation

created on: Wed Apr 08 2026