D docs/CNAME => docs/CNAME +0 -1
@@ 1,1 0,0 @@
-raleighwi.se
A docs/hedonism.html => docs/hedonism.html +49 -0
@@ 0,0 1,49 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>hedonism</title>
+ <meta charset="utf-8" />
+ <link rel="icon" href="" />
+ <link rel="stylesheet" href="/static/stylesheet.css" />
+ <meta name="description" content="Arcade's digital home" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+ </head>
+ <body>
+ <main>
+ <div class="titlebar">
+ <h2>
+ <a href="/"> ~/hedonism.md </a>
+
+ </h2>
+ </div>
+ <div class="content"><h1>hedonism</h1>
+<p>[ In response to someone saying their writing was meaningless]
+Isn't everything, in the end?
+We exist for a mere microsecond on a cosmic scale, and are remembered for little more
+How many people do you know from ancient egypt? Like 1 or 2, out of millions.
+Odds are you'll be forgotten and insignificant.
+So have fun! Do what you want! Make your life mean something to you and those you love.
+Maximize for your pleasure while minimizing others suffering!
+So if your writing is meaningless, who cares? You had fun writing it!
+Others enjoyed reading it! It was good!</p>
+<p>I personally call this approach to life Hedonistic Nihilism, which is just really
+fun to say, and a great philosophy if I do say so myself.</p>
+</div>
+ </main>
+
+ <div class="widgets">
+ <img src="/static/pan_bev.png" />
+ <img src="/static/trans_bev.png" />
+ <img src="/static/enby_bev.png" />
+
+ <img src="/static/anow.gif" />
+ <img src="/static/antiNFT.gif" />
+
+ <img src="/static/linux-p.gif" />
+ <img src="/static/pensquid.gif" />
+ </div>
+
+
+ </body>
+</html><
\ No newline at end of file
M docs/web3.html => docs/web3.html +7 -3
@@ 28,8 28,12 @@ so what were those?</p>
<p>Most people consider the internet to have been invented in 1983, as that is the
year that the standard of TCP/IP (Transfer Control Protocol/Internetwork
Protocol) was formalized, creating a standard way of sending data from computer
-to computer. Web 1 was characterized by static, informative content.</p>
-<p>Now why would people build such a boring internet? Well, they were academics,
+to computer, but that wouldn't be the begining of the web.</p>
+<p>Web 1 starts with Tim Berners-Lee. In 1989 he created HTTP (Hyper Text Transport
+Protocol), a method of sending documents over the IP stack that we still use
+today! Because of the rudimentary nature of this protocol, Web 1 was
+characterized by static, informative content.
+Now why would people build such a boring internet? Well, they were academics,
sooooo.</p>
<h3>Web 2.0</h3>
<p>Web 2 is considered to have started in the mid to late 90s, when technologies
@@ 41,7 45,7 @@ of content.</p>
<p>Web 3.0 was originally considered to be the "semantic web," that is, an internet
where the content itself is machine parseable and easily contextulized. That's a
whole bunch of buzzwords for basically "look at this data, this data is
-related!" The idea was created by the <em>creator of HTTP himself</em>
+related!" The idea was created by the <em>the guy we talked about earlier</em>
<a href="https://www.w3.org/People/Berners-Lee/">Tim Berners-Lee</a>, an idea I love, and
if you do too, then look into the IndieWeb!</p>
<p><div class='imgcontainer'><img alt='A description is directly below this image, prefaced by a tilde.' src="/static/indie.png" /> <p class='image-alt'>~ "A whole bunch of IndieWeb protocols"</p></div></p>
A site/content/hedonism.md => site/content/hedonism.md +19 -0
@@ 0,0 1,19 @@
+---
+title: "hedonism"
+permalink: "/hedonism"
+---
+# hedonism
+
+[ In response to someone saying their writing was meaningless]
+Isn't everything, in the end?
+We exist for a mere microsecond on a cosmic scale, and are remembered for little more
+How many people do you know from ancient egypt? Like 1 or 2, out of millions.
+Odds are you'll be forgotten and insignificant.
+So have fun! Do what you want! Make your life mean something to you and those you love.
+Maximize for your pleasure while minimizing others suffering!
+So if your writing is meaningless, who cares? You had fun writing it!
+ Others enjoyed reading it! It was good!
+
+
+I personally call this approach to life Hedonistic Nihilism, which is just really
+ fun to say, and a great philosophy if I do say so myself.
M site/content/web3.md => site/content/web3.md +6 -2
@@ 22,8 22,12 @@ so what were those?
Most people consider the internet to have been invented in 1983, as that is the
year that the standard of TCP/IP (Transfer Control Protocol/Internetwork
Protocol) was formalized, creating a standard way of sending data from computer
-to computer. Web 1 was characterized by static, informative content.
+to computer, but that wouldn't be the begining of the web.
+Web 1 starts with Tim Berners-Lee. In 1989 he created HTTP (Hyper Text Transport
+Protocol), a method of sending documents over the IP stack that we still use
+today! Because of the rudimentary nature of this protocol, Web 1 was
+characterized by static, informative content.
Now why would people build such a boring internet? Well, they were academics,
sooooo.
@@ 40,7 44,7 @@ of content.
Web 3.0 was originally considered to be the "semantic web," that is, an internet
where the content itself is machine parseable and easily contextulized. That's a
whole bunch of buzzwords for basically "look at this data, this data is
-related!" The idea was created by the _creator of HTTP himself_
+related!" The idea was created by the _the guy we talked about earlier_
[Tim Berners-Lee](https://www.w3.org/People/Berners-Lee/), an idea I love, and
if you do too, then look into the IndieWeb!