From bbd73c5476371d3a6bb4efc49c48e9944e393628 Mon Sep 17 00:00:00 2001 From: plorbus Date: Tue, 4 Aug 2026 19:39:34 -0400 Subject: [PATCH] poking and prodding --- content/docs/cachylove.md | 12 - content/docs/currentlab.md | 1 + content/docs/docshere.md | 6 - content/docs/fstab.md | 34 ++- content/music/207/index.md | 2 +- content/music/_index.md | 3 + content/music/originals/index.md | 3 + content/music/poultryhighway.md | 2 +- content/reviews/_index.md | 2 +- content/reviews/statica.md | 5 - content/shows/_index.md | 3 +- content/welcome/_index.md | 19 +- hugo.toml | 9 + public/docs/cachylove/index.html | 6 + public/docs/currentlab/index.html | 4 +- public/docs/fstab/index.html | 40 ++- public/docs/index.html | 41 +-- public/docs/index.xml | 23 +- public/images/20260508_202211.jpg | Bin 0 -> 2841391 bytes public/images/basement.jpg | Bin 0 -> 1926424 bytes public/images/piano.jpg | Bin 0 -> 146474 bytes public/index.html | 11 + public/index.json | 2 +- public/index.xml | 29 +-- public/music/207/index.html | 3 +- public/music/index.html | 12 +- public/music/index.xml | 2 +- public/music/originals/index.html | 2 +- public/music/poultryhighway/index.html | 4 +- public/reviews/index.html | 6 +- public/reviews/index.xml | 4 +- public/reviews/statica/index.html | 11 +- public/shows/index.html | 6 +- public/sitemap.xml | 19 +- public/tags/guide/index.html | 233 ++++++++++++++++++ public/tags/guide/index.xml | 21 ++ public/tags/guide/page/1/index.html | 9 + public/tags/homelab/index.html | 228 +++++++++++++++++ public/tags/homelab/index.xml | 34 +++ public/tags/homelab/page/1/index.html | 9 + public/tags/index.html | 24 +- public/tags/index.xml | 62 +++-- public/tags/linux/index.html | 15 +- public/tags/linux/index.xml | 29 ++- public/tags/music/index.xml | 2 +- public/tags/originals/index.html | 2 +- public/tags/originals/index.xml | 11 +- public/tags/poultry-highway/index.html | 220 +++++++++++++++++ public/tags/poultry-highway/index.xml | 34 +++ public/tags/poultry-highway/page/1/index.html | 9 + public/tags/shows/index.html | 210 ++++++++++++++++ public/tags/shows/index.xml | 12 + public/tags/shows/page/1/index.html | 9 + public/welcome/index.html | 39 ++- public/welcome/index.xml | 4 +- static/images/basement.jpg | Bin 0 -> 1926424 bytes static/images/piano.jpg | Bin 0 -> 146474 bytes 57 files changed, 1282 insertions(+), 260 deletions(-) delete mode 100644 content/docs/cachylove.md delete mode 100755 content/docs/docshere.md create mode 100644 public/images/20260508_202211.jpg create mode 100644 public/images/basement.jpg create mode 100644 public/images/piano.jpg create mode 100644 public/tags/guide/index.html create mode 100644 public/tags/guide/index.xml create mode 100644 public/tags/guide/page/1/index.html create mode 100644 public/tags/homelab/index.html create mode 100644 public/tags/homelab/index.xml create mode 100644 public/tags/homelab/page/1/index.html create mode 100644 public/tags/poultry-highway/index.html create mode 100644 public/tags/poultry-highway/index.xml create mode 100644 public/tags/poultry-highway/page/1/index.html create mode 100644 public/tags/shows/index.html create mode 100644 public/tags/shows/index.xml create mode 100644 public/tags/shows/page/1/index.html create mode 100644 static/images/basement.jpg create mode 100644 static/images/piano.jpg diff --git a/content/docs/cachylove.md b/content/docs/cachylove.md deleted file mode 100644 index 066843c..0000000 --- a/content/docs/cachylove.md +++ /dev/null @@ -1,12 +0,0 @@ -+++ -date = '2026-08-01T05:16:03Z' -title = 'Cachylove' -tags = ["docs", "linux", "tech"] -+++ - -**https://cachyos.org/download/** - -^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ - -Go download it while you read this - diff --git a/content/docs/currentlab.md b/content/docs/currentlab.md index ba6442b..ab76f12 100755 --- a/content/docs/currentlab.md +++ b/content/docs/currentlab.md @@ -1,6 +1,7 @@ +++ date = '2026-07-31T22:33:32-04:00' title = "What's in the lab right now?" +tags = ['linux', 'homelab'] +++ The network's in a cool spot right now. diff --git a/content/docs/docshere.md b/content/docs/docshere.md deleted file mode 100755 index 075b100..0000000 --- a/content/docs/docshere.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -date = '2026-07-31T17:11:06-04:00' -title = 'Docshere' -draft = true -+++ -Docs will go here! \ No newline at end of file diff --git a/content/docs/fstab.md b/content/docs/fstab.md index 3c40574..de023ce 100644 --- a/content/docs/fstab.md +++ b/content/docs/fstab.md @@ -2,9 +2,10 @@ date = '2026-08-02T20:58:52-04:00' title = 'fstab guide' draft = true +tags = ['linux', 'guide'] +++ -When I was but a burgeoning console junkie cutting my teeth in Mint, my first few forays with mounting a new drive had proven to be a struggle. Sure - LLMs exist now, why bother writing this? +When I was but a burgeoning penguin cutting my teeth in Mint, my first few forays with mounting a new drive had proven to be a struggle. Sure - LLMs exist now, why bother writing this? Why not. @@ -12,7 +13,13 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F ## STOP TALKING AND GIVE ME INFO -I'm assuming your drive is already installed. If not, To begin, if you don't already have it, I like to use Gnome's Disk Utility on most of my distributions. Install it with: +### Installing Gnome Disks + +I'm assuming your drive is already installed in the machine. + +To begin, if you don't already have it, I like to use Gnome's Disk Utility on most of my distributions - it is handy for our use case. + +Install it with: ```bash sudo pacman -Syyu @@ -27,17 +34,38 @@ gnome-disk-utility Ideally you'll have Disks on one window, terminal on the other. +### Formatting + Now. In Disks, you'll want to format your disk from the 3-dot menu in the top right. Once formatted, mount the sucker. Name it something you'll remember, we'll need it soon. *(Quick note! If you plan to daily this drive in Linux, leave it as "ext4". If you intend to dual boot, format to "fat32")* +### Making a Directory + Now you're formatted. You'll notice a little string of numbers under the partition now, a field labeled "UUID". We need that. Copy paste your UUID, and move over to the terminal -In your terminal, run +Now it's time to make a directory - so the computer knows where to dump the available storage. In your terminal: + +```bash +sudo mkdir -p /mnt/YourDriveName +``` + + + +Name the directory whatever you decided earlier. + +### /etc/fstab + ```bash sudo nano /etc/fstab ``` +Use the DOWN key to go to the bottom of the file. Once there, insert: + +```txt +UUID=[uuid from Gnome Disk Util] /mnt/ +``` + diff --git a/content/music/207/index.md b/content/music/207/index.md index f8f2571..3cd8849 100644 --- a/content/music/207/index.md +++ b/content/music/207/index.md @@ -1,7 +1,7 @@ +++ date = '2026-08-01T04:24:46Z' title = 'The Chicken Street Band' -tags = ["music", "Chicken Street Band", "maine"] +tags = ["music", "Chicken Street Band", "maine", "band"] +++ **A collection of my favorite moments with these goons.** diff --git a/content/music/_index.md b/content/music/_index.md index 4ebefca..d91f8e9 100755 --- a/content/music/_index.md +++ b/content/music/_index.md @@ -4,4 +4,7 @@ title = 'Music' draft = true +++ +{{< figure src="/images/piano.jpg" width="300" >}} + + The music I've made solo, and gotten to be a part of... in no chronological order. \ No newline at end of file diff --git a/content/music/originals/index.md b/content/music/originals/index.md index 66f3246..5cd0b39 100644 --- a/content/music/originals/index.md +++ b/content/music/originals/index.md @@ -9,3 +9,6 @@ tags = ['music', 'originals'] {{< audio src="/audio/hollowroots.mp3" >}} --- + + + diff --git a/content/music/poultryhighway.md b/content/music/poultryhighway.md index f99dacb..2e03e02 100644 --- a/content/music/poultryhighway.md +++ b/content/music/poultryhighway.md @@ -1,7 +1,7 @@ +++ date = '2026-08-02T22:31:41-04:00' title = 'Poultry Highway' -tags = ['music', 'poultryhighway', 'band'] +tags = ['music', 'Poultry Highway', 'band'] +++ The spiritual successor to The Chicken Street Band, rockifying and expanding the existing setlist diff --git a/content/reviews/_index.md b/content/reviews/_index.md index daea0ff..a2179b3 100644 --- a/content/reviews/_index.md +++ b/content/reviews/_index.md @@ -3,4 +3,4 @@ date = '2026-08-01T20:03:13Z' title = 'Reviews' +++ -Opinions on albums, mostly. Maybe we'll branch out to other things. \ No newline at end of file +Reviews are **JUST MY OPINION** based on my **CONTEXT AS A MUSICIAN** \ No newline at end of file diff --git a/content/reviews/statica.md b/content/reviews/statica.md index 3c171bb..d1b6f46 100644 --- a/content/reviews/statica.md +++ b/content/reviews/statica.md @@ -5,11 +5,6 @@ draft = false tags = ["music", "review"] +++ -## The band - -Avenged Sevenfold – a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively. - -Despite losing their absolute creative force of a drummer – Jimmy “The Rev” Sullivan - in 2009, they still managed to knock it out of the park with “Nightmare” in 2010. Mike Portnoy from Dream Theater offered his talents to finish and tour the record. ## Context diff --git a/content/shows/_index.md b/content/shows/_index.md index df23fee..4e98cca 100755 --- a/content/shows/_index.md +++ b/content/shows/_index.md @@ -1,9 +1,10 @@ +++ date = '2026-07-30T21:07:34-04:00' title = 'Shows' +tags = ['shows'] +++ -{{< image src="/images/solo.jpg" alt="A beautiful landscape" class="shadow-lg" width="350" >}} +{{< image src="/images/basement.jpg" alt="A beautiful landscape" class="shadow-lg" width="250" >}} ### Come hang out! diff --git a/content/welcome/_index.md b/content/welcome/_index.md index b5c60ad..aed729e 100755 --- a/content/welcome/_index.md +++ b/content/welcome/_index.md @@ -1,5 +1,5 @@ +++ -title = '"Mission Statement"' +title = '' +++ {{< image src="/images/portraitsilly.jpg" alt="A beautiful landscape" class="shadow-lg" width="200" >}} @@ -12,22 +12,6 @@ Historically I've been pretty bad about keeping track of the things I work on. I --- -**Why "The Witty Banter"?** - -One time I was discussing with my partner the idea of what a solo project would be named. - -I've always hated the idea of being a "solo artist", using my name or my face as the front of ANYTHING gives me the ick (yet here we are, eh?). The point was brought up, that I seem to do better when there's witty banter. - -"Oh damn... What if when I played with people, the bill was 'So and So & The Witty Banter?'" - -I liked that idea for a name. What started out as a music project name quickly gave way to the fact that I do more than just music. Maybe "The Witty Banter" could be the entity for whatever I was doing. "Witty Banter Tech", "Witty Banter Music", etc. - -I set aside some of those "identity" reservations for this project. It was time for me to have something to present at shows, rather than a guitar case with shoddily taped QR codes linking to a poorly managed Instagram presence. - -Who knows. Maybe I'll regret putting my ideas in the aether this way, but what's a little context for your parasocial internet rambling? - ---- - **Here you'll find** - Dates for any upcoming shows (come hang out!) - Docs for the homelab, or Linux stuff in general @@ -39,6 +23,7 @@ Who knows. Maybe I'll regret putting my ideas in the aether this way, but what's --- + If you've made it this far, *thank you*. Take a look around. Drop a line if you see anything you like. \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 27489c0..26ac6dd 100755 --- a/hugo.toml +++ b/hugo.toml @@ -12,6 +12,15 @@ title = "Brian Wright Jr (@bwnoises)" subtitle = """ Musician and computer guy from Maine +--- + +{{< audio src="/audio/hollowroots.mp3" >}} +*"The Hollow" by Brian Wright Jr* + +*(w/ The Chicken Street Band)* + + + --- ## **Booking** diff --git a/public/docs/cachylove/index.html b/public/docs/cachylove/index.html index a0b4064..6a4c1a0 100644 --- a/public/docs/cachylove/index.html +++ b/public/docs/cachylove/index.html @@ -127,6 +127,12 @@ Go download it while you read this">

