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 …As a learning exercise, I’ve implemented the aez cipher in Rust and tried to make it as fast as possible.
Read more …I’m trying to scrape some information from our canteen’s website using Haskell, and I talk about the way I took to get to a working solution and the libraries I tried along the way.
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 …I wanted to have a small personal image hoster, and decided to try my hand at implementing one using Haskell and CGI. Nothing big, just simple uploads (with a password to avoid spam). This post talks about a few challenges I encountered during the way.
Read more …