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
2023-11-25 21:48:28 +01:00

35 lines
3.5 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 id='about'>About me</h2>
<p>I'm Jacob, but more commonly known as speedie on the internet. I'm from Sweden, and I like software programming and learning about technology, among other things. I 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.</p>
<h3 id='projects'>Projects</h3>
<p>I write programs to achieve goals that I have. Notable projects are <a href="https://git.speedie.site/speedie/libleet">libleet</a>, <a href="https://git.speedie.site/speedie/stellar">stellar</a>, <a href="https://spmenu.speedie.site">spmenu</a>, <a href="https://dl.speedie.site">curload</a> and others. I love C++ and PHP because they are limitless languages that allow the programmer a lot of freedom. I also have several preservation projects, such as the <a href="https://git.speedie.site/speedie/wii">wii</a> project which aims to preserve Nintendo Wii homebrew software, and the <a href="https://git.speedie.site/speedie/hbc-archive">hbc-archive</a> which aims to preserve Homebrew Channel related media/software.</p>
<h3 id='games'>Video games</h3>
<p>I don't play that many games, but I like Nintendo games the most. I've also played Geometry Dash for 10 years and Fortnite for about 5 years, both of which I'd consider myself relatively good at.</p>
<h3 id='music'>Music</h3>
<p>I love music. I run a Jellyfin server which has my music collection in lossless quality (for the most part). Rock and metal, along with subgenres are probably my favorite genres. If I know you, feel free to ask for Jellyfin access.</p>
<p>Linkin Park is my favorite band, with Meteora, Minutes To Midnight and The Hunting Party being some of my favorite albums of all time.</p>
<h3 id='computers'>Computers</h3>
<p>I have several computers, but I only use two of them most of the time. My main desktop is a custom PC which I built in 2016, but have upgraded several times since. I use that machine mainly for tasks that require a lot of resources such as compiling programs and playing games. The other machine is a ThinkPad X220, a relatively old machine. I still use it because it has a really nice keyboard, TrackPoint and is generally very durable and small.</p>
<p>For anyone wondering, the desktop has an ASUS ROG Strix Z490-G Gaming Wifi motherboard, Intel Core i9 10900, 16 gigs of RAM, as well as an AMD Radeon RX 570 and 580.</p>
<h3 id='the-server'>The server</h3>
<p>I thought I'd put this here for anyone who might be wondering. This site along with all my services (with the exception of email) runs on a quite old laptop. It just goes to show that you can easily set up a server in an hour or so if you have an older computer that you don't use.</p>
<h3 id='other'>Other</h3>
<p>If you have more questions, feel free to ask me personally.</p>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>