website/blog.html

59 lines
1.9 KiB
HTML
Raw Normal View History

2022-06-27 00:35:36 +01:00
<!DOCTYPE html>
<!-- Inferencium - Website - Blog -->
2023-04-11 15:27:50 +01:00
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 3.0.1.26 -->
2022-06-27 00:35:36 +01:00
<html>
2023-04-11 15:24:35 +01:00
<head>
<title>Inferencium - Blog</title>
<link rel="stylesheet" href="inf.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<!-- Navigation bar -->
2023-04-11 15:24:35 +01:00
<div class="sidebar">
<img src="asset/img/logo-inferencium-no_text.png"
width="110px" height="110px">
<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><a href="key.html">Key</a></div>
<div><a href="changelog.html">Changelog</a></div>
2023-04-11 15:24:35 +01:00
</div>
<body>
<h1>Blog</h1>
2023-06-12 08:07:57 +01:00
<section>
<!-- Table of contents -->
2023-06-12 08:09:41 +01:00
<h2 id="toc"><a href="#toc" class="h2">Table of Contents<a/></h2>
2023-06-12 08:07:57 +01:00
<!-- Blog posts in descending order from most recent to least recent -->
<ul>
<li><b>2022-12-20</b></li>
2023-06-12 08:07:57 +01:00
<ul>
2023-06-12 08:09:41 +01:00
<li><a href="blog/the_chromium_monopoly.html" class="body-link">#3 - The Chromium Monopoly</a></li>
2023-06-12 08:07:57 +01:00
</ul>
<li><b>2022-06-30</b></li>
2023-06-12 08:07:57 +01:00
<ul>
2023-06-12 08:09:41 +01:00
<li><a href="blog/untrusted_the_issue_with_decentralisation.html" class="body-link">#2 - Untrusted: The Issue with Decentralisation</a></li>
2023-06-12 08:07:57 +01:00
</ul>
<li><b>2022-01-29</b></li>
2023-06-12 08:07:57 +01:00
<ul>
2023-06-12 08:09:41 +01:00
<li><a href="blog/systemd_insecurity.html" class="body-link">#1 - systemd Insecurity</a></li>
2023-06-12 08:07:57 +01:00
</ul>
<li><b>2022-01-27</b></li>
2023-06-12 08:07:57 +01:00
<ul>
2023-06-12 08:09:41 +01:00
<li><a href="blog/foss_is_working_against_itself.html" class="body-link">#0 - FOSS is Working Against Itself</a></li>
2023-06-12 08:07:57 +01:00
</ul>
</ul>
</section>
2023-04-11 15:24:35 +01:00
</body>
2022-06-27 00:35:36 +01:00
</html>