W11: clean slate
This week I've given a good cleanup to my digital life. First, I purchased a backup drive; I transferred much unnecessary data from my devices and freed up space, then did backup copies of all of them and scheduled further, periodic backups.
I also downloaded and deleted all my data from the cloud, including photos and emails, and stored two copies of said data in different drives. I deleted any social media accounts I was no longer using and removed all comments from the ones I was using.
Finally, I installed a password manager; locked it with a very strong master password and changed many of my online passwords to randomly generated ones stored locally. Then I backed up the database to two other drives and two different devices.
Of course, I've kept interviewing local doctors to get an idea of what each hospital is like from their perspective.
Regarding Nacre, I've done small incremental changes to data type-related code generation. Now all kinds of structs can be constructed and their fields accessed. Only recursive types are left.
I have created a Github roadmap for the first release. It will probably take a lot to finalize, but most of the work is already done.
Here are the mutation testing-measured scores for the different components:
nacre_ast
: 59 %nacre_cache
: 100 %nacre_compiler
: 76 %nacre_kernel
: 85 %*nacre_parser
: 48 %
*nacre_kernel
additionally has a fuzz testing suite.