Skip to content

Commit 3eb1afa

Browse files
committed
content(philosophy): philosophy-104
1 parent 382f0b2 commit 3eb1afa

File tree

9 files changed

+207
-0
lines changed

9 files changed

+207
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Philosophy 101: Kierkegaard - The Leap of Faith
2+
3+
## The Individual vs. The System
4+
5+
Søren Kierkegaard (1813–1855) hated Hegel. Hegel built a massive "System" where individual people were just tiny cogs in history. Kierkegaard said: "What about *me*? What about *my* anxiety?"
6+
7+
## Truth is Subjectivity
8+
9+
Kierkegaard argued that objective facts (like math or history) don't matter for the most important questions (like "Does God exist?" or "How should I live?").
10+
For these, **Truth is Subjectivity**. It's not about *what* you believe, but *how* you believe it (with passion and commitment).
11+
12+
## The [Leap of Faith](/vocab/leap-of-faith)
13+
14+
He analyzed the story of Abraham being asked to sacrifice Isaac. It makes no sense ethically. It's crazy.
15+
But Abraham did it anyway. He took a **Leap of Faith** into the Absurd.
16+
17+
Faith isn't "thinking God probably exists." Faith is "knowing it's absurd and choosing to believe anyway." It requires infinite risk.
18+
19+
## Anxiety (Angst)
20+
21+
Kierkegaard was the poet of Anxiety. He saw it as the "dizziness of freedom." We are anxious because we realize we are free to do anything, and we are responsible for it.
22+
23+
## Why He Matters
24+
25+
He is the grandfather of **Existentialism**. He shifted the focus back to the individual's subjective experience.
26+
27+
Next, the most difficult philosopher of the 20th century: **Heidegger**.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Philosophy 101: Heidegger - Being and Time
2+
3+
## The Question of Being
4+
5+
Martin Heidegger (1889–1976) is controversial (due to his Nazi party membership), but his philosophy changed the 20th century.
6+
He realized we had forgotten the most basic question: **What does it mean *to be*?**
7+
8+
## [Dasein](/vocab/dasein)
9+
10+
He didn't like the word "Human" or "Subject." He used **Dasein** (Being-there).
11+
We are not isolated minds looking at a world. We are *thrown* into a world that already has meaning.
12+
13+
* **Ready-to-hand:** We use tools (like a hammer) without thinking about them. They are extensions of us.
14+
* **Present-at-hand:** Only when the hammer *breaks* do we look at it as an object ("just a hammer").
15+
16+
## Authenticity vs. The "They"
17+
18+
Most of us live in "inauthenticity." We do what "They" (Das Man) do. We talk about what "They" talk about.
19+
To be authentic is to face our own finitude (Death). We are "Being-towards-death." Realizing we will die snaps us out of the trance of the "They" and forces us to choose our own life.
20+
21+
## Why He Matters
22+
23+
He dismantled the Descartes "Subject/Object" split. He influenced Sartre, Derrida, Foucault, and basically all of postmodernism.
24+
25+
Next, the man who tried to solve philosophy just by looking at words: **Wittgenstein**.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Philosophy 101: Wittgenstein - The Fly in the Fly-Bottle
2+
3+
## The Man Who Solved Philosophy (Twice)
4+
5+
Ludwig Wittgenstein (1889–1951) was an Austrian genius who treated philosophy like a disease.
6+
7+
## Early Wittgenstein: The Picture Theory
8+
9+
In his first book, *Tractatus Logico-Philosophicus*, he argued that language creates "pictures" of the world.
10+
* "Whereof one cannot speak, thereof one must be silent."
11+
* He thought he solved everything: Philosophy is just clearing up logical confusions. So he quit philosophy and became a gardener.
12+
13+
## Later Wittgenstein: [Language Games](/vocab/language-games)
14+
15+
He realized he was wrong. He came back and wrote *Philosophical Investigations*.
16+
He argued that meaning isn't about "labeling" objects. **Meaning is Use.**
17+
18+
* **Language Games:** Language is a set of activities. "Water!" means something different if you are ordering at a cafe vs. warning someone about a flood.
19+
* **The Beetle in the Box:** If we all have a box with a "beetle" inside, but no one can see anyone else's, the word "beetle" doesn't refer to the thing itself, but to its use in our public game.
20+
21+
## The Fly-Bottle
22+
23+
His goal: "To show the fly the way out of the fly-bottle."
24+
Philosophy is the fly buzzing around, confused by the glass. Wittgenstein wanted to uncork the bottle so we could stop doing metaphysics and just... be.
25+
26+
## Graduation (Again)
27+
28+
You've met the giants.
29+
From Socrates questioning the street corner to Wittgenstein analyzing the words we use to ask the questions.
30+
31+
The point wasn't to memorize their names. It was to see that reality is weirder, deeper, and more malleable than it looks.
32+
33+
Go touch grass. (Phenomenologically, of course).

