Luckily the .exe's MZ header is pretty small. But in this case it was necessary: when DOS loads a .com binary, it can't know how much memory it will need, so DOS just gives it all free memory. But then the program can't launch another, because all memory is in use. So that's why I had to add the MZ header which allows specifying the memory needs.
I like retro programming, in particular Windows 2000.
Now I'm making a little 3D toy now that works with OpenGL on Windows with WGL and on X11 with GLX (also on Cygwin). No third party abstractions!
I want to keep adding backends, like DX 7, 9, Vulkan, WebGL, bare Linux KMS, and then stuff like screen space reflections, shadows, materials, ray tracing where possible, maybe get it running on a console or two too.
A cop once asked me to shake my backpack to make sure there were no graffiti cans in there. Obviously there weren’t.
Now I’m involved a bit in activism get searched on the regular. It’s mostly procedural, I have the privilege of being not really considered a criminal.
It’s how non-Latin Unicode domain names are encoded, in this case one made out of Japanese characters. I suppose it depends on the browser whether or not it shows them.
I used the last of my leave days for the work mandated time off between Christmas and New Years Day. We have plenty, but I used so much for holiday and activism. So I haven't taken the customary full two weeks off and will be back at the office on 2 Jan. Don't mind it, I like the quiet office.
I was of this conviction until Amsterdam riot cops hunted down protestors like animals and beat them relentlessly, without reason, after they were released from custody, and not a single other cop denounced it.
Luckily the .exe's MZ header is pretty small. But in this case it was necessary: when DOS loads a .com binary, it can't know how much memory it will need, so DOS just gives it all free memory. But then the program can't launch another, because all memory is in use. So that's why I had to add the MZ header which allows specifying the memory needs.