this post was submitted on 08 Aug 2023
1716 points (88.1% liked)

Technology

65999 readers
8011 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Freesoftwareenjoyer 2 points 2 years ago (3 children)

Free software is not automatically private or secure, but it can be. Proprietary software can't.

[–] TAG 1 points 2 years ago

Why can't proprietary software be private or secure? You cannot verify it for yourself, but nothing about the licensing model precludes it. In highly regulated industries (such as health care or banking), I would expect a very large investment by software vendors into security.

[–] TAG 1 points 2 years ago (1 children)

Why can't proprietary software be private or secure? You cannot verify it for yourself, but nothing about the licensing model precludes it. In highly regulated industries (such as health care or banking), I would expect a very large investment by software vendors into security.

[–] Freesoftwareenjoyer 1 points 2 years ago

Since it's very difficult to verify what the program does, the user has to trust that it's secure. But there is no place for trust in security. If you have to trust something, it is not secure. Encryption protocols that we all use are not proprietary. It would be ridiculous if we had to just believe that they are secure. Fortunately we don't have to, because any expert in the world can verify it.

In highly regulated industries (such as health care or banking), I would expect a very large investment by software vendors into security.

Sure, the developer probably doesn't want all the user data to leak, but they might want to spy on their users. So what security does a user have? It takes just one proprietary program to ruin your security.

Free Software gives you a right to modify how a program works and share that modified version with others. In proprietary software that would usually be illegal. So if someone does find a vulnerability and fixes it, they can't share a patched version with others. Same problem if a program contains spyware or other malicious functionality. Users wouldn't be able to remove it easily. In proprietary software users are at the mercy of the developers who have complete power over them and their systems.

[–] Rose -1 points 2 years ago (1 children)

You can disassemble any kind of closed source software and fully analyze it.

[–] Freesoftwareenjoyer 0 points 2 years ago (1 children)

But you can't legally modify it and distribute your modified version. You can't fix a vulnerability and share the patched version with others. Only the developer can, so you are at their mercy. If they add spyware into the program, users can't do anything about it.

[–] Rose 3 points 2 years ago (1 children)

I think it's a gray area in that if you merely instruct people on it or distribute it as a patcher that contains none of the original code or assets, few would take issue with it, and if they do, their legal position would be much shakier compared to fighting piracy.

[–] Freesoftwareenjoyer 1 points 2 years ago

That's true. Still it's more difficult for everyone.