blob: 7f10120c814787f6ca3b84910ac4959e58a1c816 (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<title>The philosophy commune</title>
<style>
body {
color: black;
background-image: url('images/philosophy_commune_background.jpg');
}
table {
color: black;
background-color: #bebebe;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body>
<center>
<h1>The philosophy commune</h1>
<table border="1" width="60%">
<tr>
<td>
<h2>Yes, I am a evil commie.</h2>
<p>
In this very "well" designed web page I will layout the basics of what socialism and communism really is
(not the stuff that the bourgeoisie have lead everyone to believe) and what it means to be a commie.
<br/><br/>
While I don't know as much on this topic as a lot of other commies I can at least give you a start.
I will focus more on the philosophy behind it all before even touching everything else.
<br/><br/>
Sections:
</p>
<ul>
<li><a href="#start">the start</a></li>
<li><a href="#abstract">the abstract</a></li>
<li><a href="#applied">the applied</a></li>
</ul>
</td>
<tr>
<td>
<h2><a href="index.html">Back to main page</a></h2>
</td>
</tr>
</tr>
<table border="1" width="60%">
<tr>
<td>
<h2 id="start">The start</h2>
<p>
This place is called the philosophy commune because Its more focused on the philosophy and
how it interacts with communism then it is with the politics. Its a common misunderstanding
that marxism is some crazy cult like political ideology (some marxist groups are tbh) though
if you read any real writing of Karl Marx or Friedrich Engels you will find mostly philosophy
and it being applied in more abstract ways instead of the lies we have been given. To understand
topics like economics and politics its important to first understand philosophy as the base for
everything else. Start out at any wikipedia page and continue clicking the first link
and you will either reach the philosophy wiki page or get stuck in a endless loop.
<br/><br/>
Every complete ideology has a base made up of more abstract philosophy. For example classical and neo
liberalism has many layers like right of the individual and private property rights and the way
liberalism treats it is more or less connected to christian ideas like the idea that some people
are closer to god then others so under liberalism right of the individual is more then just freedom
but the idea that some people are narcissisticly above others and that government limiting there
power over other people is going against nature or "gods will" in a sense. Because of this
liberalism allows for people to do nothing but limit rights and freedom, call it rights and
freedom, then get away from it. "Oh no, a new law proteching users from having google
forcefully installing a microship in peoples heads is going to hurt googles holy rights
and god given status over the people. This is anti-american to give people that choice
to not have google install microchips in there head". As you can see there are many layers to
liberalism like the often misunderstood morals and bits of christian ideas and much more
I will not get into now and BTW when I target liberalism I am also targetting conservatism
because conservatism is still a form of liberalism.
<br/><br/>
Karl Marx and Friedrich Engels created a philosophy called dialectical materialism and
used it for historical materialism which is how they understood history and they used
this to understand how society changes in mainly western countries (Russia wasn't really
included in this so they had to work off of dialectical materialism and build up there
own home cooked appied ideas for there revolution). With there philosophy marx and
engels analyzed there current capitalist society and understanding of how
the bourgeoisie (capital owning class) and proletariat (working class) interact
with each other and found the exploitation between the two and how it upholds
capitalism. Marx and Engels believe that like how the bourgeoisie lead a
revolution to gain freedom from the kings and lords of the past the
proletariat leading there own revolution for freedom from the bourgeoisie
is needed for society to progress. The philosophy behind liberalism should
make more sense now knowing that liberalism is the ideology of the
bourgeoisie class.
</p>
</td>
</tr>
</table>
<table border="1" width="60%">
<tr>
<td>
<h2 id="abstract">The abstract</h2>
<p>
Still to come
</p>
</td>
</tr>
</table>
<table border="1" width="60%">
<tr>
<td>
<h2 id="applied">The applied</h2>
<p>
Still to come
</p>
</td>
</tr>
</table>
</table>
</center>
</body>
</html>
|