22 lines
1.1 KiB
Markdown
22 lines
1.1 KiB
Markdown
|
---
|
||
|
public: "true"
|
||
|
slug: "art-is-never-complete"
|
||
|
title: "Art is Never Complete"
|
||
|
prev: false
|
||
|
next: false
|
||
|
---
|
||
|
<script setup>
|
||
|
import { data } from '../../git.data.ts';
|
||
|
import { useData } from 'vitepress';
|
||
|
const pageData = useData();
|
||
|
</script>
|
||
|
<h1 class="p-name">Art is Never Complete</h1>
|
||
|
<p>92 words, ~1 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
||
|
<hr/>
|
||
|
|
||
|
<details><summary>Referenced by:</summary><a href="/garden/guide-to-incrementals/what-is-content/index.md">Guide to Incrementals/What is Content?</a></details>
|
||
|
|
||
|
> Art is never finished, only abandoned.
|
||
|
> \- Leonardo Da Vinci
|
||
|
|
||
|
This quote intrigues me and feels quite relatable. I've struggled with perfectionism (and in fact it's a large theme in Kronos), something Leonardo famously did as well. This quote feels like an exit ticket to getting out of perfectionist thinking - if art is _never_ finished, then when its "done" (abandoned) is arbitrary. Perhaps that's why Leonardo left so many WIPs behind in his journal - if the point at which you abandon them is arbitrary, then why not abandon projects early?
|