Notes, maps, connections
Zettelkasten-style notes. Seedlings grow into evergreens. MOCs map the territory.
Docker Guide Index
Curated learning paths, cheat sheets, and reference commands for Docker.
Git Commands MOC
Command reference for Git — staging, branching, history, remotes.
Systems Thinking
A map of how complex systems work and how to reason about designing, breaking, and fixing them.
Gödel, Escher, Bach: Notes on Mind and Matter
A chronological walk through Douglas Hofstadter's GEB. Strange loops, formal systems, and the ignition of meaning.
Nonlinear Dynamics and Chaos: A Reader's Journal
Reading notes on Steven Strogatz's classic text. Geometry of vector fields, universal bifurcations, and the fractal structure of chaos.
The Nature of Computation: A Reader's Journal
Reading notes on Moore and Mertens' exploration of complexity. P vs NP, phase transitions, and the physical reality of computation.
AIMP Config
Wine-based music player, library aligned with the rip script.
Custom Scripts
Standalone scripts referenced by configs — windowSwitch, media, spotify notifier.
Dotfiles Repo Workflow
Bare repo + GNU Stow workflow for ~/dotfiles.
Entropy and Disorder
Why "entropy = disorder" is wrong, and what entropy actually measures.
Go Programming Language
Notes on designing systems in Go — patterns, idioms, and when not to use it.
Htop Config
Process monitor — tree view, hidden kernel threads, per-core meters.
Hypridle Config
Idle daemon — triggers lock / dpms / suspend on timeouts.
Hyprland Config
Wayland tiling compositor — modular config split by concern.
Hyprland Keybinds
Global Hyprland bindings, organized by modifier convention.
Hyprland Plugins
Plugin config loaded via hyprpm.
Hyprlock Config
Wayland-native lockscreen, themed via the engine.
Kitty Config
GPU-accelerated terminal, theme-synced via pywal.
Neovim Config
Lua-only Neovim — modular core / plugins / per-server LSP.
Obsidian Config
Technical specification for a local-first, Vim-driven knowledge base.
Swaync Config
Notification daemon + control center, exposed to Waybar.
Theme Engine
Variable-injection theme system — configs as compilation targets.
Theme Switcher Script
The compiler for the Theme Engine — envsubst, pywal, reload.
Tmuxinator Config
YAML-defined tmux project layouts.
Waybar Config
Status bar — CSS-styled, JSON-configured, glass.
Wofi Config
Wayland-native dmenu/launcher — apps, clipboard, theme picker.
Algorithm
A finite set of procedural steps transforming specific inputs to specific outputs.
Computational Problem
A problem that can be solved by discrete computational steps specified with an algorithm.
Course Notes — DSA
Running notes for a Data Structures & Algorithms course — concepts, analysis methods, and worked examples.
RAM Model of Computation
Abstract machine model for analyzing algorithm complexity, with O(1) random memory access.
Binary Digital Systems
Systems that represent and process information using two discrete voltage levels mapped to 0 and 1.
Data Structure
A collection of data values, the relationships among them, and the operations available on them.
Lockdiff Drawingboard
Rust
Systems language with memory safety guarantees enforced at compile time via the borrow checker.