> [!multi-column]
>
> > [!bug] Overdue
> > ```tasks
not done
(due before today)
hide task count
hide due date
hide edit button
short mode
>
> >[!success] Today
> >```tasks
not done
(due on today)
hide task count
hide due date
hide edit button
short mode
>
## Tweet about Generative AI and the Medium of Gardening 25 Sep 2024 at 18:13:59
A paper by Enrico Terrone and me has just been published online in the _Philosophical Quarterly_: [https://academic.oup.com/pq/advance-article/doi/10.1093/pq/pqae120/7775353?login=false](https://academic.oup.com/pq/advance-article/doi/10.1093/pq/pqae120/7775353?login=false). It's called 'Generative AI and the Medium of Gardening.' Some people have argued that using text-to-image programs like @midjourney is like using a tool, others that it is like collaborating with an agent, we say it's like growing a garden.
Also see the following link for an AI generated podcast about the paper.
https://soundcloud.com/nick-young-481181223/generative-ai-and-the-medium-of-gardening-ai-generated-podcast
> [!multi-column]
>
> > [!summary]- Created Today
> > ```dataview
> > LIST WITHOUT ID file.link
> > FROM ""
> > WHERE file.cday = this.file.day AND file.name != this.file.name
> > SORT file.ctime ASC
> > ```
>
> > [!example]- Modified Today
> > ```dataview
> > LIST WITHOUT ID file.link
> > FROM ""
> > WHERE file.mday = this.file.day AND file.name != this.file.name AND file.cday != this.file.day
> > SORT file.mtime ASC
> > ```
## Quick Links
```dataview
LIST WITHOUT ID file.link
FROM #quicklink
SORT file.cday DESC
```
## Trackers
```tracker
searchType: frontmatter
searchTarget: weight
folder: daily notes
line:
title: Weight Tracker
yAxisLabel: weight
lineColor: blue
fillGap: true
```
```tracker
searchType: frontmatter
searchTarget: mood
folder: daily notes
line:
title: Mood Tracker
yAxisLabel: mood
lineColor: green
fillGap: true
```
---
---