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/articles/post60.php
speedie 30d0db9d5d Add new blog post, number 60. Modify credits to reflect the Gitea
migration made.

Also fix typo in the last blog post causing <code> tag to not be closed. I'm
on Matrix too much apparently.
2023-06-08 12:20:58 +02:00

34 lines
3.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<?php include '../php/header.php';?>
<title>You don't need to justify your decisions.</title>
<meta charset="UTF-8">
<meta name="description" content="I often hear people following my blog or just know me for one reason or another, but you don't need to justify your use of software to me.You don't need to justify your use of software or hardware, that is a personal decision you are making. I am not going to make that for you, and while I may not agree with your decision, it is not mine to make.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="content">
<h2>You don't need to justify your decisions.</h2>
<h4>2023-06-08</h4>
<p>I often hear people following my blog or just know me for one reason or another, and usually it goes something like this:</p>
<blockquote>
<p>Hello speedie I enjoy reading your blog.</p>
</blockquote>
<p>Thanks!</p>
<blockquote>
<p>Im using X nonfree software or Y desktop environment, sorry about that.</p>
</blockquote>
<p>This is the problem. I see far too many people apologize for their choices in technology, but I want to make one thing clear. I am not here to judge your technology choices. If you want to read my blog on Windows and/or Mac, use nonfree programs, hate my software or ideas, or do something else Im not <em>personally</em> a fan of then you are 100% free to do so. You dont need to justify your use of software or hardware, that is a personal decision you are making. I am not going to make that for you, and while I may not agree with your decision, it is not mine to make.</p>
<p>I may <strong>suggest</strong> replacements for the software youre
using if I believe its something you would benefit from (such as learning Vim or getting into tiling window managers), but Im never going to force you to use/do something, or shame you for using the nonfree software or software I simply dont like. I am also never going to force you to believe the same thing as me, thats idiotic, and the definition of an echo chamber, something Im very against. I dont want 15 speedie clones, you should have your own ideas, and I should have my own ideas. If we agree then we do, if we dont, then we dont. I make decisions you may find stupid, you make decisions I may find stupid, and if we dont debate each others ideas, we lose the ability to think for ourselves.</p>
<p>Thats not to say its harmful to criticize the choices others make, but you need to be willing to see both sides of the coin, and like it or not you need to accept the choice the other person is making, whether you approve of it or not. Thats just a short blog post for today, as I see this far too often, and I think its important to say this. Im probably going to talk about Wayland development, Wayland libraries, Wayland protocols and Wayland implementations next time now that Ive truly given Wayland development a fighting chance to win me over. Thats it for me, have a good day!</p>
</div>
</body>
<footer>
<?php include '../php/footer.php';?>
</footer>
</html>