VAULT

35 NOTES · 4 MAPS.

>> FEATURED_MAPS

>> MAPS_OF_CONTENT

>> BOOK_NOTES

>> ZETTELKASTEN

AIMP Config

Wine-based music player, library aligned with the rip script.

STS: EVERGREEN // NOTE

Custom Scripts

Standalone scripts referenced by configs — windowSwitch, media, spotify notifier.

STS: EVERGREEN // NOTE

Dotfiles Repo Workflow

Bare repo + GNU Stow workflow for ~/dotfiles.

STS: EVERGREEN // NOTE

Entropy and Disorder

Why "entropy = disorder" is wrong, and what entropy actually measures.

STS: EVERGREEN // NOTE

Go Programming Language

Notes on designing systems in Go — patterns, idioms, and when not to use it.

STS: EVERGREEN // NOTE

Htop Config

Process monitor — tree view, hidden kernel threads, per-core meters.

STS: EVERGREEN // NOTE

Hypridle Config

Idle daemon — triggers lock / dpms / suspend on timeouts.

STS: EVERGREEN // NOTE

Hyprland Config

Wayland tiling compositor — modular config split by concern.

STS: EVERGREEN // NOTE

Hyprland Keybinds

Global Hyprland bindings, organized by modifier convention.

STS: EVERGREEN // NOTE

Hyprland Plugins

Plugin config loaded via hyprpm.

STS: EVERGREEN // NOTE

Hyprlock Config

Wayland-native lockscreen, themed via the engine.

STS: EVERGREEN // NOTE

Kitty Config

GPU-accelerated terminal, theme-synced via pywal.

STS: EVERGREEN // NOTE

Neovim Config

Lua-only Neovim — modular core / plugins / per-server LSP.

STS: EVERGREEN // NOTE

Obsidian Config

Technical specification for a local-first, Vim-driven knowledge base.

STS: EVERGREEN // NOTE

Swaync Config

Notification daemon + control center, exposed to Waybar.

STS: EVERGREEN // NOTE

Theme Engine

Variable-injection theme system — configs as compilation targets.

STS: EVERGREEN // NOTE

Theme Switcher Script

The compiler for the Theme Engine — envsubst, pywal, reload.

STS: EVERGREEN // NOTE

Tmuxinator Config

YAML-defined tmux project layouts.

STS: EVERGREEN // NOTE

Waybar Config

Status bar — CSS-styled, JSON-configured, glass.

STS: EVERGREEN // NOTE

Wofi Config

Wayland-native dmenu/launcher — apps, clipboard, theme picker.

STS: EVERGREEN // NOTE

Algorithm

A finite set of procedural steps transforming specific inputs to specific outputs.

STS: GROWING // NOTE

Computational Problem

A problem that can be solved by discrete computational steps specified with an algorithm.

STS: GROWING // NOTE

Course Notes — DSA

Running notes for a Data Structures & Algorithms course — concepts, analysis methods, and worked examples.

STS: GROWING // NOTE

RAM Model of Computation

Abstract machine model for analyzing algorithm complexity, with O(1) random memory access.

STS: GROWING // NOTE

Binary Digital Systems

Systems that represent and process information using two discrete voltage levels mapped to 0 and 1.

STS: SEEDLING // NOTE

Data Structure

A collection of data values, the relationships among them, and the operations available on them.

STS: SEEDLING // NOTE

Lockdiff Drawingboard

No description provided.

STS: SEEDLING // NOTE

Rust

Systems language with memory safety guarantees enforced at compile time via the borrow checker.

STS: SEEDLING // NOTE