mirror of
https://forge.fsky.io/wl/pages.git
synced 2025-04-19 00:43:42 -05:00
last commit for now I swear messed up a filename
Signed-off-by: zayd <zayd@disroot.org>
This commit is contained in:
parent
7eda5f72a6
commit
9857149acf
6 changed files with 8 additions and 235 deletions
|
@ -1,101 +0,0 @@
|
|||
+++
|
||||
title = "The Internet Sucks"
|
||||
date = 2025-03-24
|
||||
description = "Yet another internet random complains about the state of things blog post"
|
||||
+++
|
||||
|
||||
Over the past few years, I have noticed that the internet is in a state of decay. If you've found my
|
||||
site, there's a fair chance you think the same too, or have at least heard people say this. The
|
||||
amount of fun one can really have online is rapidly decreasing. Everything has pretty much been
|
||||
ruined.
|
||||
|
||||
## The problems
|
||||
|
||||
### Bloat
|
||||
The web is bloated. Every time I go to look up something I get dozens of articles containing popups
|
||||
where I have to agree to getting tracked by every site's 800+ "partners", slowing everything
|
||||
down. Then there's the JavaShit dependency so many sites have. It's even spread to "small" personal
|
||||
sites that I have to wait for megabytes worth of JS to load in before I can read anything. My own
|
||||
site is constantly getting edited in an attempt to make it as easy to use as possible on even the
|
||||
most barebones browsers.
|
||||
|
||||
### "Social" networks.
|
||||
I hate concept of social media. Microblogging is shit. Short form video content is shit. Instagram
|
||||
is shit. Reddit is shit. Yes, this very much includes your free and open source "ethical"
|
||||
alternative. The Fediverse, Bluesky, Nostr, whatever else don't fix this. The idea itself is heavily
|
||||
flawed no matter who develops it. I have too much to say about this for putting it in here, but to
|
||||
keep it short, I strongly believe being on those places just slowly makes you more and more
|
||||
retarded. Everything is optimized to get as many internet points as possible and well thought out
|
||||
posts that actually express the author's point are discouraged with tiny character limits and
|
||||
replies from children complaining about how long the text is.
|
||||
|
||||
### Surveillance
|
||||
Shouldn't have to explain this one much, there's surveillance problems on nearly every mainstream
|
||||
platform that's been treated as normal for as long as it's been around. If you're here, you probably
|
||||
already have strong feelings about this one.
|
||||
|
||||
### Clearnet
|
||||
I think the clearnet is beyond saving at this point and that we should not make an attempt to rescue
|
||||
it. The damage has been done and will continue unless you do something about it. Everything is
|
||||
centralized, and the system is a mess. CAs are centralized and you have to give them full trust to
|
||||
not do anything bad to your site, which they can do. ICANN is how everybody gets their domains, and
|
||||
they care more about making money than stopping things like parking for reselling or making the
|
||||
process more private. It also is harder to work with clearnet hosting than it is to work with an
|
||||
overlay network, which I see as something that gets in the way of people hosting their own things.
|
||||
|
||||
## How do we fix it?
|
||||
Unfortunately, there isn't a perfect solution to fully escaping the bullshit, but there are things
|
||||
you and I can do to help.
|
||||
|
||||
### Overlay networks
|
||||
Explore overlay networks like I2P, Tor, and Yggdrasil. There's others out there too. I'll go over
|
||||
this more in a later post, but to keep it short, Yggdrasil serves as internet done right (and about
|
||||
how one would expect) while I2P and Tor focus specifically on being anonymous.
|
||||
|
||||
### Write your own site
|
||||
Write a site for yourself and/or your projects! Instead of a Facebook page or a Twitter profile, get
|
||||
out a text editor and write some CSS and HTML, or even better, XHTML! It really isn't that hard to
|
||||
do, and you get full control over your own content and design. You can use static site generators
|
||||
like Hugo, Jekyll, Zola and many more to help if you need to mass produce templated pages. This site
|
||||
uses Zola, which does have its quirks but I find it to be the best to work with out of the ones I've
|
||||
tried. If you're running a blog or have other regularly updated content like news or updates, make
|
||||
Atom (and RSS if you want) feeds too to so your visitors can subscribe to your sites and get those
|
||||
updates instantly. A lot of static site generators have this built in. I'll tell you to self host so
|
||||
you're fully independent in the next section, but if you really can't, I can help with getting your
|
||||
site online over on Midgard.
|
||||
|
||||
### Alternative protocols?
|
||||
HTTP, or the Web, is not the only way of creating a "site" for yourself. There are other protocols,
|
||||
though all of them (or at least all I know about) are far more minimal than what you can create on a
|
||||
website even with just XHTML and a stylesheet. I don't have a full list of these protocols, but some
|
||||
are [Gopher](https://en.wikipedia.org/wiki/Gopher_(protocol)),
|
||||
[Gemini](https://geminiprotocol.net/), and [Nex](https://nightfall.city/nex/info/specification.txt).
|
||||
I don't hear much about Gopher nor have I got around to setting up a server for it yet but Gemini
|
||||
has been gaining a lot of popularity from what I've seen lately. Nex is much more obscure but I like
|
||||
it for how extremely simple it is, literally just plaintext served over TCP on port 1900.
|
||||
|
||||
### Self Host
|
||||
The best way to get full control over your sites and services is to self host them. Not on some
|
||||
managed hosting service, not on a VPS, not anywhere in the cloud, _actually_ self hosted on a
|
||||
machine in a location you can physically access. This way, you have 100% control over your own
|
||||
things and will truly own your services. Many ISPs do not want people self hosting and will put
|
||||
people behind CGNATs, but if you use overlay networks and don't host on clearnet, then that won't
|
||||
really matter. With Tor, hosting your own XMPP server using Prosody is pretty easy and you can throw
|
||||
an IRCd onto pretty much any network. Running your own media server on Yggdrasil is entirely doable
|
||||
and I use my Jellyfin running over it daily. Almost any service that doesn't involve S2S can be set
|
||||
up on Yggdrasil, given that the client software is able to use IPv6.
|
||||
|
||||
### Contribute!
|
||||
If you're able to, start running nodes/peers for I2P, Tor, and Yggdrasil or any combo of
|
||||
those. Those networks always could use more peers available to help make things faster and more
|
||||
reliable for everybody.
|
||||
|
||||
### Do it NOW
|
||||
Stop waiting for the current internet to get worse. If you already host a personal site, start
|
||||
mirroring it on the darknets! For all of them it's as easy as installing the daemons, editing a few
|
||||
configs for them, and adding the names to your `server_name` on nginx or the equivalent for your
|
||||
webserver of choice.
|
||||
|
||||
***
|
||||
In the future I'll write a more full guide to the overlay networks, but I feel like this has been
|
||||
long enough of a rant by now.
|
|
@ -1,126 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover" />
|
||||
|
||||
<title>wanderlost - The Internet Sucks</title>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
|
||||
|
||||
<link rel="alternate"
|
||||
type="application/rss+xml"
|
||||
title="Atom"
|
||||
href="/blog/atom.xml" />
|
||||
<link rel="alternate"
|
||||
type="application/rss+xml"
|
||||
title="RSS"
|
||||
href="/blog/rss.xml" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
<h1 class="title"><a href="/">wanderlost</a></h1>
|
||||
<a href="/blog/">index</a>
|
||||
<a href="/blog/atom.xml">atom</a>
|
||||
<a href="/blog/rss.xml">rss</a>
|
||||
</div>
|
||||
<div class="main">
|
||||
<hr />
|
||||
|
||||
<div class="post">
|
||||
<h1 class="post-title">The Internet Sucks</h1>
|
||||
<h2 class="post-date">2025-03-24</h2>
|
||||
<p>Over the past few years, I have noticed that the internet is in a state of decay. If you've found my
|
||||
site, there's a fair chance you think the same too, or have at least heard people say this. The
|
||||
amount of fun one can really have online is rapidly decreasing. Everything has pretty much been
|
||||
ruined.</p>
|
||||
<h2 id="the-problems">The problems</h2>
|
||||
<h3 id="bloat">Bloat</h3>
|
||||
<p>The web is bloated. Every time I go to look up something I get dozens of articles containing popups
|
||||
where I have to agree to getting tracked by every site's 800+ "partners", slowing everything
|
||||
down. Then there's the JavaShit dependency so many sites have. It's even spread to "small" personal
|
||||
sites that I have to wait for megabytes worth of JS to load in before I can read anything. My own
|
||||
site is constantly getting edited in an attempt to make it as easy to use as possible on even the
|
||||
most barebones browsers.</p>
|
||||
<h3 id="social-networks">"Social" networks.</h3>
|
||||
<p>I hate concept of social media. Microblogging is shit. Short form video content is shit. Instagram
|
||||
is shit. Reddit is shit. Yes, this very much includes your free and open source "ethical"
|
||||
alternative. The Fediverse, Bluesky, Nostr, whatever else don't fix this. The idea itself is heavily
|
||||
flawed no matter who develops it. I have too much to say about this for putting it in here, but to
|
||||
keep it short, I strongly believe being on those places just slowly makes you more and more
|
||||
retarded. Everything is optimized to get as many internet points as possible and well thought out
|
||||
posts that actually express the author's point are discouraged with tiny character limits and
|
||||
replies from children complaining about how long the text is.</p>
|
||||
<h3 id="surveillance">Surveillance</h3>
|
||||
<p>Shouldn't have to explain this one much, there's surveillance problems on nearly every mainstream
|
||||
platform that's been treated as normal for as long as it's been around. If you're here, you probably
|
||||
already have strong feelings about this one.</p>
|
||||
<h3 id="clearnet">Clearnet</h3>
|
||||
<p>I think the clearnet is beyond saving at this point and that we should not make an attempt to rescue
|
||||
it. The damage has been done and will continue unless you do something about it. Everything is
|
||||
centralized, and the system is a mess. CAs are centralized and you have to give them full trust to
|
||||
not do anything bad to your site, which they can do. ICANN is how everybody gets their domains, and
|
||||
they care more about making money than stopping things like parking for reselling or making the
|
||||
process more private. It also is harder to work with clearnet hosting than it is to work with an
|
||||
overlay network, which I see as something that gets in the way of people hosting their own things.</p>
|
||||
<h2 id="how-do-we-fix-it">How do we fix it?</h2>
|
||||
<p>Unfortunately, there isn't a perfect solution to fully escaping the bullshit, but there are things
|
||||
you and I can do to help.</p>
|
||||
<h3 id="overlay-networks">Overlay networks</h3>
|
||||
<p>Explore overlay networks like I2P, Tor, and Yggdrasil. There's others out there too. I'll go over
|
||||
this more in a later post, but to keep it short, Yggdrasil serves as internet done right (and about
|
||||
how one would expect) while I2P and Tor focus specifically on being anonymous.</p>
|
||||
<h3 id="write-your-own-site">Write your own site</h3>
|
||||
<p>Write a site for yourself and/or your projects! Instead of a Facebook page or a Twitter profile, get
|
||||
out a text editor and write some CSS and HTML, or even better, XHTML! It really isn't that hard to
|
||||
do, and you get full control over your own content and design. You can use static site generators
|
||||
like Hugo, Jekyll, Zola and many more to help if you need to mass produce templated pages. This site
|
||||
uses Zola, which does have its quirks but I find it to be the best to work with out of the ones I've
|
||||
tried. If you're running a blog or have other regularly updated content like news or updates, make
|
||||
Atom (and RSS if you want) feeds too to so your visitors can subscribe to your sites and get those
|
||||
updates instantly. A lot of static site generators have this built in. I'll tell you to self host so
|
||||
you're fully independent in the next section, but if you really can't, I can help with getting your
|
||||
site online over on Midgard.</p>
|
||||
<h3 id="alternative-protocols">Alternative protocols?</h3>
|
||||
<p>HTTP, or the Web, is not the only way of creating a "site" for yourself. There are other protocols,
|
||||
though all of them (or at least all I know about) are far more minimal than what you can create on a
|
||||
website even with just XHTML and a stylesheet. I don't have a full list of these protocols, but some
|
||||
are <a href="https://en.wikipedia.org/wiki/Gopher_(protocol)">Gopher</a>,
|
||||
<a href="https://geminiprotocol.net/">Gemini</a>, and <a href="https://nightfall.city/nex/info/specification.txt">Nex</a>.
|
||||
I don't hear much about Gopher nor have I got around to setting up a server for it yet but Gemini
|
||||
has been gaining a lot of popularity from what I've seen lately. Nex is much more obscure but I like
|
||||
it for how extremely simple it is, literally just plaintext served over TCP on port 1900.</p>
|
||||
<h3 id="self-host">Self Host</h3>
|
||||
<p>The best way to get full control over your sites and services is to self host them. Not on some
|
||||
managed hosting service, not on a VPS, not anywhere in the cloud, <em>actually</em> self hosted on a
|
||||
machine in a location you can physically access. This way, you have 100% control over your own
|
||||
things and will truly own your services. Many ISPs do not want people self hosting and will put
|
||||
people behind CGNATs, but if you use overlay networks and don't host on clearnet, then that won't
|
||||
really matter. With Tor, hosting your own XMPP server using Prosody is pretty easy and you can throw
|
||||
an IRCd onto pretty much any network. Running your own media server on Yggdrasil is entirely doable
|
||||
and I use my Jellyfin running over it daily. Almost any service that doesn't involve S2S can be set
|
||||
up on Yggdrasil, given that the client software is able to use IPv6.</p>
|
||||
<h3 id="contribute">Contribute!</h3>
|
||||
<p>If you're able to, start running nodes/peers for I2P, Tor, and Yggdrasil or any combo of
|
||||
those. Those networks always could use more peers available to help make things faster and more
|
||||
reliable for everybody.</p>
|
||||
<h3 id="do-it-now">Do it NOW</h3>
|
||||
<p>Stop waiting for the current internet to get worse. If you already host a personal site, start
|
||||
mirroring it on the darknets! For all of them it's as easy as installing the daemons, editing a few
|
||||
configs for them, and adding the names to your <code>server_name</code> on nginx or the equivalent for your
|
||||
webserver of choice.</p>
|
||||
<hr />
|
||||
<p>In the future I'll write a more full guide to the overlay networks, but I feel like this has been
|
||||
long enough of a rant by now.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -19,10 +19,10 @@
|
|||
</name>
|
||||
</author>
|
||||
|
||||
<link rel="alternate" type="text/html" href="/blog/2025-03-23-the-internet-sucks/"/>
|
||||
<id>/blog/2025-03-23-the-internet-sucks/</id>
|
||||
<link rel="alternate" type="text/html" href="/blog/2025-03-24-the-internet-sucks/"/>
|
||||
<id>/blog/2025-03-24-the-internet-sucks/</id>
|
||||
|
||||
<content type="html" xml:base="/blog/2025-03-23-the-internet-sucks/"><p>Over the past few years, I have noticed that the internet is in a state of decay. If you've found my
|
||||
<content type="html" xml:base="/blog/2025-03-24-the-internet-sucks/"><p>Over the past few years, I have noticed that the internet is in a state of decay. If you've found my
|
||||
site, there's a fair chance you think the same too, or have at least heard people say this. The
|
||||
amount of fun one can really have online is rapidly decreasing. Everything has pretty much been
|
||||
ruined.</p>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
<h3 class="post-title">
|
||||
2025-03-24 -
|
||||
<a href="/blog/2025-03-23-the-internet-sucks/">
|
||||
<a href="/blog/2025-03-24-the-internet-sucks/">
|
||||
The Internet Sucks
|
||||
</a>
|
||||
</h3>
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
<title>The Internet Sucks</title>
|
||||
<pubDate>Mon, 24 Mar 2025 00:00:00 +0000</pubDate>
|
||||
<author>wanderlost</author>
|
||||
<link>/blog/2025-03-23-the-internet-sucks/</link>
|
||||
<guid>/blog/2025-03-23-the-internet-sucks/</guid>
|
||||
<description xml:base="/blog/2025-03-23-the-internet-sucks/"><p>Over the past few years, I have noticed that the internet is in a state of decay. If you've found my
|
||||
<link>/blog/2025-03-24-the-internet-sucks/</link>
|
||||
<guid>/blog/2025-03-24-the-internet-sucks/</guid>
|
||||
<description xml:base="/blog/2025-03-24-the-internet-sucks/"><p>Over the past few years, I have noticed that the internet is in a state of decay. If you've found my
|
||||
site, there's a fair chance you think the same too, or have at least heard people say this. The
|
||||
amount of fun one can really have online is rapidly decreasing. Everything has pretty much been
|
||||
ruined.</p>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<lastmod>2025-02-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/blog/2025-03-23-the-internet-sucks/</loc>
|
||||
<loc>/blog/2025-03-24-the-internet-sucks/</loc>
|
||||
<lastmod>2025-03-24</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
Loading…
Add table
Reference in a new issue