HN user

onuralp

2,293 karma
Posts281
Comments41
View on HN
markusmeister.com 6y ago

Magnetofiction – A Reader's Guide

onuralp
1pts0
news.ycombinator.com 6y ago

Ask HN: What's in your backpack these days?

onuralp
2pts0
www.conservethesound.de 6y ago

Conserve the Sound

onuralp
1pts0
medium.com 7y ago

Neal Stephenson on Depictions of Reality

onuralp
2pts0
news.ycombinator.com 7y ago

Ask HN: What task did you stop automating?

onuralp
15pts4
www.harvardmagazine.com 7y ago

Truth: A Love Story

onuralp
64pts6
blogs.sciencemag.org 7y ago

Google Investigates Cold Fusion

onuralp
1pts0
jamanetwork.com 7y ago

Sleeping in Doesn’t Mitigate Metabolic Changes Linked to Sleep Deficit

onuralp
15pts0
www.google.com 7y ago

Google – Bookmarks

onuralp
1pts0
arxiv.org 7y ago

Tasks, Techniques, and Tools for Genomic Data Visualization

onuralp
1pts0
news.ycombinator.com 7y ago

Ask HN: What have you automated / delegated recently?

onuralp
2pts0
www.bbc.com 7y ago

Fitness trackers 'add miles to your marathon'

onuralp
2pts0
lh3.github.io 7y ago

On Maintaining Bioinformatics Software

onuralp
1pts0
www.equality-of-opportunity.org 7y ago

Using Big Data to Solve Economic and Social Problems

onuralp
2pts0
dustintran.com 7y ago

A Research to Engineering Workflow

onuralp
2pts0
blogs.sciencemag.org 7y ago

Startup Culture, Starting

onuralp
1pts0
thenewinquiry.com 7y ago

Book of Lamentations

onuralp
3pts0
cacm.acm.org 7y ago

The Seven Tools of Causal Inference, with Reflections on Machine Learning

onuralp
5pts0
news.ycombinator.com 7y ago

Ask HN: What's the oldest software you still use today?

onuralp
19pts49
news.ycombinator.com 7y ago

Ask HN: What is something you automated paid off?

onuralp
9pts3
news.ycombinator.com 7y ago

Ask HN: Things You Wish You Knew Before Getting into Machine Learning

onuralp
56pts15
www.nature.com 7y ago

Faster, Better, Cheaper: The Rise of Crispr in Disease Detection

onuralp
2pts0
www.bbc.com 7y ago

Short bursts of intense exercise 'better for weight loss'

onuralp
3pts0
www.nytimes.com 7y ago

No, You Can’t Ignore Email. It’s Rude

onuralp
2pts3
cs522.stanford.edu 7y ago

CS 522: Seminar in AI in Healthcare

onuralp
1pts0
blogs.sciencemag.org 7y ago

Precision Medicine Real Soon Now

onuralp
1pts0
news.ycombinator.com 7y ago

Ask HN: What are the important problems of your field?

onuralp
3pts0
blogs.sciencemag.org 7y ago

A New Infectious Mechanism for Alzheimer’s?

onuralp
2pts0
www.nytimes.com 7y ago

To Fight Fatty Liver, Avoid Sugary Foods and Drinks

onuralp
3pts0
www.theguardian.com 7y ago

Trapped in a hoax: survivors of conspiracy theories speak out

onuralp
6pts0

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.

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.

[0] https://www.biorxiv.org/content/early/2017/11/14/219261

Hi Craig,

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.

Thanks!

These look fascinating, thanks.

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.

Disclaimer: I have an engineering background.

I think this is a fair characterization of the two approaches.

I am currently taking a class by Strang co-taught with Alan Edelman (MIT/Julia) and Raj Rao (Michigan) that has a strong emphasis on applications and hands-on coding tasks (using Julia).[0] I am also making my way through CtM (thoroughly enjoying) and hope that they will release the video lectures soon as I think the lectures and CtM complement each other quiet nicely.

[0] Matrix Methods In Data Analysis, Signal Processing, And Machine Learning - https://stellar.mit.edu/S/course/18/sp17/18.065/