From 127229414366270bda16f1f5a0408e64b58e49bf Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 30 Jun 2022 06:19:28 +0100 Subject: [PATCH 1/2] Add About link. --- about.html | 13 +++++++++++++ index.html | 1 + 2 files changed, 14 insertions(+) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..2b6d303 --- /dev/null +++ b/about.html @@ -0,0 +1,13 @@ + + + +Inferencium Network + + + +

Inferencium Network

+
+

- Contact

+

- Blog

+ + diff --git a/index.html b/index.html index 2b6d303..386989a 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@

Inferencium Network


+

- About

- Contact

- Blog

From a237390251f2c5216ba121c8ae776dd3c2e5b95e Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 30 Jun 2022 07:18:26 +0100 Subject: [PATCH 2/2] Add About page. --- about.html | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/about.html b/about.html index 2b6d303..d351ad1 100644 --- a/about.html +++ b/about.html @@ -1,13 +1,30 @@ -Inferencium Network +Inferencium Network - About -

Inferencium Network

+

About


-

- Contact

-

- Blog

+

I am Inference, a cybersecurity researcher based in United Kingdom.
+
+

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.

+
+

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. Source code being modifiable allows it to be adapted
+for use by anyone, whether to add features, harden it, or provide
+accessibility for disabled people.
+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.

+
+
+
+Back