# Thorstein Veblen | ![img \|150](https://upload.wikimedia.org/wikipedia/commons/e/e9/Veblen3a.jpg) | Thorstein Bunde Veblen was an American economist and sociologist who, during his lifetime, emerged as a well-known critic of capitalism. | |-|-| | | wikipedia:: [Thorstein Veblen](https://en.wikipedia.org/wiki/Thorstein_Veblen) | > [!summary]- Wikipedia Synopsis > Thorstein Bunde Veblen (July 30, 1857 – August 3, 1929) was an American economist and sociologist who, during his lifetime, emerged as a well-known critic of capitalism. > > In his best-known book, The Theory of the Leisure Class (1899), Veblen coined the concepts of conspicuous consumption and conspicuous leisure. Historians of economics regard Veblen as the founding father of the institutional economics school. Contemporary economists still theorize Veblen's distinction between "institutions" and "technology", known as the Veblenian dichotomy. > > As a leading intellectual of the Progressive Era in the US, Veblen attacked production for profit. His emphasis on conspicuous consumption greatly influenced economists who engaged in non-Marxist critiques of fascism, capitalism, and technological determinism. - Developed idea of [[Conspicuous consumption]] and [[Conspicuous leisure]] - Veblenian dichotomy between [[Institution]]s and [[Tech|Technology]] - non-Marxist critic of [[Fascism]], [[capitalism]], and [[Technological Determinism]]. --- ## Other Notes Related to `= this.file.name`, `= this.of` or `= this.for` or `= this.re` or `= this.in` ```dataview TABLE WITHOUT ID file.link AS Name, in AS In, of AS Of, for AS For, re AS Re, as AS As, contact AS Contact, url AS URL, date AS Date FROM #Type WHERE ( ( any(contains(for, this.for)) OR any(contains(of, this.for)) OR any(contains(by, this.for)) OR any(contains(in, this.for)) OR any(contains(re, this.for)) OR any(contains(as, this.for)) AND this.for ) OR ( any(contains(of, this.of)) OR any(contains(for, this.of)) OR any(contains(by, this.of)) OR any(contains(in, this.of)) OR any(contains(re, this.of)) OR any(contains(as, this.of)) AND this.of ) OR ( any(contains(of, this.in)) OR any(contains(for, this.in)) OR any(contains(by, this.in)) OR any(contains(in, this.in)) OR any(contains(re, this.in)) OR any(contains(as, this.in)) AND this.in ) OR ( any(contains(of, this.as)) OR any(contains(for, this.as)) OR any(contains(by, this.as)) OR any(contains(in, this.as)) OR any(contains(re, this.as)) OR any(contains(as, this.as)) AND this.as ) OR ( any(contains(for, this.file.name)) OR any(contains(for, this.file.link)) OR any(contains(of, this.file.name)) OR any(contains(of, this.file.link)) OR any(contains(in, this.file.name)) OR any(contains(in, this.file.link)) OR any(contains(by, this.file.name)) OR any(contains(by, this.file.link)) OR any(contains(re, this.file.name)) OR any(contains(re, this.file.link)) OR any(contains(as, this.file.name)) OR any(contains(as, this.file.link)) ) AND file.name !=this.file.name ) SORT file.etags DESC, date DESC, file.link ASC ```