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/)DE
Posts
29
Comments
391
Joined
2 yr. ago

  • It's pretty good for desktop apps, but it doesn't provide CLI applications, so I still have to rely on the AUR. There are some issues with it, but overall I think it's the best solution we currently have. And it's very easy to use, which is great for new users and it will become important if Linux continues growing like this.

  • 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.
  • Does this also include Pull Requests? I saw some stuff mentioned on Yuzu's website (before it was taken down) about some pretty cool upcoming changes, but they haven't been merged yet. It would be pretty sad to lose all that great work, so it's very important that we somehow get the PRs back.

    Edit: This repo seems to have all the PRs https://github.com/yuzu-emu-mirror/.archive

  • Because Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

  • Signal doesn't "heavily use Google services". They only use proprietary libraries and integrations for 2 purposes: Donations and push notifications. Signal uses the platform's native way of handling push notifications, on iOS it's APNs and on Android it's FCM. This is also the reason why it's not available on F-Droid. You can use a fork of the app like Signal-FOSS or Molly. These remove all proprietary dependencies and you can download them from their custom F-Droid repositories.