Remove unnecessary spacing.

This commit is contained in:
inference 2023-06-21 15:44:37 +01:00
parent eadf487041
commit 0ef0dc5827
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,17 +5,15 @@
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 4.0.0.18 --> <!-- Version: 4.0.1.19 -->
<html> <html>
<head> <head>
<title>Inferencium - Blog - FOSS is Working Against Itself</title> <title>Inferencium - Blog - FOSS is Working Against Itself</title>
<link rel="stylesheet" href="../inf.css"> <link rel="stylesheet" href="../inf.css">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>
<!-- Navigation bar. --> <!-- Navigation bar. -->
<div class="sidebar"> <div class="sidebar">
<img src="../asset/img/logo-inferencium-no_text.png" <img src="../asset/img/logo-inferencium-no_text.png"
@ -29,20 +27,17 @@
<div><a href="../source.html">Source</a></div> <div><a href="../source.html">Source</a></div>
<div><a href="../key.html">Key</a></div> <div><a href="../key.html">Key</a></div>
</div> </div>
<body> <body>
<h1>Blog - #0</h1> <h1>Blog - #0</h1>
<br> <br>
<br> <br>
<br> <br>
<h2>FOSS is Working Against Itself</h2> <h2>FOSS is Working Against Itself</h2>
<br> <br>
<p class="update_date">Posted: 2022-01-27 (UTC+00:00)</p> <p class="update_date">Posted: 2022-01-27 (UTC+00:00)</p>
<p class="update_date">Updated: 2022-11-09 (UTC+00:00)</p> <p class="update_date">Updated: 2022-11-09 (UTC+00:00)</p>
<br> <br>
<br> <br>
<!-- Table of contents. --> <!-- Table of contents. -->
<h2 id="toc"><a href="#toc" class="h2" <h2 id="toc"><a href="#toc" class="h2"
>Table of Contents<a/></h2> >Table of Contents<a/></h2>
@ -62,7 +57,6 @@
</ul> </ul>
<br> <br>
<br> <br>
<h2 id=introduction"><a href="#introduction" class="h2" <h2 id=introduction"><a href="#introduction" class="h2"
>Introduction</a></h2> >Introduction</a></h2>
<p>The world has become a dangerous, privacy invading, human rights stripping, totalitarian place; <p>The world has become a dangerous, privacy invading, human rights stripping, totalitarian place;
@ -99,7 +93,6 @@
or control upon. It is impossible to build a solid, freedom respecting platform on this model.</p> or control upon. It is impossible to build a solid, freedom respecting platform on this model.</p>
<br> <br>
<br> <br>
<h2 id="examples"><a href="#examples" class="h2" <h2 id="examples"><a href="#examples" class="h2"
>Examples</a></h2> >Examples</a></h2>
<h3 id="examples-smartphones"><a href="#examples-smartphones" class="h3" <h3 id="examples-smartphones"><a href="#examples-smartphones" class="h3"
@ -164,7 +157,6 @@
a production OS.</p> a production OS.</p>
<br> <br>
<br> <br>
<h2 id="solution"><a href="#solution" class="h2">Solution</a></h2> <h2 id="solution"><a href="#solution" class="h2">Solution</a></h2>
<p>What can you do about this? The answer is simple; however, it does require you to use logic, <p>What can you do about this? The answer is simple; however, it does require you to use logic,
fact, and evidence, not emotion, which is a difficult pill for most people to swallow. Use your fact, and evidence, not emotion, which is a difficult pill for most people to swallow. Use your
@ -195,12 +187,10 @@
>guaranteed monthly security updates</a> for the entire support timeframe of the devices.</p> >guaranteed monthly security updates</a> for the entire support timeframe of the devices.</p>
<br> <br>
<br> <br>
<h2 id="conclusion"><a href="#conclusion" class="h2">Conclusion</a></h2> <h2 id="conclusion"><a href="#conclusion" class="h2">Conclusion</a></h2>
<p>Use what you can, and do what you can. By neglecting security, you are, even if unintentionally, <p>Use what you can, and do what you can. By neglecting security, you are, even if unintentionally,
neglecting exactly what you are trying to gain; privacy and control.</p> neglecting exactly what you are trying to gain; privacy and control.</p>
<br> <br>
<br> <br>
</body> </body>
</html> </html>