Back to index
04Rig & Web

Rig & Web

The machine everything else runs on, and the site you're reading. An all-black mATX build I put together and had to troubleshoot my way through, plus a portfolio built to document all of it — this page included.

RoleBuild, troubleshoot, publish
BuiltJune 2026
CPU / GPURyzen 5 9600X / RX 9060 XT
This siteAstro, static

Timeline

Click a stop to open the chapter
Jun 2026

Parts & build

Put together an all-black mATX build: a Ryzen 5 9600X on a Gigabyte B860M Gaming motherboard, a Sapphire NITRO+ RX 9060 XT, 32GB of RAM, all inside a Thermalright TL-M10 VISION case with a 360mm AIO.

CPU: AMD Ryzen 5 9600X
GPU: Sapphire NITRO+ RX 9060 XT
Motherboard: Gigabyte B860M Gaming
Jun 2026

RGB chaos

SignalRGB, TRCC and RGB Fusion all tried to control the same lighting at once, on top of Thermalright LCD screen issues. Reinstalled Gigabyte Control Center and tuned the fan curves to settle it down.

Settled on one RGB app instead of running all three
Fan curves tuned manually rather than left on defaults
~Aug 2026

PSU failure

The original Cooler Master MWE 750 V3 Gold failed outright about two months after the build. Replaced it with a Thermaltake Tough Power GT White unit from Oriental Store in Amman.

Original PSU: Cooler Master MWE 750 V3 Gold
Replacement: Thermaltake Tough Power GT White
~Aug 2026

Stress testing

After the PSU swap, ran stress tests across Valorant, Apex Legends and Minecraft to confirm the new unit and cooling setup actually held up under real, sustained load — not just idle.

Real games, not synthetic-only benchmarks
Also recalibrated display color rather than trusting factory defaults
Now

This site

Currently building this portfolio itself: an Astro rebuild of a Modernist design spec, filled in with real project data instead of the original placeholder content.

No client framework — static Astro output, in the spirit of the rest of this rig
Content pulled from real project history instead of invented copy

Milestones

What broke

Three RGB apps fighting for control
SignalRGB, TRCC and RGB Fusion all tried to own the same lighting at once. Settled on one and reinstalled Gigabyte Control Center to stop the conflicts.
PSU died two months in
The original Cooler Master MWE 750 V3 Gold failed outright. Replaced it with a Thermaltake Tough Power GT White unit and stress-tested across Valorant, Apex Legends and Minecraft to confirm it actually fixed things.
Color calibration was off out of the box
Had to manually calibrate the display rather than trust factory defaults, on top of tuning the fan curve for noise versus temperatures.

From the repo

src/data/projects.ts
// this file — real project data, generated once
// and edited by hand from here on, not templated
export const PROJECTS: Record<string, Project> = {
  homelab: { /* Proxmox + Pi-hole, real */ },
  jarvis:  { /* Claude API, Phase 2, real */ },
  bench:   { /* Arduino Uno projects, real */ },
  rig:     { /* this build + this site, real */ },
};
CPUAMD Ryzen 5 9600X
GPUSapphire NITRO+ RX 9060 XT
MotherboardGigabyte B860M Gaming
CoolingThermalright Peerless Vision 360 AIO
Next project
Homelab
Open →