You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example of how to get current binary's path using Apple's Code Signing Services
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Guide updated to use the official installation .iso from Microsoft, which finally became available in Dec. 2024! For the VHDX disk image based guide check an earlier version of this gist.
When following this guide on a host not capable of aarch64 virtualization, replace -cpu host -accel kvm with -cpu max.
A cleaned up version of an internal script that I've been using while working on TotalFinder to create VirtualApple virtual machine instances that are hardlinked to a UTM virtual machine instance. It's particularly useful for entering One True recoveryOS (1TR) as well as using the other features found only in VirtualApple.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a cleaned up version of an internal script that I've been using while working on TotalFinder to create VirtualApple virtual machine instances that are hardlinked to a UTM virtual machine instance.
# It's particularly useful for entering One True recoveryOS (1TR) as well as using the other features found only in VirtualApple.
# UTM does not support entering 1TR for macOS 12 hosts (yet?), though it is now possible on macOS 13 hosts (utmapp/UTM/issues/3526).
If you want to change things on the root drive of a Mac you will need to take some steps to disable the built in security of the system. Most of these steps are the same regardless if you are on Intel or Apple Silicon. If there is a difference it is noted.
Note that all of these things put a Mac into an unsupported and less secure state.
Make sure you either perform these steps in a VM or that you reset the protections after you are done poking around
Protections and Terms
(This list is not exahustive on the details of each. Check the links at the end for more info.)
Make DKMS sign kernel modules on installation, with full script support and somewhat distro independent
On systems with UEFI Secure Boot enabled, recent Linux kernels will only load signed modules, so it's about time DKMS grew the capability to sign modules it's building.
dkms-sign-module is a wrapper for the more generic sign-modules which can also be used outside of DKMS.
Installation
Create a directory under /root, say /root/module-signing, put the three scripts below in there and make them executable: chmod u+x one-time-setup sign-modules dkms-sign-module
Running Third Party Kernel Extensions on Virtualization Framework macOS Guest VMs
Running Third Party Kernel Extensions on Virtualization Framework macOS Guest VMs
As of macOS 12 (Monterey), Apple's Virtualization framework
has nice support for macOS guest virtual machines, but with severe
limitations: For example you can't install a macOS guest on Intel
Macs, install guests with newer versions of macOS than the host, copy
and paste between the host and the guest, or install third party
kernel extensions in the guest. As usual for Apple, the functionality
they do support is nicely implemented, but they've left out so much
that the result is only marginally useful -- at least compared to
The libdispatch is one of the most misused API due to the way it was presented to us when it was introduced and for many years after that, and due to the confusing documentation and API. This page is a compilation of important things to know if you're going to use this library. Many references are available at the end of this document pointing to comments from Apple's very own libdispatch maintainer (Pierre Habouzit).
My take-aways are:
You should create very few, long-lived, well-defined queues. These queues should be seen as execution contexts in your program (gui, background work, ...) that benefit from executing in parallel. An important thing to note is that if these queues are all active at once, you will get as many threads running. In most apps, you probably do not need to create more than 3 or 4 queues.
Go serial first, and as you find performance bottle necks, measure why, and if concurrency helps, apply with care, always validating under system pressure. Reuse
I surveyed existing options in Massachusetts and Rhode Island, and then examined those states which have mandates or guidance on transgender health insurance coverage and provisions to gather a collection of that guidance. 22 states and DC currently have guidance.
I'm working from the standpoint of facial feminization surgery, because it's commonly considered cosmetic; It's a convenient basis for comparing coverage.
What I learned is that the Deval Patrick guidance did not specify a list of services, and a number of (small) providers in Massachusetts have a less expansive coverage offering; The difference seems to be that MassHealth's coverage includes the more expansive list of surgical interventions. The comparable Rhode Island program is less extensive, and it may well be that the difference stems from that.