I run a Python script after the build has completed that reads the entire sitemap and chunks it into parts of 50k.
+1 for mentioning incremental builds as well. These two features are often overlooked and people just ask "why do you even have so many pages?" and it ends there because nobody wants to entertain the power user.
A third disadvantage I've seen is search. I use fuse to generate a JSON for client side search but it takes a lot of memory to render and is a cause for concern.
It would be a valid security pattern if it was created under the org scope, but it isn't.
A "service account" on GitHub is just another user account tied to a real user with that users MFA (if MFA is enabled, and since we're referring to valid security patterns, it should be).
Not sure if you're joking or just ignorant. The computer in your pocket is not made to do any of that, similar to how the computer on your desk is not meant to make phone calls or count how many steps you've walked or tell you that there's a car accident 500 meters ahead.
DDG was blocked for the past several days. The issue came up on /r/duckduckgo and /r/india, following which the Internet Freedom Foundation wrote to the Department of Telecom [1]
DDG is working for me again (it's my default search engine) so that's a relief. In the past, the government or the ISPs in India have nonchalantly blocked several websites and even NSFW sub-reddits. The IFF even has a dump of blocking orders issued by courts leaked by a whistleblower. [2]
If you feel YAML is too complicated for you, a host of problems await for anything you want to do in infrastructure...
Ansible has it's own set of features that are largely abstracted out by it's YAML playbook syntax. You can run it across any (or almost) system, from Linux to Windows and even networking devices. You can create modules in any language you want.
The government enforced a lockdown out of the blue, stopping trains and buses from moving.
Migrant workers who were stranded tried to go back home by walking hundreds of miles but cops would see them and punish them. Punishment in this case is beating the crap out of them using batons, bamboo sticks, and making them do situps and bunny hop instead of walking back home.
Doesn't matter why you're outside. Cops have attacked hundreds and even killed many in India for not enforcing the lockdown.
I run a Python script after the build has completed that reads the entire sitemap and chunks it into parts of 50k.
+1 for mentioning incremental builds as well. These two features are often overlooked and people just ask "why do you even have so many pages?" and it ends there because nobody wants to entertain the power user.
A third disadvantage I've seen is search. I use fuse to generate a JSON for client side search but it takes a lot of memory to render and is a cause for concern.