commit aae769057674bb32dc32db4f77831dde00fbb373
parent 2e1704ffe90e4eae78a33d76d8a2e40dbfdb3cd1
Author: pyratebeard <root@pyratebeard.net>
Date: Sat, 13 Jan 2024 22:51:49 +0000
updates
news uses page. fixes and updates to css. add favicon
Diffstat:
6 files changed, 145 insertions(+), 36 deletions(-)
diff --git a/favicon.ico b/favicon.ico
Binary files differ.
diff --git a/index.html b/index.html
@@ -9,7 +9,7 @@
<div class="container">
<div class="section">
<div id="me" class="subsection">
- <p>A *nix infrastructure engineer and systems administrator; obsessive geek, advocate of {open-source,security,privacy}, "<a href="/scrots"><em>ricer</em></a>", and patient coffee brewer.</p>
+ <p>A *nix infrastructure engineer and systems administrator; obsessive geek; open-source, security, and privacy advocate; "<a href="/scrots"><em>ricer</em></a>"; patient coffee brewer.</p>
</div>
<div id="log" class="subsection">
<p>Occassionally writes <a href="https://log.pyratebeard.net">log entries</a> related to free and open source software, digital security, and random musings amongst other things. Microblogging can be found on the <a rel="me" href="https://harbour.cafe/@pyratebeard">fediverse</a>.</p>
@@ -17,6 +17,9 @@
<div id="code" class="subsection">
<p>Code written or used can be found in repositories on this domain's <a href="https://git.pyratebeard.net">git server</a> or on <a href="https://gitlab.com/pyratebeard">gitlab</a>/<a href="https://github.com/pyratebeard">github</a>.</p>
</div>
+ <div id="uses" class="subsection">
+ <p>For a detailed list of current setup and preferred warez navigate <a href="/uses">here</a>. No affilitions unless specified.</p>
+ </div>
<div id="comms" class="subsection">
<p>To communicate use the address <code>root <at> pyratebeard <dot> net</code>, or for more direct contact use IRC:</p>
<ul>
@@ -59,7 +62,7 @@
<h5>Listening</h5>
<ul>
<li>Most played album of last week | <a href="https://newhorizonsrecords.bandcamp.com/album/chipwars">CHIPWARS by New Horizons Records</a></li>
- <li>Most recent podcast episode | <a href="https://selfhosted.show/112">Self-Hosted.112</a></li>
+ <li>Most recent podcast episode | <a href="https://linuxmatters.sh/20/">Linux Matters #20</a></li>
</ul>
<h5>Watching</h5>
<ul>
@@ -69,7 +72,7 @@
</ul>
<h5>Coffee</h5>
<ul>
- <li>Currently in grinder | <a href="https://www.bearmarket.ie/collections/coffee/products/copy-of-bear-house-roast">BEAR MRKT - The Holy Roast (Columbia)</a></li>
+ <li>Currently in grinder | <a href="https://www.bearmarket.ie/collections/coffee/products/brazil-estrada-royal">BEAR MRKT - Brazil Estrada Royal</a></li>
</ul>
</div>
<div id="webring" class="subsection">
diff --git a/scrots/index.html b/scrots/index.html
@@ -1,12 +1,12 @@
<html>
<head>
- <link href="../static/css/style.css" rel="stylesheet">
+ <link href="../static/css/stylemin.css" rel="stylesheet">
<title>pyratebeard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
- <div class="section">
+ <div id="scrots" class="section">
<p>"<em>...making visual improvements and customizations on one's desktop.</em>"</p>
<div id="oldriceputin" class="subsection">
<p>oldriceputin</p>
diff --git a/static/css/stylemin.css b/static/css/stylemin.css
@@ -18,7 +18,22 @@ body {
line-height: 1.5;
}
+.container {
+ max-width: 888px;
+ margin-left: 88px;
+}
+
+@media (max-width: 767px) {
+ .container {
+ margin-left: 20px;
+ }
+}
+.nix {
+ height: 150px;
+ width: auto;
+ margin: 10px;
+}
a {
color: #e3d3a7;
@@ -32,26 +47,30 @@ a:active,a:hover,a:focus {
border-bottom: 1px dotted #766d53;
}
+#scrots a {
+ border-bottom: 0px !important;
+}
+
ul {
list-style: '- ';
}
h1 {
- color: #9c353e;
- font-family: 'main-font';
+ color: #9c353e;
+ font-family: 'main-font';
}
h2, h3, h4 {
- color: #8e7a7a;
- font-family: 'main-font';
+ color: #8e7a7a;
+ font-family: 'main-font';
}
h5 {
- color: #fbf0d2;
- text-decoration: underline dotted;
- font-family: 'main-font';
- font-weight: normal;
- margin-left: 2em;
+ color: #fbf0d2;
+ text-decoration: underline dotted;
+ font-family: 'main-font';
+ font-weight: normal;
+ margin-left: 2em;
}
hr {
diff --git a/trigon-font/index.html b/trigon-font/index.html
@@ -6,28 +6,30 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
- <div class="w3-row">
- <div class="w3-quarter w3-container">
+ <div class="container">
+ <div class="w3-row">
+ <div class="w3-quarter w3-container">
+ </div>
+ <div class="w3-half w3-container">
+ <h1>trigon font</h1>
+ <h2>a devilish font for dark wizards</h2>
+ <hr>
+ <p>Trigon font is based on <a href="https://github.com/sunaku/tamzen-font">Tamzen font by Suraj N. Kurapati</a>, which itself is a fork of <a href="http://www.fial.com/~scott/tamsyn-font/">Tamsyn font by Scott Fial</a>.</p>
+ <p></p>
+ <img src="trigon-preview.png">
+ <p></p>
+ <p>Currently I have only developed this font for myself, so there is but one size and limited characters. Maybe if there is enough interest I will add more.</p>
+ <p></p>
+ <p>Feel free to play around with it, or send me any suggestions at <code>root <at> pyratebeard <dot> net</code>.</p>
+ <p></p>
+ <h4>download</h4>
+ <ul>
+ <li><a href="trigon8x15r.bdf">trigon8x15r.bdf</a></li>
+ </ul>
+ </div>
+ <div class="w3-quarter w3-container">
+ </div>
</div>
- <div class="w3-half w3-container">
- <h1>trigon font</h1>
- <h2>a devilish font for dark wizards</h2>
- <hr>
- <p>Trigon font is based on <a href="https://github.com/sunaku/tamzen-font">Tamzen font by Suraj N. Kurapati</a>, which itself is a fork of <a href="http://www.fial.com/~scott/tamsyn-font/">Tamsyn font by Scott Fial</a>.</p>
- <p></p>
- <img src="trigon-preview.png">
- <p></p>
- <p>Currently I have only developed this font for myself, so there is but one size and limited characters. Maybe if there is enough interest I will add more.</p>
- <p></p>
- <p>Feel free to play around with it, or send me any suggestions at <code>root <at> pyratebeard <dot> net</code>.</p>
- <p></p>
- <h4>download</h4>
- <ul>
- <li><a href="trigon8x15r.bdf">trigon8x15r.bdf</a></li>
- </ul>
- </div>
- <div class="w3-quarter w3-container">
- </div>
- </div>
+</div>
</body>
</html>
diff --git a/uses/index.html b/uses/index.html
@@ -0,0 +1,85 @@
+<html>
+<head>
+ <link href="../static/css/stylemin.css" rel="stylesheet">
+ <title>pyratebeard</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+</head>
+<body>
+ <div class="container">
+ <div class="section">
+ <div id="uses" class="subsection">
+ <h1>Equipment and warez</h1>
+ <small>last updated 20240112</small>
+ <h3>Systems</h3>
+ <ul>
+ <li>Custom PC | <a href="https://www.amd.com/en/product/8456">AMD Ryzen 5 3600</a>, 32Gb <a href="https://www.corsair.com/us/en/p/memory/cmk16gx4m2d3600c16/vengeancea-lpx-16gb-2-x-8gb-ddr4-dram-3600mhz-c16-memory-kit-black-cmk16gx4m2d3600c16">Corsair Vengeance LPX DDR4</a>, <a href="https://www.sapphiretech.com/en/consumer/pulse-rx-580-8g-g5">Sapphire Pulse Radeon RX580</a></li>
+ <li>Laptop | <a href="https://www.lenovo.com/il/en/laptops/thinkpad/t-series/ThinkPad-T440p/p/22TP2TT440P">Lenovo Thinkpad T440p</a></li>
+ <li>Mobile | Motorola Moto G6</li>
+ <li>'Prod' Server | <a href="https://psref.lenovo.com/Product/ThinkCentre_M900_Tiny">Lenovo Thinkcentre M900 Tiny</a> running Proxmox</li>
+ <li>Homelab | 2x <a href="https://psref.lenovo.com/Product/ThinkCentre_M900_Tiny">Lenovo Thinkcentre M900 Tiny</a> clustered with Corosync, Pacemaker, GlusterFS</li>
+ </ul>
+ <h3>Peripherals</h3>
+ <ul>
+ <li>Main keyboard | <a href="https://drop.com/buy/kbdfans-5-60-aluminum-mechanical-keyboard-case">KBDFans 5°</a>, <a href="https://zealpc.net/products/zealio">Zeal Zealios v2 67g</a>, <a href="https://drop.com/buy/drop-matt3o-mt3-susuwatari-custom-keycap-set">MT3 Susuwatari</a></li>
+ <li>Secondary keyboard | <a href="https://drop.com/buy/tada68-mechanical-keyboard">Tada68</a>, <a href="https://keebworks.com/kailh-box-black/">Kailh BOX black</a>, <a href="https://www.millennialengineers.com/products/dolch-dark-double-shot-keycaps">Millennial Engineers DOLCH dark</a></li>
+ <li>Mouse | <a href="https://www.apple.com/shop/product/MK2D3AM/A/magic-trackpad-white-multi-touch-surface">Apple Magic Trackpad 2</a></li>
+ <li>Graphics tablet | <a href="https://www.wacom.com/en-us/products/pen-tablets/wacom-intuos">Wacom Intuos S</a></li>
+ <li>Monitors | BenQ G2420HDBL, Dell E2211H</li>
+ <li>Headphones | <a href="https://www.akg.com/Headphones/Over-ear%20%26%20On-ear/N60+NC.html">AKG N60 NC</a></li>
+ <li>Microphone | <a href="https://www.shure.com/en-GB/products/microphones/mv5">Shure MV5</a></li>
+ </ul>
+ <h3>Software</h3>
+ <ul>
+ <li>Operating Systems | <a href="https://archlinux.org/">Arch Linux</a> for main OS, <a href="https://www.debian.org">Debian</a>/<a href="https://www.devuan.org/">Devuan</a>/<a href="https://www.openbsd.org/">OpenBSD</a> for servers</li>
+ <li>Window manager | <a href="https://herbstluftwm.org/">herbstluftwm</a></li>
+ <li>Terminal emulator | <a href="http://software.schmorp.de/pkg/rxvt-unicode.html">rxvt-unicode</a></li>
+ <li>Terminal multiplexer | <a href="https://tmux.github.io">tmux</a></li>
+ <li>Shell | <a href="https://zsh.sourceforge.io/">Zsh</a></li>
+ <li>Font | <a href="/trigon-font">trigon</a></li>
+ <li>Text editor | <a href="https://www.vim.org">Vim</a></li>
+ <li>Mail client | <a href="https://www.mutt.org">Mutt</a></li>
+ <li>IRC client | <a href="https://irssi.org/">Irssi</a></li>
+ <li>RSS reader | <a href="https://newsboat.org/">Newsboat</a></li>
+ <li>Usenet reader | <a href="http://www.tin.org/">tin</a></li>
+ <li>PDF/Comic viewer | <a href="https://pwmt.org/projects/zathura/">Zathura</a> with <a href="https://pwmt.org/projects/zathura-cb/">zathura-cb</a></li>
+ <li>Web browsers | <a href="https://qutebrowser.org/">qutebrowser</a>, <a href="https://www.mozilla.org/en-US/firefox/windows/">Firefox</a></li>
+ <li>Textmode art | <a href="https://blocktronics.github.io/moebius/">Moebius</a></li>
+ <li>Photo editing | <a href="https://www.darktable.org/">Darktable</a></li>
+ <li>Digital art | <a href="https://krita.org/en/">Krita</a></li>
+ <li>Backups | <a href="https://www.borgbackup.org/">BorgBackup</a></li>
+ </ul>
+ <h3>Services</h3>
+ <ul>
+ <li>VPS hosting | <a href="https://1984.hosting/">1984</a>, <a href="https://openbsd.amsterdam/">OpenBSD Amsterdam</a></li>
+ <li>DNS | <a href="https://dns.watch/">DNS.WATCH</a></li>
+ <li>Storage | <a href="https://www.backblaze.com/">Backblaze</a></li>
+ <li>Backups | <a href="https://www.tarsnap.com/">Tarsnap</a></li>
+ </ul>
+ <h3>Everyday Carry</h3>
+ <p>Read more about my EDC <a href="https://log.pyratebeard.net/entry/20230809-not_without_my_effects.html">here</a>.</p>
+ <h4 class="uses">On person</h4>
+ <ul>
+ <li>USB cable | <a href="https://rollingsquare.com/en-ie/collections/cables/products/incharge-6">Rolling Square inCharge</a></li>
+ <li>Multitool | Abert Inox wallet tool</li>
+ <li>Pen | <a href="https://www.olightstore.com/open-mini-ballpoint-pen">Olight O'pen mini</a></li>
+ <li>Headphones | <a href="https://www.sony.ie/electronics/in-ear-headphones/mdr-e9lp">Sony MDR-E9LP</a></li>
+ <li>Flashlight | <a href="https://www.rovyvon.com/en-ch/products/aurora-a3-pro-g4-edc-keychain-flashlight">RovyVon Aurora A3 Pro G4 MAO</a></li>
+ <li>Screwdriver | <a href="https://silexgear.com/en/tools/6-fix-anything-anywhere.html">Silex Gear Fix</a></li>
+ <li>Key organiser | <a href="https://www.orbitkey.com/collections/all-keys/products/orbitkey-2-0-leather">OrbitKey leather</a></li>
+ </ul>
+ <h4 class="uses">In bag</h4>
+ <ul>
+ <li>Powerbank | <a href="https://www.anker.com/uk/products/a1268">Anker PowerCore Essential 20000</a></li>
+ <li>Keyboard | <a href="https://www.amazon.co.uk/Bluetooth-Ultra-Slim-Smartphone-Rechargeable-Li-polymer/dp/B015LSEQ28">Arteck folding bluetooth</a></li>
+ <li>Storage | <a href="https://www.toshiba-storage.com/products/toshiba-portable-hard-drives-canvio-basics/">Toshiba Canvio 2TB</a></li>
+ <li>Wallet | <a href="https://www.ogondesign.com/en/products/smart-case-v2-black">Ögon Smart Case</a></li>
+ <li>Pens | <a href="https://www.parkerpen.com/jotter-pens.html">Parker Jotter</a>, <a href="https://www.sharpie.com/markers/permanent-markers/sharpie-permanent-markers-fine-point/SAP_30051.html">Sharpie black fine point marker</a></li>
+ <li>Stylus | <a href="https://www.amazon.co.uk/Friendly-Swede-Capacitive-Replaceable-Hybrid/dp/B07STJ6FK5">Friendly Swede micro-knit tip hybrid</a></li>
+ <li>Screwdriver | Snap-on Blue Point 16-in-1 precision screwdriver</li>
+ <li>Ethernet cable | <a href="https://www.huntoffice.ie/belkin-cat5e-snagless-patch-cable-black-1.5m.html">Belkin retractable Cat5e</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+</body>
+</html>