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

25 lines
2.1 KiB
PHP

<!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>
<p>My internet name is speedie. I'm a Swedish guy into free software, software minimalism, privacy and software development, among other things. I'm a hobby software developer and I like hacking on things. I primarily write programs in C, C++, POSIX shell and PHP. You can find a list of my software projects <a href="/projects">here</a>.</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>I have played Geometry Dash since October 2013, but I lost interest from years of no updates so I don't play it much. 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>