Skip to content
View 0xzrf's full-sized avatar
:shipit:
Explo[ r | it ]ing
:shipit:
Explo[ r | it ]ing

Block or report 0xzrf

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
0xzrf/README.md

0xzrf

I seek to understand systems — not just how they work, but how they can be made to work differently.

My interest lies in the culmination of two million years of human progress: science, computation, and the systems we've built around them. Through understanding comes a simple question:

Can I make it work in a way it is not expected to work?

Hacker @ TryHackMe. Cybersecurity remains a useful skill to develop.


Top Projects

A tree-walk interpreter which creates a Token stream from .lox source, then to an AST, after which it interprets the AST to execute the code (written in RUST)

A stack based interpreter that spins up a VM, converts the .lox to tokens, and then creates OpCodes for the source code, which later gets executed. (written in C)

A terminal-based chat project built with a focus on minimal interfaces and practical systems design.

A Solana transaction indexer for tracking instructions across Meteora and Raydium ecosystems for specific pubkeys with db store feature.

An exploration of Rust macros and compile-time metaprogramming patterns.

Pinned Loading

  1. rlox rlox Public

    Rust 2

  2. c-lox c-lox Public

    C

  3. TermChat TermChat Public

    Rust

  4. backend-examples backend-examples Public

    Rust

  5. macros-experiment macros-experiment Public

    Rust

  6. meteora_raydium_txn_indexer meteora_raydium_txn_indexer Public

    Rust