M docs/index.html => docs/index.html +1 -0
@@ 37,6 37,7 @@
</ul>
<h2>Writing!</h2>
<ul>
+<li><a href="/web3.html">My (not so) first thoughts on Web 3</a> : web3 and its horrors.</li>
<li><a href="/zombieProgrammers.html">Zombie Programmers and Mr. Barthes</a> : Does the author of a piece of code die?</li>
<li><a href="/rndm/stickers.html">Stickers - Random Thoughts</a> : On why stickers are such a big thing.</li>
</ul>
A docs/static/degrowth.png => docs/static/degrowth.png +0 -0
A docs/static/indie.png => docs/static/indie.png +0 -0
A docs/static/meta.png => docs/static/meta.png +0 -0
A docs/static/web3.png => docs/static/web3.png +0 -0
A docs/web3.html => docs/web3.html +134 -0
@@ 0,0 1,134 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>My (not so first) first thoughts on web3</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="/"> ~/web3.md </a>
+
+ </h2>
+ </div>
+ <div class="content"><h1>My (not so) first thoughts on web3</h1>
+<p><div class='imgcontainer'><img alt='A description is directly below this image, prefaced by a tilde.' src="/static/web3.png" /> <p class='image-alt'>~ "web3 software"</p></div></p>
+<p>Since this seems to be a sort of trend in the online spaces I inhabit, thought
+I might join in!</p>
+<h2>what even is web3?</h2>
+<p>How I like to think about web3 is in terms of Web 2.0 and Web 1,
+so what were those?</p>
+<h3>Web 1</h3>
+<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,
+sooooo.</p>
+<h3>Web 2.0</h3>
+<p>Web 2 is considered to have started in the mid to late 90s, when technologies
+like PHP and MySQL solidified. Web 2 is the "interactive web," where users
+started <em>creating</em> content instead of just consuming. One of my favorite
+examples of this is WikiPedia, where users created litterally billions of words
+of content.</p>
+<h3>and into the future!</h3>
+<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>
+<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>
+<p>And then cryptobros came along.</p>
+<blockquote>
+<p>Insert scary sound effects here</p>
+</blockquote>
+<h2>Modern web3</h2>
+<p>web3 (yes it's lowercase, which I will use to separate it from Web 3), is like
+worse late Web 1. Also it's a terrifying capitalist hell.</p>
+<h3>"modern" Web 1</h3>
+<p>web3 is mostly based around cryptocurrencies, I'm not going to say blockchain
+because blockchain tech itself is amazing, but cryptocurrencies are an ancaps
+wet dream (that's bad FYI).</p>
+<p>Here are some of the base protocols, technologies, and concepts:</p>
+<ul>
+<li>
+<p>Cryptocurrency:
+A type of currenency where, hear me out this is gonna get ~ economical ~,
+the value is derived from the decentralized trust model. That's a #bigbrain
+way to say that people think it has value because math and "no one owns it".</p>
+</li>
+<li>
+<p>NFTs:
+These are a great idea, in theory. NFTs are basically (for the most part), a
+reciept that points to a piece of art you own. Interestingly, in a lot of
+casses you dont own the art. The good part of them is that a cut of every
+sale goes back to the artist. On the flip side of that, a lot of major NFTs
+aren't made by actual artists, and are just brands looking for a quick buck.</p>
+</li>
+<li>
+<p>Handshake and ENS:
+These are two seperate DNS services for the decentralized web, ignoring that
+projects like <a href="https://opennic.org">OpenNIC</a> exist and don't burn the
+planet. Handshake is it's own blockchain, where as ENS is a suite of so
+called "smart contracts" on the <a href="https://ethereum.org">Ethereum</a> blockchain.
+Both of these are Proof Of Work, which is a system that relies on solving
+complex math problems, burning gigawatts of power a day.</p>
+</li>
+<li>
+<p>IPFS
+This is one of the few pieces of the web3 stack I am genuinely a fan of.
+<a href="https://ipfs.io">IPFS</a> is a p2p (fancyspeak for 2 computers connecting to
+eachother without needing someone orchestrating it) network where files are
+stored. I'm a fan of this one because it's not tied to some sort of currency
+to compensate for storage, you just pin the files you like and want to
+support, and can have others pin yours! It's genuinely a great file system.</p>
+</li>
+</ul>
+<p><div class='imgcontainer'><img alt='A description is directly below this image, prefaced by a tilde.' src="/static/meta.png" /> <p class='image-alt'>~ "metaverse"</p></div>
+In your average cryptobros mind, these can all come together to make some sort
+of magical metaverse of happy capitalism wonderland.</p>
+<h4>Immutable hell</h4>
+<p>One thing you might notice is that the majority of these protocols are static,
+immutable, or store the entire history. This seems amazing right now, but with
+exponentially more users and growth, the storage and compute requirements will
+also rise exponentially, which makes sense from a Big Tech point of view, how
+else would you sell more CPUs, more GPUs, more RAM, more SSDs.</p>
+<h2>A solution: Just stop, like really</h2>
+<p><div class='imgcontainer'><img alt='A description is directly below this image, prefaced by a tilde.' src="/static/degrowth.png" /> <p class='image-alt'>~ "degrowth grafiti"</p></div>
+Theres's a solution that comes to us from the world of economics. It's called
+Degrowth. With our current situation, quite a few people belive that the
+solution to our issues with some things like climate change and the hell that is
+work in our neoliberal economy. The core concept is moving backwards, slowing
+down, and reversing. We can apply this to web3 aswell! We need to stop pushing
+forwards on things like PoW cryptocurrencies and move back to Web 2 or 1 tech.</p>
+<h2>What can I do?</h2>
+<p>I have no clue how to end posts, so enjoy this amazing call to action:</p>
+<blockquote>
+<p>Just go and like, ya know, steal some bitcoin mining GPUs and use them for
+games.</p>
+</blockquote>
+</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 site/content/index.md => site/content/index.md +2 -2
@@ 18,6 18,6 @@ ai: "true"
- [duckcoin](https://github.com/quackduck/duckcoin) : A toy cryptocurrency from scratch, written in go!
## Writing!
-
+- [My (not so) first thoughts on Web 3](/web3.html) : web3 and its horrors.
- [Zombie Programmers and Mr. Barthes](/zombieProgrammers.html) : Does the author of a piece of code die?
-- [Stickers - Random Thoughts](/rndm/stickers.html) : On why stickers are such a big thing.>
\ No newline at end of file
+- [Stickers - Random Thoughts](/rndm/stickers.html) : On why stickers are such a big thing.
M site/content/web3.md => site/content/web3.md +9 -2
@@ 64,13 64,14 @@ Here are some of the base protocols, technologies, and concepts:
A type of currenency where, hear me out this is gonna get ~ economical ~,
the value is derived from the decentralized trust model. That's a #bigbrain
way to say that people think it has value because math and "no one owns it".
- (We'll get into that later ;3)
+
- NFTs:
These are a great idea, in theory. NFTs are basically (for the most part), a
reciept that points to a piece of art you own. Interestingly, in a lot of
casses you dont own the art. The good part of them is that a cut of every
sale goes back to the artist. On the flip side of that, a lot of major NFTs
aren't made by actual artists, and are just brands looking for a quick buck.
+
- Handshake and ENS:
These are two seperate DNS services for the decentralized web, ignoring that
projects like [OpenNIC](https://opennic.org) exist and don't burn the
@@ 78,6 79,7 @@ Here are some of the base protocols, technologies, and concepts:
called "smart contracts" on the [Ethereum](https://ethereum.org) blockchain.
Both of these are Proof Of Work, which is a system that relies on solving
complex math problems, burning gigawatts of power a day.
+
- IPFS
This is one of the few pieces of the web3 stack I am genuinely a fan of.
[IPFS](https://ipfs.io) is a p2p (fancyspeak for 2 computers connecting to
@@ 104,4 106,9 @@ Degrowth. With our current situation, quite a few people belive that the
solution to our issues with some things like climate change and the hell that is
work in our neoliberal economy. The core concept is moving backwards, slowing
down, and reversing. We can apply this to web3 aswell! We need to stop pushing
-forwards on things like PoW cryptocurrencies and move back to Web 2 or 1 tech
+forwards on things like PoW cryptocurrencies and move back to Web 2 or 1 tech.
+
+## What can I do?
+I have no clue how to end posts, so enjoy this amazing call to action:
+> Just go and like, ya know, steal some bitcoin mining GPUs and use them for
+> games.