Technical Virtualizing my old desktop with QEMU In the process I made a disk image of my OS, in case I needed some data I forgot to back up. Now I could have restored the disk image, booted into it, and then back it up. But then I got an idea, what if I just boot into it with QEMU.
Technical Generalized 'parallel' popcnt Popcnt is a quite common function which counts the amount of hot-bits in some input; also known as the Hamming Weight. It is a well researched topic. However, still lacking a 'parallel' implementation
Casual/Personal Analysing 'Choose your own adventure' books A recent interest of mine has become analysing Choose your own adventure books. I've never read the original choose your own adventure books, but got introduced to it because of an upcoming project.
Technical Real-time natural TTS Deep Learning TTS has been a hot subject for several years now, and while the results are impressive, most of these models are way to slow to use in production. In this article