skip to content

AI Researcher

Working on evolutionary ML with a focus on adaptive multi-objective functions and perserving weights while add/sub/modifying features parameters. Curious about Riemannian manifolds, chaotic blackbox uncertainty, signal processing, and stochastic calculus.

Articles

Read more →

Career Updates

22/03 - First x86 asm

  • Wrote my first few programs of x86 intel asm, using pwn.college :D I also understand piping (|) and stdout (>, 2>, <), appending (>>, <<) and been using echo $(echo ...) to create .s files inefficiently! learned about the compiling and why C is like that. Also learned about permissions and how to change stuff with chgrp, chmod. Also listing out commands with ls - 1 /cmd and processes with ps -ef and how to move them to fg or bg and kill [pid] them
// [compile assembly] [output to] [file name] [from asm.s file]
as -o asm.o asm.s

// [link directory] [output to] [file name] [using content from asm machine code]
ld -o exe asm.o
Read more →

Podcast

I host a tecnhical podcast about math, science, crypto, HFT/MEV and infosec. I have experience in these fields which enables me to ask deeper questions than other podcasts with hosts with surface elvel knowledge.

Explore →

Talks

Listen to my first ever interview when I was just starting out in my career! I talked about MEV and reverse engineering :)

Explore →