• 5 Posts
  • 483 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle












  • Thank you for that explanation!

    So, this is probably dumb but could their whole argument be that it’s E2EE from your phone to their server, which unpacks it and reads it, then repackages it and E2EE from the server to the recipient while the AI sends the summary back to you E2EE from the server?

    It’s so stupid, but I could see their marketing saying that it’s technically E2EE just with a…detour (e.g., we don’t say the whole process was E2EE in one trip).

    Once again, I’m not sticking up for them. I am just trying to wrap my head around how they could justify this shit at all.


  • First, if I were to take a guess I would assume that it can be coded to give the AI read/write access to messages because it’s part of the encryption protocol without giving it to Meta as a company? I really have no idea because I don’t write code or deal with backend stuff so it’s just an idea.

    Second, I’m not defending the tech company. I’m coming up with a hypothesis as to why something may be possible. I’m not saying it’s probable.l because we both know that Meta will find any way to gain access to data by doing any sort of shady shit they can.






  • Fun fact: if the website you’re visiting includes a free font hosted by Google, the website and page you were accessing are sent to Google alongside your IP address.

    Are you sure about this? Do you have proof? Working as an SEO for ten years I never heard this. A user asks the website to load a page which is on the website’s host servers (maybe Amazon, maybe private, etc).

    The website would use an API to make a call to google’s servers and ask for the resources to load the font and then load the font once the resources were authenticated and sent. There should be no reason to send the accessing user’s data to Google for the web font because it should all be done from the host’s servers to request the font and load it and then it displays that to the user. It’s not like the user needs to load the font, the host does, and the user is just asking the host.

    Maybe there’s something I’m missing and never learned though, so if you can provide documentation for me to read then I would greatly appreciate it.