Skip to content
View itachi-re's full-sized avatar
💭
"𝐎𝐩𝐞𝐧 𝐬𝐨𝐮𝐫𝐜𝐞 𝐢𝐬 𝐤𝐞𝐲 𝐭𝐨 𝐮𝐧𝐥𝐨𝐜𝐤 𝐭𝐡𝐞 𝐟𝐮𝐥𝐥 𝐩𝐨𝐭𝐞𝐧𝐭𝐢𝐚𝐥 𝐨𝐟 𝐦𝐨𝐝𝐞𝐫𝐧 𝐭𝐞𝐜𝐡𝐧𝐨𝐥𝐨𝐠𝐲."
💭
"𝐎𝐩𝐞𝐧 𝐬𝐨𝐮𝐫𝐜𝐞 𝐢𝐬 𝐤𝐞𝐲 𝐭𝐨 𝐮𝐧𝐥𝐨𝐜𝐤 𝐭𝐡𝐞 𝐟𝐮𝐥𝐥 𝐩𝐨𝐭𝐞𝐧𝐭𝐢𝐚𝐥 𝐨𝐟 𝐦𝐨𝐝𝐞𝐫𝐧 𝐭𝐞𝐜𝐡𝐧𝐨𝐥𝐨𝐠𝐲."

Block or report itachi-re

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
itachi-re/README.md

👋 hello there!

"Observation is the first step toward understanding."


🧩 About Me

#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.


⚙️ Tech Stack & Environment

Systems & Platforms

Linux openSUSE Arch Linux Kali Linux Docker Android LineageOS GrapheneOS

Development

C Python Bash Neovim Lua

Workflow

Component Tools
Terminal GhosttyKonsoleAlacritty
Shell ZshBash
Desktop HyprlandSwayKDE Plasma
System rEFIndBtrfsext4
Tools GitPywalCustom Scripts

🧠 Currently Learning

$ cat ./learning_goals.txt
→ Linux System Programming
→ Network Protocol Analysis  
→ Wayland Compositor Internals
→ Low-level Performance Optimization
→ Binary Exploitation & Reverse Engineering

🗂️ Featured Projects

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;
};

System automation utilities

#!/usr/bin/env zsh
# Purpose-driven automation
# - File organization
# - Workflow optimization  
# - System maintenance

📊 Development Insights

GitHub Stats

Top Languages

GitHub Streak

Activity Graph


🧭 Development Philosophy

"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"

🔧 System Details

# 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

📫 Connect

GitHub Telegram Email Discord


"Minimal. Focused. Consistent."

systemctl --user start productivity.service
# Status: ██████████ 100% operational

💭 "The quieter you become, the more you can hear."


Profile Views

Pinned Loading

  1. lastfm-scrobbler lastfm-scrobbler Public

    Bulk scrobble old listenings to last.fm

    Python 1

  2. openwrt_secure_ssh_guide openwrt_secure_ssh_guide Public

    Secure Remote Access to an OpenWrt Router with WireGuard VPN

    1

  3. android-studio-obs android-studio-obs Public

    Android Studio Automation for openSUSE Tumbleweed on Open Build Service (OBS)

    1

  4. waydroid-image-obs waydroid-image-obs Public

    Uses GitHub Actions and Python to automatically scrape the latest Waydroid image URLs from SourceForge, updating an RPM .spec file for OBS builds.

    Python 2

  5. brave-browser-obs brave-browser-obs Public

    This repository serves as an update tracker for the Brave Browser on the Open Build Service (OBS). It aims to automate the process of building and maintaining the Brave Browser packages for users o…

  6. dotfiles dotfiles Public

    "My personal dotfiles managed with Stow"

    Shell