Projects

Active projects

I'm currently working on these projects. Most of them are software projects written in Go and Python.

Go library: uuidvii

An efficient implementation of UUIDv7 which is HW-optimized and has zero dependenci other than the Go standard library. It performs well on both x86_64 and Arm64 computers.
uuidvii on GitHub.

ZLS

ZLS is an HTTP-based live streaming protocol designed to perform well under unreliable network conditions.
I work with Amaury on this project.
Read more about ZLS.

Go library: crown

When you want to change time, you wind the crown of your watch. This library lets you wind the time of your program when you run unit tests on components that need to execute time.Sleep (and derivative).
crown on GitHub.

Go library: idhider

idhider is an experimental uint64 ID obfuscator based on format-preserving encryption (Blowfish cipher) and Base32 for human readability.
idhider on GitHub.

More projects on GitHub.