Migration from Blogger to some kind of static site generator has long been on my TODO list. Most static site generators I've encountered are bloated and overly complex.
Tags: bloggersblgblogmigration.
My previous post demonstrated how the Linux kernel's AF_ALG socket type can be used with io_uring for fast hashing. I wasn't very happy with the complexity of the io_uring based implementation, so set out to write something much simpler with plain syscalls.
Tags: AF_ALGhashLinux.