Cachylove + + + + +

diff --git a/public/docs/currentlab/index.html b/public/docs/currentlab/index.html index 3871f63..fb899bb 100644 --- a/public/docs/currentlab/index.html +++ b/public/docs/currentlab/index.html @@ -6,7 +6,7 @@ What's in the lab right now? | TheWittyBanter.com - + diff --git a/public/docs/fstab/index.html b/public/docs/fstab/index.html index 651fdf0..7b536c4 100644 --- a/public/docs/fstab/index.html +++ b/public/docs/fstab/index.html @@ -6,10 +6,13 @@ fstab guide | TheWittyBanter.com - - + +This brief tutorial should be cross-flavor, meaning it should work on Debian-, Fedora-, and Arch-based systems alike. For today’s guide we’ll be using CachyOS, adjust for your package manager accordingly! :) +STOP TALKING AND GIVE ME INFO +Installing Gnome Disks +I’m assuming your drive is already installed in the machine."> @@ -146,34 +149,57 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F -

When I was but a burgeoning console junkie cutting my teeth in Mint, my first few forays with mounting a new drive had proven to be a struggle. Sure - LLMs exist now, why bother writing this?

+

When I was but a burgeoning penguin cutting my teeth in Mint, my first few forays with mounting a new drive had proven to be a struggle. Sure - LLMs exist now, why bother writing this?

