Low-hanging in the following sense: the premise - I tell you what I like, you tell me what else I might like - is compelling for the consumer, therefore, input is not the limiting factor. Moreover, recommender systems at such massive companies must be particularly amenable to A/B testing to help profile their customers more accurately. Finally, performance metrics are straightforward and easy to calculate.
- Lay people seem to have a very good intuition about the actual heritability of intelligence (taken to assess the genetic and environmental determinants of intelligence). [0]
- If you'd like to read an up-to-date and thorough literature review on human intelligence, I highly recommend "Intelligence: All That Matters" by Stuart Ritchie.
They specifically cite that JAMA analysis among others, present the prevailing scientific theory in dietary science and heart disease epidemiology at the time, and challenge their narrative.
I suppose what I had in mind was akin to the following practical example, say a technical question asked on Stack Overflow. When the submitter can't reliably or efficiently anonymize the accompanying data [which would risk reveal the submitter's anonymity and compromise data], the submitter does not have any choice but anonymizes both the identity _and_ the data, which probably results in a sub-optimal exchange.
Imagine that you can effectively anonymize the dataset, I think one can think of circumstances where this could lead to a more effective communication as to provide further information (e.g., submitter's domain familiarity, language experience, resource constraints) and context (e.g., is this a standard practice) instead of fishing for more clarification in an iterative, and therefore less efficient, fashion.
Shared environment is probably not created equal though. While the family environment is constant, parents are likely to vary (deliberately and/or not) in their resource allocation (e.g., attention and care) among their kids. An interesting recent paper shows that the non-inherited genetic material of the parents may _still_ have an influence on the kid. [0] What exactly accounts for that influence remains to be elusive, and it would be quiet astonishing if the majority of the influence can be explained by well-established (or rather, exhaustively studied) behavior patterns in psychology. For example: birth order, number of same-sex siblings etc.
To be fair, I suspect that most of such comments are genuinely interested in pointing out the biases that might potentially (or allegedly) underlie what is perceived to be a fallacy. [0]
Well, when I read this on the news I was fascinated by the extreme growth (>4 standard deviation compared to growth experienced by an average astronaut), however, it turns out that there was a measurement error.[0]
I recommend Peter Attia's highly engaging and informative talk [0] on the same topic, which I think does a better job at articulating the motivation behind possible approaches to attacking the issue of health- and life-span.
This looks very interesting. You might be the right person to ask about something related that I am currently working on: do you know of any app that would extract keyword / name based parts of audio? For example, extract only the parts where Elon Musk speaks given audio input (podcast, YouTube etc.)? Alternatively, extract only the parts (-30 and +30 seconds) when a specific word is mentioned.
According to this study[0] on the diagnostic (and triage) accuracy of online symptom checkers (including WebMD among others), the reliability is a coin toss.
I tried to crack this problem, and ended up (very naively) resorting to substituting division with modulo operation that is, a%(b+c) + b%(a+c) + c%(a+b) = 4 of which the min solution is a=1, b=2, and c=4. I am glad that the true solution involved EC which, if my understanding is correct, is basically modular operations in high-dimensional space.