Projects
Active projects
I'm currently working on these projects. Most of them are software projects written in Go and Python.
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.