I understand why it's not there, though. But for me, an accidental "need to design this quick" amateur, I really don't like juggling 01_cover.svg, 02_inlay_left.svg 03_inlay_right.svg and so on. Designing a booklet, folder, or even business-card is frustrating.
I would say the "thumbs up" on a comment is one of the most helpful things on Github, it telegraphs that a comments is usually the fix for something, if we didn't have loads of people doing the "thumbs up" reaction on comments, we wouldn't effectively have stack overflow style answers in comments.
I don't understand, can't we just tell from the grid?
I think this site probably deals more with the cryptic crosswords, so that aside probably made more sense for regular readers.
https://github.com/sindresorhus/type-fest/blob/main/source/r...
I can walk through it with enough pause, but it kinda makes my head implode when I glance at it.
{ [Key in KeysType]-?: ... }
TIL that you can disable ? and readonly in mapped types using -. So in the above code, every Key will be mandatory (-?) even if the original one in KeysType was optional.source: https://www.typescriptlang.org/docs/handbook/2/mapped-types....
That argument is basically "there is a value of N such that for any p > 0, N p is much greater than 1."
But that's obviously wrong. For any N, there are values of p > 0 that make the product N p arbitrarily close to 0.
The dim intution behind the argument was that p can't be "too small". But given our current understanding of OoL, that's not a justified assumption. p could be exponentially small, if OoL requires some extremely unlikely step.
Natural selection is great once the system's reproductive fidelity is good enough to support it. The problem is bridging the gap from small molecules to that system. The smallest system we know of that can independently support Darwinian evolution has billions of atoms.
What we want is the probability for at least one other place other than ours to have life. This would be 1 - (1-p)^N, which does tend to 1 as N gets arbitrarily large.
To get that formula: (1-p) is the probability that life does not exist in a place, so (1-p)^N is the probability that ALL places where life is possible, has no life. Therefore, 1-(1-p)^N is the probability of the opposite of that (where at least one place has life).
There’s also of course the added cost of executing the library on the site but I’m guessing V8 and other JS engines have optimized the hell out of that too as to make it pretty negligible in terms of time difference.
[0] https://developers.google.com/web/updates/2020/10/http-cache...
[1] https://developer.mozilla.org/en-US/docs/Web/Privacy/State_P...
As a non mathematician sometimes I wonder if this substitution is causing me to misunderstand something else about them.