Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Aggregate search DB for arbitration outcomes (github.com/abe-winter)
30 points by awinter-py on Feb 3, 2020 | hide | past | favorite | 7 comments


I was curious how this application approached privacy budget management (e.g. how the privacy parameter ε is accounted for over multiple searches), but, flipping through the source, this application doesn't appear to use Differential Privacy at all.

The anonymization approach implemented is "generalization". Here's a test showing the outputs this app would produce:

https://github.com/abe-winter/arbout/blob/master/test/test_d...


you're right, edited the title


no wait, I'm not actually sure you're right

differential privacy is any search that protects individual inputs from disclosure


Differential Privacy is a mathematical property. Here is the precise definition:

https://en.wikipedia.org/wiki/Differential_privacy#Definitio...

One way to phrase it intuitively is "the probability of any particular output from two databases that differ by one element is almost the same". The bound on "almost" is captured by the privacy parameter ε.

One of the smoking guns that this algorithm is not differentially private is that the code doesn't import `random` anywhere! A differentially private algorithm is always going to be stochastic.


I've removed refs to differential privacy from the repo -- I think you're right and I misused the term


I don't know enough about this to come up with search terms that give results. Would OP / someone be able to provide example search terms? Cheers! :)


i searched many queries leaving anything empty apart the state, nothing found. Any working query ?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: