The big digital music stores are DRM-free these days (iTunes and Amazon both are). There's also Qobuz if you want to avoid the tech giants (though most of your money ends up going to record labels, so does it really matter?).
the verge has always identified themselves as reporting on the intersection of tech and culture. sometimes that swings more towards culture than tech, but this feels completely outside technology.
A beanbag is a chair? Perhaps a chair should be something on which one can comfortably sit without breaking that has a back and four legs. I suppose then a horse would be a chair.
Without that kernel support, all processes in the VM (not just Rosetta-translated ones) are opted-in to TSO:
> Without selective enablement, the system opts all processes into this memory mode [TSO], which degrades performance for native ARM processes that don’t need it.
Before Sequoia, a Linux VM using Rosetta would have TSO enabled all the time.
With Sequoia, TSO is not enabled for Linux VMs, and that kernel patch (posted in the last few weeks) is required for Rosetta to be able to enable TSO for itself. If the kernel patch isn't present, Rosetta has a non-TSO fallback mode.