Type in the exact number of machines to proceed
rachelbythebay.com
Type in the exact number of machines to proceed
1–10 of 340 posts
Re: Type in the exact number of machines to proceed
#2Re: Type in the exact number of machines to proceed
#3Re: Type in the exact number of machines to proceed
#4 Terraform will perform the following actions:
# google_compute_instance.vm_instance will be created
+ resource "google_compute_instance" "vm_instance" {
+ ...
Plan: 2 to add, 0 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yesRe: Type in the exact number of machines to proceed
#5I wish it were possible for similar prompts to appear before all sorts of policy-makers and bureaucrats. "It appears you are about to institute a policy which will require 400 million patients to sign an additional waiver every time they visit a clinic, this will waste a total of 354,921 human hours within the next year alone. Please type 354,921 to proceed."
https://digital.gov/resources/paperwork-reduction-act-44-u-s...
it requires the office of management and business to calculate the impact of records-keeping requirements impact on time and privacy, among other things.
I do not believe it has resulted in a reduced recordskeeping burden. For the most part I simply see an estimate of how long it will take to complete my tax forms and permits, on the form itself. Perhaps others have different views.
Re: Type in the exact number of machines to proceed
#6Then you search the logs to see who is trying the command with the esoteric flag and "fix the glitch with payroll" for those employees.
Re: Type in the exact number of machines to proceed
#7Re: Type in the exact number of machines to proceed
#8I personally took it to heart, it's a good system for forcing a cache miss in the brain - make sure you're on "database production" or "database localhost" etc.
Re: Type in the exact number of machines to proceed
#9Makes it harder to nest that command inside a script - you have to parse out the number and paste it back? Or do I misunderstand - should it still prompt the user in the middle of the process when that step arrives? That would be problematical if it were included in a web page or whatever.
If the tool could potentially touch a large number of machine, even if you’re super sure you got it right you should still prompt the user
Re: Type in the exact number of machines to proceed
#10Makes it harder to nest that command inside a script - you have to parse out the number and paste it back? Or do I misunderstand - should it still prompt the user in the middle of the process when that step arrives? That would be problematical if it were included in a web page or whatever.