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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
|
<!DOCTYPE html>
<html>
<head>
<title>Nathan's philosophy</title>
<style>
body {
background-image: url('images/nathans_philosophy_background.png');
}
table {
color: black;
background-color: #bebebe;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
border=1
}
</style>
</head>
<body>
<center>
<h1>Nathan's philosophy</h1>
<table border="1" width="60%">
<tr>
<td>
<h2>about</h2>
<p>
When I first made this site I made the philosophy commune which went over
some of my political views and the philosophy. Its messy and incoherent.
It was more of a peek into whatever I was thinking at the time as if
I cracked open my head and give you a look inside. It was raw and abstract
but not anything anyone besides myself would read and understand. You can find
the archive <a href="archive/the_philosophy_commune.html">here</a>.
<br/><br/>
Now that I am redoing this I want to make it more coherent, honest, and almost
spiritual in a kind of way if you can call it that. You can skip to whatever
parts you want but I recommand you don't because its going to read alot more
like a story and will slowly develop ideas throughout.
</p>
</td>
</tr>
<tr>
<td>
<h2><a href="index.html">--> Back to main page</a></h2>
</td>
</tr>
<tr>
<td>
<h3>Content:</h3>
<ul>
<li><a href="#geist">The Geist</a></li>
<li><a href="#darwinism">Darwinism</a></li>
<li><a href="#universe">The Universet</a></li>
<li><a href="#social">Social Issues</a></li>
<li><a href="#economics">Economics</a></li>
</ul>
</td>
</tr>
</table>
<table border="1" width="60%">
<tr>
<td>
<h2 id="geist">The Geist</h2>
<p>
Throughout this website you will see me use the word geist alot. Geist is a German word
that can translate into three different words in English: ghost, spirit, and mind. I
always use it in place of <i>spirit</i> for its more flexible nature and the more abstract yet
almost mathical and mechanical ways it can be used.
<p>
<h3>Case against the mythical</h3>
<p>
I don't believe in religion, god, spirits,
baby fucking jesus, magic.. or any of that bullshit. In every way imaginable I am indeed an
atheist. Everything can be demythized. Before you go saying "I am not religous, I am spiritual"
and go running to your mommy girlfriend that someone on the internet hurt your feelings and
you need your unwashed cock sucked to feel better about yourself I have much more to say: Once
you truly begain to demythize something the things you discover are much more beautiful, artist,
and meaningful than any myth or superstitions can ever be.
<br/><br/>
Take evolution for example: there is much beauty, meaning, and a chaotic sort of inner peace
that can be found knowing the way every species comes and goes into and out of existance and
how new species come to be from a sort of process that can be slow and careful at times and
fast and rough at others. A complex process that requires thinking about really small and really
large numbers on a scale are brains are not designed to understand. Don't know about you but that
gives me a sort of sad joy to think about and makes me think very big deep thoughts. Much more
beatiful than something as bluntly dumb as god.
</p>
<h3>How the brain works</h3>
<p>
<i>The brain looks like just a mooshy wet pink blob.</i> I want you to really think about that
sentence. Imagine holding your own brain in your hands. What does it look like? what does it
feel like? smell? sounds it makes when you play with it? even imagine the taste if your willing
to go that far. Congrats, you just used something I call <i>signal pathing</i>. Your brain has
many abstract components that are associated with different functions. They <b>dont serve</b>
different functions and <b>arent built for</b> namable functions. <b>Just assoicated with.</b>
By pathing signals through different components each one designed for processing data in a
special type of way your brain can in the most effective way with its given resources process
many types of information thrown at it in many ways. For example the same lanauge can have a
spoken version, written version, sign lanuage version, braille.. the brain can signal path
information can whatever snese its using to read that lanauge and send it to many other parts
for processing. Things like the minds eye, internal monologue... are all just artifacts of
signal pathing. Also you used signal pathing to read all of this and will continue to use
it all the time for rest of your life the same your brain have always used it.
</p>
<h3>You are multiple</h3>
<p>
<b>you</b> are the result of multiple consciousnesses all inside the same head. The left and
right side of your brain when seprated with sugery go out of sync and each one starts acting
independently. Thats only as far as they can split down. If each half itself could be split in
half like that we couldn't be able to test it. For all you know you could have a 100 conscious
brain pieces up there. Consciousness is just the ablitity for the brain to refence itself. Kind
of like how your currently using your brain to read something about now the brain works.
Consciousness alone isn't the end all.
</p>
</td>
</tr>
</table>
<table border="1" width="60%">
<tr>
<td>
<h2 id="darwinism">Darwinism</h2>
</td>
</tr>
</table>
<table border="1" width="60%">
<tr>
<td>
<h2 id="universe">The Universe</h2>
</td>
</tr>
</table>
<table border="1" width="60%">
<tr>
<td>
<h2 id="social">Social Issues</h2>
</td>
</tr>
</table>
<table border="1" width="60%">
<tr>
<td>
<h2 id="economics">Economics</h2>
</td>
</tr>
</table>
</center>
</body>
</html>
|