• 0 Posts
  • 631 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle





  • There is no indication that they can actually acquire the clear text of an E2EE communicatiom. without one of the ends being complicit in the process. There is no evidence of the fraud you refer to.

    That doesn’t mean they are telling the truth, merely that they haven’t been proven to have lied. They could release their source code tomorrow. That code could prove you are correct and they are liars. That code could prove that they are correct, and you were wrong.

    We don’t have to resort to unfounded claims to justify criticism here. Proving their claims to be unverifiable is more damning than failing to prove they are committing fraud.







  • What software should I use to actually do the forwarding/proxying?

    I highly recommend Pangolin. It does exactly what you’re looking for: Establishes a tunnel between your home server and the VPS, to proxy services on your home network through the VPS.

    It also automatically sets up LetsEncrypt certs for your web services, and provides an optional security layer so only authenticated users can get through the proxy.

    You can also do TCP and UDP port forwarding for non-web services.

    What’s a good VPS provider for this?

    I use Racknerd. You will need an affiliate link to get a good deal. I would not recommend the services they offer directly; the prices are considerably higher. Pangolin’s quick-start guide has affiliate links for three services; I use the 2gb option. They have other options, but we’ll have to move to DMs.









  • The screenshot folder itself is certainly not limited to just screenshots. Any file you can save can be kept in there. To my mind, the “entry point” is “saving a file to this particular folder”, regardless of the specific method used to do the saving. The screenshot is just an extremely convenient way to do that.

    I just thought of a way to improve this technique with Tasker. Tasker can work with the clipboard, edit files, and take a screenshot. So, you could set up a gesture to trigger a task in Tasker. Tasker can then take the screenshot, dumping it into the folder. Tasker can then check the clipboard; if there is text in your clipboard, it can prepend it to a single “TODO.txt” in your screenshot folder.

    Linux could be configured much the same way, using shutter and xclip to capture the screenshot and clipboard, respectively.