I’m trying to do more than lurk I promise

  • 2 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle


  • Cralder@lemmy.worldtoPrivacy@lemmy.mlCan you trust locally run LLMs?
    link
    fedilink
    English
    arrow-up
    39
    arrow-down
    1
    ·
    1 month ago

    LLMs are not different from any other type of software. Is there a privacy policy you can refer to? Can you monitor the network to see of it is trying to communicate with anything? If you want to be sure, just block internet access. This seems to be open-source so you could also just search for the phone-home code and remove it if it exists.


  • Cralder@lemmy.worldtoMemes@lemmy.mlAnon has an opinion
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 months ago

    The screenshot says this violated rule 4 or the sitewide rules:

    Rule 4

    Do not share or encourage the sharing of sexual, abusive, or suggestive content involving minors. Any predatory or inappropriate behavior involving a minor is also strictly prohibited.












  • Thanks, that’s good to know! Although this seems to be more related to sponsors. Like the podcast host doing an ad-read. I don’t mind them as much because then at least the creators of the podcast are getting all the money and the ad is not tracking me to figure out what ad to serve me. What I am referring to is more like a regular ad that you would hear on the radio that has been stitched on to the beginning of the episode.








  • You are describing symmetric encryption where both parties have the same key. There is something called asymmetric encryption that solves this. Basically you have a public key and a private key. You can give your public key to youtube, they can use that key to encrypt the symmetric key that will be used for the actual communication. The only way to decrypt the symmetric key is by using your private key, which is only known to you. So youtube can safely send it to you so you can decrypt it. Now you both have the same key and nothing was sent unencrypted.

    Well your public key was sent unencrypted but that’s fine because of how asymmetric encryption works.