Uber had training that said you could never call a driver an employee or anything related to that, they were 'driver partners' or some such with words that imply a platform user
Thats slightly diferent - there is a lot of law about employees status - mainly because the IRS doesn't want to lose out any $ not for any liberal concern for employees
I find that most of the linux-like versions of user-space tools can be installed via homebrew. What functionality would you been hoping for from a linux vm?
would this VM be able to have any GPL v3 licensed tools?
Yeah, the drive for a "WSL" is really because Microsoft/Windows doesn't play nice with the *nix world of tools/commands that developers are falling in love with.
With OSX, the terminal experience is great, no need for a "WSL" over there!
This is an interesting take considering Linux is Unix-like and macOS is technically a BSD derivative. I don’t think macOS will ever have a Linux syscall translation layer/subsystem (WSL1) nor a lightweight VM with special integration (WSL2) but you can do sort of similar things in third party software, I think. Docker for Mac is using the native VM framework and includes a filesystem integration called osxfs, but despite mentioning the source code in documentation it does not appear to be open source at this time?
Exactly. It really doesn't need a syscall translation layer anyway given its Unix + BSD and POSIX foundations. Although this open-source project [0] does exist for macOS but it looks like its inactive.