Making zears Fast
As a learning exercise, I’ve implemented the aez cipher in Rust and tried to make it as fast as possible.
Read more …rust
As a learning exercise, I’ve implemented the aez cipher in Rust and tried to make it as fast as possible.
Read more …I've recently set up a webhook to re-build a project's documentation when a new version is pushed to git. I write about my initial try using a CGI script, and the design I ended up using, utilizing mod_proxy and a "documentation build daemon".
Read more …One of my projects is a find-like utility for special .evtc files. I design and implement a small query language that allows the user to combine filters very flexibly in various ways.
Read more …