"Nel mezzo dell cammin di nostra vita
mi ritrovai per una selva oscura,
ché la diritta via era smarrita."

Halfway through his life, my fellow countryman Dante found himself wandering alone in a dark forest, having lost his way. Narrating his incredible journey out of the forest, through hell and all the way to paradise, he then went on to become one of the greatest Italian poets, and La Divina Commedia one of the masterpieces of world literature.

Having just about reached the same age as Dante's in the Divine Comedy, finding myself too in exile and lost in a dark place, I decided it is time to start working on my own literary masterpiece.

I'm finally starting a blog.

Posts

  • Announcing Aya
    June 15, 2021

    Aya is a new eBPF library for the Rust programming language, built with a focus on developer experience and operability.

  • Adding BPF target support to the Rust compiler
    December 15, 2020

    I added BPF target support to the rust compiler. In the process, I wrote a partial linker for BPF bytecode.

  • Intercepting Zoom's encrypted data with BPF
    September 9, 2020

    I wrote a command line tool that uses BPF uprobes to intercept the TLS encrypted data that zoom sends over the network. In the post I show the process I went through to write it.