"Observation is the first step toward understanding."
#include <sys/student.h> struct bio itachi = { .focus = {"systems", "reverse_engineering", "networking"}, .exploring = {"linux_internals", "c_programming", "low_level"}, .philosophy = "build_minimal_clean_efficient", .current_environment = {"openSUSE", "Kali", "Arch"} };Systems enthusiast passionate about understanding how things work from the ground up. I believe in clean, purposeful code and transparent systems.
| Component | Tools |
|---|---|
| Terminal | Ghostty • Konsole • Alacritty |
| Shell | Zsh • Bash |
| Desktop | Hyprland • Sway • KDE Plasma |
| System | rEFInd • Btrfs • ext4 |
| Tools | Git • Pywal • Custom Scripts |
$ cat ./learning_goals.txt → Linux System Programming → Network Protocol Analysis → Wayland Compositor Internals → Low-level Performance Optimization → Binary Exploitation & Reverse Engineering🔧 dotfiles
Complete Linux environment configuration
includes: - terminal: ghostty, konsole, alacritty - wm: hyprland, sway - de: kde_plasma - theming: pywal - shell: zsh status: production_ready📚 notes-c
Structured C programming knowledge base
// Organized learning approach struct learning_path { char *topic; int depth; bool practical_examples; };⚡ scripts
System automation utilities
#!/usr/bin/env zsh # Purpose-driven automation # - File organization # - Workflow optimization # - System maintenance"If you can't explain it clearly, you don't understand it yet."
class Philosophy: principles = [ "Precision over decoration - Every line has purpose", "Transparency - Systems should be understandable", "Documentation - Knowledge should be accessible", "Iteration - Constant refinement and improvement" ] @staticmethod def apply(): return "minimal + focused + consistent"# Current Setup OS: openSUSE Tumbleweed | Arch Linux | Kali Linux Kernel: Linux 6.x Shell: Zsh (with custom configs) WM/DE: Hyprland, Sway, KDE Plasma Terminal: Ghostty, Konsole, Alacritty Editor: Neovim