Why not.

This brief tutorial should be cross-flavor, meaning it should work on Debian-, Fedora-, and Arch-based systems alike. For today’s guide we’ll be using CachyOS, adjust for your package manager accordingly! :)

STOP TALKING AND GIVE ME INFO

-

I’m assuming your drive is already installed. If not, To begin, if you don’t already have it, I like to use Gnome’s Disk Utility on most of my distributions. Install it with:

+

Installing Gnome Disks

+

I’m assuming your drive is already installed in the machine.

+

To begin, if you don’t already have it, I like to use Gnome’s Disk Utility on most of my distributions - it is handy for our use case.

+

Install it with:

sudo pacman -Syyu
 sudo pacman -S gnome-disk-utility
 

Then we leave that terminal open to the side, and open up what we just installed. You can either search “Disks” in your app launcher, or run:

gnome-disk-utility
 

Ideally you’ll have Disks on one window, terminal on the other.

+

Formatting

Now. In Disks, you’ll want to format your disk from the 3-dot menu in the top right.

Once formatted, mount the sucker. Name it something you’ll remember, we’ll need it soon.

(Quick note! If you plan to daily this drive in Linux, leave it as “ext4”. If you intend to dual boot, format to “fat32”)

+

Making a Directory

Now you’re formatted. You’ll notice a little string of numbers under the partition now, a field labeled “UUID”. We need that. Copy paste your UUID, and move over to the terminal

