Skip to content
View f4rkh4d's full-sized avatar

Sponsoring

@caioagiani

Block or report f4rkh4d

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
f4rkh4d/README.md
  1. zürich, sometimes almaty. eth freshman.

i make small things, mostly in rust. sometimes c, zig, odin, crystal, whatever fits.

  • a one-pass x86-64 jit (12x over my bytecode interp)
  • an sql linter (6ms across 5 dialects, 50-200x sqlfluff)
  • a 785-line x86-64 kernel that round-robins three tasks in qemu
  • a post-quantum kem from scratch (fips 203, nist kat verified)
  • a tax calculator because the existing ones look like 2007

still can't center a div.

right now: anchor, a local proxy that caches LLM api calls so you stop watching your spend leak. rest lives at projects.frkhd.com.

📬 bennett@frkhd.com · 💬 @f4rkh4d · 🌍 frkhd.com

Pinned Loading

  1. cmdvault cmdvault Public

    save commands u keep forgetting, fuzzy-search em later

    Python 43

  2. drift drift Public

    sql linter and formatter in rust. multi-dialect. single binary. 50-200x faster than sqlfluff.

    Rust 1

  3. jitvm jitvm Public

    a toy lang with a hand-rolled x86-64 jit. no llvm, no cranelift.

    Rust

  4. mlkem-rs mlkem-rs Public

    ml-kem-768 (kyber) post-quantum KEM, from scratch in pure rust. fips 203, nist kat verified.

    Rust 1

  5. nanokern nanokern Public

    multitasking x86 kernel in ~3000 lines of c + asm. protected mode, paging, scheduler, syscalls. fits in my head.

    C

  6. thin thin Public

    finds ai writing in your readmes. without using ai. rule-based prose linter, opinionated and loud.

    Rust