src/data/vocab/solipsism.jsx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
import React from 'react';
2+
import MarkdownLink from '../../components/MarkdownLink';
3+
4+
export default function Solipsism() {
5+
return (
6+
<div className="space-y-6 font-mono text-sm leading-relaxed">
7+
<p>
8+
<strong className="text-current">Solipsism</strong> is the philosophical idea that only one's own mind is sure to exist. As an epistemological position, it holds that knowledge of anything outside one's own mind is unsure; the external world and other minds cannot be known and might not exist outside the mind.
9+
</p>
10+
11+
<div className="border-l-2 border-indigo-500/50 pl-4 py-1 italic opacity-70 text-xs">
12+
"I think, therefore I am... but I'm not so sure about you."
13+
</div>
14+
15+
<div className="flex flex-col gap-4 pt-4 border-t border-current/10">
16+
<div className="flex items-center gap-2 text-xs uppercase tracking-widest font-bold opacity-50">
17+
<span>See also:</span>
18+
<MarkdownLink href="/vocab/epistemology" className="text-purple-400 hover:underline">Epistemology</MarkdownLink>
19+
</div>
20+
</div>
21+
</div>
22+
);
23+
}

src/data/vocab/theory-of-forms.jsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import React from 'react';
2+
3+
export default function TheoryOfForms() {
4+
return (
5+
<div className="space-y-6 font-mono text-sm leading-relaxed">
6+
<p>
7+
The <strong className="text-current">Theory of Forms</strong> is Plato's argument that non-physical (but substantial) forms (or ideas) represent the most accurate reality.
8+
</p>
9+
10+
<div className="border-l-2 border-purple-500/50 pl-4 py-1 italic opacity-70 text-xs">
11+
"The chair you sit on is just a shadow of the perfect, eternal 'Form of the Chair'."
12+
</div>
13+
14+
<p>
15+
According to Plato, the physical world is not the 'real' world; instead, ultimate reality exists beyond our physical world in the realm of Forms.
16+
</p>
17+
</div>
18+
);
19+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
import React from 'react';
2+
3+
export default function TranscendentalIdealism() {
4+
return (
5+
<div className="space-y-6 font-mono text-sm leading-relaxed">
6+
<p>
7+
<strong className="text-current">Transcendental Idealism</strong> is a doctrine founded by Immanuel Kant. It argues that the human mind shapes the reality we perceive.
8+
</p>
9+
10+
<div className="border-l-2 border-cyan-500/50 pl-4 py-1 italic opacity-70 text-xs">
11+
"We don't see things as they are; we see them as we are."
12+
</div>
13+
14+
<p>
15+
Kant distinguished between:
16+
</p>
17+
<ul className="space-y-2 text-xs opacity-80 list-disc pl-4">
18+
<li><strong>Phenomena:</strong> Things as they appear to us (filtered through space, time, and causality).</li>
19+
<li><strong>Noumena:</strong> Things-in-themselves (reality independent of our senses), which we can never truly know.</li>
20+
</ul>
21+
</div>
22+
);
23+
}

src/data/vocab/ubermensch.jsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import React from 'react';
2+
3+
export default function Ubermensch() {
4+
return (
5+
<div className="space-y-6 font-mono text-sm leading-relaxed">
6+
<p>
7+
The <strong className="text-current">Übermensch</strong> (German for "Overman" or "Superman") is a concept in the philosophy of Friedrich Nietzsche.
8+
</p>
9+
10+
<div className="border-l-2 border-orange-500/50 pl-4 py-1 italic opacity-70 text-xs">
11+
"Man is a rope, tied between beast and Übermensch—a rope over an abyss."
12+
</div>
13+
14+
<p>
15+
The Übermensch is the ideal future human who has overcome [Nihilism](/vocab/nihilism) and created their own values, independent of religious or societal dogma. They embrace life, including suffering (Amor Fati), and live authentically.
16+
</p>
17+
</div>
18+
);
19+
}

src/data/vocab/utilitarianism.jsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import React from 'react';
2+
3+
export default function Utilitarianism() {
4+
return (
5+
<div className="space-y-6 font-mono text-sm leading-relaxed">
6+
<p>
7+
<strong className="text-current">Utilitarianism</strong> is an ethical theory that determines right from wrong by focusing on outcomes. It holds that the most ethical choice is the one that will produce the greatest good for the greatest number.
8+
</p>
9+
10+
<div className="border-l-2 border-green-500/50 pl-4 py-1 italic opacity-70 text-xs">
11+
"Maximize utility (happiness/well-being), minimize suffering."
12+
</div>
13+
14+
<p>
15+
Championed by Jeremy Bentham and John Stuart Mill. It is often contrasted with <strong>Deontology</strong> (duty-based ethics), which argues that some actions are inherently wrong regardless of their consequences.
16+
</p>
17+
</div>
18+
);
19+
}

src/data/vocab/will-to-live.jsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import React from 'react';
2+
3+
export default function WillToLive() {
4+
return (
5+
<div className="space-y-6 font-mono text-sm leading-relaxed">
6+
<p>
7+
For Arthur Schopenhauer, the <strong className="text-current">Will to Live</strong> is the fundamental reality of the universe. It is a blind, ceaseless, and irrational striving for existence.
8+
</p>
9+
10+
<div className="border-l-2 border-red-500/50 pl-4 py-1 italic opacity-70 text-xs">
11+
"Life is a business that does not cover the costs."
12+
</div>
13+
14+
<p>
15+
Since this Will can never be fully satisfied, life is fundamentally suffering. We oscillate between pain (desire) and boredom (satisfaction).
16+
</p>
17+
</div>
18+
);
19+
}

0 commit comments

Comments
 (0)