You haven’t addressed the case of migraine to a non geographic tld
You haven’t addressed the case of migraine to a non geographic tld
I trust none of the I can. People are running anything on kubernetes 😆
Oh wow! And that reservation makes so much sense under these circumstances. Obviously, we could never consider the possibility of a three-letter TLD for a country or migrating a two-letter TLD to a non country specific name because reasons.
iPlayer isn’t an ‘open’ service- you have to use a supported client, even if that client is a web browser. Your options are limited to platforms that can support those clients. Personally I’ve found Roku preferable to Chromecast, firestick, full PC. I may at some point have tried to get iPlayer running with Kodi back in the day, when it was XBMC, but XBMC was pretty clunky anyway, let alone on raspberry pi.
Welcome
Depends what you want to play it on. In my house we have:
3 laptops 2 tablets 2 mobile phones (1 android, 1 iPhone) TV
Not all these devices support local storage for music and it’s a pain to sync files between them. With Jellyfin the complete library is in one location with a consistent interface. It can also be made available remotely if I choose.
People like this
You might say that the definition is ‘Elastic’
Because they don’t know or trust them
The OpenBSD project maintains portable versions of many subsystems as packages for other operating systems. Because of the project’s preferred BSD license, which allows binary redistributions without the source code, many components are reused in proprietary and corporate-sponsored software projects. The firewall code in Apple’s macOS is based on OpenBSD’s PF firewall code,[6] Android’s Bionic C standard library is based on OpenBSD code,[7] LLVM uses OpenBSD’s regular expression library,[8] and Windows 10 uses OpenSSH (OpenBSD Secure Shell) with LibreSSL.[9]
Zim desktop wiki? I’ve used it for years. Cross platform, open source, lots of features. Bear in mind that there are a lot of plugins, including one specifically for journaling
Not seen where protected categories are mentioned but they aren’t vague. The evidence will presumably be that she was thrown out/barred based on an automated camera recommendation. This will be on record and thus she can show harm. The security guard apparently gave a reason for ejection at the time, ditto. What can the retailer say? “Oh someone else told us she was someone else your honour”? Most likely they will try to settle out of court.
‘Standing’? This isn’t the US. The law in the UK is a bit different.
In British administrative law, an applicant needs to have a sufficient interest in the matter to which the application relates
I think this woman can show that
More reputable sure covering this and related stories https://www.bbc.com/news/technology-69055945
It seems that you’ve misunderstood what the issue is here from cloudflare’s perspective. The customer was using cloudflare IP addresses, which is causing a knock-on effect for the rest of cloudflare’s customers and putting cloudflare as a business themselves at risk. The alternative was for the customer to use their own IP addresses as cloudflare advised . I’m not sure what you think ‘Business development’ teams do but I certainly wouldn’t be expecting engineering advice from them.
If there’s ‘nothing stopping’ it then why has nobody done it? Apple moved from x86 to ARM. Mobile is all ARM. All the big cloud providers are doing their own ARM chips. Intel killed off much of the architectural competition with Itanic in the early 2000’s. Why stop?
If you look at the price for a Mac versus a Windows computer, I think it’s pretty obvious why people might choose a Windows device. For Linux, you really have to know where to look to buy a laptop that is shipped or warrantied with Linux. People tend to buy Windows computers because that’s what’s advertised available, familiar and in their price bracket.
Disclaimer: my main laptop is Mac. I have a secondary one running Linux and although I have a work laptop running Windows, that wasn’t my choice and I don’t have Windows on any personal devices.
Coming from what looks to me like a different perspective to many of the commenters here (Disclosure I am a professional platform engineer):
If you are already scripting your setups then yes you should absolutely learn/use Ansible. The key reasons are that it is robust, explicit, and repeatable- doesn’t matter whether that’s the same host multiple times or multiple hosts. I have lost count of the number of pet Bash scripts I have encountered in various shops, many of them created by quite talented people. They all had problems. Some typical ones:
Issue | Example |
---|---|
Most people write bash scripts without dependency checks | ‘Of course everyone will have gnu coreutils installed, it’s part of every Linux distro’ - someone runs the script on a Mac |
We need to pass this action out to a command-line tool, that’s obvious | Fails if command-line tool isn’t available, no handling errors from tool if they aren’t exactly what’s expected |
Of course people will realise that they need to run this from an environment prepared in this exact (undocumented) way | Someone runs the script in a different environment |
Of course people will be running this on x86_64/AMD64, all these third party binaries are available for that | Someone runs it on ARM |
Of course people will know what to do if the script fails midway through | People try to re-run the script when it fails mid-way through and it’s a mess |
The thing about Ansible is that it can be modular (if you want) and you can use other people’s code but fundamentally it runs one step at a time. You will know for each step:
Look at what they paid Steve Jobs
I know right? I’m constantly confused by this when I’m dealing with kubernetes networking