# In Praise of Slow
| | **In Praise of Slow** is a book by Carl Honoré containing his analysis of the "Cult of Speed", which he claims is becoming the societal standard all over the world. He discusses and gives praise to the Slow Movement and the various groups around the world representative of this movement. |
|-|-|
| | wikipedia:: [In Praise of Slow](https://en.wikipedia.org/wiki/In_Praise_of_Slow) |
> [!summary]- Wikipedia Synopsis
> **In Praise of Slow** (U.S. title In Praise of Slowness: Challenging the Cult of Speed) is a book by Carl Honoré containing his analysis of the "Cult of Speed", which he claims is becoming the societal standard all over the world. He discusses and gives praise to the Slow Movement and the various groups around the world representative of this movement.
[[Slow movement (culture)]]
---
## Also By Or In Or Of `= this.file.name`
```dataview
TABLE WITHOUT ID
file.link AS Name, by AS By, in AS In, of AS Of, date AS Date, year AS Year
FROM #Type
WHERE
(
(
any(contains(by, this.by))
AND
by
)
OR
(
any(contains(in, this.in))
AND
in
)
OR
(
any(contains(of, this.of))
AND
of
)
OR
(
any(contains(in, this.file.name))
OR
any(contains(in, this.file.link))
)
OR
(
any(contains(of, this.file.name))
OR
any(contains(of, this.file.link))
)
AND
file.name !=this.file.name
)
SORT file.etags DESC, date DESC, year DESC
```