Remove unnecessary spacing.

This commit is contained in:
inference 2023-06-25 21:13:33 +01:00
parent ed3a3a664f
commit 1054b2bc42
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.16 --> <!-- Version: 4.1.0.17 -->
<html> <html>
<head> <head>
<title>Inferencium - Blog - Untrusted: The Issue with Decentralisation</title> <title>Inferencium - Blog - Untrusted: The Issue with Decentralisation</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 - #2</h1> <h1>Blog - #2</h1>
<br> <br>
<br> <br>
<br> <br>
<h2>Untrusted: The Issue with Decentralisation</h2> <h2>Untrusted: The Issue with Decentralisation</h2>
<br> <br>
<p class="update_date">Posted: 2022-06-30 (UTC+00:00)</p> <p class="update_date">Posted: 2022-06-30 (UTC+00:00)</p>
<p class="update_date">Updated: 2022-10-29 (UTC+00:00)</p> <p class="update_date">Updated: 2022-10-29 (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>
@ -63,7 +58,6 @@
<br> <br>
<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>A recent trend is seeing people move towards decentralised services and platforms. While this is <p>A recent trend is seeing people move towards decentralised services and platforms. While this is
@ -74,7 +68,6 @@
security issues with the decentralised model.</p> security issues with the decentralised 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-messaging"><a href="#examples-messaging" class="h3" <h3 id="examples-messaging"><a href="#examples-messaging" class="h3"
@ -103,7 +96,6 @@
would be to physically meet and exchange keys.</p> would be to physically meet and exchange keys.</p>
<br> <br>
<br> <br>
<h2 id="solution"><a href="#solution" class="h2" <h2 id="solution"><a href="#solution" class="h2"
>Solution</a></h2> >Solution</a></h2>
<p>I'll cut to the chase; there isn't a definitive solution. The best way to handle this situation <p>I'll cut to the chase; there isn't a definitive solution. The best way to handle this situation
@ -144,7 +136,6 @@
form, decentralisation would make this impossible to implement in any form.</p> form, decentralisation would make this impossible to implement in any form.</p>
<br> <br>
<br> <br>
<h2 id="conclusion"><a href="#conclusion" class="h2" <h2 id="conclusion"><a href="#conclusion" class="h2"
>Conclusion</a></h2> >Conclusion</a></h2>
<p>Do not demand anonymity; demand privacy and control of your own data. Complete anonymity makes it <p>Do not demand anonymity; demand privacy and control of your own data. Complete anonymity makes it
@ -167,5 +158,4 @@
<br> <br>
<br> <br>
</body> </body>
</html> </html>