After reading, the gist of it seems to be:
- Vanilla far-right indoctrinated dumbo (his vision: “Reds” welcome, “Blues” not, “Anti-Blue Propaganda” on public view screens)
- Wants exploitative capitalism on steroids with companies controlling everyone’s lives completely
- Claims current capitalism is only bad because it’s “woke capitalism” which he claims the “ruling class” is pushing
- Wants tech bros to butter up police and give security staff jobs to their children as a favor, i.e. intentional social classism
.
In short, just another out of touch entrepreneur who sells snake oil cures to people suffering in the current system, so that they may invite in the boot that stomps them down for good.
I think you’re mistaken there.
Wine is a vanilla Linux executable that runs as the user who launched it. The Windows program it runs thus also runs under that user. That’s possible because Wine doesn’t do anything system-wide (like intercepting calls or anything), it already gave the process its own version of i.e.
LoadLibrary()
(the Windows API function to load a DLL) and can happily remap any loaded DLL to Wine’s reimplementation of said DLL as needed.Here are, for example, the processes created when I run Paint Shop Pro on my system (the leftmost column indicates the user each process is running as):
Also, some advice from WineHQ: