49 lines
1.1 KiB
HTML
49 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<!-- Inferencium - Website - Blog -->
|
|
|
|
<!-- Copyright 2022 Inference -->
|
|
<!-- License: BSD 3-Clause Clear -->
|
|
|
|
<!-- 0.0.0.0 -->
|
|
|
|
|
|
<html>
|
|
<head>
|
|
<title>Inferencium - Blog</title>
|
|
<link rel="stylesheet" href="infnet.css">
|
|
</head>
|
|
|
|
<!-- Sidebar. -->
|
|
<div class="sidebar">
|
|
<a class="title">Inferencium</a><br>
|
|
<br>
|
|
<br>
|
|
<div><a href="about.html">About</a></div>
|
|
<div><a href="contact.html">Contact</a></div>
|
|
<div><a href="blog.html">Blog</a></div>
|
|
<div><a href="source.html">Source</a></div>
|
|
</div>
|
|
|
|
<!-- Blog posts in descending order from most recent to least recent. -->
|
|
<body>
|
|
<h1>Blog</h1>
|
|
<br>
|
|
<h3>2022-06-30</h3>
|
|
<p>#2 - <a class="body-link" href="blog/untrusted-the-issue-with-decentralisation.html"
|
|
>Untrusted: The Issue with Decentralisation</a></p>
|
|
<br>
|
|
<br>
|
|
<h3>2022-01-29</h3>
|
|
<p>#1 - <a class="body-link" href="blog/systemd-insecurity.html"
|
|
>systemd Insecurity</a></p>
|
|
<br>
|
|
<br>
|
|
<h3>2022-01-27</h3>
|
|
<p>#0 - <a class="body-link" href="blog/foss-is-working-against-itself.html"
|
|
>FOSS is Working Against Itself</a></p>
|
|
<br>
|
|
<br>
|
|
</body>
|
|
</html>
|