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).

        • RuikkaaPrusOP
          link
          fedilink
          arrow-up
          2
          ·
          11 months ago

          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 :(

            • RuikkaaPrusOP
              link
              fedilink
              arrow-up
              2
              ·
              11 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.

  • corvus
    link
    fedilink
    arrow-up
    6
    ·
    11 months ago

    You want a debate posting homepage links? At least take the time to post a brief summary of the main points concerning the issues for each language. At the very least the actual links where the information is located.

    • RuikkaaPrusOP
      link
      fedilink
      arrow-up
      2
      ·
      11 months ago

      You’re right. Maybe I should have put more information about it. The idea was perhaps to find out what information the Lemmy community could share. I would like to be as experienced as other community members, but I’m not very expert yet :(

  • ThermoToaster@exng.meme
    link
    fedilink
    arrow-up
    6
    arrow-down
    10
    ·
    11 months ago

    Both need a binary of themselfes compiled by some glowie at some point in time. Only if you build them from ground up or inspect the current compiler you can be sure. Otherwise stick to existing C compilers.

    • far_university1990@feddit.de
      link
      fedilink
      arrow-up
      24
      ·
      11 months ago

      Otherwise stick to existing C compilers.

      And what makes C not need a binary compiled by some glowie at some point in time?

    • chayleaf
      link
      fedilink
      arrow-up
      7
      ·
      11 months ago

      Rust can be bootstrapped with mrustc to my knowledge

    • RuikkaaPrusOP
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      That’s true (also with other software that isn’t for development). But this is not the only tool there. Just see crates.io and pkg.go.dev registries.

      I think the only way to get “anonymously” some modules, libraries and frameworks is trough Tor.

    • ReversalHatchery@beehaw.org
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      11 months ago

      I don’t think that was the question. I think you are responding to a question like “what if the go/rust compiler has a backdoor”, but the actual question was which are better from a privacy perspective, and what that means in this context is whether they mine the user’s data (the developer using it), or if they upload statistics of the user’s system or the compiled program at all.