This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/about-me.php

27 lines
2.7 KiB
PHP
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="About me">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>About me</title>
</head>
<body>
<div class="content">
<h2>About me</h2>
2023-06-21 18:33:17 +02:00
<p>My internet name is speedie. I'm a Swedish guy into free software, software minimalism, privacy and sometimes software development.</p>
<p>I believe nonfree software, AI, social media and smartphones are harmful to society because the thing they all have in common is the ability to shape society in whichever direction they please. Therefore all the software I write is free (as in freedom) software, that anyone is allowed to modify, change and distribute. The software is also free of malicious features and other antifeatures. You can find my software projects <a href="https://git.speedie.site/speedie">here</a>. Almost all of them are written in either C or shell script.</p>
<p>I also write <a href="blog.php">blog posts</a> occasionally about things that interest me, where I share my thoughts unfiltered. Often they are technology and software related, but sometimes about other things as well. I'm also a big fan of people having their own personal websites, instead of relying on social media sites for their online presence.</p>
<p>I support preservation of digital and physical media, and I've worked on and started several preservation projects, such as <a href="https://github.com/ForwarderFactory/hbc-archive">hbc-archive</a> and <a href="https://github.com/ForwarderFactory/wii">wii</a>, preserving Nintendo Wii media.</p>
<p>I own several YouTube channels, such as <a href="https://www.youtube.com/@speediesite">my main channels</a> as well as the <a href="https://www.youtube.com/@ForwarderFactory">Forwarder Factory</a> and <a href="https://www.youtube.com/@ForwarderExtras">Forwarder Extras</a> channels which are dedicated to Wii content and preservation.</p>
<p>Right now I'm using Arch GNU/Linux on my desktop, mostly because it's a nice distro to hack on and customize, but I'm also using Void GNU/Linux on my laptop, and have used Gentoo a lot in the past as well. In fact, I even maintain repositories <a href="https://git.speedie.site/speedie/speedie-aur">for arch</a> and <a href="https://git.speedie.site/speedie/speedie-overlay">and gentoo</a>.</p>
<p>I'm also into music, mostly rock and metal. All the music I listen to is stored locally, and almost all of it is lossless. My favorite band is Linkin Park.</p>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>