update images to webp, update pre-commit hooks

This commit is contained in:
2026-03-04 01:37:18 -07:00
parent cfb55e0e51
commit bd73fcd39b
72 changed files with 1007 additions and 80 deletions
+5 -5
View File
@@ -3,7 +3,7 @@ title: "The Migration to Arch"
date: 2023-08-15T02:04:21-06:00
description:
showTableOfContents: true
image: "/images/arch-logo.png"
image: "/images/arch-logo.webp"
weight: 1
type: "post"
---
@@ -18,7 +18,7 @@ As they say, there are two wolves inside each man, one that craves stable, calm
hood, fat finger `rm -rf /` and other monstrosities that I don't care to joke about because they hurt me too much.
So, I moved off of the Raspberry Pi Zero W2, and on to a much more legitimate pc build. The blog could have run fine on the pi, but it didn't take long for me to
feel justified in spending some money on a faster machine. Bought it second hand from a crypto mining rig, swapped out the pentium for a respectable i7 of some
feel justified in spending some money on a faster machine. Bought it second hand from a crypto mining rig, swapped out the Pentium for a respectable i7 of some
recent generation, and I had an upcycled machine ready for some data crunching!
## The Services
@@ -42,7 +42,7 @@ Eventually, I envision a whole bunch of services running in my 'home lab', as ho
Arch Linux was not actually the first OS I put on this new (to me) machine. I had drunk from the FSF goblet and got it in my head to try out
[Guix System, or Guix SD,](https://guix.gnu.org/) or whatever its officially called. I recommend checking it out. It was a couple month adventure, but I think my lisp-less mind
couldn't handle the parantheses required. It has some really cool concepts similar to NixOS, your whole system (users, installed packages, mount points, etc) is defined in one or
couldn't handle the parentheses required. It has some really cool concepts similar to NixOS, your whole system (users, installed packages, mount points, etc) is defined in one or
more files. Despite its great documentation, it is hard to understand what is going on without some good Guile / Scheme fundamentals, which I lack. So, back to what I know: Arch (btw).
## What Did I Learn?
@@ -52,7 +52,7 @@ setup proper backups as soon as my system is running. So, with this new machine,
- 3: Copies of the data
- 2: Storage medias (harddrive, usb, ssd, nas)
- 2: Storage medias (hard drive, usb, ssd, nas)
- 1: Offsite
@@ -61,7 +61,7 @@ But, for only ~$5.00 a month, I get access to a sftp server with 1TB capacity, w
to a HDD drive connected to the computer. I have lots more to say about so many of these things, I spent pretty much all day configuring everything and getting it all to work, but I
told myself to prioritize frequency over comprehensiveness, so I will leave it at that.
Oh! I almost forgot, if you want to use the gitea instance I am running as an alternative to having your code fed to AI models, please email me! Im no enterprise company with infinite
Oh! I almost forgot, if you want to use the gitea instance I am running as an alternative to having your code fed to AI models, please email me! I'm no enterprise company with infinite
backups and resources, but I'd love to share what little I have if it would be useful to you!
Thanks for stopping in :)