aliases:
tags: Type/Source/Text/Book proto
from: "[[Sources/Texts/Books/Books]]"
related:
contra:
to:
by:
rating:
status:
dateCreated: 2024-01-07, 08:50
dateModified: 2024-01-07, 08:51
version: 1
publish: true
![]() |
The Paradox of choice – Why More Is Less is a book written by American psychologist Barry Schwartz and first published in 2004 by Harper Perennial. In the book, Schwartz argues that eliminating consumer choices can greatly reduce anxiety for shoppers. The book analyses the behavior of different types of people. This book argues that the dramatic explosion in choice—from the mundane to the profound challenges of balancing career, family, and individual needs—has paradoxically become a problem instead of a solution and how our obsession with choice encourages us to seek that which makes us feel worse. |
---|---|
wikipedia:: The Paradox of Choice |
= this.file.name
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