-

In your terminal, run

+

Now it’s time to make a directory - so the computer knows where to dump the available storage. In your terminal:

+
sudo mkdir -p /mnt/YourDriveName
+

Name the directory whatever you decided earlier.

+

/etc/fstab

sudo nano /etc/fstab
+

Use the DOWN key to go to the bottom of the file. Once there, insert:

+
UUID=[uuid from Gnome Disk Util]   /mnt/
 
diff --git a/public/docs/index.html b/public/docs/index.html index eadf002..28320d7 100644 --- a/public/docs/index.html +++ b/public/docs/index.html @@ -132,9 +132,10 @@ Theenx :*">
-

When I was but a burgeoning console junkie cutting my teeth in Mint, my first few forays with mounting a new drive had proven to be a struggle. Sure - LLMs exist now, why bother writing this? +

When I was but a burgeoning penguin cutting my teeth in Mint, my first few forays with mounting a new drive had proven to be a struggle. Sure - LLMs exist now, why bother writing this? Why not. This brief tutorial should be cross-flavor, meaning it should work on Debian-, Fedora-, and Arch-based systems alike. For today’s guide we’ll be using CachyOS, adjust for your package manager accordingly! :) +STOP TALKING AND GIVE ME INFO Installing Gnome Disks I’m assuming your drive is already installed in the machine. ...

@@ -143,23 +144,6 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F -
-
-

Cachylove -

-
-
-

https://cachyos.org/download/ -^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ -Go download it while you read this -

-
-
- -August 1, 2026 · 1 min
- -
-

What's in the lab right now? @@ -177,27 +161,6 @@ This has been cool for storing footage from our IP cams, though I’m not too th July 31, 2026 · 2 min

- -
-
-

Docshere - - - - - -

-
-
-

Docs will go here! -

-
-
- -July 31, 2026 · 1 min
- -
diff --git a/public/music/index.html b/public/music/index.html index 6c096fb..ab2d051 100644 --- a/public/music/index.html +++ b/public/music/index.html @@ -7,7 +7,11 @@ Music | TheWittyBanter.com - + @@ -120,7 +124,11 @@ Music -

The music I’ve made solo, and gotten to be a part of… in no chronological order.

+
+ +
+ +

The music I’ve made solo, and gotten to be a part of… in no chronological order.

