Unfortunately, this is about as easy as it gets. Practically though, it isn't going to matter. It sounds like run0 will be a drop-in replacement for sudo. We will know for sure in about 3 days (at the rate at which they assimilate features).
Sudo also blocks almost all environment variables, with the option to set or copy them on demand. I assume that run0 will have similar facilities to propagate variables on demand.
PS: This is my technical understanding. Personally, I don't like systemd eating up all the other utilities.
Where do you shop local? I think the public lost when they let down mom and pop shops in favor of these megacorps. They wouldn't have had the leverage to jack up price gouging and inflation so much otherwise.
The worst thing that happened in this case is that the innocent law-abiding driver of the other car is badly injured, possibly with multiple fractures. I don't see how this is a case of bad things happening to bad people. Even multiple fractures are too lenient for this PoS.
This is exactly what was predicted as the result of corporate surveillance and targeted ads. They are part of schemes to extract more revenue from you. Another example is the rising premium for health insurance. But people apparently had "nothing to hide"!
Islam includes many Jewish and Christian figures among their numerous prophets. (They believe Mohammed to be the last among them). That includes John the Baptist and Jesus himself (and possibly more). Since Jews had a hand in their death, that could be the reason why they make this claim.
While they're partially correct, this antisemitic trope ignores a lot of context and nuances. For example, Jesus himself was a Jew and so were his initial followers. And there are strong reasons to believe that his crucifixion was a vicious threat towards the Jews of Judea. John's story also has similar nuances. Unfortunately, all those contexts are neglected while creating the propaganda narrative of the evil Jew.
My sincere belief is that the difficulty in self hosting is due to the lack of priority, investment and development, due to the perverse incentives of the SaaS model. I don't think it's a technical problem that cannot be resolved with sufficient work. There are PoCs that prove that it can be made as simple as desktops and mobile phones.
That page pitches Nomad as a direct and better competitor to K8s. Both are considered as container orchestration platforms, though nomad can orchestrate other types of jobs as well.
When it comes to scalability, the anecdotes I've heard says that Nomad is better. Even the page you provided says the same. (I did try Nomad. But didn't scale it enough to test this).
The only real issue that I faced with Nomad in comparison to K8s is running certain infrastructure loads like CNI and CSI plugins (like longhorn and mayastor). They don't just talk to K8s through the standard interfaces (which Nomad also has), they often integrate deep into K8s using operators and CRDs. Nomad doesn't have the provisions to support such nonstandard deep integrations.
If a software is easy to self host, then there is no need to make it harder to deploy as SaaS. The latter will be irrelevant for most people.
And the problem of self hosting isn't a circular problem as you project it to be. There are architectural changes that can make it positively easier to self host without exposing the sysadmin to needless complexity. The example I quoted before - sandstorm - was a step in this direction. Deploying and administering applications on sandstorm would have been as easy as deploying one on desktop (including cross app integrations). The change needed was to modify the app to work with the sandstorm platform. Unfortunately, the platform didn't gain the momentum needed to ensure that all available apps would be ported. But it shows that the concept is viable.
Your second point is especially interesting, considering the recent xz backdoor. The bad actors manipulated a poor burnt out maintainer for it. In comparison, I'm impressed with gorhill for his perseverance and mental strength. I would like to know how he avoids burn out with such negative influences.
Unfortunately, this is about as easy as it gets. Practically though, it isn't going to matter. It sounds like
run0
will be a drop-in replacement forsudo
. We will know for sure in about 3 days (at the rate at which they assimilate features).