website/about.html

31 lines
1.1 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>
2022-06-30 06:19:28 +01:00
<link rel="stylesheet" href=infnet.css>
</head>
<body>
2022-06-30 07:18:26 +01:00
<h1>About</h1>
2022-06-30 06:19:28 +01:00
<br>
2022-06-30 07:18:26 +01:00
<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<br>
physical security. Most of my postings are security-related, but I<br>
occasionally post about other aspects of my life.</p>
<br>
<p>I am an open source advocate for the preservation and modifiability of<br>
source code. I believe source code should be considered human knowledge as<br>
much as past knowledge and teachings were; it is how modern humanity<br>
survives and runs. Source code being modifiable allows it to be adapted<br>
for use by anyone, whether to add features, harden it, or provide<br>
accessibility for disabled people.<br>
I am also a modular design advocate for the ability to securely and<br>
robustly make changes to hardware and software without the entire system<br>
being affected.</p>
<br>
<br>
<br>
<a href="index.html">Back</a>
2022-06-30 06:19:28 +01:00
</body>
</html>