| TLDR; I've got some Windmills to tilt at as I go off into the sunset. I am now, apparently, a retired person. It came as a surprise, and relief. (The fine line between retired and homeless cuts through every human heart) I intend to write a lot of code, make a lot of 3d printed stuff, and enjoy my time with my friends and family. For the next month or two, I can't do much due to eye surgery. I've picked up (with a lot of help from HN) a Forth variant from the 1970s previously known as STOIC, to work on. It's written in C, which I've avoided since the 1980s. (I hate case sensitivity, and the shenanigans that happen with Macros, and the insanity that is \x00 terminated strings) If possible, I intend to write a C library that does Reference Counted, Count Prefixed Strings, to route around the standard *char grief. I'm also working on a set of tools to deconstruct HTML and recast it as an Actual Markup language that you can apply to HyperText, in a sane manner. (Throwing all the layers together with a blender in "HTML" was a tragedy) Oh... and I forgot earlier... I want to at some point use an OS as a daily driver that implements the principle of least privilege. WASM might be a work around for this. |