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/faq.php
2023-06-21 16:38:11 +02:00

29 lines
2.6 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<title>Frequently asked questions</title>
<meta charset="UTF-8">
<meta name="description" content="People often ask me stuff, what people keep asking is probably here somewhere.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="content">
<h2>Frequently asked questions</h2>
<p>People often ask me stuff, what people keep asking is probably here somewhere.</p>
<h3>Q: What operating system do I use?</h3>
<p>A: I used to use Gentoo on my desktop and Arch on my laptop, but I have since switched away from Gentoo completely. I now run Arch on all my systems. On my desktop, I have a host which only has to run a VM where I do my actual work. This is great for security!</p>
<h3>Q: Why were some blog posts archived?</h3>
<p>A: I initially started archiving blog posts a few months ago, and at that point I had archived blog post 1 through 10. This is because they were either misinformation or just plain bad, outdated or even all of the above. I later on decided to archive a lot more, as well as remove them from the RSS feed. For those of you who want to read my old blog posts through RSS, you can add <a href="rss-archived-01.xml">this feed</a> to your reader which contains everything I removed.</p>
<h3>Q: Can I still read this blog if I use Microsoft Windows or some other spyware?</h3>
<p>This is not really a question, however I am tired of people "apologizing" to me for using nonfree software. If you wish to use Windows, and play Candy Crush while reading my blog then you can do so. I am not going to tell you what you can use, however I will definitely make software recommendations. Please do <strong>not</strong> consider this me forcing you to use the software. If you don't want to use it, don't. See <a href="/articles/post60.php">this blog post</a> for more information.</p>
<h3>Q: Can I fork your software?</h3>
<p>I find this question kind of stupid, but I've been asked it a few times now, so I will answer it. You can <strong>always</strong> fork my software, with or without my permission because it is free software. This is why we fight for user freedom. I should not be able to hold you back from forking my software if you really want to. Do however note that you must follow the license.</p>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>