aliases:
tags:
- Type/Source/Text/Book
- proto
- bookSearch
- genre/SocialScience
- to/read
publish: true
status:
rating:
version: 1
date: 2005-12-27
dateCreated: 2023-10-11, 09:26
dateModified: 2024-07-18, 09:39
title: Amusing Ourselves to Death
genre:
- Social Science
publisher: Penguin
by:
- "[[Neil Postman]]"
with:
of:
from:
- "[[Sources/Texts/Books/Books]]"
- "[[Philosophy of technology]]"
related:
contra:
to:
pages: 250
language:
cover: http://books.google.com/books/content?id=zGkhbPEjkRoC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
isbn: 014303653X 9780143036531
dateRead:
wiki: Amusing Ourselves to Death
> Amusing Ourselves to Death: Public Discourse in the Age of Show Business (1985) is a book by educator Neil Postman. The book's origins lay in a talk Postman gave to the Frankfurt Book Fair in 1984. He was participating in a panel on George Orwell's Nineteen Eighty-Four and the contemporary world. In the introduction to his book, Postman said that the contemporary world was better reflected by Aldous Huxley's Brave New World, whose public was oppressed by their addiction to amusement, rather than by Orwell's work, where they were oppressed by state violence.
> Postman's book has been translated into eight languages and sold some 200,000 copies worldwide. In 2005, Postman's son Andrew reissued the book in a 20th anniversary edition.
Philosophy of technology
Reality is now better represented by Sources/Texts/Books/Brave New World than Nineteen Eighty-Four
= 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