Research infrastructure · Systems software

Software

The experiment harness supports current research. Strata and admux are engineering projects that show how I design and implement stateful systems software.

research infrastructure
Active · repository private during the study

PSI Memory-Pressure Experiment Harness

Measurement and workload infrastructure for controlled Linux memory-pressure experiments, developed in the predicomp project.

Systems focus: Records host and cgroup PSI, memory availability, reclaim, faults, swap, zswap, zram, and phase-aligned canary response/service observations in stable experiment output.

LinuxCPSIzswapzramcgroups
systems software
Active

Strata

A Rust notebook interface for exploratory Python work, using a human-editable Markdown format with Jupyter import/export and checkpointed runtime state.

Systems focus: Execution state, notebook serialization, kernel management, environment selection, and terminal interaction.

RustTUIJupyterTree-sitterPython
systems software
Active

admux

A Rust terminal multiplexer centered on declarative project layouts, persistent sessions, and best-effort workspace restoration. It grew from an earlier tmux session helper, Smart Session Manager.

Systems focus: PTY management, session persistence, and the boundary between shareable project configuration and machine-local runtime state.

RustPTYTerminal multiplexingTOML