Skip to content
View pie-314's full-sized avatar

Highlights

  • Pro

Block or report pie-314

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
pie-314/README.md


👤 whoami

pi@dev-machine:~$ neofetch --minimal

       _______      USER   : aadarsh
      |.-----.|     OS     : Arch Linux / Bare Metal
      || core||     KERNEL : First-Principles-x86_64
      ||__***||     UPTIME : 100% (fueled by caffeine)
      '-------'     ROLE   : I build the core and everything on top of it.
     /         \    STACK  : C, Rust, Python, x86 ASM
    />*|*****|*<\   GOAL   : "Don't just use abstractions. Build them."

Full-stack, from hardware to abstraction.



🏗️ Memory Segment (Projects)

pi@dev-machine:~$ cat /proc/self/maps | grep projects
Segment Resource Function Stack Access
0x4A1 RadishDB Crash-safe storage engine C, mmap, POSIX Read →
0x7B2 TRX Terminal-native package manager Rust, Ratatui Read →
0x9C3 Neural-Net ML logic from scratch (No Frameworks) C Read →


📚 Shared Libraries (Knowledge)

pi@dev-machine:~$ ls -la /usr/share/doc
  • 📄 [Crash-Safe Database Engine in C] — Deep dive into WAL and persistence. Read →
  • 📄 [Neural Network from Scratch] — Implementing backpropagation and matrices in C. Read →


🛠️ System Capabilities (Skills)

pi@dev-machine:~$ sysctl -a | grep skill_level

Languages

C Rust Python SQL x86_64 Assembly


Core Systems

Storage Engines Memory Management File Systems Linux Internals


Tooling

Git Docker GDB Valgrind Perf



📡 Network Interfaces (Socials)

pi@dev-machine:~$ ip addr show


fn main() {
    let mut life = Developer::new("Aadarsh");
    loop {
        life.learn();
        life.build();
        life.understand();
    }
}

Status Kernel Stable Database ACID Compliant

REBOOT SYSTEM ↑

Pinned Loading

  1. RadishDB RadishDB Public

    Redis-inspired in-memory key–value database in C with WAL, crash recovery, TTL, AOF rewrite, REPL, and TCP server. Built to understand real database internals.

    C 7

  2. trx trx Public

    TUI package manager

    Rust 9 2

  3. silicon8 silicon8 Public

    Silicon8 is a CHIP-8 emulator written in C and SDL2 that emulates the full virtual machine, including memory, CPU instructions, stack, timers, keypad input, and sprite-based graphics.

    C 2