zom.wtf
twitter github
/posts/about/good_stuff
Posts

    Webgraph from scratch: BVGraph (Draft) (7 min)

    2023-09-25

    My notes on implementing and optimizing webgraph

    Webgraph from scratch: Instantaneous Codes (Draft) (28 min)

    2023-09-24

    Everything You Always Wanted to Know About Instantaneous Codes* (*But Were Afraid to Ask)

    Optimizing HyperLogLog (5 min)

    2023-05-12

    Different tecniques I used to speed up our implementation of HyperLogLog Counters

    Storing a set of integers, Elias-Fano, and Graphs (Pt.2) (Draft) (5 min)

    2022-12-20

    How to encode a graph in Elias-Fano, and its properties

    Storing a set of integers, Elias-Fano, and Graphs (Pt.1) (11 min)

    2022-11-10

    First post on Elias Fano, here we discuss about the math and the theoretical background behind Elias-Fano

    CUDA kernels in Rust (Draft) (3 min)

    2022-09-05

    How to write memory safe GPU code in Rust

    Writing Shellcodes in Rust (5 min)

    2022-07-09

    Brief tutorial on how to write memory safe shellcodes using Rust.

    M0lecon 2021 Rev Writeups (12 min)

    2021-11-10

    Write up of the reverse engineering challenge of M0lecon 2021

    On the optimal memory allocation for Random Walks on a Directed Graph (Draft) (10 min)

    2021-08-31

    Hitcon 2020 dual writeup (7 min)

    2020-12-01

    Write up of the rust heap exploitation challenge of Hitcon 2020 (dual)