# created
```dataview
LIST WITHOUT ID file.link
FROM -"windsurf"
WHERE file.cday = date(this.file.name) AND !startswith(file.folder, "windsurf")
SORT file.cday ASC
```
# modified
```dataview
LIST WITHOUT ID file.link
FROM -"windsurf"
WHERE file.mday = date(this.file.name) AND !startswith(file.folder, "windsurf")
SORT file.mday ASC
```
---
# [[diary and thoughts]]
#thought #diary
---
# notes on the engineering paper 1 Jun 2025
>This judgement of perfection cannot be made by looking at the coffee-pots alone. [[Designed objects]] are meant to work, but to ascertain whether they do, and whether they are good things of their kind, requires us to use them or put them to the test: is the coffee any good? Can we lift the lid to serve it? Does the pot leak or the metal corrode? Some of these virtues and deficiencies will not be apparent to the eye alone, and this means that judgements of [[design excellence]], first, require [[more than]] observation and, second, are more integrated into our everyday lives and activities than [[aesthetic judgements]] of [[fine art]]. (Forsey p. 183)