-
Notifications
You must be signed in to change notification settings - Fork 0
/
theseus.html
75 lines (68 loc) · 3.86 KB
/
theseus.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Name - About</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #000;
margin: 0;
padding: 20px;
display: flex;
justify-content: space-between;
}
.main-content {
max-width: 600px;
}
img {
max-width: 150px;
height: auto;
}
a {
color: #0000FF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.nav {
text-align: right;
}
.nav a {
display: block;
margin-bottom: 5px;
}
</style>
</head>
<body>
</body>
<body>
<div class="main-content">
<p> Bertrand Russell in the Problems of Philosophy mentions: "It does not seem necessary to suppose that we are acquainted with a more or less permanent
person, the same today as yesterday, but it does seem as though we must be acquainted with that thing, whatever its nature, which sees the sun
and has acquaintance with sense data" This is central to something that I have been thinking about for a while now - how does one enforce change on an individual level?
Not in some bs personal motivational level way, but more so because increasingly I have found that when I push the limits of my thinking and focus it very much seems to me
like a new person takes posession. Particularly, I find myself iterating my versions increasingly faster on a weekly, daily and some times hourly basis. How does this happen and
how do I move forward from this? This passage seems like the ideal way to integrate such iterations. The body that I am ofcourse is the same one that wakes up every day and sees the sun,
but the mind is not because it can quite literally altered on a philosophical or biological and chemical level. {paradigm shifts (no, I dont use this because everyone does, but because Kuhn started it) or neuroplasticity,
whatever you want to call it.} This seems like a nice thought, because the "Je" that is talked about then in "Je pense donc Je Suis" (Ignoring all the other crap from idealists) can change quite a bit.
This has some weird moral implications then I guess, but I will like at other times focus on the progressive outlook. What this means is that you dont have to be at any point of time "there" mentally or physically.
This is like eudaimonia being a state of activity and not a state of mind. That kind of an approach works beautifully because then the goal of "flourishing" life is one where we are constantly in this state
of activity where "Je" is akin to the ship of Theseus, one that constantly undergoes changes so that it probably is not the "Je" that started out. This is quite inspiring in terms of everything that you could then achieve
in one life, and in my opinion is the perfect ideal for a truly free will kind of approach towards what you can do. Maybe this is just some elitist fucked way of saying the journey matters more than the destination, or maybe
this is something deeper that focuses on the individual rather than some abstract journey to the centre of the earth, only time will tell which one then.
<p> Inspirations: Bertrand Russel, Aristotle, Descartes, Paul Graham, Plutarch. </br> </br>
First written 16th Oct, 12024 18:55. </br> Updated 16th Oct, 12024 18:56.
</div>
<div class="nav">
<a href="/index.html">Home</a>
<a href="/thoughts.html">Thoughts</a>
<a href="#">Quotes</a>
<a href="#">Questions</a>
<a href="#">Live</a>
</div>
</body>
</html>