diff --git a/public/music/index.xml b/public/music/index.xml index b5e7d19..bbbef0c 100644 --- a/public/music/index.xml +++ b/public/music/index.xml @@ -36,7 +36,7 @@ Sat, 01 Aug 2026 23:40:44 +0000 //localhost:1313/music/originals/ <p>&ldquo;The Hollow&rdquo;, with The Chicken Street Band at Roots Revival Fest 8/2/24</p> -<h2 id="hahahugoshortcode17s0hbhb"><figure> +<h2 id="hahahugoshortcode345s0hbhb"><figure> <audio controls preload="metadata" style="width: 100%;"> <source src="//localhost:1313/audio/hollowroots.mp3" type="audio/mpeg"> Your browser does not support the audio element. diff --git a/public/music/originals/index.html b/public/music/originals/index.html index c849bd9..1228b41 100644 --- a/public/music/originals/index.html +++ b/public/music/originals/index.html @@ -142,7 +142,7 @@

“The Hollow”, with The Chicken Street Band at Roots Revival Fest 8/2/24

-

+

-

Opinions on albums, mostly. Maybe we’ll branch out to other things.

+

Reviews are JUST MY OPINION based on my CONTEXT AS A MUSICIAN

@@ -131,7 +131,7 @@

-

The band Avenged Sevenfold – a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively. +

Context In the late 2000s to mid 2010s, I was finding my tastes as a burgeoning musician in middle/high school. We were given MacBooks to daily drive for assignments… and I absolutely abused the hell out of that thing. Ripped many a CD with the kids in class, anything we could get our hands on. I was listening to a lot of Green Day, Weezer, Rush, Metallica – as well as finding my way into EDM with the likes of deadmau5, Skrillex, Excision, Bassnectar (I would also find the masterpiece that is Enter the Haggis around this time, but that’s a story for a different day). I wanted it all. I was hungry. ...

diff --git a/public/reviews/index.xml b/public/reviews/index.xml index d089091..de5f43f 100644 --- a/public/reviews/index.xml +++ b/public/reviews/index.xml @@ -13,8 +13,8 @@ //localhost:1313/reviews/statica/ Sat, 01 Aug 2026 20:06:17 +0000 //localhost:1313/reviews/statica/ - <h2 id="the-band">The band</h2> -<p>Avenged Sevenfold – a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.</p> + <h2 id="context">Context</h2> +<p>In the late 2000s to mid 2010s, I was finding my tastes as a burgeoning musician in middle/high school. We were given MacBooks to daily drive for assignments… and I absolutely abused the hell out of that thing. Ripped many a CD with the kids in class, anything we could get our hands on. I was listening to a lot of Green Day, Weezer, Rush, Metallica – as well as finding my way into EDM with the likes of deadmau5, Skrillex, Excision, Bassnectar (I would also find the masterpiece that is Enter the Haggis around this time, but that’s a story for a different day). I wanted it all. I was hungry.</p> diff --git a/public/reviews/statica/index.html b/public/reviews/statica/index.html index 34867af..36fcc69 100644 --- a/public/reviews/statica/index.html +++ b/public/reviews/statica/index.html @@ -7,8 +7,8 @@ Statica EP - Avenged Sevenfold | TheWittyBanter.com - + @@ -138,8 +138,6 @@ Avenged Sevenfold – a critically acclaimed rock/metal outfit from California.
    -
  • - The band
  • Context
  • @@ -151,10 +149,7 @@ Avenged Sevenfold – a critically acclaimed rock/metal outfit from California.
-

The band

-

Avenged Sevenfold – a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.

-

Despite losing their absolute creative force of a drummer – Jimmy “The Rev” Sullivan - in 2009, they still managed to knock it out of the park with “Nightmare” in 2010. Mike Portnoy from Dream Theater offered his talents to finish and tour the record.

-

Context

+

Context

In the late 2000s to mid 2010s, I was finding my tastes as a burgeoning musician in middle/high school. We were given MacBooks to daily drive for assignments… and I absolutely abused the hell out of that thing. Ripped many a CD with the kids in class, anything we could get our hands on. I was listening to a lot of Green Day, Weezer, Rush, Metallica – as well as finding my way into EDM with the likes of deadmau5, Skrillex, Excision, Bassnectar (I would also find the masterpiece that is Enter the Haggis around this time, but that’s a story for a different day). I wanted it all. I was hungry.

