Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BR
Posts
0
Comments
15
Joined
2 yr. ago

  • First of all there are subgoals with the first one being at 15k which is almost completed. Second of all a real peertube app is mandatory for its success, like they said 80% of people watching videos are from their phone. This app wont be a second way to watch peertube, for most it will be their entry into this ecosystem so it better be good.

  • deleted by creator

    Jump
  • That's not how electron apps works. When you load a website with your web browser you get served the front and execute it. When you have an electron app, the front is in the source code of the app, and you decide when to update it so you don't get served unexpected compromised updates. As for the paid service : They don't sell your data and don't show you ads so they need money, it's that simple.

  • deleted by creator

    Jump
  • I already answered that. Yes you can't trust a website's content, that's why they offer apps. It's your choice to trust the website which is as secure as they can make it, or you simply use the apps...

  • deleted by creator

    Jump
  • I'm not sure what you're talking about ? You're not sending your private key to their server without first encrypting it first locally. Their servers are not doing the E2EE, your client is. The website front and apps are open source.

    Yes they could send you a compromised front if you use it via their website, that's a compromise you accept, otherwhise you could only use their apps which are open source.

  • In my opinion, those warnings are not used to help users but to shame developpers for not trully sandboxing and verifying their apps. Developpers know that having this warning will decrease the number of users downloading it. The goal in the long run is to improve app sandboxing and security.

  • That's when governments comes in. In france every new building has to be built with planning for charging equipment to be installed by anyone requesting it. For older buildings you have the right to ask for a full installation (it will obviously cost more)

  • RedoxOS, an open source operating system written in Rust that aims to improve correctness and safety by picking up innovations made by experimental operating systems over the years while not reinventing the wheel and trying to be source compatible with Linux.

    QubesOS, the most secure open source operating system making it easy to use security by virtualisation, splitting your activities, peripherals, drivers into different virtual machines.