website/about.html

38 lines
1.3 KiB
HTML
Raw Normal View History

2022-06-30 06:19:28 +01:00
<!DOCTYPE html>
<html>
<head>
2022-06-30 07:18:26 +01:00
<title>Inferencium Network - About</title>
<link rel="stylesheet" href=/infnet.css>
2022-06-30 06:19:28 +01:00
</head>
2022-10-29 01:30:35 +01:00
<div class="sidebar">
<a class="title">Inferencium Network</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>
2022-10-29 01:30:35 +01:00
</div>
2022-06-30 06:19:28 +01:00
<body>
2022-06-30 07:18:26 +01:00
<h1>About</h1>
2022-06-30 06:19:28 +01:00
<br>
2022-10-29 03:26:53 +01:00
<h3>About Me</h3>
2022-06-30 07:18:26 +01:00
<p>I am Inference, a cybersecurity researcher based in United Kingdom.<br>
<br>
2022-10-29 01:30:35 +01:00
<p>I write about my research and experience in cybersecurity and also physical
security. Most of my postings are security-related, but I occasionally post
about other aspects of my life.</p>
2022-06-30 07:18:26 +01:00
<br>
2022-10-29 01:30:35 +01:00
<p>I am an open source advocate for the preservation and modifiability of
source code. I believe source code should be considered human knowledge as
much as past knowledge and teachings were; it is how modern humanity
2022-10-29 03:26:53 +01:00
survives and runs.<br>
Source code being modifiable allows it to be adapted
for use by anyone, whether to add features, harden it for increased security
and/or privacy, or provide accessibility for disabled users.<br>
2022-10-29 01:30:35 +01:00
I am also a modular design advocate for the ability to securely and
robustly make changes to hardware and software without the entire system
2022-06-30 07:18:26 +01:00
being affected.</p>
2022-06-30 06:19:28 +01:00
</body>
</html>