# Amusing Ourselves to Death ![cover](http://books.google.com/books/content?id=zGkhbPEjkRoC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api) wiki: [Amusing Ourselves to Death](https://en.wikipedia.org/wiki/Amusing%20Ourselves%20to%20Death) > **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]] --- ## 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 ```