wiki-vault/Wiki/Dev/herbyeos.md
Travis Herbranson 75ba9f005a compile: promote 5 entities (trellis, vault-mcp, petalbrain, knot-dns, herbyeos)
User-approved promotions from the prior compile's proposal list.
pbs-hub-mcp deferred per user. Wiki domain indexes updated to list the new
entities; Sources left untouched (MCP-written/immutable).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 21:27:52 -04:00

40 lines
1.8 KiB
Markdown

---
type: entity
path: Wiki/Dev
tags:
- workstation
- python
created: 2026-05-24
updated: 2026-05-24
---
# herbyeos
## What it is
herbyeos is Travis's primary local **dev tower** — an EndeavourOS (Arch-based, rolling-release) workstation with an i7, 128 GB RAM, and an RTX 3080 Ti. It's the heavy-iron rig for GPU and fast-iteration work, distinct from [[Wiki/Dev/herbydev|herbydev]] (the Proxmox dev *VM*). When a project says "on the tower" — Jupyter ML drills, DaVinci Resolve, local model experiments — it means herbyeos.
## Current state
Active workstation. Recent/known uses:
- **DaVinci Resolve Studio 20.3.3** installed via the sheridans GitHub PKGBUILD (bundled-libs approach, chosen for resilience across `pacman -Syu` rolling updates) rather than the AUR package
- **ML/AI drills** — the planned `ml-drills-curriculum` runs Python + Jupyter here for fast iteration on the RTX 3080
- Rolling-release means the standing gotcha is post-update library drift (e.g., Resolve's glib/pango conflicts → `LD_PRELOAD` workaround)
## Where it lives
- Physical tower on Travis's desk (EndeavourOS); GPU: RTX 3080 Ti
- Not a Proxmox guest — bare-metal workstation
## Related projects
- [[Sources/Homelab/davinci-resolve-studio-install|davinci-resolve-studio-install]] — Resolve Studio install (project plan)
- [[Sources/Homelab/2026-05-24-davinci-resolve-studio-install|2026-05-24-davinci-resolve-studio-install]] — install session notes
- [[Sources/Dev/ml-drills-curriculum|ml-drills-curriculum]] — Jupyter ML drills on the tower
- [[Wiki/Dev/herbydev|herbydev]] — the Proxmox dev VM (distinct machine)
## History
- **2026-05-24** — DaVinci Resolve Studio 20.3.3 installed (sheridans PKGBUILD, bundled libs)
- **2026-05** — Designated the Jupyter/RTX-3080 host for the ML drills curriculum