# Five Things We Need to Know About Technological Change
url:: [Neil Postman: Five Things We Need to Know About Technological Change - Wikiversity](https://en.wikiversity.org/wiki/Neil_Postman:_Five_Things_We_Need_to_Know_About_Technological_Change)
By: [[Neil Postman]]
## Summary
> **First**, that we always pay a price for technology; the greater the technology, the greater the price
>
> **Second**, that there are always winners and losers, and that the winners always try to persuade the losers that they are really winners
>
> **Third**, that there is embedded in every great technology an epistemological, political or social prejudice. Sometimes that bias is greatly to our advantage. Sometimes it is not. The printing press annihilated the oral tradition; telegraphy annihilated space; television has humiliated the word; the computer, perhaps, will degrade community life. And so on.
>
> **Fourth**, technological change is not additive; it is ecological, which means, it changes everything and is, therefore, too important to be left entirely in the hands of Bill Gates.
>
> And **fifth**, technology tends to become mythic; that is, perceived as part of the natural order of things, and therefore tends to control more of our lives than is good for us. .... When a technology become mythic, it is always dangerous because it is then accepted as it is, and is therefore not easily susceptible to modification or control.
---
## 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
```