Update About page to version 3.0.0.31.
This commit is contained in:
parent
817986f2e3
commit
0fe5bf0e8a
102
about.html
102
about.html
@ -2,10 +2,10 @@
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
|
||||
<!-- Copyright 2022-2023 Inference -->
|
||||
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
|
||||
<!-- Copyright 2022-2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
||||
|
||||
<!-- Version: 1.0.0.16 -->
|
||||
<!-- Version: 3.0.0.31 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -33,11 +33,41 @@
|
||||
<body>
|
||||
<h1>About</h1>
|
||||
<br>
|
||||
|
||||
<!-- Table of contents. -->
|
||||
<h2 id="toc"><a href="#toc" class="h2"
|
||||
>Table of Contents<a/></h2>
|
||||
<ul>
|
||||
<li><a class="body-link" href="#about_me"
|
||||
>About Me</a></li>
|
||||
<li><a class="body-link" href="#recommendations"
|
||||
>Recommendations</a></li>
|
||||
<ul>
|
||||
<li><a class="body-link" href="#hardware"
|
||||
>Hardware</a></li>
|
||||
<ul>
|
||||
<li><a class="body-link" href="#hdw-smartphone"
|
||||
>Smartphone</a></li>
|
||||
</ul>
|
||||
<li><a class="body-link" href="#software"
|
||||
>Software</a></li>
|
||||
<ul>
|
||||
<li><a class="body-link" href="#sfw-desktop"
|
||||
>Desktop</a></li>
|
||||
<li><a class="body-link" href="#sfw-smartphone"
|
||||
>Smartphone</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<!-- About me. -->
|
||||
<h3>About Me</h3>
|
||||
<p>I am Inference, a cybersecurity researcher based in United Kingdom.<br>
|
||||
I am the founder, lead developer, and administrator, of Inferencium, a security-focused,
|
||||
privacy-focused, brand of software.<br>
|
||||
<h2 id="about_me"><a href="#about_me" class="h2"
|
||||
>About Me</a></h2>
|
||||
<p>I am Jake Winters, also known by my psuedonym "Inference", a cybersecurity researcher based in
|
||||
United Kingdom.<br>
|
||||
I am the founder, lead developer, and administrator, of Inferencium.<br>
|
||||
All opinions are my own, and are not necessarily shared with projects or people I am
|
||||
affiliated with.<br>
|
||||
<br>
|
||||
@ -60,9 +90,14 @@
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<!-- Hardware I use as production hardware on a daily basis. -->
|
||||
<h3>Hardware I Use</h3>
|
||||
<h4>Smartphone</h4>
|
||||
|
||||
<h2 id="recommendations"><a href="#recommendations" class="h2"
|
||||
>Recommendations</a></h2>
|
||||
<!-- Hardware I recommend as production hardware. -->
|
||||
<h3 id="hardware"><a href="#hardware" class="h3"
|
||||
>Hardware</a></h3>
|
||||
<h4 id="hdw-smartphone"><a href="#hdw-smartphone" class="h4"
|
||||
>Smartphone</a></h4>
|
||||
<div style="overflow-x:auto;">
|
||||
<table>
|
||||
<tr>
|
||||
@ -71,14 +106,14 @@
|
||||
<td class="table-title">Description</td>
|
||||
<td class="table-title">Source model<br>
|
||||
<br>
|
||||
(License)</td>
|
||||
(License - SPDX)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-main">Smartphone</td>
|
||||
<td class="table-main"><img src="asset/img/google-pixel_6.png"
|
||||
width="100px" height="100px"/><br>
|
||||
<br>
|
||||
Google Pixel 6</td>
|
||||
Google Pixel</td>
|
||||
<td>Google Pixel devices are the best Android devices available on the market for
|
||||
<a class="table-link" href="https://security.googleblog.com/2021/10/
|
||||
pixel-6-setting-new-standard-for-mobile.html"
|
||||
@ -139,16 +174,16 @@
|
||||
>guaranteed monthly security updates</a>, ensuring Google Pixel devices are up-to-date
|
||||
and quickly protected against security vulnerabilities.<br>
|
||||
<br>
|
||||
Pixel 6-series devices are a large improvement over the already very secure and private
|
||||
previous generation Pixel devices. They replace ARM-based Titan M with RISC-V-based
|
||||
Titan M2, reducing trust by removing ARM from the equation. Titan M2 is more resiliant
|
||||
to attacks than Titan M, and is
|
||||
Pixel 6-series and 7-series devices are a large improvement over the already very
|
||||
secure and private previous generation Pixel devices. They replace ARM-based Titan M
|
||||
with RISC-V-based Titan M2, reducing trust by removing ARM from the equation. Titan M2
|
||||
is more resiliant to attacks than Titan M, and is
|
||||
<a class="table-link" href="https://www.tuv-nederland.nl/assets/files/cerfiticaten/2022/
|
||||
09/nscib-cc-22-0228971-cert-final.pdf"
|
||||
>AVA_VAN.5 certified</a>, the highest level of vulnerability assessment. Google's
|
||||
in-house Tensor SoC includes Tensor Security Core, further improving device security.<br>
|
||||
<br>
|
||||
Pixel 6-series devices are supported for a
|
||||
Pixel 6-series and 7-series devices are supported for a
|
||||
<a class="table-link" href="https://support.google.com/nexus/answer/
|
||||
4457705#zippy=%2Cpixel-and-later"
|
||||
>minimum of 5 years from launch</a>, an increase from previous generations'
|
||||
@ -160,9 +195,11 @@
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<!-- Software I use as production software on a daily basis. -->
|
||||
<h3>Software I Use</h3>
|
||||
<h4>Desktop</h4>
|
||||
<!-- Software I recommend as production software. -->
|
||||
<h3 id="software"><a href="#software" class="h3"
|
||||
>Software</a></h3>
|
||||
<h4 id="sfw-desktop"><a href="#sfw-desktop" class="h4"
|
||||
>Desktop</a></h4>
|
||||
<div style="overflow-x:auto;">
|
||||
<table>
|
||||
<tr>
|
||||
@ -171,7 +208,7 @@
|
||||
<td class="table-title">Description</td>
|
||||
<td class="table-title">Source model<br>
|
||||
<br>
|
||||
(License)</td>
|
||||
(License - SPDX)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-main">Operating system</td>
|
||||
@ -202,7 +239,7 @@
|
||||
>configuration respository</a>.</td>
|
||||
<td class="table-main">Open source<br>
|
||||
<br>
|
||||
(GPLv2-only)</td>
|
||||
(GPL-2.0-only)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-main">Web browser</td>
|
||||
@ -229,11 +266,12 @@
|
||||
>control-flow integrity (CFI)</a>.</td>
|
||||
<td class="table-main">Open source<br>
|
||||
<br>
|
||||
(BSD 3-Clause)</td>
|
||||
(BSD-3-Clause)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<h4>Smartphone</h4>
|
||||
<h4 id="sfw-smartphone"><a href="#sfw-smartphone" class="h4"
|
||||
>Smartphone</a></h4>
|
||||
<div style="overflow-x:auto;">
|
||||
<table>
|
||||
<tr>
|
||||
@ -242,7 +280,7 @@
|
||||
<td class="table-title">Description</td>
|
||||
<td class="table-title">Source model<br>
|
||||
<br>
|
||||
(License)</td>
|
||||
(License - SPDX)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-main">Operating system</td>
|
||||
@ -306,7 +344,7 @@
|
||||
>official repository</a>.</td>
|
||||
<td class="table-main">Open source<br>
|
||||
<br>
|
||||
(GPLv2-only)</td>
|
||||
(GPL-2.0-only)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-main">Messenger</td>
|
||||
@ -334,15 +372,15 @@
|
||||
mollyim-android#free-and-open-source"
|
||||
>2 flavours</a>:<br>
|
||||
<ul>
|
||||
<li>Molly, which includes the same proprietary
|
||||
Google code as Signal to support more features.</li>
|
||||
<li>Molly, which includes the same proprietary Google code as Signal to support
|
||||
more features.</li>
|
||||
<br>
|
||||
<li>Molly-FOSS, which removes
|
||||
the proprietary Google code to provide an entirely open source client.</li>
|
||||
<li>Molly-FOSS, which removes the proprietary Google code to provide an
|
||||
entirely open-source client.</li>
|
||||
</ul></td>
|
||||
<td class="table-main">Open source<br>
|
||||
<br>
|
||||
(GPLv3)</td>
|
||||
(GPL-3.0-only)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-main">Messenger</td>
|
||||
@ -357,7 +395,7 @@
|
||||
usability.</td>
|
||||
<td class="table-main">Open source<br>
|
||||
<br>
|
||||
(GPLv3-only)</td>
|
||||
(GPL-3.0-only)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user