HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gjhr

no profile record

comments

gjhr
·năm ngoái·discuss
Key word being "most". I attended a state funded grammar school in the 2000s.

See: https://en.wikipedia.org/wiki/List_of_grammar_schools_in_Eng...
gjhr
·3 năm trước·discuss
https://en.wikipedia.org/wiki/Riffle_shuffle_permutation#Per...

Shows that perfect shuffles can return the deck to the original state.
gjhr
·3 năm trước·discuss
I think the problem here is that they submitted a fabrication. If someone is prepared to do that, I don't think how they drafted the document is really the issue.
gjhr
·5 năm trước·discuss
Fair use is not a global concept.
gjhr
·5 năm trước·discuss
I certainly don't adore him, but would probably read a good biography about him _because_ he is such a controversial figure.
gjhr
·5 năm trước·discuss
Provisioned concurreny does decrease cold starts.

Reserved concurrency both guarantees a portion of your concurrency limit be allocated to a lambda as well as capping concurrency of that lambda to that portion. Reserved concurrency has no cost associated.

Provisioned concurrency keeps a certain number of execution environments warm for your use. Provisioned concurrency costs money.
gjhr
·5 năm trước·discuss
Yup. In the UK the benefits of owning are clear, but the entrance requirements can be very high.
gjhr
·5 năm trước·discuss
> When you run Terraform against AWS on the subnets part, it will create (anytime you deploy) the missing subnets

That is one of the core features of Terraform? Detecting and fixing drift is useful.