"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.
Linux openSUSE Arch Linux Kali Linux Docker Android LineageOS GrapheneOS
| 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
systemctl --user start productivity.service
# Status: ββββββββββ 100% operationalπ "The quieter you become, the more you can hear."