My website

23 2026-02-10 23:24:00

+11 -10
+6 -5
pages/computing.md
··· 21 21 [Bluefin](https://projectbluefin.io) 22 22 : I use this on my laptop only. 23 23 24 + [uCore](https://github.com/ublue-os/ucore) 25 + : My own custom build runs my NAS. 26 + 27 + [Debian stable](https://www.debian.org/) 28 + : My go-to server OS. I use it extensively in my homelab and cloud servers. 29 + 24 30 [Catgirl](https://git.causal.agency/catgirl/about/) 25 31 : Terminal IRC client. I connect to it via my [tilde.team](https://tilde.team) pubnix account. 26 - 27 - [Debian stable](https://www.debian.org/) 28 - : My go-to server OS. I use it extensively in my homelab and cloud servers. It is currently running on my NAS as well. 29 32 30 33 [Just](https://just.systems) 31 34 : Just a command runner. I use it extensively. ··· 62 65 63 66 [Zellij](https://zellij.dev/) 64 67 : Terminal multiplexer with advanced features. 65 - 66 - Debian, FreeBSD, OpenBSD, and Ubuntu are only used on homelab machines and VPSs.
+2 -2
pages/computing/homelab.md
··· 58 58 59 59 The 8x22 TB Enterprise HDDs comprise a 176 TB ZFS pool. I have separate ZFS datasets for various categories of data. 60 60 61 - ## Auxiliary NAS 61 + ## Auxiliary server 62 62 63 63 | Component | Description | 64 64 |-----|-----| ··· 72 72 73 73 ### Notes 74 74 75 - This machine serves as an auxiliary NAS and homelab monitoring station. A 5 TB external HDD is attached to it via USB 3.0, which consists of a ZFS pool for replicating critical datasets from my primary NAS. 75 + This machine serves as an auxiliary server and homelab monitoring station. 76 76 77 77 Runs the following services: 78 78
+2 -2
pages/computing/vps-cloud-servers.md
··· 47 47 | RAM | 2 GB | 48 48 | HDD | 40 GB SSD | 49 49 | Networking | 1 TB | 50 - | OS | Ubuntu 24.04 | 50 + | OS | CentOS Stream 10 | 51 51 | Price | $4.99 + $1 for backups = $5.99 per month | 52 52 53 - This machines hosts my Bluesky PDS (personal data server), a tangled.sh knot server, and other web stuff. 53 + This machines hosts my Bluesky PDS (personal data server), Linkding instance, an Anna's Archive torrent mirror, and other web stuff.
+1 -1
themes/catppuccin-mocha/style.css
··· 46 46 --spacing-lg: 2em; 47 47 48 48 /* Sizing */ 49 - --max-width: 65ch; 49 + --max-width: 80ch; 50 50 } 51 51 52 52 /* Light mode variables */