โโโโโโโโโโโโ โโโโโโ โโโโโโโโโโ โโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโ
โโโ โโโ โโโโโโโโโโโ โโโโโโโโโโโ
โโโ โโโ โโโโโโโโโโโ โโโโโโโโโโโ
โโโ โโโ โโโ โโโโโโโโโโโโโโ โโโโโโ
โโโ โโโ โโโ โโโ โโโโโโโโโโ โโโโโโ
$ whoami
itachi โ systems enthusiast, low-level explorer, terminal dweller
$ uptime
always learning ยท always building ยท always questioning
$ uname -a
Linux mind 7.x #1 SMP x86_64 | philosophy: minimal, focused, consistent/* itachi.h โ core identity */
#include <sys/student.h>
#include <philosophy.h>
#include <patience.h>
typedef struct {
const char *handle;
const char *role;
char *focus[4];
char *exploring[5];
char *envs[3];
bool builds_minimal;
bool reads_source;
} identity_t;
static const identity_t self = {
.handle = "itachi",
.role = "systems enthusiast ยท low-level explorer",
.focus = {
"systems_programming",
"reverse_engineering",
"network_internals",
"linux_kernel"
},
.exploring = {
"wayland_compositor_internals",
"binary_exploitation",
"network_protocol_analysis",
"c_systems_programming",
"low_level_performance"
},
.envs = { "openSUSE_Tumbleweed", "Arch_Linux", "Kali_Linux" },
.builds_minimal = true,
.reads_source = true, /* always */
};
/* Philosophy: if you can't explain it simply,
you don't understand it deeply enough yet. */I live at the intersection of understanding and building โ where reading source code is research, the terminal is home, and clarity of thought is the highest form of craftsmanship.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ SYSTEM CONFIGURATION โ
โโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ OS โ openSUSE Tumbleweed ยท Arch ยท Kali โ
โ Kernel โ Linux 7.x (mainline) โ
โ Shell โ Zsh ยท Bash โ
โ WM / DE โ Hyprland ยท Sway ยท KDE Plasma โ
โ Terminal โ Ghostty ยท Konsole ยท Alacritty โ
โ Editor โ Neovim (lua-configured) โ
โ Bootloader โ rEFInd โ
โ Filesystem โ Btrfs ยท ext4 โ
โ Theming โ Pywal ยท Custom Scripts โ
โโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
[ACTIVE MODULES]
โบ Linux System Programming ........................... [โโโโโโโโโโ] 80%
โบ ็ฝ็ป Protocol Analysis .......................... [โโโโโโโโโโ] 60%
โบ Wayland Compositor Internals ....................... [โโโโโโโโโโ] 40%
โบ Binary Exploitation & Reverse Engineering .......... [โโโโโโโโโโ] 50%
โบ Low-level Performance Optimization ................. [โโโโโโโโโโ] 70%
[APPROACH]
โ Read the source, not just the docs
โ Break it apart, understand every layer
โ Build something minimal that proves you get it
โ Document what you learn for the next version of yourself
[LANGUAGES TO LEARN]
โบ Rust ................................. queued โ systems + memory safety
โบ Go .................................... queued โ concurrency, tooling
โบ Assembly (x86-64) ..................... in_progress โ closer to the metal
โบ Zig .................................... exploring โ alternative to C
[WHY]
โ Rust: modern systems programming without the footguns
โ Go: widely used in infra/container tooling, worth fluency
โ Assembly: can't claim "low-level" without reading the actual instructions
โ Zig: curious how it reframes what C tries to solve
๐ง dotfiles โ Complete Linux environment, version-controlled life
repo: github.com/itachi-re/dotfiles
status: production_ready
includes:
terminal: ghostty ยท konsole ยท alacritty
wm: hyprland ยท sway
de: kde_plasma
editor: neovim (full lua config)
theming: pywal (dynamic palette generation)
shell: zsh (custom rc, aliases, functions)
philosophy: >
A system should feel like an extension of thought.
Every config line has a reason. Nothing is there by default.๐ notes-c โ Structured C programming knowledge base
/*
* notes-c โ because reading manuals isn't enough.
* repo: github.com/itachi-re/notes-c
*
* Organized from first principles.
* Every concept comes with working code.
* Every abstraction is traced back to the metal.
*/
struct learning_path {
char *topic;
int depth; /* 1 = surface, 5 = kernel land */
bool practical_examples;
bool compiled_and_tested;
};
/* Status: ongoing โ knowledge doesn't have a finish line */โก scripts โ System automation that earns its place
#!/usr/bin/env zsh
# repo: github.com/itachi-re/scripts
#
# Rule: a script exists only if it saves real time.
# No bloat. No magic. Every line is readable.
#
# Areas:
# - File organization & cleanup
# - Workflow acceleration
# - System maintenance & health checks
# - Environment bootstrapping
echo "Automation should make you faster, not dependent."๐ฑ learn-freebsd โ FreeBSD onboarding repo for experienced Linux users
repo: github.com/itachi-re/learn-freebsd
status: in_progress
phases: 00-16
structure:
00-03: fully written โ install, base system, ports/pkg, jails intro
04-16: structured stubs โ networking, ZFS, ABI compat, ...
audience: >
Linux power users who want the "what's actually different"
view, not a beginner OS tutorial.
philosophy: >
Don't relearn Unix. Learn where FreeBSD diverges,
and why those divergences exist.๐ฑ android-modding-notes โ Deep-dive reference on the 2026 root/patch stack
repo: github.com/itachi-re/android-modding-notes
status: ongoing
covers:
- FolkPatch ยท KernelSU ยท Magisk ยท Zygisk
- Play Integrity spoofing
- Keystore / keybox tooling
- Root stack architecture (2026 landscape)
philosophy: >
Root isn't a hack โ it's understanding what the
OS was hiding from you in the first place.# m h dom mon dow command
0 6 * * * read_one_kernel_commit.sh
0 9 * * 1 review_open_obs_packages.sh
0 20 * * * write_daily_notes.sh --topic=today
0 22 * * 0 audit_dotfiles.sh --check-drift
* * * * * stay_curious.sh --no-exit
# crontab philosophy:
# consistency > intensity
# small daily reps compound into deep understanding#!/usr/bin/env python3
"""
/proc/philosophy โ runtime beliefs
Read-only. Updated through experience, not preference.
"""
class Itachi:
"""
A mind that refuses to accept systems as black boxes.
"""
PRINCIPLES = {
"precision": "Every line has purpose. Decoration is a warning sign.",
"transparency": "If a system can't be understood, it can't be trusted.",
"documentation": "Future-you deserves to know what present-you figured out.",
"iteration": "Version 1 is supposed to be wrong. Ship. Learn. Refine.",
"depth": "Go one level deeper than you think you need to.",
}
REJECTS = [
"cargo-cult configuration",
"tools you can't explain",
"complexity that serves the author, not the reader",
"giving up before reading the source",
]
@staticmethod
def approach(problem: str) -> str:
return (
f"1. Observe {problem} without assumptions\n"
f"2. Form a model\n"
f"3. Break it intentionally\n"
f"4. Rebuild with understanding\n"
f"5. Document what you learned"
)
def __repr__(self):
return "minimal + focused + consistent"
self = Itachi()[ 0.000000] Booting Linux 6.x
[ 0.012341] Mounting /knowledge โ read-write
[ 0.024891] Loading module: curiosity.ko โ OK
[ 0.038120] Loading module: patience.ko โ OK
[ 0.051337] Loading module: systems.ko โ OK
[ 0.063984] /dev/procrastination: not found (good)
[ 0.078200] Terminal session established
[ 0.091501] All systems nominal
[ โ.โโโโโโ] Still learning...
โ life.service โ Itachi's Operating Runtime
Loaded: loaded (/etc/systemd/user/life.service)
Active: active (running) โ and always iterating
Main PID: [REDACTED]
CGroup: /user.slice/itachi
โโ curiosity [running]
โโ discipline [running]
โโ open_source [running]
โโ sleep [occasionally]
"The quieter you become, the more you can hear."
Minimal. Focused. Consistent.

