let
commands = [
{
prompt = "> whoami";
output = "Yo, I'm @PiXEL_PEEPER — UM6P/1337 student | NixOS cultist | Hyprland daily driver";
}
{
prompt = "> cat bio.txt";
output = ''
ADHD-powered systems engineer fueled by caffeine, nicotine patches, and questionable life choices.
Jack of all trades, master of some (more to come). I live in the CLI/TUI, worship at the altar of
reproducible builds, and void warranties for fun. Low-level obsessed, glitch enthusiast .
if it compiles, crashes, or needs soldering, I'm already debugging it.
'';
}
{
prompt = "> cat focus.txt";
output = "DevSecOps • InfoSec • Hardware Hacking • Embedded Security • IaC • SaC • OPSEC • COMSEC • PHYSEC • CI/CD";
}
{
prompt = "> cat philosophy.txt";
output = ''
Privacy ≠ Anonymity ≠ Security. Three different problems, three different solutions.
Master all three, or get pwned trying.
'';
}
{
prompt = "> echo $STATUS";
output = "⚠️ WARNING: OPEN TO WORK | WILL DEBUG FOR XMR ⚠️";
}
{
prompt = "> uname -a";
output = "NixOS 24.11 | Hyprland | Neovim btw | KiCad | Timewarrior + Taskwarrior";
}
];
in
commands
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


