31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Inferencium Network - About</title>
|
|
<link rel="stylesheet" href=infnet.css>
|
|
</head>
|
|
<body>
|
|
<h1>About</h1>
|
|
<br>
|
|
<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>
|
|
</body>
|
|
</html>
|