this post was submitted on 15 Jan 2024
26 points (84.2% liked)

Privacy

31253 readers
888 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

This post is not related other previously published posts. But I want to know your opinions.

This debate does not focus on "which technology is better" or "which has better support", rather it focuses on which of these two technologies seems more acceptable in terms of privacy policy and user information management (on his respective toolchain, compiler, etc).

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 8 months ago (3 children)

Hm.... Is C/C++, dart or ruby safe? Why are they like this...

[–] [email protected] 2 points 8 months ago (2 children)

I think C and C++ are safer options, because GNU doesn't use this technology in particular. But Dart are obviously using opt-out telemetry. You should disable it manually. Idk the case of Ruby, sorry :(

[–] [email protected] 2 points 8 months ago (1 children)

Idk why they do this... dart(flutter) looks so good, that's really sad...

[–] [email protected] 2 points 8 months ago

This is the sad true. Nowdays, sdk haves tons of these analytics and telemetry. According to Dart documentation we can disable its analytics. And the first time the CLI is executed, this analysis is not used (respecting the opt-out concept). Is at your discretion trust Google's words (or investigate Dart's source code to find out if it is true or not, or if there are even other unethical means, although I find it a bit unlikely). If you wanna do the second, You can use something like CatFish to help you.