Skip to content
View Casul185's full-sized avatar

Block or report Casul185

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
casul185/README.md

Gabriel Baker

Fiber optic technician by day (backbone/FTTH fusion splicing), infrastructure builder by night. I run a self-hosted lab — five Linux servers, a UniFi network, and a custom FastAPI control hub — and I build zero-dependency Windows tooling in pure Python because installing packages to solve a problem is admitting defeat.

Things here:

  • foundry-warden — game-mode daemon that detects running Steam games and throttles background processes (EcoQoS + process suspension), with before/after benchmarking to prove the gain
  • frameseer — game performance advisor: inventories your hardware, pulls PCGamingWiki data, and captures real frametimes via PresentMon
  • amd-vram-detection — the registry fix for Python reading AMD VRAM wrong (the WMI 4GB cap problem)

Everything is stdlib + ctypes only. MIT licensed. Issues and PRs welcome.

Stack: Python · FastAPI · Docker · Linux · UniFi · SQLite · Bash

If something here saved you time: ko-fi.com/casul185 — donations go straight into the hardware upgrade fund.

Pinned Loading

  1. amd-vram-detection amd-vram-detection Public

    Read the true VRAM size of an AMD/other GPU on Windows from Python (single stdlib file) — works around the WMI 4 GB cap.

    Python

  2. foundry-warden foundry-warden Public

    Windows game-mode daemon (pure-stdlib Python): detects Steam games and reversibly throttles background apps, with honest per-session benchmarks.

    Python

  3. frameseer frameseer Public

    Windows game performance advisor (pure-stdlib Python): reads your hardware, pulls per-game facts, recommends settings, and measures real frametimes with PresentMon.

    Python