website/about.html

38 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Inferencium Network - About</title>
<link rel="stylesheet" href=/infnet.css>
</head>
<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>
</div>
<body>
<h1>About</h1>
<br>
<h3>About Me</h3>
<p>I am Inference, a cybersecurity researcher based in United Kingdom.<br>
<br>
<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>
<br>
<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
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>
I am also a modular design advocate for the ability to securely and
robustly make changes to hardware and software without the entire system
being affected.</p>
</body>
</html>