Compare commits
No commits in common. "a1613de710cdb08ff6fc4bbd223447c2315d98b6" and "8c3b6badd3a30ea0f86e04b79aa76fb4a6925960" have entirely different histories.
a1613de710
...
8c3b6badd3
|
@ -1,6 +1,6 @@
|
|||
# The URL the site will be built for
|
||||
base_url = "/blog"
|
||||
output_dir = "../blog"
|
||||
output_dir = "pub/blog"
|
||||
|
||||
# Whether to automatically compile all Sass files in the sass directory
|
||||
compile_sass = false
|
||||
|
@ -9,11 +9,11 @@ compile_sass = false
|
|||
build_search_index = false
|
||||
|
||||
generate_feeds = true
|
||||
feed_filenames = ["atom.xml", "rss.xml"]
|
||||
feed_filenames = ["atom.xml"]
|
||||
|
||||
|
||||
author = "wanderlost"
|
||||
title = "wanderlost"
|
||||
title = "Zaydblog"
|
||||
|
||||
[markdown]
|
||||
# Whether to do syntax highlighting
|
||||
|
@ -23,8 +23,5 @@ highlight_code = true
|
|||
[link_checker]
|
||||
skip_prefixes = []
|
||||
|
||||
[slugify]
|
||||
paths_keep_dates = true
|
||||
|
||||
[extra]
|
||||
# Put all your custom variables here
|
||||
|
|
|
@ -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,3 +0,0 @@
|
|||
+++
|
||||
sort_by = "date"
|
||||
+++
|
|
@ -1,49 +1,38 @@
|
|||
<?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="{{ lang }}" lang="{{ lang }}">
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ lang }}">
|
||||
<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" />
|
||||
{% block title %}
|
||||
<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>{{ config.title }}</title>
|
||||
{% endblock title %}
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
|
||||
{% if config.generate_feed %}
|
||||
<link rel="alternate"
|
||||
type={% if config.feed_filenames == "atom.xml" %}"application/atom+xml"{% else %}"application/rss+xml"{% endif %}
|
||||
title="Atom"
|
||||
href="{{ get_url(path=config.feed_filenames[0]) | safe }}" />
|
||||
<link rel="alternate"
|
||||
type={% if config.feed_filenames == "rss.xml" %}"application/rss+xml"{% else %}"application/rss+xml"{% endif %}
|
||||
title="RSS"
|
||||
href="{{ get_url(path=config.feed_filenames[1]) | safe }}" />
|
||||
<link rel="alternate" type={% if config.feed_filenames == "atom.xml" %}"application/atom+xml"{% else %}"application/rss+xml"{% endif %} title="RSS" href="{{ get_url(path=config.feed_filenames[0]) | safe }}">
|
||||
{% endif %}
|
||||
</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 />
|
||||
<nav class="navbar">
|
||||
<li><h1 class="title"><a href="/">wanderlost</a></h1></li>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/blog/">Index</a></li>
|
||||
<li><a href="/blog/atom.xml">Atom</a></li>
|
||||
</nav>
|
||||
<main>
|
||||
{% block content %}
|
||||
<div class="posts">
|
||||
{% for page in section.pages %}
|
||||
<div class="post">
|
||||
<h3 class="post-title">
|
||||
{{ page.date | date(format="%Y-%m-%d") }} -
|
||||
<a href="{{ page.permalink | safe }}">
|
||||
<a href="{{ page.permalink }}">
|
||||
{{ page.title | safe }}
|
||||
</a>
|
||||
</a> - {{ page.date | date(format="%Y-%m-%d") }}
|
||||
</h3>
|
||||
<p>{{ page.description }}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,14 +1,10 @@
|
|||
{% extends "index.html" %}
|
||||
|
||||
{% block title %}
|
||||
<title>{{ config.title }} - {{ page.title }}</title>
|
||||
{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
<div class="post">
|
||||
<h1 class="post-title">{{ page.title }}</h1>
|
||||
<h2 class="post-date">{{ page.date | date(format="%Y-%m-%d") }}</h2>
|
||||
{{ page.content | replace(from="%5B", to="[") | replace(from="%5D", to="]") | safe }}
|
||||
{{ page.content | safe }}
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
|
|
|
@ -26,21 +26,21 @@ body {
|
|||
padding: 0px;
|
||||
}
|
||||
|
||||
.navbar ul {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
.navbar > li > a {
|
||||
font-family: FiraCode Bold, monospace;
|
||||
text-decoration: none;
|
||||
font-size: 20px;
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
text-decoration: none;
|
||||
font-size: 20px;
|
||||
display: inline;
|
||||
color: #bb53f3;
|
||||
}
|
||||
|
||||
|
@ -49,10 +49,8 @@ body {
|
|||
}
|
||||
|
||||
.navbar h1 {
|
||||
display: inline;
|
||||
margin-bottom: 0px;
|
||||
margin-right: 3px;
|
||||
margin-left: 0px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.navbar h1 a {
|
||||
|
@ -62,26 +60,25 @@ body {
|
|||
font-family: FiraCode Bold, monospace;
|
||||
}
|
||||
|
||||
@media (min-width: 1000px) {
|
||||
body {
|
||||
width: 85%;
|
||||
@media (min-width: 600px) {
|
||||
.navbar li h1 {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
/* Main content */
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.main, .footer {
|
||||
main, footer {
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
.main, .footer {
|
||||
main, footer {
|
||||
color: white;
|
||||
font-family: Fira Sans, sans-serif;
|
||||
}
|
||||
|
||||
.main .title {
|
||||
main h2 {
|
||||
font-family: Fira Sans, sans-serif;
|
||||
font-size: 40px;
|
||||
font-weight: 650;
|
||||
|
@ -102,12 +99,12 @@ body {
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.main p {
|
||||
main p {
|
||||
font-size: 20px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.main a, .footer a {
|
||||
main a, footer a {
|
||||
text-decoration: none;
|
||||
color: #418cf6;
|
||||
}
|
||||
|
@ -116,7 +113,7 @@ a:hover {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.footer {
|
||||
footer {
|
||||
color: white;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 948 B After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 601 B |
|
@ -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>
|
117
blog/atom.xml
|
@ -1,112 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||
<title>wanderlost</title>
|
||||
<title>Zaydblog</title>
|
||||
<link rel="self" type="application/atom+xml" href="/blog/atom.xml"/>
|
||||
<link rel="alternate" type="text/html" href="/blog"/>
|
||||
<generator uri="https://www.getzola.org/">Zola</generator>
|
||||
<updated>2025-03-24T00:00:00+00:00</updated>
|
||||
<updated>2025-02-04T00:00:00+00:00</updated>
|
||||
<id>/blog/atom.xml</id>
|
||||
<entry xml:lang="en">
|
||||
<title>The Internet Sucks</title>
|
||||
<published>2025-03-24T00:00:00+00:00</published>
|
||||
<updated>2025-03-24T00:00:00+00:00</updated>
|
||||
|
||||
<author>
|
||||
<name>
|
||||
|
||||
wanderlost
|
||||
|
||||
</name>
|
||||
</author>
|
||||
|
||||
<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-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>
|
||||
<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>
|
||||
</content>
|
||||
|
||||
</entry>
|
||||
<entry xml:lang="en">
|
||||
<title>Server up</title>
|
||||
<published>2025-02-04T00:00:00+00:00</published>
|
||||
|
@ -120,10 +19,10 @@ long enough of a rant by now.</p>
|
|||
</name>
|
||||
</author>
|
||||
|
||||
<link rel="alternate" type="text/html" href="/blog/2025-02-04-servers-up/"/>
|
||||
<id>/blog/2025-02-04-servers-up/</id>
|
||||
<link rel="alternate" type="text/html" href="/blog/servers-up/"/>
|
||||
<id>/blog/servers-up/</id>
|
||||
|
||||
<content type="html" xml:base="/blog/2025-02-04-servers-up/"><p>After waiting way too long, I finally have a server online. Nothing big, just a RPi 5 running
|
||||
<content type="html" xml:base="/blog/servers-up/"><p>After waiting way too long, I finally have a server online. Nothing big, just a RPi 5 running
|
||||
Alpine to provide some services for myself and other. I'm trying to focus on hosting sites
|
||||
built to be minimal, without the bloat much of the modern web has. It also exclusively serves
|
||||
on dark/altnets (Yggdrasil and Tor currently, I'll hopefully have I2P stuff running within a
|
||||
|
@ -168,10 +67,10 @@ I can't guarantee much in the way of stability.</p>
|
|||
</name>
|
||||
</author>
|
||||
|
||||
<link rel="alternate" type="text/html" href="/blog/2025-01-24-new-blog/"/>
|
||||
<id>/blog/2025-01-24-new-blog/</id>
|
||||
<link rel="alternate" type="text/html" href="/blog/new-blog/"/>
|
||||
<id>/blog/new-blog/</id>
|
||||
|
||||
<content type="html" xml:base="/blog/2025-01-24-new-blog/"><p>Recently got everything working on the new site, hopefully it doesn't look too boring. I plan to
|
||||
<content type="html" xml:base="/blog/new-blog/"><p>Recently got everything working on the new site, hopefully it doesn't look too boring. I plan to
|
||||
actually use this thing and not leave it to rot, so subscribe to the Atom feed if you want to get
|
||||
updates on the shit I say.</p>
|
||||
<p>Everything other than the blog is managed manually, the blog uses Zola. It's pretty cool and makes
|
||||
|
|
|
@ -1,65 +1,47 @@
|
|||
<?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">
|
||||
<!DOCTYPE html>
|
||||
<html 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</title>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<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>Zaydblog</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" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/atom.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 />
|
||||
<nav class="navbar">
|
||||
<li><h1 class="title"><a href="/">wanderlost</a></h1></li>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/blog/">Index</a></li>
|
||||
<li><a href="/blog/atom.xml">Atom</a></li>
|
||||
</nav>
|
||||
<main>
|
||||
|
||||
<div class="posts">
|
||||
|
||||
<div class="post">
|
||||
<h3 class="post-title">
|
||||
2025-03-24 -
|
||||
<a href="/blog/2025-03-24-the-internet-sucks/">
|
||||
The Internet Sucks
|
||||
</a>
|
||||
</h3>
|
||||
<p>Yet another internet random complains about the state of things blog post</p>
|
||||
|
||||
<h3 class="post-title">
|
||||
2025-02-04 -
|
||||
<a href="/blog/2025-02-04-servers-up/">
|
||||
<a href="/blog/servers-up/">
|
||||
Server up
|
||||
</a>
|
||||
</a> - 2025-02-04
|
||||
</h3>
|
||||
<p>Finally got my server online, now hosting some stuff</p>
|
||||
</div>
|
||||
|
||||
<div class="post">
|
||||
<h3 class="post-title">
|
||||
2025-01-24 -
|
||||
<a href="/blog/2025-01-24-new-blog/">
|
||||
<a href="/blog/new-blog/">
|
||||
Zaydsite now
|
||||
</a>
|
||||
</a> - 2025-01-24
|
||||
</h3>
|
||||
<p>site finally launches, blog online</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,36 +1,24 @@
|
|||
<?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">
|
||||
<!DOCTYPE html>
|
||||
<html 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 - Zaydsite now</title>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<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>Zaydblog</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" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/atom.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 />
|
||||
<nav class="navbar">
|
||||
<li><h1 class="title"><a href="/">wanderlost</a></h1></li>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/blog/">Index</a></li>
|
||||
<li><a href="/blog/atom.xml">Atom</a></li>
|
||||
</nav>
|
||||
<main>
|
||||
|
||||
<div class="post">
|
||||
<h1 class="post-title">Zaydsite now</h1>
|
||||
|
@ -51,6 +39,6 @@ some reason, no idea what's causing it, but I'll try to fix that soon.</p>
|
|||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
159
blog/rss.xml
|
@ -1,159 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
|
||||
<channel>
|
||||
<title>wanderlost</title>
|
||||
<link>/blog</link>
|
||||
<description></description>
|
||||
<generator>Zola</generator>
|
||||
<language>en</language>
|
||||
<atom:link href="/blog/rss.xml" rel="self" type="application/rss+xml"/>
|
||||
<lastBuildDate>Mon, 24 Mar 2025 00:00:00 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>The Internet Sucks</title>
|
||||
<pubDate>Mon, 24 Mar 2025 00:00:00 +0000</pubDate>
|
||||
<author>wanderlost</author>
|
||||
<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>
|
||||
<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>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Server up</title>
|
||||
<pubDate>Tue, 04 Feb 2025 00:00:00 +0000</pubDate>
|
||||
<author>wanderlost</author>
|
||||
<link>/blog/2025-02-04-servers-up/</link>
|
||||
<guid>/blog/2025-02-04-servers-up/</guid>
|
||||
<description xml:base="/blog/2025-02-04-servers-up/"><p>After waiting way too long, I finally have a server online. Nothing big, just a RPi 5 running
|
||||
Alpine to provide some services for myself and other. I'm trying to focus on hosting sites
|
||||
built to be minimal, without the bloat much of the modern web has. It also exclusively serves
|
||||
on dark/altnets (Yggdrasil and Tor currently, I'll hopefully have I2P stuff running within a
|
||||
week or so) to promote using that over the clearnet. The service's name is "Midgard", I felt like
|
||||
that fits the theme of creating a more human web and goes with "Yggdrasil" nicely.</p>
|
||||
<p>Current services are forums (running Simple Machines Forum) and sites (using Caddy). The forums
|
||||
still have some work that needs to get done (selfhosting jQuery, fixing resource fetching outside
|
||||
of Tor) but it should fully work on Tor. You can access it
|
||||
<a href="http://forum.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/index.php">here</a>, but I
|
||||
have it set so accounts require approval as I'm currently a frequent target of spam commonly
|
||||
including things I very much do not want to be hosting.</p>
|
||||
<p>I also host personal sites for me and some others.</p>
|
||||
<ul>
|
||||
<li>Me <a href="http://wl.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor</a>, <a href="http://%5B300:5506:25eb:d0d9:1000:1000:1000:1000%5D/">Yggdrasil</a></li>
|
||||
<li>Array in a Matrix <a href="http://array.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor</a>, <a href="http://%5B300:5506:25eb:d0d9:1000:1000:1000:1001%5D/">Yggdrasil</a></li>
|
||||
<li>Purplebored <a href="http://purplebored.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor</a>, <a href="http://%5B300:5506:25eb:d0d9:1000:1000:1000:1002%5D/">Yggdrasil</a></li>
|
||||
</ul>
|
||||
<p>The home page for Midgard isn't done yet, but it's going to be done soon.
|
||||
<a href="http://zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor link</a>,
|
||||
<a href="http://%5B200:5506:25eb:d0d9:4c64:92a6:42a6:f4b0%5D">Yggdrasil Link</a></p>
|
||||
<p>Planned services include Vaultwarden (a password manager) and Forgejo (a Git forge). Not sure
|
||||
if/when they'll come.</p>
|
||||
<p>If you want a site hosted on Midgard, feel free to reach out to me on <a href="xmpp:zayd@telepath.im">XMPP</a>
|
||||
with a Git repo link, a brief description, and I might set it up for you if the site isn't too big
|
||||
and bloated and it isn't something I wouldn't want on my machines (please no pedo/zoo shit, no hate
|
||||
speech or anything like that, no malware obviously). Also don't rely on me too hard for maintaining
|
||||
uptime. Things have been going fairly smoothly so far but I'm still pretty new to self hosting so
|
||||
I can't guarantee much in the way of stability.</p>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Zaydsite now</title>
|
||||
<pubDate>Fri, 24 Jan 2025 00:00:00 +0000</pubDate>
|
||||
<author>wanderlost</author>
|
||||
<link>/blog/2025-01-24-new-blog/</link>
|
||||
<guid>/blog/2025-01-24-new-blog/</guid>
|
||||
<description xml:base="/blog/2025-01-24-new-blog/"><p>Recently got everything working on the new site, hopefully it doesn't look too boring. I plan to
|
||||
actually use this thing and not leave it to rot, so subscribe to the Atom feed if you want to get
|
||||
updates on the shit I say.</p>
|
||||
<p>Everything other than the blog is managed manually, the blog uses Zola. It's pretty cool and makes
|
||||
it fairly easy to make custom themes compared to other static site generators. There's no JavaScript
|
||||
on this site and it's kept fairly light in general. Everything <em>should</em> work in browsers like EWW,
|
||||
w3m, links, etc. All the fonts here are WOFF2 though, so some browsers like Dillo won't fetch those
|
||||
properly.</p>
|
||||
<p>There is a Tor version of this site available <a href="http://dhrglakamniet5jtehkb7rp7zdqhzw6trkum3dieoeenszttgcjle6yd.onion/">here</a>
|
||||
if you're not already reading this there. I2P and Yggdrasil might also come soon, not sure about those.</p>
|
||||
<p>There seems to be a bug with importing my Atom feed to RSS Guard making the entries really tall for
|
||||
some reason, no idea what's causing it, but I'll try to fix that soon.</p>
|
||||
</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,36 +1,24 @@
|
|||
<?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">
|
||||
<!DOCTYPE html>
|
||||
<html 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 - Server up</title>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<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>Zaydblog</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" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/atom.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 />
|
||||
<nav class="navbar">
|
||||
<li><h1 class="title"><a href="/">wanderlost</a></h1></li>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/blog/">Index</a></li>
|
||||
<li><a href="/blog/atom.xml">Atom</a></li>
|
||||
</nav>
|
||||
<main>
|
||||
|
||||
<div class="post">
|
||||
<h1 class="post-title">Server up</h1>
|
||||
|
@ -49,13 +37,13 @@ have it set so accounts require approval as I'm currently a frequent target of s
|
|||
including things I very much do not want to be hosting.</p>
|
||||
<p>I also host personal sites for me and some others.</p>
|
||||
<ul>
|
||||
<li>Me <a href="http://wl.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor</a>, <a href="http://[300:5506:25eb:d0d9:1000:1000:1000:1000]/">Yggdrasil</a></li>
|
||||
<li>Array in a Matrix <a href="http://array.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor</a>, <a href="http://[300:5506:25eb:d0d9:1000:1000:1000:1001]/">Yggdrasil</a></li>
|
||||
<li>Purplebored <a href="http://purplebored.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor</a>, <a href="http://[300:5506:25eb:d0d9:1000:1000:1000:1002]/">Yggdrasil</a></li>
|
||||
<li>Me <a href="http://wl.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor</a>, <a href="http://%5B300:5506:25eb:d0d9:1000:1000:1000:1000%5D/">Yggdrasil</a></li>
|
||||
<li>Array in a Matrix <a href="http://array.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor</a>, <a href="http://%5B300:5506:25eb:d0d9:1000:1000:1000:1001%5D/">Yggdrasil</a></li>
|
||||
<li>Purplebored <a href="http://purplebored.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor</a>, <a href="http://%5B300:5506:25eb:d0d9:1000:1000:1000:1002%5D/">Yggdrasil</a></li>
|
||||
</ul>
|
||||
<p>The home page for Midgard isn't done yet, but it's going to be done soon.
|
||||
<a href="http://zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor link</a>,
|
||||
<a href="http://[200:5506:25eb:d0d9:4c64:92a6:42a6:f4b0]">Yggdrasil Link</a></p>
|
||||
<a href="http://%5B200:5506:25eb:d0d9:4c64:92a6:42a6:f4b0%5D">Yggdrasil Link</a></p>
|
||||
<p>Planned services include Vaultwarden (a password manager) and Forgejo (a Git forge). Not sure
|
||||
if/when they'll come.</p>
|
||||
<p>If you want a site hosted on Midgard, feel free to reach out to me on <a href="xmpp:zayd@telepath.im">XMPP</a>
|
||||
|
@ -68,6 +56,6 @@ I can't guarantee much in the way of stability.</p>
|
|||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
|
@ -4,15 +4,11 @@
|
|||
<loc>/blog/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/blog/2025-01-24-new-blog/</loc>
|
||||
<loc>/blog/new-blog/</loc>
|
||||
<lastmod>2025-01-24</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/blog/2025-02-04-servers-up/</loc>
|
||||
<loc>/blog/servers-up/</loc>
|
||||
<lastmod>2025-02-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/blog/2025-03-24-the-internet-sucks/</loc>
|
||||
<lastmod>2025-03-24</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
39
index.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<title>wanderlost</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar">
|
||||
<li><h1 class="title"><a href="/">wanderlost</a></h1></li>
|
||||
<li><a href="/links.html">links</a></li>
|
||||
<li><a href="/blog/">blog</a></li>
|
||||
</nav>
|
||||
<main>
|
||||
<hr>
|
||||
<h2>Home</h2>
|
||||
<p>
|
||||
Welcome! This is my home on the web. The site is now primarily on my own machine, but thanks to
|
||||
FSKY for continuing to mirror my site for clearnet and on another Tor address.
|
||||
</p>
|
||||
<p>
|
||||
I'm Zayd, as you probably already know. I like privacy, open source, archival and tinkering,
|
||||
but I'll try not to make it too boring to read about. I collect CDs (and rip tons of them) and
|
||||
contribute to MusicBrainz often.
|
||||
</p>
|
||||
<p>
|
||||
If you need to contact me, my JID (XMPP address) is <a href="xmpp:zayd@telepath.im">
|
||||
zayd@telepath.im</a>. Please use OMEMO for encryption. I also have a public chatroom if you
|
||||
want to join that, it's on <a href="xmpp:home@room.telepath.im?join">XMPP</a> and
|
||||
<a href="ircs://irc.telepath.im:6697/#souljaville">IRC (clearnet, SSL)</a>, also available on
|
||||
<a href="irc+insecure://[200:7f:cdc2:733a:9eb5:4de7:8fa2:9d5a]:6667">Yggdrasil</a>
|
||||
</p>
|
||||
</main>
|
||||
<footer>
|
||||
<img src="/assets/svg/kopimi.svg" width="15px" alt="" style="vertical-align: middle">
|
||||
Kopimi 2025 steal my shit now
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
45
index.xht
|
@ -1,45 +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 name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<title>wanderlost</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
<h1 class="title"><a href="/">wanderlost</a></h1>
|
||||
<a href="/links.xht">links</a>
|
||||
<a href="/blog/">blog</a>
|
||||
<a href="/mirrors.xht">mirrors</a>
|
||||
</div>
|
||||
<div class="main">
|
||||
<hr />
|
||||
<h2 class="title">Home</h2>
|
||||
<p>
|
||||
Welcome! This is my home on the web. The site is now primarily on my own machine,
|
||||
but thanks to FSKY for continuing to mirror my site for clearnet and on another Tor
|
||||
address.
|
||||
</p>
|
||||
<p>
|
||||
You probably already know me by now but I'm Zayd. I have a blog here where I
|
||||
sometimes write about things I like. My interests include software, privacy, overlay
|
||||
networks, music, archival, and more. I'm a bit of a lazy writer so posts won't be
|
||||
super often though.
|
||||
</p>
|
||||
<p>
|
||||
If you need to contact me, my JID (XMPP address) is <a href="xmpp:zayd@telepath.im">
|
||||
zayd@telepath.im</a>. Please use OMEMO for encryption. I also have a public chatroom
|
||||
if you want to join that, it's on <a href="xmpp:home@room.telepath.im?join">XMPP</a> and
|
||||
<a href="ircs://irc.telepath.im:6697/#souljaville">IRC (clearnet, SSL)</a>, also available on
|
||||
<a href="irc+insecure://[200:7f:cdc2:733a:9eb5:4de7:8fa2:9d5a]:6667/#souljaville">
|
||||
Yggdrasil</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<img src="/assets/svg/kopimi.svg" alt="" style="vertical-align: middle; width: 15px" />
|
||||
<a href="/kopimi.xht">Kopimi</a> 2025
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
31
kopimi.xht
|
@ -1,31 +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 name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<title>wanderlost - kopimi</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
<h1 class="title"><a href="/">wanderlost</a></h1>
|
||||
<a href="/links.xht">links</a>
|
||||
<a href="/blog/">blog</a>
|
||||
<a href="/mirrors.xht">mirrors</a>
|
||||
</div>
|
||||
<div class="main">
|
||||
<hr />
|
||||
<h2 class="title">Copying</h2>
|
||||
<p>
|
||||
This site is <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">CC
|
||||
BY-SA 4.0</a>. Copying and sharing is not only permitted but encouraged given that
|
||||
this notice is preserved.
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<img src="/assets/svg/kopimi.svg" alt="" style="vertical-align: middle; width: 15px" />
|
||||
<a href="/kopimi.xht">Kopimi</a> 2025
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,180 +1,143 @@
|
|||
<?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">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<title>wanderlost - links</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<title>wanderlost</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<div class="navbar">
|
||||
<h1 class="title"><a href="/">wanderlost</a></h1>
|
||||
<a href="/links.xht">links</a>
|
||||
<a href="/blog/">blog</a>
|
||||
<a href="/mirrors.xht">mirrors</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main">
|
||||
<hr />
|
||||
<nav class="navbar">
|
||||
<li><h1 class="title"><a href="/">wanderlost</a></h1></li>
|
||||
<li><a href="/links.html">links</a></li>
|
||||
<li><a href="/blog/">blog</a></li>
|
||||
</nav>
|
||||
<main>
|
||||
<hr>
|
||||
<h2>Links</h2>
|
||||
<p>Here's some links to sites I like</p>
|
||||
<h3>Link to me</h3>
|
||||
<p>Yes, I know it's lazy. I'll probably redo it sometime. Don't hotlink these ever.</p>
|
||||
<a rel="noopener noreferrer" href="https://zayd.fsky.io">
|
||||
<img src="/assets/images/badges/mine/zayd-v1.png"
|
||||
alt="Zayd" />
|
||||
alt="Zayd">
|
||||
</a>
|
||||
|
||||
<h3>People I know and their organizations</h3>
|
||||
<a href="http://array.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion">
|
||||
<img src="/assets/images/badges/associated/array.gif"
|
||||
alt="Array in a Matrix" />
|
||||
<a href="https://ari.lt/">
|
||||
<img src="/assets/images/badges/associated/ari.png"
|
||||
alt="Ari-web">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://authenyo.xyz">
|
||||
<img src="/assets/images/badges/associated/authenyo.gif"
|
||||
alt="authenyo" />
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://vea.st">
|
||||
<img src="/assets/images/badges/associated/chloe.png"
|
||||
alt="chloe vea.st" />
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://frost.fsky.io">
|
||||
<img src="/assets/images/badges/associated/frost.png"
|
||||
alt="Frost" />
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://fsky.io/">
|
||||
<a href="https://fsky.io/">
|
||||
<img src="/assets/images/badges/associated/fsky.png"
|
||||
alt="FSKY" />
|
||||
alt="FSKY">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://moody.im">
|
||||
<img src="/assets/images/badges/associated/georgemoody.png"
|
||||
alt="georgemoody" />
|
||||
alt="georgemoody">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://h2.gay/">
|
||||
<img src="/assets/images/badges/associated/hydrogen.gif"
|
||||
alt="Hydrogen" />
|
||||
alt="Hydrogen">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://freetards.xyz/">
|
||||
<img src="/assets/images/badges/associated/lda.png"
|
||||
alt="LDA" />
|
||||
alt="LDA">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://themcgovern.net">
|
||||
<img src="/assets/images/badges/associated/mcneb.gif"
|
||||
alt="mcneb10" />
|
||||
alt="mcneb10">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://nyx.everypizza.im">
|
||||
<a rel="noopener noreferrer" href="https://everypizza.im">
|
||||
<img src="/assets/images/badges/associated/nyx.png"
|
||||
alt="Nyx" />
|
||||
</a>
|
||||
<a rel="noopeneer noreferrer" href="https://pea.moe">
|
||||
<img src="/assets/images/badges/associated/pea.png"
|
||||
alt="Pea" />
|
||||
alt="Nyx">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://squarebowl.club">
|
||||
<img src="/assets/images/badges/associated/plate.gif"
|
||||
alt="Plate" />
|
||||
alt="Plate">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://purplebored.pl">
|
||||
<img src="/assets/images/badges/associated/purplebored.png"
|
||||
alt="Purplebored" />
|
||||
alt="Purplebored">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://redcatho.de">
|
||||
<img src="/assets/images/badges/associated/red.webp"
|
||||
alt="red" />
|
||||
alt="red">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://isekai.rocks">
|
||||
<img src="/assets/images/badges/associated/snit.svg"
|
||||
style="max-width: 88px; max-height: 31px"
|
||||
alt="Snit was here" />
|
||||
alt="Snit was here">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://telepath.im">
|
||||
<img src="/assets/images/badges/associated/telepath.png"
|
||||
alt="Telepath" />
|
||||
alt="Telepath">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://voxel.fsky.io">
|
||||
<img src="/assets/images/badges/associated/voxel.gif"
|
||||
alt="Voxel" />
|
||||
alt="Voxel">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://xameren.fsky.io">
|
||||
<img src="/assets/images/badges/associated/xameren.png"
|
||||
alt="Xameren" />
|
||||
alt="Xameren">
|
||||
</a>
|
||||
|
||||
<h3>Other nice sites</h3>
|
||||
<a rel="noopener noreferrer" href="https://archive.org">
|
||||
<img src="/assets/images/badges/sites/internetarchive.gif"
|
||||
alt="Internet Archive" />
|
||||
alt="Internet Archive">
|
||||
</a>
|
||||
|
||||
<h3>Cool software</h3>
|
||||
<a rel="noopener noreferrer" href="https://alpinelinux.org">
|
||||
<img src="/assets/images/badges/software/alpine.png"
|
||||
alt="Alpine Linux" />
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://alpinelinux.org">
|
||||
<img src="/assets/images/badges/software/alpine2.png"
|
||||
alt="Alpine Linux" />
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://alpinelinux.org">
|
||||
<img src="/assets/images/badges/software/alpine3.png"
|
||||
alt="Alpine Linux" />
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://archlinux.org">
|
||||
<img src="/assets/images/badges/software/archlinux.gif"
|
||||
alt="Arch Linux" />
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://artixlinux.org">
|
||||
<img src="/assets/images/badges/software/artix.gif"
|
||||
alt="Artix Linux" />
|
||||
alt="Arch Linux">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://gnu.org/software/emacs">
|
||||
<img src="/assets/images/badges/software/made-with-emacs.png"
|
||||
alt="Made with GNU Emacs" />
|
||||
alt="Made with GNU Emacs">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://geti2p.net/en/">
|
||||
<img src="/assets/images/badges/software/i2p.gif"
|
||||
alt="I2P" />
|
||||
alt="I2P">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://jellyfin.org">
|
||||
<img src="/assets/images/badges/software/jellyfin.gif"
|
||||
alt="Jellyfin" />
|
||||
alt="Jellyfin">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://kde.org">
|
||||
<img src="/assets/images/badges/software/kde.gif"
|
||||
alt="KDE" />
|
||||
alt="KDE">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://kernel.org">
|
||||
<img src="/assets/images/badges/software/linux.gif"
|
||||
alt="Linux" />
|
||||
alt="Linux">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://navidrome.org">
|
||||
<img src="/assets/images/badges/software/navidrome.gif"
|
||||
alt="Navidrome" />
|
||||
alt="Navidrome">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://qbittorrent.org">
|
||||
<img src="/assets/images/badges/software/qbittorrent.png"
|
||||
alt="qBitTorrent" />
|
||||
alt="qBitTorrent">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://torproject.org">
|
||||
<img src="/assets/images/badges/software/tor.gif"
|
||||
alt="Tor" />
|
||||
alt="Tor">
|
||||
</a>
|
||||
<a rel="noopener noreferrer" href="https://yggdrasil-network.github.io/">
|
||||
<img src="/assets/images/badges/software/yggdrasil.png"
|
||||
alt="Yggdrasil" />
|
||||
alt="Yggdrasil">
|
||||
</a>
|
||||
|
||||
<h3>Misc</h3>
|
||||
<img src="/assets/images/badges/misc/discord-no-way.gif"
|
||||
alt="Discord? No way!" />
|
||||
alt="Discord? No way!">
|
||||
<img src="/assets/images/badges/misc/sucks.gif"
|
||||
alt="This website sucks" />
|
||||
</div>
|
||||
<div class="footer">
|
||||
<img src="/assets/svg/kopimi.svg" width="15px" alt="" style="vertical-align: middle" />
|
||||
<a href="/kopimi.xht">Kopimi</a> 2025
|
||||
</div>
|
||||
alt="This website sucks">
|
||||
</main>
|
||||
<footer>
|
||||
<img src="/assets/svg/kopimi.svg" width="15px" alt="" style="vertical-align: middle">
|
||||
Kopimi 2025 steal my shit now
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
34
mirrors.xht
|
@ -1,34 +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 name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<title>wanderlost - mirrors</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
<h1 class="title"><a href="/">wanderlost</a></h1>
|
||||
<a href="/links.xht">links</a>
|
||||
<a href="/blog/">blog</a>
|
||||
<a href="/mirrors.xht">mirrors</a>
|
||||
</div>
|
||||
<div class="main">
|
||||
<hr />
|
||||
<h2 class="title">Mirrors</h2>
|
||||
<ul>
|
||||
<li><a href="https://zayd.fsky.io/">Clearnet (mirrored by FSKY)</a></li>
|
||||
<li><a href="http://wanderlost.i2p/?i2paddresshelper=NhKbLIrZkPpGSe3BuwKnyjn3PgAfdOtfdoEkL2go1yU2EpssitmQ-kZJ7cG7AqfKOfc-AB906192gSQvaCjXJTYSmyyK2ZD6RkntwbsCp8o59z4AH3TrX3aBJC9oKNclNhKbLIrZkPpGSe3BuwKnyjn3PgAfdOtfdoEkL2go1yU2EpssitmQ-kZJ7cG7AqfKOfc-AB906192gSQvaCjXJTYSmyyK2ZD6RkntwbsCp8o59z4AH3TrX3aBJC9oKNclNhKbLIrZkPpGSe3BuwKnyjn3PgAfdOtfdoEkL2go1yU2EpssitmQ-kZJ7cG7AqfKOfc-AB906192gSQvaCjXJTYSmyyK2ZD6RkntwbsCp8o59z4AH3TrX3aBJC9oKNclNhKbLIrZkPpGSe3BuwKnyjn3PgAfdOtfdoEkL2go1yU2EpssitmQ-kZJ7cG7AqfKOfc-AB906192gSQvaCjXJXGPxAQRUxBRB27ytEW21Vdu66yzoT7xQq~~-E9Gf8dDBQAEAAcAAA==">I2P (AH)</a></li>
|
||||
<li><a href="http://om6mzpwesghr4quaiyvmwe7prgb2bmypb74ehsjmz56u4lah2q5a.b32.i2p/">I2P (b32)</a></li>
|
||||
<li><a href="http://dhrglakamniet5jtehkb7rp7zdqhzw6trkum3dieoeenszttgcjle6yd.onion/">Tor (FSKY)</a></li>
|
||||
<li><a href="http://wl.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/">Tor (self-hosted)</a></li>
|
||||
<li><a href="http://[300:5506:25eb:d0d9:1000:1000:1000:1000]/">Yggdrasil</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<img src="/assets/svg/kopimi.svg" alt="" style="vertical-align: middle; width: 15px" />
|
||||
<a href="/kopimi.xht">Kopimi</a> 2025
|
||||
</div>
|
||||
</body>
|
||||
</html>
|