Live data from Hacker News

Ask HN: What should we fund at YC Research?

news.ycombinator.com

471–480 of 545 posts

Re: Ask HN: What should we fund at YC Research?

#471

Earlier quoted context omitted.

By suitably modifying queries to make them "differentially private" (technical term), one can allow queries on the data set which have an arbitrarily low probability of releasing personal information. http://research.microsoft.com/pubs/74339/dwork_tamc.pdf Building a database which can be locked down to differentially private primitives (differential privacy composes) would allow researchers to partially unlock this…

We do something similar. We precompute/aggregate exhaustively by following certain aggregation strategies. The aggregated statistics are further processed to ensure privacy. Differential Privacy cannot be directly applied since the underlying assumptions are too strong. An important consideration is that the error/noise added is independent of the answer. Which means that the system becomes unusable for almost all qu…

So I'm not really an expert on privacy (my main interest in differential privacy is avoiding overfitting), but isn't differential privacy by definition necessary on an individual level?

I.e., if you don't have differential privacy, then by definition there is a de-anonymizing query and you can get PII out.

Privacy of hospitals/providers is a separate issue, and yeah, it's pretty clear that differential privacy doesn't work for them. Thanks for the links, I'll check them out.

Edit: after reading your second article, it's deeply misleading. They assume that to compute a mean, one must compute 2 queries - sum(x) and len(x), each of which must be differentially private. But that's totally wrong! You can in fact run the query mean(x) + noise, and this last query itself can be differentially private.

The article also notes that queries on small data sets require more noise to be differentially private, which is totally true, and obvious.

This also, however, ignores the fact that most statistical inference drawn from such queries will be nonsense even without differential privacy. See, e.g., this article for an example of why: https://www.chrisstucchio.com/blog/2015/ab_testing_segments_...

This is a very bad critique of differential privacy.

Re: Ask HN: What should we fund at YC Research?

#472

Earlier quoted context omitted.

By suitably modifying queries to make them "differentially private" (technical term), one can allow queries on the data set which have an arbitrarily low probability of releasing personal information. http://research.microsoft.com/pubs/74339/dwork_tamc.pdf Building a database which can be locked down to differentially private primitives (differential privacy composes) would allow researchers to partially unlock this…

We do something similar. We precompute/aggregate exhaustively by following certain aggregation strategies. The aggregated statistics are further processed to ensure privacy. Differential Privacy cannot be directly applied since the underlying assumptions are too strong. An important consideration is that the error/noise added is independent of the answer. Which means that the system becomes unusable for almost all qu…

[deleted]

Re: Ask HN: What should we fund at YC Research?

#473

Earlier quoted context omitted.

Reducing existential risk is not about minimizing the amount of suffering in our own lives. It's about making the lives of our potential trillions of descendants possible.

There's no reason to care about "potential trillions of descendants" who don't exist, nor is there any reason to maximize the amount of humans in the universe, etc. The "existential risk" talk tends to assume , to start with, that some wonderful, incredibly happy and nice "intergalactic civilization" of future transhumans or posthumans will exist, unless existential risks "destroy" it "in embryo" in our near-term fut…

The "existential risk" talk tends to assume, to start with, that some wonderful, incredibly happy and nice "intergalactic civilization" of future transhumans or posthumans will exist...

Can you cite such a person? I've read quite a few folks concerned with existential risk, and never saw this assumption before.

Re: Ask HN: What should we fund at YC Research?

#474

Earlier quoted context omitted.

Understanding how the electricity grid works is non-trivial, maybe I am mischaracterizing your suggestion that it is not. Digital Ocean, a smaller provider, has 64gb memory 6 core intel cpu in a single server[1]. These are wired up into a cluster or clusters and probably plug in to a backbone provider like level3 or a big ISP. Small fish, last time i looked they have a half dozen or so regions with a few zones. AWS t…

I'm not/wasn't suggesting people running servers in their houses would/could offset data centres. Just as rooftop solar could not replace large power plants. Your comment made me think that understanding how computing power is employed and distributed, and how that information is propagated, sounds a lot like the distribution and routing of electricity. The problems being non-trivial to understand. If we consider wha…

Sorry I misunderstood, this is an interesting concept. You mean that, we could look at demand and the back that out to get the neccessary total.

This would be super interesting. If you could find, with a reasonable statistical likelihood that demand is D and computing power is C, if there was a large inexplained discrepency you could calculate the size of skunkworks projects.

Re: Ask HN: What should we fund at YC Research?

#475
It would be great to set up an institute for upholding scientific/research integrity. Have one division focussed on reproducing published results, and another focussed on checking publications for statistical errors, and a third on the look out for academic fraud (fudged numbers, undisclosed funding, citation rings, etc.).

Re: Ask HN: What should we fund at YC Research?

#478
post #188

Earlier quoted context omitted.

Education isn't ideal now, but I don't think online education is a good start or even a viable model. Training more and better teachers is the way to go, especially in "third world countries". Not only is there big issues with motivation and the whole social/interactive/distant aspect to moocs; what do you do when you don't have internet, or your device breaks? Now your education depends on a machine that costs a cou…

>Now your education depends on a machine that costs a couple hundred bucks How much do you think teachers cost?

To the usual family sending their kids to school, nothing.

Re: Ask HN: What should we fund at YC Research?

#479
post #188

Earlier quoted context omitted.

Education isn't ideal now, but I don't think online education is a good start or even a viable model. Training more and better teachers is the way to go, especially in "third world countries". Not only is there big issues with motivation and the whole social/interactive/distant aspect to moocs; what do you do when you don't have internet, or your device breaks? Now your education depends on a machine that costs a cou…

I believe education will find a natural middle-ground. In many instances the benefit of having an in-person instructor has much to do with the social interaction/interpersonal support that they can give to a struggling/minimally motivated student. That said, motivated learners don't always need that kind of personal interaction and would benefit from self-guided learning opportunities. This is obvious, but is hard to…

^ That sounds viable. I want to point out though, that I hope this doesn't mean states will stop trying to get more schools closer to people, or more teachers trained. As good as one-to-one, "personalised" instruction can be, students gain a lot from learning and working together with other students in a classroom.

Tech should be a tool, and not a replacement for teachers IMHO.

Post reply on HN