Padova · IT
03
35 notes · 3 maps
VAULT / personal knowledge base

Notes, maps, connections

Zettelkasten-style notes. Seedlings grow into evergreens. MOCs map the territory.

28 NOTES3 MOCsBOOKMARKSALWAYS GROWING
Filter ·
· FEATURED MAP ·
· MAPS OF CONTENT ·
· BOOK NOTES ·
· ZETTELKASTEN NOTES ·
● EVERGREEN NOTE

AIMP Config

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

● EVERGREEN NOTE

Custom Scripts

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

● EVERGREEN NOTE

Dotfiles Repo Workflow

Bare repo + GNU Stow workflow for ~/dotfiles.

● EVERGREEN NOTE

Entropy and Disorder

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

● EVERGREEN NOTE

Go Programming Language

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

● EVERGREEN NOTE

Htop Config

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

● EVERGREEN NOTE

Hypridle Config

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

● EVERGREEN NOTE

Hyprland Config

Wayland tiling compositor — modular config split by concern.

● EVERGREEN NOTE

Hyprland Keybinds

Global Hyprland bindings, organized by modifier convention.

● EVERGREEN NOTE

Hyprland Plugins

Plugin config loaded via hyprpm.

● EVERGREEN NOTE

Hyprlock Config

Wayland-native lockscreen, themed via the engine.

● EVERGREEN NOTE

Kitty Config

GPU-accelerated terminal, theme-synced via pywal.

● EVERGREEN NOTE

Neovim Config

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

● EVERGREEN NOTE

Obsidian Config

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

● EVERGREEN NOTE

Swaync Config

Notification daemon + control center, exposed to Waybar.

● EVERGREEN NOTE

Theme Engine

Variable-injection theme system — configs as compilation targets.

● EVERGREEN NOTE

Theme Switcher Script

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

● EVERGREEN NOTE

Tmuxinator Config

YAML-defined tmux project layouts.

● EVERGREEN NOTE

Waybar Config

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

● EVERGREEN NOTE

Wofi Config

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

◑ GROWING NOTE

Algorithm

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

◑ GROWING NOTE

Computational Problem

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

◑ GROWING NOTE

Course Notes — DSA

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

◑ GROWING NOTE

RAM Model of Computation

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

○ SEEDLING NOTE

Binary Digital Systems

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

○ SEEDLING NOTE

Data Structure

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

○ SEEDLING NOTE

Lockdiff Drawingboard

○ SEEDLING NOTE

Rust

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