-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do we really need user data? #687
Comments
Analyzing software usage is useful for making choices in OSS development, where development costs are limited. In fact, I have lost the trust of my users in the past when I deleted a button for user usability.
Yes, I thought it was important to be more concerned about privacy issues. If you don't mind me asking, what kind of distrust would you feel if software usage were to be submitted? ソフトウェアの利用状況を解析することは、開発コストがかなり限られているOSS開発において、機能開発の注力を取捨選択するのに役立っていると考えています。 実際、過去にユーザー操作性を考えてボタンを消去した際、ユーザーからの信頼を失ったことがあります。
たしかにプライバシー問題をもっと気にすることは大切なことだと思いました。 もしよかったら知りたいのですが、仮にソフトウェアの利用状況が送信される場合、どのような不信感を得ますか? |
Here is my opinions. I don't think these will not happen, but there is a probability.
|
Well as I said, even if we're not doing something sneaky, it may appear to be. What concerns me is that I don't have the time to read every sentence in EULA or source code. And even if I did, I still don't know if it's obeyed. Since #463 happened before #567 got merged, I don't think this can prove we're benefiting from the collected data, only that we may get some in the future. Which, as I mentioned above, is not that promising since no reference is made in last 2 months. |
I see. I guess you could say this. I realized that this was indeed a possibility. But I would like to continue collecting data for a while, because maybe we can get some hints for new development. Then, if we see a trend of increasing user concerns on SNS, or if we find that collecting the data is not very effective, how about we stop collecting the data immediately? なるほどです。こういうことでしょうか。 たしかにその可能性もあるということに気づきました。でも、もしかしたら新たな開発のヒントを得られるかもしれないので、しばらくの間データ収集を続けてみたいです。そしてSNS上でユーザーの不安が増える傾向が見られるか、収集してもあまり効果がないとわかるかしたら、すぐにデータ収集をやめる、というのはどうでしょう。 |
Closing because I don't have any objection. Sorry I forgot to do it earlier. |
Content
In #668 , another dialog urging the users to allow the collection of usage information is to be added, but is it really that necessary?
On one hand, we're not benefiting much from the collected data. As far as I know, no element was added/removed because of its usage, neither the data was referenced in comments since #567 was merged.
On the other hand, privacy IS a concern, even though users are able to review the code, collecting user data still appears to be sneaky, and may get users to distrust the software. As an example, after Audacity sold itself to a registered company and started collecting data, many users, including me, jumped to one of its forks. Since there was actually a violation of privacy involved in Audacity, the situation won't get that bad here but it does suggest that we need to think twice before touching this part.
As a conclusion, I advice developers to concern more about the privacy issue. Do we really need to push further when we're not promised with more profit?
The text was updated successfully, but these errors were encountered: