diff --git a/about.html b/about.html index d351ad1..5e2be8a 100644 --- a/about.html +++ b/about.html @@ -4,27 +4,34 @@
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 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
+
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 for increased security
+and/or privacy, or provide accessibility for disabled users.
+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.