In Principles, he describes some high-level decision making processes. Bridgewater is split into groups of about 300 people. Within those groups, smaller groups are formed to discuss particular strategies. Everybody has…
IANAL, but my understanding is that WotC is getting ready to revoke the old OGL on the basis that "perpetual" doesn't mean "irrevocable," and the main impetus for a new license is explicitly closing that loophole. The…
>Storj Labs Inc. will also make available, monthly, a "warrant canary" in the form of a cryptographically signed message containing the following: >- a declaration that, up to that point, no warrants have been served,…
If we take QM seriously, there's nothing stopping it from affecting macroscopic events from a human perspective. A cannonball whose trajectory was planned in accordance with Newtonian physics could suddenly and…
>The story is a long one, but for now let’s skip to the end: future-proof, established scientific facts can be identified via a solid (>95%) international scientific consensus, born of scientific labour, in a community…
Ebooks with illustrations/graphs? Text books and graphic novels come to mind.
Parens aren't doing the same thing. Primitives are implicitly being wrapped in objects when you use methods, but they come out on the other end as primitives again. The new operator gives you an object wrapper that you…
Not quite everything. JavaScript does have some primitives, though it also provides object wrappers for those primitives via the new operator. > let numberPrimitive = 0; undefined > let numberObject = new Number(0);…
Everybody can have an opinion about general topics tangentially related to a story; to have an opinion about a comment related to the specifics of a story, one typically has to read the story first. One suggestion I've…
>they're likely just like you and me, learning on the fly and doing their best Correct. In my experience of working at a cellphone repair shop, we looked up most Android repairs on iFixit and/or YouTube before quoting a…
In Principles, he describes some high-level decision making processes. Bridgewater is split into groups of about 300 people. Within those groups, smaller groups are formed to discuss particular strategies. Everybody has…
IANAL, but my understanding is that WotC is getting ready to revoke the old OGL on the basis that "perpetual" doesn't mean "irrevocable," and the main impetus for a new license is explicitly closing that loophole. The…
>Storj Labs Inc. will also make available, monthly, a "warrant canary" in the form of a cryptographically signed message containing the following: >- a declaration that, up to that point, no warrants have been served,…
If we take QM seriously, there's nothing stopping it from affecting macroscopic events from a human perspective. A cannonball whose trajectory was planned in accordance with Newtonian physics could suddenly and…
>The story is a long one, but for now let’s skip to the end: future-proof, established scientific facts can be identified via a solid (>95%) international scientific consensus, born of scientific labour, in a community…
Ebooks with illustrations/graphs? Text books and graphic novels come to mind.
Parens aren't doing the same thing. Primitives are implicitly being wrapped in objects when you use methods, but they come out on the other end as primitives again. The new operator gives you an object wrapper that you…
Not quite everything. JavaScript does have some primitives, though it also provides object wrappers for those primitives via the new operator. > let numberPrimitive = 0; undefined > let numberObject = new Number(0);…
Everybody can have an opinion about general topics tangentially related to a story; to have an opinion about a comment related to the specifics of a story, one typically has to read the story first. One suggestion I've…
>they're likely just like you and me, learning on the fly and doing their best Correct. In my experience of working at a cellphone repair shop, we looked up most Android repairs on iFixit and/or YouTube before quoting a…