2022-06-27 00:35:36 +01:00
|
|
|
<!DOCTYPE html>
|
2022-11-22 03:47:04 +00:00
|
|
|
|
|
|
|
<!-- Inferencium - Website - Blog -->
|
|
|
|
|
2022-12-26 06:09:32 +00:00
|
|
|
<!-- Copyright 2022-2023 Inference -->
|
2023-02-12 13:40:01 +00:00
|
|
|
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
|
2022-11-22 03:47:04 +00:00
|
|
|
|
2023-02-12 13:49:18 +00:00
|
|
|
<!-- Version: 1.0.0.13 -->
|
2022-11-22 03:47:04 +00:00
|
|
|
|
|
|
|
|
2022-06-27 00:35:36 +01:00
|
|
|
<html>
|
2022-11-22 04:18:45 +00:00
|
|
|
|
2022-06-27 00:35:36 +01:00
|
|
|
<head>
|
2022-11-22 03:47:04 +00:00
|
|
|
<title>Inferencium - Blog</title>
|
2022-12-09 09:52:49 +00:00
|
|
|
<link rel="stylesheet" href="inf.css">
|
2022-12-20 04:53:45 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2022-06-27 00:35:36 +01:00
|
|
|
</head>
|
2022-11-22 03:47:04 +00:00
|
|
|
|
2022-11-22 04:18:45 +00:00
|
|
|
<!-- Navigation bar. -->
|
2022-10-29 03:26:53 +01:00
|
|
|
<div class="sidebar">
|
2022-12-26 06:29:07 +00:00
|
|
|
<img src="asset/img/logo-inferencium-no_text.png"
|
2022-12-09 11:50:21 +00:00
|
|
|
width="110px" height="110px">
|
2022-11-22 03:47:04 +00:00
|
|
|
<a class="title">Inferencium</a><br>
|
2022-10-29 23:54:59 +01:00
|
|
|
<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>
|
2023-01-13 21:10:21 +00:00
|
|
|
<div><a href="key.html">Key</a></div>
|
2022-10-29 03:26:53 +01:00
|
|
|
</div>
|
2022-11-22 03:47:04 +00:00
|
|
|
|
|
|
|
<!-- Blog posts in descending order from most recent to least recent. -->
|
2022-06-27 00:35:36 +01:00
|
|
|
<body>
|
2022-10-29 23:54:59 +01:00
|
|
|
<h1>Blog</h1>
|
|
|
|
<br>
|
2022-12-20 02:17:10 +00:00
|
|
|
<h3>2022-12-20</h3>
|
|
|
|
<p>#3 - <a class="body-link" href="blog/the_chromium_monopoly.html"
|
|
|
|
>The Chromium Monopoly</a></p>
|
|
|
|
<br>
|
|
|
|
<br>
|
2022-10-29 23:54:59 +01:00
|
|
|
<h3>2022-06-30</h3>
|
2022-12-20 02:17:10 +00:00
|
|
|
<p>#2 - <a class="body-link" href="blog/untrusted_the_issue_with_decentralisation.html"
|
2022-11-22 03:48:14 +00:00
|
|
|
>Untrusted: The Issue with Decentralisation</a></p>
|
2022-10-29 23:54:59 +01:00
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<h3>2022-01-29</h3>
|
2022-12-20 02:17:10 +00:00
|
|
|
<p>#1 - <a class="body-link" href="blog/systemd_insecurity.html"
|
2022-11-22 03:48:14 +00:00
|
|
|
>systemd Insecurity</a></p>
|
2022-10-29 23:54:59 +01:00
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<h3>2022-01-27</h3>
|
2022-12-20 02:17:10 +00:00
|
|
|
<p>#0 - <a class="body-link" href="blog/foss_is_working_against_itself.html"
|
2022-11-22 03:48:14 +00:00
|
|
|
>FOSS is Working Against Itself</a></p>
|
2022-10-29 23:54:59 +01:00
|
|
|
<br>
|
|
|
|
<br>
|
2022-06-27 00:35:36 +01:00
|
|
|
</body>
|
2022-11-22 04:18:45 +00:00
|
|
|
|
2022-06-27 00:35:36 +01:00
|
|
|
</html>
|