diff options
| author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-25 01:58:07 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-25 01:58:07 +0000 | 
| commit | 6af1ed7e11999e8a8ddca92f376eb509ae06ea9d (patch) | |
| tree | bdad64167a1bbdd13d0f4911d91f828aeb6e655c | |
| parent | ac49d20bd4bfd866718df228d6d5c94f906303a3 (diff) | |
| download | shittyweb-6af1ed7e11999e8a8ddca92f376eb509ae06ea9d.tar.gz shittyweb-6af1ed7e11999e8a8ddca92f376eb509ae06ea9d.tar.bz2 shittyweb-6af1ed7e11999e8a8ddca92f376eb509ae06ea9d.zip  | |
Finally got myself to add a few things to the commie place
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | the_philosophy_commune.html | 74 | 
2 files changed, 73 insertions, 2 deletions
@@ -81,6 +81,7 @@ table {                          <li><h3><a href="graveyard.html">Visit the graveyard</a></h3></li>                          <li><h3><a href="linuxRoom.html">Visit the linux room</a></h3></li>                          <li><h3><a href="blahajRoom.html">Visit the blahaj room</a></h3></li> +                        <li><h3><a href="the_philosophy_commune.html">Visit the philosophy commune</a></h3></li>                      </ul>                  </td>              </tr> diff --git a/the_philosophy_commune.html b/the_philosophy_commune.html index b959968..7f10120 100644 --- a/the_philosophy_commune.html +++ b/the_philosophy_commune.html @@ -44,16 +44,86 @@ table {                      <ul>                          <li><a href="#start">the start</a></li> -                        <li><a href="">the abstract</a></li> -                        <li><a href="">the applied</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>  | 
