Add HTML sections.

This commit is contained in:
inference 2023-06-21 16:13:33 +01:00
parent ecbd50ff87
commit 950f56ec05
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,7 +5,7 @@
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 4.1.0.23 --> <!-- Version: 4.1.0.24 -->
<html> <html>
@ -28,10 +28,12 @@
</div> </div>
<body> <body>
<h1>Blog - #0</h1> <h1>Blog - #0</h1>
<section id="blog">
<h2>FOSS is Working Against Itself</h2> <h2>FOSS is Working Against Itself</h2>
<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>
<!-- Table of contents --> <!-- Table of contents -->
<section id="toc">
<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>
<ul> <ul>
@ -48,6 +50,8 @@
<li><a href="#conclusion" class="body-link" <li><a href="#conclusion" class="body-link"
>Conclusion</a></li> >Conclusion</a></li>
</ul> </ul>
</section>
<section id="introduction">
<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;
@ -80,8 +84,11 @@
<a class="body-link" href="https://en.wikipedia.org/wiki/Ideology" <a class="body-link" href="https://en.wikipedia.org/wiki/Ideology"
>ideology</a>, privacy and control will *never* be achieved. There is no foundation to build privacy >ideology</a>, privacy and control will *never* be achieved. There is no foundation to build privacy
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>
</section>
<section id="examples">
<h2 id="examples"><a href="#examples" class="h2" <h2 id="examples"><a href="#examples" class="h2"
>Examples</a></h2> >Examples</a></h2>
<section id="examples-smartphones">
<h3 id="examples-smartphones"><a href="#examples-smartphones" class="h3" <h3 id="examples-smartphones"><a href="#examples-smartphones" class="h3"
>Smartphones</a></h3> >Smartphones</a></h3>
<p>A FOSS phone, especially so-called <p>A FOSS phone, especially so-called
@ -139,6 +146,9 @@
issues, but it is one of the worst. The only things such insecure OSes can provide you are issues, but it is one of the worst. The only things such insecure OSes can provide you are
customisation abilities, and a backdoor to your data. They are best suited as a development OS, not customisation abilities, and a backdoor to your data. They are best suited as a development OS, not
a production OS.</p> a production OS.</p>
</section>
</section>
<section id="solution">
<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
@ -166,8 +176,12 @@
years for Pixel 6-series and newer), and years for Pixel 6-series and newer), and
<a class="body-link" href="https://source.android.com/docs/security/bulletin/pixel/" <a class="body-link" href="https://source.android.com/docs/security/bulletin/pixel/"
>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>
</section>
<section id="conclusion">
<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>
</section>
</section>
</body> </body>
</html> </html>