Content update

This commit is contained in:
Scott Wallace 2023-05-15 13:15:40 +01:00
parent 58e3660c90
commit 5f6b39b69b
Signed by: scott
GPG key ID: AA742FDC5AFE2A72
2 changed files with 203 additions and 276 deletions

View file

@ -1,74 +0,0 @@
==================================================================
https://keybase.io/scottsome
--------------------------------------------------------------------
I hereby claim:
* I am an admin of https://scott.wallace.sh
* I am scottsome (https://keybase.io/scottsome) on keybase.
* I have a public key with fingerprint 358E 81F6 A54D C11E AEB0 AF3F AA74 2FDC 5AFE 2A72
To do so, I am signing this object:
{
"body": {
"key": {
"eldest_kid": "01202d2b2418e5bbe5d24c434e217b2bf0f8598912be65e3214edecee708381fe09c0a",
"fingerprint": "358e81f6a54dc11eaeb0af3faa742fdc5afe2a72",
"host": "keybase.io",
"key_id": "aa742fdc5afe2a72",
"kid": "01012a6d71154d03e4a2069bd577fba4a60744724fd695d1927766ad7b4d878960550a",
"uid": "190bd792c5102593d4cb7bf2e473ba19",
"username": "scottsome"
},
"service": {
"hostname": "scott.wallace.sh",
"protocol": "https:"
},
"type": "web_service_binding",
"version": 1
},
"ctime": 1636560392,
"expire_in": 157680000,
"prev": "66e89a2002999e6087f11e390581e2ce304af1365d4322d82851d8c74c89057c",
"seqno": 44,
"tag": "signature"
}
which yields the signature:
-----BEGIN PGP MESSAGE-----
owFtUm1QVFUYXr4sdmSAQQksdLgyghsu9577TTshVAMRMCWQBeZ2P86FzWUXdpfF
FWmDdCBFUib60KCmEZtoFmxEx2zVFB0lxyIRMmHzY7FBDFBZSGDA7mViph+dP+ec
932e533e95y9IQEqtV+bLWmwYF5j8bt0l1dxu8dSKhHeLDqQ5EpkC1zYoFGEVpt+
i0FEkhEUAygQAQ8IjIEkz0NSBIRA4AQEGM0DXkIlhmQZFgM8pEiIA4yAIhQgpFEG
ZzAJoqyAckgiIhlMRdBSajGYbLIsTjJQzlIcSYgChkEO8ign4RLH0QSQRIHkJAg4
GsjEYrNVYcjmeM4KtQazHJMv+gV7/4Nf9C075yiRxjC5BIpDggMoxfIiSdMSzxEc
hdIEQQNCEimWFDEW0DRFcSLNEyJDMyyFkuSC7/IFOYxFeZFmgUBiKCBZXCQEnuYl
AAka5zmMVYBWaDFxJVBGWwWzzWY1y+eqREQO2w0CVCartPJfiLaCMxo5AWqtxbJA
qcVsMwtmo5wtttlKrckK2+YoVeAVkNf/K6TnDSZRHqbMsEOL1WA2IcmYjBRsBkUZ
o3CKpFCcBYkI3FpqsEC9QUGQNMWg8lLqQLssSVGbIcPKU0EBy7KQQhlakl8CZ1GS
wSAQII4SnITJaiKBAyAygCExkRFoQmBkDC0gSm9lJjOSTBCyUa5IactQZOJs5Ra5
c/UH/nigyk+tiomMDSQbqqdas8+sbD/ckbL4A4P8le+nUgeHLUb4ptDHwtK0q3PG
dTt/v575ft3LN5rn8s/viKjIqA775N1NuYWpnLb56YBVq38Mtrw4kNR/THpKk5tx
ZKhRelUKmht5/FmaLyY/qgsMNO7/Ydv9uNcSXuo6kPMg+IKmwxw7dQBew+wZTU0b
0x91l7W/96Fx1tPp3Kj7aXTq+DlH0c+hR6Lmep9/1nu/fmzD+hbH10yK5/weXXWk
f3PWLmf6hXs3TanEO+HfzrP4RGjq6dvuLI3nyqGJ2lWtZG3LCyvLXL333v7TcT0n
suVEfs/RvrxdYK0+WPXWwSqx3Uv5+pe7m4ftgb7pgtzXe8b/SvDs3pPi7XHpVsSP
5XX5PH1BUQlpoY+2VkQc+0bTORmec819ObqyXTP5jHemMEKDji6Pnfxy7+WvMgtf
udNwtvfs9Mmd3x9/sqzql/q1Oq/aFLJsqS6kNrttYsmGc8EFKTGn4rJ1qtAly2pu
aMX6h66usDpHU46OurlP8+ng1T+m7YVI2+eVKaeGth1q7P+7ddDjNrpvubzT/pfy
jcNfTEaLD27VxBtXV8R1vLl9xdxQUsmk4FwT6XS+cfdKzcD+NTOBs50DvpBfR74b
0Qm5DetOz64/fGZ7osuv2+nqs4xpLzpKRrIGwzPHhm+fIAcGyzeNjkfPzGw+KUx/
PHVwR/d8nr/b98SdoqPpdSWJ6t+eq0nDHwaoay9+FL9vvFzf9Q8=
=2A0r
-----END PGP MESSAGE-----
And finally, I am proving ownership of this host by posting or
appending to this document.
View my publicly-auditable identity here: https://keybase.io/scottsome
==================================================================

View file

@ -1,234 +1,235 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>Scott Wallace</title> <title>Scott Wallace</title>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<style type="text/css"> <style type="text/css">
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
body { body {
font-family: sans-serif; font-family: sans-serif;
font-size: 80%; font-size: 80%;
} }
div.question { div.question {
font-weight: bold; font-weight: bold;
} }
div.answer { div.answer {
margin-bottom: 1em; margin-bottom: 1em;
} }
div.answer strong { div.answer strong {
margin-left: 2em; margin-left: 2em;
} }
div.answer ul { div.answer ul {
margin-left: 4em; margin-left: 4em;
} }
#title { #title {
font-weight: bold; font-weight: bold;
font-size: 180%; font-size: 180%;
padding-bottom: 1.5em; padding-bottom: 1.5em;
margin: 0.25em; margin: 0.25em;
clear: both; clear: both;
} }
#main { #main {
margin: 0 2em 0 15em; margin: 0 2em 0 15em;
/* border-left: 1px solid black; */ }
/* padding-left: 1em; */
}
#linkblock { #linkblock {
/* width: 20em; */ float: left;
float: left; margin-left: 1em;
margin-left: 1em; }
}
#linkblock ul { #linkblock ul {
margin-bottom: 1em; margin-bottom: 1em;
} }
#linkblock li { #linkblock li {
list-style: none; list-style: none;
} }
#footer { #footer {
text-align: right; text-align: right;
width: 90%; width: 90%;
} }
</style> </style>
</head> </head>
<body> <body>
<div id="wrapper"> <div id="wrapper">
<h1 id="title">scott://</h1> <h1 id="title">scott://</h1>
<div id="linkblock"> <div id="linkblock">
<ul>
<li><a href="http://cv.scott.wallace.sh/" rel="me">LinkedIn</a></li>
<li><a href="http://photos.scott.wallace.sh/" rel="me">Photos</a></li>
<li><a href="http://blog.scott.wallace.sh/" rel="me">Blog</a></li>
</ul>
<ul>
<li><a href="https://keyoxide.org/wkd/scott@wallace.sh" rel="me">Crypto</a></li>
</ul>
<ul>
<li><a href="https://matrix.to/#/@scott:wallace.sh" rel="me">matrix:u/scott:wallace.sh</a></li>
</ul>
</div>
<div id="main">
<div class="question">Who are you, and what do you do?</div>
<div class="answer">My name is Scott Wallace and I'm a hacker at heart. This means that I love technology
and messing about with it until it does what I want it to -- not the other way around. I'm a
"contracting IT Systems Engineer". I like to think that I specialise in automation but it's really just
scripting myself out of work. I'm essentially a mercenary and will work for the highest bidder. My main
area of expertise lies around the Internet and web technologies.</div>
<div class="question">What hardware are you using?</div>
<div class="answer">
<strong>EDC</strong>
<ul> <ul>
<li><a href="https://thrunite.com/archer-1a-v3/">Archer 1A V3 torch</a></li> <li><a href="http://cv.scott.wallace.sh/" rel="me">LinkedIn</a></li>
<li><a href="https://buy.garmin.com/en-GB/GB/p/545480">Garmin Fēnix 3 HR</a> watch</li> <li><a href="http://photos.scott.wallace.sh/" rel="me">Photos</a></li>
<li><a href="https://store.google.com/product/pixel_4a">Google Pixel 4a</a> mobile phone</li> <li><a href="http://blog.scott.wallace.sh/" rel="me">Blog</a></li>
<li><a href="https://ridgewallet.co.uk/collections/all-wallets">Ridge wallet</a></li>
<li><a href="https://www.leatherman.co.uk/products/leatherman-squirt-ps4-keychain-multi-tool-black">Leatherman
Squirt PS4</a> pocket knife</li>
<li><a href="https://www.orbitkey.eu/pages/orbitkey-features">Orbitkey</a></li>
<li><a
href="https://www.knivesandtools.co.uk/en/pt/-benchmade-mini-griptilian-556-s30v-pocket-knife-mel-pardue-design.htm">Benchmade
Mini-Griptilian 556-S30VC</a></li>
</li>
</ul> </ul>
<br />
<strong>Roaming</strong>
<ul> <ul>
<li><a href="https://www.amazon.co.uk/D01100-Kindle-5th-Generation/dp/B007TKK5SG">5th generation <li><a href="https://keyoxide.org/scott@wallace.sh" rel="me">Crypto</a></li>
Kindle</a></li>
<li><a href="https://aftershokz.co.uk/products/aeropex">AfterShokz Aeropex</a> headphones</li>
<li><a href="https://www.amazon.co.uk/dp/B07QY77N4B">EC Technology 8-Port 60W 12A USB Charger</a>
</li>
<li><a href="https://hiplok.com/product/hiplok-original/">Hiplok V150</a> bike lock</li>
<li><a
href="https://www.over-board.co.uk/products/ultra-light-pro-sports-waterproof-backpack-20ltr-black">Overboard
Pro-Light</a> backpack</li>
<li><a
href="https://www.kickstarter.com/projects/pedale88/crono-low-maintenance-belt-drive-lifestyle-bicycle">Pedale88
Crono-S</a> bike (single-speed)</li>
</ul> </ul>
<br />
<strong>Home</strong>
<ul> <ul>
<li><a href="https://dell.com/tc/business/p/precision-t7610-workstation/pd">Dell Precision T7610 <li><a href="https://matrix.to/#/@scott:wallace.sh" rel="me">matrix:u/scott:wallace.sh</a></li>
Workstation</a></li>
<li><a href="https://support.apple.com/kb/SP747">Mid-2016 13" Macbook Pro Retina</a> laptop</li>
<li><a href="https://www.linksys.com/gb/support-product?pid=01t34000003qSgQAAU">Linksys
WRT1900ACS</a>, open-source ready router</li>
<li><a href="https://support.myharmony.com/en-us/600">Logitech Harmony 600</a> universal remote</li>
<li><a href="https://www.raspberrypi.org/products/raspberry-pi-3-model-b/">Raspberry Pi 3</a></li>
<li><a href="https://www.roku.com/en-gb/products/roku-express">Roku Express</a></li>
<li><a href="https://www.samsung.com/uk/support/model/UE40B8000XWXXC/">Samsung Series 8 LED TV</a>
(UE40B8000)</li>
<li><a href="https://www.amazon.co.uk/dp/B002RL9KZG">Sonos</a> <a
href="https://www.amazon.co.uk/dp/B00FMS1KJK">speakers</a></li>
</ul> </ul>
<br />
<!-- <strong>Work</strong>
<ul>
<li><a href="https://amzn.to/2VnWoZr">ASUS Flip C302CA</a> Chromebook</li>
<li><a href="https://amzn.to/2Q5nbsk">Audio-Technica ATH-M50X</a> headphones</li>
<li><a href="https://thebtunes.com/">bTunes bluetooth adapter</a> for the M50X headphones</li>
</ul>
<br /> -->
</div> </div>
<div class="question">And what software?</div> <div id="main">
<div class="question">Who are you, and what do you do?</div>
<div class="answer"> <div class="answer">My name is Scott Wallace and I'm a hacker at heart. This means that I love
<strong>OS</strong> technology
<ul> and messing about with it until it does what I want it to -- not the other way around. I'm a
<li><a href="https://android.com/">Android</a> for mobile phones</li> "contracting IT Systems Engineer". I like to think that I specialise in automation but it's really
<li><a href="https://docs.docker.com/">Docker</a> for hosting software</li> just
<li><a href="https://openwrt.org/">OpenWRT</a> on the router</li> scripting myself out of work. I'm essentially a mercenary and will work for the highest bidder. My
<li><a href="https://releases.ubuntu.com/20.10/">Ubuntu 20.10</a> on the Macbook and <a main
href="https://releases.ubuntu.com/20.04/">Ubuntu 20.04 LTS</a> on the workstation</li> area of expertise lies around the Internet and web technologies.</div>
<li><a href="https://zfsonlinux.org/">ZFS on Linux</a> on the main server</li>
</ul>
<br />
<strong>Apps</strong> <div class="question">What hardware are you using?</div>
<ul>
<li><a href="https://bitwarden.com/">BitWarden</a>, a self-hosted password manager</li>
<li><a href="https://www.mozilla.org/en-US/firefox/">Firefox</a> browser</li>
<li><a href="https://matrix.org/">Matrix</a>, a self-hosted secure chat server</li>
<li><a href="https://pi-hole.net/">Pi-hole</a> to block ads</li>
<li><a href="https://asciimoo.github.io/searx/">Searx</a>, a self-hosted meta search engine</li>
<li><a href="https://vscodium.com/">VSCodium</a>, a <a
href="https://www.gnu.org/philosophy/floss-and-foss.en.html">FLOSS</a> Visual Studio Code
variant</li>
<li><a href="https://wireguard.com/">WireGuard</a> VPN</li>
</ul>
<br />
<strong>Cloud</strong> <div class="answer">
<ul> <strong>EDC</strong>
<li><a href="http://di.fm">di.fm</a> for EDM streaming</li> <ul>
<li><a href="http://fre.ag/3672mfra">FreeAgent</a> for company book-keeping</li> <li><a href="https://thrunite.com/archer-1a-v3/">Archer 1A V3 torch</a></li>
<li><a href="https://gsuite.google.com/">G Suite</a></li> <li><a href="https://buy.garmin.com/en-GB/GB/p/545480">Garmin Fēnix 3 HR</a> watch</li>
<li><a href="http://google.com/drive/">Google Drive</a></li> <li><a href="https://store.google.com/product/pixel_4a">Google Pixel 4a</a> mobile phone</li>
<li><a href="https://photos.google.com/">Google Photos</a></li> <li><a href="https://ridgewallet.co.uk/collections/all-wallets">Ridge wallet</a></li>
<li><a href="https://github.com/scottwallacesh">GitHub</a></li> <li><a
<li><a href="https://1984hosting.com/">1984 Hosting</a> for VPS hosting</li> href="https://www.leatherman.co.uk/products/leatherman-squirt-ps4-keychain-multi-tool-black">Leatherman
<li><a href="https://spotify.com/">Spotify</a></li> Squirt PS4</a> pocket knife</li>
</ul> <li><a href="https://www.orbitkey.eu/pages/orbitkey-features">Orbitkey</a></li>
<br /> <li><a
href="https://www.knivesandtools.co.uk/en/pt/-benchmade-mini-griptilian-556-s30v-pocket-knife-mel-pardue-design.htm">Benchmade
Mini-Griptilian 556-S30VC</a></li>
</li>
</ul>
<br />
<strong>Media</strong> <strong>Roaming</strong>
<ul> <ul>
<li><a href="https://github.com/Jackett/Jackett">Jackett</a></li> <li><a href="https://www.amazon.co.uk/D01100-Kindle-5th-Generation/dp/B007TKK5SG">5th generation
<li><a href="https://lidarr.audio/">Lidarr</a></li> Kindle</a></li>
<li><a href="https://plex.tv/">Plex Media Server</a></li> <li><a href="https://aftershokz.co.uk/products/aeropex">AfterShokz Aeropex</a> headphones</li>
<li><a href="https://radarr.video/">Radarr</a></li> <li><a href="https://www.amazon.co.uk/dp/B07QY77N4B">EC Technology 8-Port 60W 12A USB
<li><a href="https://rclone.org/">Rclone</a></li> Charger</a>
<li><a href="https://sonarr.tv/">Sonarr</a></li> </li>
</ul> <li><a href="https://hiplok.com/product/hiplok-original/">Hiplok V150</a> bike lock</li>
<br /> <li><a
href="https://www.over-board.co.uk/products/ultra-light-pro-sports-waterproof-backpack-20ltr-black">Overboard
Pro-Light</a> backpack</li>
<li><a
href="https://www.kickstarter.com/projects/pedale88/crono-low-maintenance-belt-drive-lifestyle-bicycle">Pedale88
Crono-S</a> bike (single-speed)</li>
</ul>
<br />
<strong>Coding</strong> <strong>Home</strong>
<ul> <ul>
<li><a href="http://en.wikipedia.org/wiki/C_(programming_language)">C</a></li> <li><a href="https://dell.com/tc/business/p/precision-t7610-workstation/pd">Dell Precision T7610
<li><a href="http://gnu.org/s/bash/">BASH</a></li> Workstation</a></li>
<li><a href="http://golang.org/">Go</a></li> <li><a href="https://support.apple.com/kb/SP747">Mid-2016 13" Macbook Pro Retina</a> laptop</li>
<li><a href="http://python.org/">Python</a></li> <li><a href="https://www.linksys.com/gb/support-product?pid=01t34000003qSgQAAU">Linksys
</ul> WRT1900ACS</a>, open-source ready router</li>
<br /> <li><a href="https://support.myharmony.com/en-us/600">Logitech Harmony 600</a> universal remote
</li>
<li><a href="https://www.raspberrypi.org/products/raspberry-pi-3-model-b/">Raspberry Pi 3</a>
</li>
<li><a href="https://www.roku.com/en-gb/products/roku-express">Roku Express</a></li>
<li><a href="https://www.samsung.com/uk/support/model/UE40B8000XWXXC/">Samsung Series 8 LED
TV</a> (UE40B8000)</li>
<li><a href="https://www.amazon.co.uk/dp/B002RL9KZG">Sonos</a> <a
href="https://www.amazon.co.uk/dp/B00FMS1KJK">speakers</a></li>
</ul>
<br />
</div>
<div class="question">And what software?</div>
<div class="answer">
<strong>OS</strong>
<ul>
<li><a href="https://calyxos.org/">CalyxOS</a>, a privacy-focused, Android-based OS, for the
mobile phone</li>
<li><a href="https://docs.docker.com/">Docker</a> for hosting software</li>
<li><a href="https://openwrt.org/">OpenWRT</a> on the router</li>
<li><a href="https://releases.ubuntu.com/22.04/">Ubuntu 22.04 LTS</a> on the Macbook and
workstation</li>
<li><a href="https://zfsonlinux.org/">ZFS on Linux</a> on the main server</li>
</ul>
<br />
<strong>Apps</strong>
<ul>
<li><a href="https://bitwarden.com/">BitWarden</a>, a self-hosted password manager</li>
<li><a href="https://www.mozilla.org/en-US/firefox/">Firefox</a> browser</li>
<li><a href="https://matrix.org/">Matrix</a>, a self-hosted secure chat server</li>
<li><a href="https://pi-hole.net/">Pi-hole</a> to block ads</li>
<li><a href="https://github.com/searxng/searxng">SearXNG</a>, a self-hosted meta search engine
</li>
<li><a href="https://wireguard.com/">WireGuard</a> VPN</li>
</ul>
<br />
<strong>Cloud</strong>
<ul>
<li><a href="http://di.fm">di.fm</a> for EDM streaming</li>
<li><a href="http://fre.ag/3672mfra">FreeAgent</a> for company book-keeping</li>
<li><a href="https://gsuite.google.com/">G Suite</a> (reluctantly)</li>
<li><a href="http://google.com/drive/">Google Drive</a> (reluctantly)</li>
<li><a href="https://photos.google.com/">Google Photos</a> (reluctantly)</li>
<li><a href="https://github.com/scottwallacesh">GitHub</a></li>
<li><a href="https://1984hosting.com/">1984 Hosting</a> for VPS hosting</li>
<li><a href="https://spotify.com/">Spotify</a></li>
</ul>
<br />
<strong>Media</strong>
<ul>
<li><a href="https://plex.tv/">Plex Media Server</a></li>
<li><a href="https://github.com/Prowlarr/Prowlarr">Prowlarr</a></li>
<li><a href="https://lidarr.audio/">Lidarr</a></li>
<li><a href="https://radarr.video/">Radarr</a></li>
<li><a href="https://rclone.org/">Rclone</a></li>
<li><a href="https://sonarr.tv/">Sonarr</a></li>
</ul>
<br />
<strong>Coding</strong>
<ul>
<li><a href="https://gitlab.com/">GitLab</a>, a self-hosted Git forge</li>
<li><a href="https://vscodium.com/">VSCodium</a>, a <a
href="https://www.gnu.org/philosophy/floss-and-foss.en.html">FLOSS</a> Visual Studio
Code variant</li>
<li><a href="http://python.org/">Python</a></li>
<li><a href="http://golang.org/">Go</a></li>
<li><a href="http://gnu.org/s/bash/">BASH</a></li>
<li><a href="http://en.wikipedia.org/wiki/C_(programming_language)">C</a></li>
</ul>
<br />
</div>
<div class="question">What would be your dream setup?</div>
<div class="answer">A simple, light but fast computer that has access to the Internet from anywhere and
acts
as a WiFi-hotspot, even when closed. My mobile phone would be a combination of a <a
href="http://en.wikipedia.org/wiki/Personal_area_network">PAN</a>, the laptop and my watch. All
powered with <a
href="http://www.pocket-lint.com/news/130380-future-batteries-coming-soon-charge-in-seconds-last-months-and-power-over-the-air">super-futuristic
batteries</a> that don't require charging as we know it today.. I'd also really love there to be
a
single movie and TV streaming service that provided all the world's content to anyone with a
subscription and Internet access.</div>
</div> </div>
<div id="footer">Format taken from <a href="http://usesthis.com/">Uses This</a></div>
<div class="question">What would be your dream setup?</div>
<div class="answer">A simple, light but fast computer that has access to the Internet from anywhere and acts
as a WiFi-hotspot, even when closed. My mobile phone would be a combination of a <a
href="http://en.wikipedia.org/wiki/Personal_area_network">PAN</a>, the laptop and my watch. All
powered with <a
href="http://www.pocket-lint.com/news/130380-future-batteries-coming-soon-charge-in-seconds-last-months-and-power-over-the-air">super-futuristic
batteries</a> that don't require charging as we know it today.. I'd also really love there to be a
single movie and TV streaming service that provided all the world's content to anyone with a
subscription and Internet access.</div>
</div> </div>
<div id="footer">Format taken from <a href="http://usesthis.com/">Uses This</a></div> </body>
</div>
</body>
</html> </html>