How will running a CA limit access? eg. Do you want to do client side cert validation? That sounds like an overcomplication. Also not ideal to run a CA (have signing keys) on the proxy server.
Just a regular Joe.
How will running a CA limit access? eg. Do you want to do client side cert validation? That sounds like an overcomplication. Also not ideal to run a CA (have signing keys) on the proxy server.
I don’t know about these days, but I remember making a custom layout for Windows back in 2005 that was US Qwerty keyboard plus AltGR+auose for äüö߀ (German umlauts and euro symbol).
I forget how I did it, as I haven’t used Windows for serious work in years.
https://opensource.stackexchange.com/questions/8367/is-the-term-open-source-a-trademark has a discussion about this.
The short story is that the OSI failed to obtain a legal trademark in the US for the term “open source” (software), resulting in many opportunistic companies and individuals adopting the term popularized by the OSI (which was founded by Eric Raymond, Michael Tiemann and Bruce Perens).
There was controversy at the time due to it being a business-friendly spin on the ideological “free software”, and I personally avoided using the term for many years as a result. Even without a trademark on the now generic term of Open Source, there is still value in the OSI brand and its stamp of approval on a license.
Those who want to be crystal clear, should probably always say OSI Approved Open Source License.
Now, I’m off to have a Nescafé Approved Coffee.
What filesystem are you using?
It is possible to wrap something like python into a single file, which is extracted (using standard shell tools) into a tmpdir at runtime.
You might also consider languages that can compile to static binaries - something like nim (python like syntax), although you could also make use of nimscript. Imagine nimscript as your own extensible interpreter.
Similarly, golang has some extensible scripting languages like https://github.com/traefik/yaegi - go has the advantage of easy cross compiling if you need to support different machine architectures.
https://www.bbc.com/news/articles/crlr8gp813ko seems to have a good explanation. In short, it’s complicated, and the IOC drew their lines.
It’s the Y chromosome that triggers them.
edit: alleged/unpublished … she failed some gender verification tests of IBA that disqualified her there, but met the IOC’s criteria. It is what it is. They might keep or change the eligibility rules in the future, and that will continue to be IOC’s decision, much as it is IBA’s.
Someone who lies is a liar. I lie unintentionally all too often, despite my best efforts not to (aside from some leg pulling.) Some people can’t seem to help lying, and some others do it quite intentionally. We humans aren’t very reliable or trustworthy, but we muddle on anyway, and we’re not that bad, mostly.
Not much, although it’s not strictly necessary for IPv6. But not much is pure IPv6 yet. Perhaps 2025 is the year of IPv6!
Lots of good advice here. I’ll add that you could develop an understanding of IP networking and how it works on Linux, network interfaces, with containers, with iptables as well as stateful and stateless firewalls, CIDRs and basic routing, IP protocols and some common protocols like DNS and HTTP. This used to be pretty common knowledge in applicants 15 years ago, but very few have it today I find. DHCP and PXE boot is fun to learn too, and is still common in datacenters.
The world economy is huge and growing, and the US economy is damn strong with a significant share of it. It also owns the world as far as raw military power and power projection goes. The US would absolutely use its huge military and economic advantages to keep its position as top dog if necessary. It is fine that the world’s economy is growing (inevitable after the devastation of ww2, which barely touched the US; also industrialization in countries like china), but it doesn’t mean the US is any weaker for it. And anyone who thinks the US won’t keep its rivals in check (no doubt leaving a trail of bloody corpses behind) has not been paying attention.
There’s a lot of people pinning their hopes on the global south and the decline of the dollar. I just don’t see it, and it seems like wishful thinking. If there were a real risk to US supremecy, we’d see serious chaos unfold, setting them (edit: not the US) back significantly. The gloves are still on just now.
The US chooses when and how to intervene. With Israel vs Iran, it was clear. With NATO, it is clear. With Ukraine, it is still wishy washy - Ukraine can’t lose, but it doesn’t need to win for the US’ strategic goal of a weakened russia to be met. One can easily argue that it helps. Russia and its allies will continue to shit stir in “minor” ways elsewhere as a result, distracting but not really hurting the US.
I don’t see a decline in US capitalism or (US-style) imperialism anytime soon. It seems extremely well positioned to continue to be the #1 world power and influencer, even if its regional political and economic influence wanes a bit. US foreign policy is that of a bully in the sandpit who breaks any toy denied to him. Domestically, from the outside it looks like an absolute shitshow, with the masses cheering with hysteric enthusiasm as they are thrown one by one to the lions.
Deemix is a good way to build up your local cache from Deezer, at which point you can serve it locally.
It will mess with artist renumeration though (which seems important to you), so you might want to find another way to compensate your favourite artists.
If you want fast GPS coordinates, then you give more location hints. Local privacy regulations apply.
As a primary Linux user who wrote his own X tool to do exactly this and has been missing this functionality on Mac - thank you!
I’ll send my unpublished code your way soon. It’s just Go, relying on the WM (run command shortcuts) to call it. Move+Resize and Focus functionality.
It won’t work on Wayland, which seems to require native compositor support - labWC is halfway there.
edit: check your PMs
I’ve had the most luck with heroic games launcher for Epic. I guess anti-cheat will be problematic for multiplayer games on epic.
Can confirm. I’ve been using Linux for nearly 30 years… I don’t post questions on forums. Bug reports for OSS projects, on the other hand…
And how does MuseScore compare to a pen & paper and upright piano in terms of quality?
NFSv3 (udp, stateless) was always as reliable as the network infra under Linux, I found. NFSv4 made things a bit more complicated.
You don’t want any NAT / stateful connection tracking in the network path (anything that could hiccup and forget), and wired connections only for permanent storage mounts, of course.