- Dec 2020
-
psyarxiv.com psyarxiv.com
-
Rocca, R., & Yarkoni, T. (2020). Putting psychology to the test: Rethinking model evaluation through benchmarking and prediction. PsyArXiv. https://doi.org/10.31234/osf.io/e437b
-
- Oct 2020
-
www.thelancet.com www.thelancet.com
-
Brown, R. C. H., Kelly, D., Wilkinson, D., & Savulescu, J. (2020). The scientific and ethical feasibility of immunity passports. The Lancet Infectious Diseases, 0(0). https://doi.org/10.1016/S1473-3099(20)30766-0
-
-
twitter.com twitter.com
-
Royal Statistical Society on Twitter. (n.d.). Twitter. Retrieved October 25, 2020, from https://twitter.com/RoyalStatSoc/status/1317133702183456769
-
-
twitter.com twitter.com
-
Maarten van Smeden on Twitter. (n.d.). Twitter. Retrieved October 18, 2020, from https://twitter.com/MaartenvSmeden/status/1316423658106216454
-
-
www.eugenewei.com www.eugenewei.com
-
I think most social networks, if they've made this journey, need to make a return to utility to be truly durable.
This sounds to me like what the IndieWeb is doing. Utility for the site owner directly.
-
- Aug 2020
-
bjgp.org bjgp.org
-
Smith, C. F., Drew, S., Ziebland, S., & Nicholson, B. D. (2020). Understanding the role of GPs’ gut feelings in diagnosing cancer in primary care: A systematic review and meta-analysis of existing evidence. British Journal of General Practice, 70(698), e612–e621. https://doi.org/10.3399/bjgp20X712301
-
- Jun 2020
-
psyarxiv.com psyarxiv.com
-
Soicher, R. N., & Becker-Blease, K. A. (2020). Utility value interventions: Why and how instructors should use them in college psychology courses. [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/qwmzj
-
- May 2020
-
psyarxiv.com psyarxiv.com
-
Feys, F., Brokken, S., & De Peuter, S. (2020, May 22). Risk-benefit and cost-utility analysis for COVID-19 lockdown in Belgium: the impact on mental health and wellbeing. https://doi.org/10.31234/osf.io/xczb3
-
- Nov 2019
-
www.typescriptlang.org www.typescriptlang.org
- Oct 2019
-
github.com github.com
-
// Partial: [P in keyof T], could be read as a function T => [P in keyof T] // Pick: [P in K], could be read as a function K => [P in K]
-
-
-
"Fix" is to use Pick2: type Pick2<T> = T extends T ? Pick<T> : never
-
-
stackoverflow.com stackoverflow.com
-
type KeysOfType<A extends object, B extends { [key: string]: any }> = { [K in keyof A]: A[K] extends B ? string extends keyof A[K] ? K : never : never; }[keyof A];
-
type KeysOfType<A extends object, B> = { [K in keyof A]-?: A[K] extends B ? K : never; }[keyof A];
-
-
github.com github.com
-
github.com github.com
-
stackoverflow.com stackoverflow.com
-
type TagWithKey<TagName extends string, T> = { [K in keyof T]: { [_ in TagName]: K } & T[K] };
-
type Unionize<T> = T[keyof T]; type MyActions = Unionize<ActionTable>;
-
-
www.typescriptlang.org www.typescriptlang.org
-
Exclude<string | number | (() => void), Function>
-
type Unpacked<T>
-
-
github.com github.com
- Sep 2017
-
raspberrypi.stackexchange.com raspberrypi.stackexchange.com
-
scan all blocks of your partitions
checking an SD card for bad sectors
-
-
www.raymond.cc www.raymond.cc
-
4 Tools to Test and Detect Fake or Counterfeit USB Flash Drives
for Windows
-
- Feb 2017
-
slatestarcodex.com slatestarcodex.com
-
The most important justification for progressive tax rates is the idea of marginal utility.
Utility is subjective and personal.
-
- Sep 2013
-
rhetoric.eserver.org rhetoric.eserver.org
-
treat of relative goodness and relative utility.
Relative
-
-
rhetoric.eserver.org rhetoric.eserver.org
-
Now the political or deliberative orator's aim is utility: deliberation seeks to determine not ends but the means to ends, i.e. what it is most useful to do. Further, utility is a good thing.
We should seek to produce something with rhetoric. It is not just hot air, but useful and effective
Tags
Annotators
URL
-