• 8 Posts
  • 173 Comments
Joined 6 months ago
cake
Cake day: December 27th, 2023

help-circle










  • It’s more secure than F-Droid. It’s still in a pretty early stage of development though and currently only offers a handful of apps.

    • App signing key pinning: first-time app installs are verified so you don’t have to TOFU.
    • Signed repository metadata: repository contents are protected against malicious tampering.
    • Automatic, unattended, unprivileged updates (Android 12+): updates are handled seamlessly without relying on privileged OS integration.
    • First-class support for split APKs: downloaded APKs are optimized for your device to save bandwidth.
    • No remote APK signing: developers are in full control of their app signing keys.









  • Sure, but in my experience it’s not that hard to convince people to get on Signal. (Maybe because here in Europe everyone already has like 15 messengers on their phone, so it doesn’t bother anyone to download another one)

    If you use SMS, you can argue that Signal has much better photo and video quality, it can be used from a tablet or a computer and it’s basically just like iMessage but for all platforms.


  • I would recommend you to try out Linux in a virtual machine and play around with it. You can watch this video if you don’t know how to set this up. You can do much more with a VM than with WSL. It allows you to basically try any Linux Distribution, whereas WSL only supports a few distros. In a VM you also get a desktop environment by default, whereas WSL mostly restricts you to the terminal. Sure, you can run graphical apps in WSLg, but you still don’t have a Linux desktop. Lastly, it’s much easier to take a snapshot of a VM, and roll back in case you break something.

    After you get comfortable in a VM, maybe try booting a Live USB of some Linux distribution. That way you will be able to try it out on your actual hardware.

    After that, you can set up dual boot. That way, you can still keep your Windows installation, but also use Linux without any restrictions or limitations.