# Martin Heidegger
|  | **Martin Heidegger** was a German philosopher who is best known for contributions to phenomenology, hermeneutics, and existentialism. He is often considered to be among the most important and influential philosophers of the 20th century. |
|-|-|
| | wikipedia:: [Martin Heidegger](https://en.wikipedia.org/wiki/Martin_Heidegger) |
> [!summary]- Wikipedia Synopsis
> **Martin Heidegger** (; German: [ˈmaʁtiːn ˈhaɪdɛɡɐ]; 26 September 1889 – 26 May 1976) was a German philosopher who is best known for contributions to phenomenology, hermeneutics, and existentialism. He is often considered to be among the most important and influential philosophers of the 20th century.
>
> He has been widely criticized for supporting the Nazi Party after his election as rector at the University of Freiburg in 1933, and there has been controversy about the relationship between his philosophy and Nazism.
>
> In Heidegger's first major text, Being and Time (1927), Dasein is introduced as a term for the type of being that humans possess. Heidegger believes that Dasein already has a "pre-ontological" and concrete understanding that shapes how it lives, which he analyzes in terms of the unitary structure of "being-in-the-world".
>
> Heidegger uses this analysis to approach the question of the meaning of being; that is, the question of how entities appear as the specific entities they are. In other words, Heidegger's governing "question of being" is concerned with what makes beings intelligible as beings.
>
[[Phenomenology]]
[[Facticity]]
- [[Throwness]]
## [[Philosophy of technology]]
- Heidegger's notions of technology as 'ready at hand', instrumentality, and means to an end
[[The Question Concerning Technology, and Other Essays]]
## [[Being and Time]]
- [[Dasein]]
---
## 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
```