| Avatar Artist | @[email protected] |
| Website | https://joscomputing.space |
| Avatar Artist | @[email protected] |
| Website | https://joscomputing.space |
decided it'd be a neat project to write my own instead - have never really toyed around with sleigh, and it seems like a curious ISA. turns out both are surprisingly neat to work with!
there's hardly any documentation publicly, but it turns out modern GNU binutils can handle FLIX quite easily, so started referencing that (and the above repo in thread). thankfully, this doesn't use what seems to be true VLIW - they're all fixed 64-bit ๐
the actual encoding itself isn't awful: one executs three slots, which embed 24 -> 20 -> 16 bit instructions with varying levels of opcode availability (seemingly over load/stores and ALU ops). the second has two slots, 24 -> 36-bit (for wide conditional branches!)
perhaps that's a poor explanation because I'm running on fumes at the moment, but just happy it works lol
AS A: user
I WANT TO: have my other two monitors be entirely unusable while browsing Time Machine
SO THAT: I have time to ponder and lament the actions leading up to using Time Machine to begin with
found this bug implying that, once upon a time, macOS' MDM enrollment didn't attach a complete signature chain within its CMS certificate set: http://www.openradar.me/31423312
good news, it's now 2024! the future is on macOS 15.1, in which we now get duplicates of CAs in the certificate set (a possible spec violation, it breaks the Rust `der` parser):