Open Source Differential Privacy Fixing Bug

Privacy and protecting people's sensitive information is very popular topic in the days when technology and internet are so well developed. Many applications that internet users use will ask for authentication. This step is done in order to protect private information of the user.

Applications that people use in their daily life has access to users private data and can easily sell some part of it to anybody else. For example Facebook have access to our photos, our contacts, our likes and dislikes, etc. For the business purposes Facebook use this trove of data to pick proper ads for its users. Google on the other hand use differential privacy term in order to share the information with scientist. Differential privacy is the private information with some "white noise" in it. Google create a differential privacy library in order to help  scientist collect necessary data that will help to conduct research in any area that required and also will help to train AI. Using differential privacy will not reveal the user name or any other sensitive information but collect data about user's habits, likes or dislikes.

Language used to improve the differential privacy library is C++. 

I pick this field to work on it because of 2 reasons. First of all I believe that private information must remain private  and if it is benefit in studies than it must be used to a certain stands. In the long run many will benefit from it. Second reason is the language. I always enjoy to write codes in C++. Even though this language is not much popular anymore, but it's a parent for many languages that came after C++.

Comments

Popular posts from this blog

Release 0.6

Hacktoberfest - Issue #1, Pull Request #1

Hacktoberfest