There was one kid I ended up jiving with. His music taste was as weird as mine, just in WAY different directions. He’d made it down a few more rabbit holes than I had. He preferred bands like Sleeping with Sirens, Pierce the Veil, Black Veil Brides… There were exceptions to the rule like “King for a Day” (I heard it BEFORE TikTok made it cool!), but not many… until he showed me Avenged Sevenfold.

They wore the makeup and had the aesthetic same as those bands, but I saw something… different about them. They didn’t sound like the others. I had to know why. That kid gave me his copy of the self titled record to borrow - I copied it in class that day, gave him the CD back, and proceeded to have my mind blown for the next hour.

diff --git a/public/shows/index.html b/public/shows/index.html index fd7ef2d..96ddd6d 100644 --- a/public/shows/index.html +++ b/public/shows/index.html @@ -6,7 +6,7 @@ Shows | TheWittyBanter.com - + @@ -122,10 +122,10 @@ Come hang out!"> Shows -
A beautiful landscape

Come hang out!

diff --git a/public/sitemap.xml b/public/sitemap.xml index dd6ff2e..e3b8807 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,10 +2,13 @@ - //localhost:1313/tags/ - 2026-08-04T14:17:14-04:00 + //localhost:1313/posts/smoking/ + 2026-08-04T14:38:27-04:00 //localhost:1313/ + 2026-08-04T14:38:27-04:00 + + //localhost:1313/tags/ 2026-08-04T14:17:14-04:00 //localhost:1313/tags/music/ @@ -52,18 +55,6 @@ //localhost:1313/reviews/ 2026-08-01T20:03:13+00:00 - - //localhost:1313/docs/cachylove/ - 2026-08-01T05:16:03+00:00 - - //localhost:1313/tags/docs/ - 2026-08-01T05:16:03+00:00 - - //localhost:1313/tags/linux/ - 2026-08-01T05:16:03+00:00 - - //localhost:1313/tags/tech/ - 2026-08-01T05:16:03+00:00 //localhost:1313/tags/chicken-street-band/ 2026-08-01T04:24:46+00:00 diff --git a/public/tags/guide/index.html b/public/tags/guide/index.html new file mode 100644 index 0000000..c803b58 --- /dev/null +++ b/public/tags/guide/index.html @@ -0,0 +1,233 @@ + + + + + + + +Guide | TheWittyBanter.com + + + + + + + + + + + + + + + + + + +
+ +
+
+ + +
+
+

fstab guide + + + + + +

+
+
+

When I was but a burgeoning console junkie cutting my teeth in Mint, my first few forays with mounting a new drive had proven to be a struggle. Sure - LLMs exist now, why bother writing this? +Why not. +This brief tutorial should be cross-flavor, meaning it should work on Debian-, Fedora-, and Arch-based systems alike. For today’s guide we’ll be using CachyOS, adjust for your package manager accordingly! :) +...

+
+
+ +August 2, 2026 · 2 min
+ +
+
+ + + + + + + + + + diff --git a/public/tags/guide/index.xml b/public/tags/guide/index.xml new file mode 100644 index 0000000..c580ca7 --- /dev/null +++ b/public/tags/guide/index.xml @@ -0,0 +1,21 @@ + + + + Guide on TheWittyBanter.com + //localhost:1313/tags/guide/ + Recent content in Guide on TheWittyBanter.com + Hugo + en + Sun, 02 Aug 2026 20:58:52 -0400 + + + fstab guide + //localhost:1313/docs/fstab/ + Sun, 02 Aug 2026 20:58:52 -0400 + //localhost:1313/docs/fstab/ + <p>When I was but a burgeoning console junkie cutting my teeth in Mint, my first few forays with mounting a new drive had proven to be a struggle. Sure - LLMs exist now, why bother writing this?</p> +<p>Why not.</p> +<p>This brief tutorial should be cross-flavor, meaning it should work on Debian-, Fedora-, and Arch-based systems alike. For today&rsquo;s guide we&rsquo;ll be using CachyOS, adjust for your package manager accordingly! :)</p> + + + diff --git a/public/tags/guide/page/1/index.html b/public/tags/guide/page/1/index.html new file mode 100644 index 0000000..aef2e2a --- /dev/null +++ b/public/tags/guide/page/1/index.html @@ -0,0 +1,9 @@ + + + + //localhost:1313/tags/guide/ + + + + + diff --git a/public/tags/homelab/index.html b/public/tags/homelab/index.html new file mode 100644 index 0000000..47e991a --- /dev/null +++ b/public/tags/homelab/index.html @@ -0,0 +1,228 @@ + + + + + + + +Homelab | TheWittyBanter.com + + + + + + + + + + + + + + + + + + +
+ +
+
+ + +
+
+

What's in the lab right now? +

+
+
+

The network’s in a cool spot right now. +The whole team The Gesellschaft TrueNAS on a 6th gen i7 with 32gb RAM +Services here Frigate +This has been cool for storing footage from our IP cams, though I’m not too thrilled with the performance of our current setup. We use Tapo, and the small ones work fine - but the “good” one for the entryway doesn’t support local account setup. We bought them in a pinch and they’ve been effective, but I’m not crazy about them. Immich +...

+
+
+ +July 31, 2026 · 2 min
+ +
+
+ + + + + + + + + + diff --git a/public/tags/homelab/index.xml b/public/tags/homelab/index.xml new file mode 100644 index 0000000..62854b3 --- /dev/null +++ b/public/tags/homelab/index.xml @@ -0,0 +1,34 @@ + + + + Homelab on TheWittyBanter.com + //localhost:1313/tags/homelab/ + Recent content in Homelab on TheWittyBanter.com + Hugo + en + Fri, 31 Jul 2026 22:33:32 -0400 + + + What's in the lab right now? + //localhost:1313/docs/currentlab/ + Fri, 31 Jul 2026 22:33:32 -0400 + //localhost:1313/docs/currentlab/ + <p>The network&rsquo;s in a cool spot right now.</p> +<figure> + <img loading="lazy" src="//localhost:1313/images/lab.jpg" width="600"/> <figcaption> + The whole team + </figcaption> +</figure> + +<hr> +<h1 id="the-gesellschaft">The Gesellschaft</h1> +<p><em>TrueNAS on a 6th gen i7 with 32gb RAM</em></p> +<h2 id="services-here">Services here</h2> +<p><strong>Frigate</strong></p> +<ul> +<li>This has been cool for storing footage from our IP cams, though I&rsquo;m not too thrilled with the performance of our current setup. We use Tapo, and the small ones work fine - but the &ldquo;good&rdquo; one for the entryway doesn&rsquo;t support local account setup. We bought them in a pinch and they&rsquo;ve been effective, but I&rsquo;m not crazy about them.</li> +</ul> +<p><strong>Immich</strong></p> + + + diff --git a/public/tags/homelab/page/1/index.html b/public/tags/homelab/page/1/index.html new file mode 100644 index 0000000..2ba2f0d --- /dev/null +++ b/public/tags/homelab/page/1/index.html @@ -0,0 +1,9 @@ + + + + //localhost:1313/tags/homelab/ + + + + + diff --git a/public/tags/index.html b/public/tags/index.html index f7d541a..7b98735 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -118,7 +118,7 @@
  • Band - (1) + (2)
  • @@ -127,18 +127,6 @@ (1)
  • -
  • - - Docs - (1) - -
  • -
  • - - Linux - (1) - -
  • Maine @@ -158,8 +146,8 @@
  • - - Poultryhighway + + Poultry Highway (1)
  • @@ -175,12 +163,6 @@ (1) -
  • - - Tech - (1) - -
  • Techno diff --git a/public/tags/index.xml b/public/tags/index.xml index 4c33d3c..b2ca21a 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -44,10 +44,24 @@ - Poultryhighway - //localhost:1313/tags/poultryhighway/ + Poultry Highway + //localhost:1313/tags/poultry-highway/ Sun, 02 Aug 2026 22:31:41 -0400 - //localhost:1313/tags/poultryhighway/ + //localhost:1313/tags/poultry-highway/ + + + + Guide + //localhost:1313/tags/guide/ + Sun, 02 Aug 2026 20:58:52 -0400 + //localhost:1313/tags/guide/ + + + + Linux + //localhost:1313/tags/linux/ + Sun, 02 Aug 2026 20:58:52 -0400 + //localhost:1313/tags/linux/ @@ -57,27 +71,6 @@ //localhost:1313/tags/review/ - - Docs - //localhost:1313/tags/docs/ - Sat, 01 Aug 2026 05:16:03 +0000 - //localhost:1313/tags/docs/ - - - - Linux - //localhost:1313/tags/linux/ - Sat, 01 Aug 2026 05:16:03 +0000 - //localhost:1313/tags/linux/ - - - - Tech - //localhost:1313/tags/tech/ - Sat, 01 Aug 2026 05:16:03 +0000 - //localhost:1313/tags/tech/ - - Chicken Street Band //localhost:1313/tags/chicken-street-band/ @@ -92,5 +85,26 @@ //localhost:1313/tags/maine/ + + Homelab + //localhost:1313/tags/homelab/ + Fri, 31 Jul 2026 22:33:32 -0400 + //localhost:1313/tags/homelab/ + + + + Shows + //localhost:1313/tags/shows/ + Thu, 30 Jul 2026 21:07:34 -0400 + //localhost:1313/tags/shows/ + + + + Poultryhighway + //localhost:1313/tags/poultryhighway/ + Mon, 01 Jan 0001 00:00:00 +0000 + //localhost:1313/tags/poultryhighway/ + + diff --git a/public/tags/linux/index.html b/public/tags/linux/index.html index b391d71..1e7fe5a 100644 --- a/public/tags/linux/index.html +++ b/public/tags/linux/index.html @@ -128,19 +128,20 @@
    -

    Cachylove +

    What's in the lab right now?

    -

    https://cachyos.org/download/ -^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ -Go download it while you read this -

    +

    The network’s in a cool spot right now. +The whole team The Gesellschaft TrueNAS on a 6th gen i7 with 32gb RAM +Services here Frigate +This has been cool for storing footage from our IP cams, though I’m not too thrilled with the performance of our current setup. We use Tapo, and the small ones work fine - but the “good” one for the entryway doesn’t support local account setup. We bought them in a pinch and they’ve been effective, but I’m not crazy about them. Immich +...

    -August 1, 2026 · 1 min
    -
    +July 31, 2026 · 2 min
  • + diff --git a/public/tags/linux/index.xml b/public/tags/linux/index.xml index 0e68b82..d96c035 100644 --- a/public/tags/linux/index.xml +++ b/public/tags/linux/index.xml @@ -6,16 +6,29 @@ Recent content in Linux on TheWittyBanter.com Hugo en - Sat, 01 Aug 2026 05:16:03 +0000 + Fri, 31 Jul 2026 22:33:32 -0400 - Cachylove - //localhost:1313/docs/cachylove/ - Sat, 01 Aug 2026 05:16:03 +0000 - //localhost:1313/docs/cachylove/ - <p><strong><a href="https://cachyos.org/download/">https://cachyos.org/download/</a></strong></p> -<p>^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^</p> -<p>Go download it while you read this</p> + What's in the lab right now? + //localhost:1313/docs/currentlab/ + Fri, 31 Jul 2026 22:33:32 -0400 + //localhost:1313/docs/currentlab/ + <p>The network&rsquo;s in a cool spot right now.</p> +<figure> + <img loading="lazy" src="//localhost:1313/images/lab.jpg" width="600"/> <figcaption> + The whole team + </figcaption> +</figure> + +<hr> +<h1 id="the-gesellschaft">The Gesellschaft</h1> +<p><em>TrueNAS on a 6th gen i7 with 32gb RAM</em></p> +<h2 id="services-here">Services here</h2> +<p><strong>Frigate</strong></p> +<ul> +<li>This has been cool for storing footage from our IP cams, though I&rsquo;m not too thrilled with the performance of our current setup. We use Tapo, and the small ones work fine - but the &ldquo;good&rdquo; one for the entryway doesn&rsquo;t support local account setup. We bought them in a pinch and they&rsquo;ve been effective, but I&rsquo;m not crazy about them.</li> +</ul> +<p><strong>Immich</strong></p> diff --git a/public/tags/music/index.xml b/public/tags/music/index.xml index 0f0ffaf..4a3e05c 100644 --- a/public/tags/music/index.xml +++ b/public/tags/music/index.xml @@ -81,7 +81,7 @@ Sat, 01 Aug 2026 23:40:44 +0000 //localhost:1313/music/originals/ <p>&ldquo;The Hollow&rdquo;, with The Chicken Street Band at Roots Revival Fest 8/2/24</p> -<h2 id="hahahugoshortcode17s0hbhb"><figure> +<h2 id="hahahugoshortcode345s0hbhb"><figure> <audio controls preload="metadata" style="width: 100%;"> <source src="//localhost:1313/audio/hollowroots.mp3" type="audio/mpeg"> Your browser does not support the audio element. diff --git a/public/tags/originals/index.html b/public/tags/originals/index.html index cfbfa5d..019ea51 100644 --- a/public/tags/originals/index.html +++ b/public/tags/originals/index.html @@ -151,7 +151,7 @@ Your browser does not support the audio element. Massive I like that song “Tea

    “The Hollow”, with The Chicken Street Band at Roots Revival Fest 8/2/24 -Your browser does not support the audio element.

    +Your browser does not support the audio element. Your browser does not support the audio element.