Skip Navigation
Andromxda Andromxda ๐Ÿ‡บ๐Ÿ‡ฆ๐Ÿ‡ต๐Ÿ‡ธ๐Ÿ‡น๐Ÿ‡ผ @lemmy.dbzer0.com

| Mastodon | @[email protected] | | ------------ | ------------------------------- |

Posts 53
Comments 944
China starts smartphone inspections to boost 'anti-espionage efforts', raising fears among expatriates and foreign business people about arbitrary enforcement
  • But the US is not an authoritarian shithole (it's not a perfect democracy either, but it can't be compared to the Chinese dictatorship in any way), which develops its domestic industries on industrial espionage and stolen intellectual property. Unlike... China. The TSA doesn't get orders from the US government to steal trade secrets and other critical information from business people, in order to boost US industries.

  • Europeans of Lemmy, what places in Europe should foreigners avoid at all cost?
  • Imagine having to take the train, Geringverdiener! Your rich dad didn't get you an RS6 for your 18th birthday? Suck it, looser!

  • Standard Notes Premium
  • Notesnook is truly awesome, I'm really excited for their upcoming self-hostable sync server

  • Thought on Graphene?
  • All your points are true, yet still depend on Google in sandboxed form. That negates everything else for me, who wants a reasonably secure device that works out of the box and also respects my privacy.

    Graphene doesn't "depend" on Sandboxed Play services. In fact, it's not installed by default, and it is totally optional. Also, Sandboxed Play services doesn't make your device less secure in any way, it can be installed as a normal user app, you can fully control access to sensitive parts of your device like the microphone, camera, location, etc. through the Android permission manager, and Play services don't have any special permissions, since it's not installed as a system app. As far as I'm aware (correct me if I'm wrong) you can't remove microG on Calyx, since it's installed as a system app and even granted root privileges. microG is a cheap, hacked together workaround, which requires root to function correctly. This greatly expanded attack surface makes it inherently insecure. microG also requires proprietary Google code to be run, in order to work (most of microG is open source, but it still uses some Google blobs). As far as I'm aware, this Google code is not sandboxed, and simply executed as a child process of microG (which runs as root), meaning that this Google blob is also run as root. This makes microG much more insecure than Sandboxed Google Play services, and it potentially gives Google much greater access to your device compared to the sandboxed approach.

    If a nation-state wants into my phone, itโ€™s delusional to believe even graphene can hold them off

    The GrapheneOS team never claims that their OS is "NSA-proof", but they actually look at which parts of the OS are commonly exploited by (nation-state) hackers, and massively improve them. As you can see in this spreadsheet, created by Google's Project Zero, most vulnerabilities in Android come from memory corruption. That's why GrapheneOS's biggest and most important feature is their custom hardened memory allocator. It protects against most memory-related exploits, and is even stronger when used on a device with hardware memory tagging, which is the reason why GrapheneOS currently only supports Google Pixel devices.
    Another significant security feature is secure app spawning. Creating new processes via exec (instead of using the traditional Zygote model on Android) randomizes the initial memory layout, which also helps to defend against memory-related vulnerabilities. The aspects I just mentioned are important protections about malware/remote code execution.

    GrapheneOS also protects your device against physical attacks, e.g. by implementing a driver-based control mechanism for the USB-C port, making it impossible to connect to the device while it's locked. This protects against forensic data extraction, e.g. using Cellebrite or XRY hardware.

    Graphene even has a feature that protects you, when you are forced to give up your password. The Duress feature let's you set a second PIN/password, which will cause the device to entirely wipe all the encryption keys, which are used for unlocking the device, from the secure element. This process is irreversible, can't be interrupted and happens instantaneously, making the data impossible to recover.

    No one claims that GrapheneOS is 100% secure and will absolutely protect you against NSA hackers, but it is by far the best and most secure mobile OS that's currently out there. It is easy to use for everyone, and secure enough to be used by high-profile targets like Edward Snowden.

    you need real opsec for that

    Good OPSEC includes a secure operating system. Calyx is not security focused whatsoever, it rolls back standard AOSP security features, significantly increases attack surface, and doesn't release security patches regularly.

    Happy cake day btw!

  • Thought on Graphene?
  • Calyx is unfortunately pretty slow to release security patches, uses privileged apps with root access like microG and the F-Droid privileged extension by default and doesn't really provide any unique features. All of the privacy features of Calyx are either already present or can be easily replicated in a better form on GrapheneOS. Take Datura Firewall, it's yet another privileged app with root access which adds unnecessary attack surface, and is less secure than the Graphene equivalent. GrapheneOS implements a network permission toggle, which is embedded in Android's native permission manager and uses the INTERNET permission to restrict network access. It disables both direct and indirect network access, including the local device network (localhost). GrapheneOS also has a bunch of unique security features, that can't be found on any other Android ROM, like for example a hardened memory allocator, hardened kernel, secure app spawning, improved SELInux policies, Duress PIN/Password, driver-level USB-C control, Storage Scopes, Contact Scopes and soon App Communication Scopes. GrapheneOS also includes Sandboxed Google Play services, a better GMS implementation than microG, which doesn't require root and has better app compatibility.

  • hydroxide-push: Fork of hydroxide for receiving Proton Mail push notifications for via UnifiedPush
  • Hey, thanks for posting to this community btw, I looked at your profile and saw that you had some regular periods of inactivity, so I just created the post instead of waiting for your reply. I'm gonna hide this one in favor of your post.

  • Which search engine for direct answer?
  • Perplexica isn't a plugin for SearXNG, but it's based on that and it integrates with Ollama

  • Upvote this feature request to get native UnifiedPush support on Proton Mail
  • Yes, there are no limitations. I've been using it since January and it's been fantastic. Just keep in mind that there are multiple versions of Molly, and UnifiedPush support is not included in the main version. You either need to pull the APK from the mollyim-android-unifiedpush repo, or add the Molly F-Droid repo and download the UnifiedPush version from there. For the UnifiedPush client, you just need to download ntfy from F-Droid, GitHub or Google Play, go to the settings, set the server to https://ntfy.adminforge.de, and set the Connection protocol to WebSockets. In the Molly-UnifiedPush app, go to Settings -> Notifications, set the server to https://molly.adminforge.de and set the Delivery Method to UnifiedPush. I know that my explanation wasn't particularly great, but it should work. Will soon post a better guide to [email protected]

  • Upvote this feature request to get native UnifiedPush support on Proton Mail
  • Try Molly, it's a fork of the Signal client for Android, which improves battery life (even with WebSockets) or alternatively allows you to use UnifiedPush. Signal doesn't support UP natively, but Molly has created a bridge called mollysocket, which takes Signal notifications and forwards them to your UnifiedPush server of choice. You can self-host it, or just use a public instance like https://adminforge.de/services/mollysocket/. They also host an instance of ntfy (UnifiedPush server) at ntfy.adminforge.de. If you have questions on how to set this up, feel free to DM me. But it's pretty easy and you don't need to self-host anything. And it's perfectly secure, because although the mollysocket server is added as a linked device in Signal, it doesn't get the encryption keys to your messages. So it can't decrypt your messages or see the content of your notifications.

  • The Steam Summer Sale is live now!
  • Crab Champions is not exactly new (I think it's been in early access since 2023), but it's really fun and currently just $7.49

  • Upvote this feature request to get native UnifiedPush support on Proton Mail
  • Signal has their own implementation of notifications, which uses WebSockets. It works, and it doesn't rely on Google, but it eats up battery like crazy. If every app did this, you would have a battery life of an hour. That's why UnifiedPush is a better solution.

  • Shopping app Temu is โ€œdangerous malware,โ€ spying on your texts, lawsuit claims
  • I tried using Jerboa and found it to be incredibly buggy and poorly designed. Not sure what's going on there, considering that it's the official mobile app made by the Lemmy devs

  • Microblog Memes @lemmy.world Andromxda ๐Ÿ‡บ๐Ÿ‡ฆ๐Ÿ‡ต๐Ÿ‡ธ๐Ÿ‡น๐Ÿ‡ผ @lemmy.dbzer0.com

    Microsoft Microsoft Teams Teams Teams' Microsoft Teams Team

    mastodon.social Dan Lockton (@[email protected])

    The fact that Microsoft Teams ๐Ÿคฎ contains a feature called "Teams" where actual teams can create a Team, and at Microsoft the teams working on that feature probably have a Team to discuss the Teams feature, suggests that there exists a Microsoft Microsoft Teams Teams Teams' Microsoft Teams Team.

    Dan Lockton (@danlockton@mastodon.social)
    19

    Upvote this feature request to get native UnifiedPush support on Proton Mail

    protonmail.uservoice.com Support UnifiedPush for android notifications

    I don't have google services on my phone and having every app permanently connected checking for new messages is detrimental to battery life. UnifiedPush is the open alternative to Google Cloud Messaging: https://unifiedpush.org

    Support UnifiedPush for android notifications
    23

    Upvote this feature request to get native UnifiedPush support on Proton Mail

    protonmail.uservoice.com Support UnifiedPush for android notifications

    I don't have google services on my phone and having every app permanently connected checking for new messages is detrimental to battery life. UnifiedPush is the open alternative to Google Cloud Messaging: https://unifiedpush.org

    Support UnifiedPush for android notifications
    0

    hydroxide-push: Fork of hydroxide for receiving Proton Mail push notifications for via UnifiedPush

    github.com GitHub - 0ranki/hydroxide-push: Service adapted from https://github.com/emersion/hydroxide for receiving push notifications for Protonmail via ntfy.sh

    Service adapted from https://github.com/emersion/hydroxide for receiving push notifications for Protonmail via ntfy.sh - 0ranki/hydroxide-push

    GitHub - 0ranki/hydroxide-push: Service adapted from https://github.com/emersion/hydroxide for receiving push notifications for Protonmail via ntfy.sh

    cross-posted from: https://lemmy.dbzer0.com/post/22889071

    > hydroxide-push is a fork of hydroxide for receiving Proton Mail push notifications for via UnifiedPush created by @[email protected] > Thanks a lot for creating this awesome project! > > This is going to be very useful, until Proton finally implements native UP support in their Android apps. (They currently only support Google's proprietary FCM). Make sure to upvote this feature request: > https://protonmail.uservoice.com/forums/284483-proton-mail/suggestions/47423924-support-unifiedpush-for-android-notifications > > Consider contributing to the project and make sure to report any bugs that you find.

    0

    hydroxide-push: Fork of hydroxide for receiving Proton Mail push notifications for via UnifiedPush

    github.com GitHub - 0ranki/hydroxide-push: Service adapted from https://github.com/emersion/hydroxide for receiving push notifications for Protonmail via ntfy.sh

    Service adapted from https://github.com/emersion/hydroxide for receiving push notifications for Protonmail via ntfy.sh - 0ranki/hydroxide-push

    GitHub - 0ranki/hydroxide-push: Service adapted from https://github.com/emersion/hydroxide for receiving push notifications for Protonmail via ntfy.sh

    hydroxide-push is a fork of hydroxide for receiving Proton Mail push notifications for via UnifiedPush created by @[email protected] Thanks a lot for creating this awesome project!

    This is going to be very useful, until Proton finally implements native UP support in their Android apps. (They currently only support Google's proprietary FCM). Make sure to upvote this feature request: https://protonmail.uservoice.com/forums/284483-proton-mail/suggestions/47423924-support-unifiedpush-for-android-notifications

    Consider contributing to the project and make sure to report any bugs that you find.

    2

    UnifiedPush is receiving a grant from NLnet

    fosstodon.org UnifiedPush (@[email protected])

    This is now official, UnifiedPush is receiving a grant from @[email protected] ! Thanks a lot for their support. Expect some improvements on the protocol and new applications supporting #UnifiedPush in some time !

    UnifiedPush is receiving a grant from NLnet (Fediverse profile):

    > This is now official, UnifiedPush is receiving a grant from @nlnet ! Thanks a lot for their support. Expect some improvements on the protocol and new applications supporting #UnifiedPush in some time !

    Make sure to follow @[email protected], @[email protected] and the #UnifiedPush hashtag on Mastodon (or your preferred ActivityPub-based microblog platform)

    0

    GrapheneOS now has an Info app that shows release notes, as well as community and donation links

    grapheneos.social GrapheneOS (@[email protected])

    Attached: 1 image GrapheneOS Info app is now available through our app repository and will be included in the next release of the OS. It supports viewing recent OS release notes, provides info on our chat rooms, forum and active social media accounts along with offering all the donations methods.

    GrapheneOS (@GrapheneOS@grapheneos.social)
    0

    [email protected], for push notifications on Android that don't rely on proprietary Google services

    Hey guys, I created this community to promote and talk about the UnifiedPush project. It aims to create a free and open source alternative to Google's proprietary Firebase Cloud Messaging (FCM). Quite a few apps have already adopted the UP protocol, but there are still many FOSS apps lacking support for it. I will post GitHub issue threads where UP integration in FOSS apps is being discussed. I will also post about new apps that gained UnifiedPush support, and other useful tools that help with using UP. If you want to stay up-to-date about ongoing developments in the Android FOSS ecosystem in regards to push notifications, consider subscribing to [email protected]

    I also recommend following the official Mastodon account, joining the Matrix room and donating to support development!

    2

    [email protected], for push notifications on Android that don't rely on proprietary Google services

    Hey guys, I created this community to promote and talk about the UnifiedPush project. It aims to create a free and open source alternative to Google's proprietary Firebase Cloud Messaging (FCM). Quite a few apps have already adopted the UP protocol, but there are still many FOSS apps lacking support for it. I will post GitHub issue threads where UP integration in FOSS apps is being discussed. I will also post about new apps that gained UnifiedPush support, and other useful tools that help with using UP. If you want to stay up-to-date about ongoing developments in the Android FOSS ecosystem in regards to push notifications, consider subscribing to [email protected]

    I also recommend following the official Mastodon account, joining the Matrix room and donating to support development!

    4
    Political Memes @lemmy.world Andromxda ๐Ÿ‡บ๐Ÿ‡ฆ๐Ÿ‡ต๐Ÿ‡ธ๐Ÿ‡น๐Ÿ‡ผ @lemmy.dbzer0.com

    Libertarians be like:

    1

    Privacy focused ChatGPT in you terminal

    cross-posted from: https://programming.dev/post/15162087

    > so, about a month ago i stumbled upon the duckduckgo ai chat feature and wrote an article about how private their APIs are, and a few weeks after, a CLI client. > > the thing is in a pretty mature stage now (its not like there is a lot of work to be done there tbh) > > its not super private, but it is "private enough". the only thing duckduckgo has is your IP, which is usually not much unless you are on a residential connection with a dedicated IP

    0
    www.squabbled.net bit's bytes | The Ultimate AI Opt-Out Guide

    AI companies are constantly scraping your work for their gain without giving you compensation or credit, and invading your privacy. Here's how to opt out.

    0

    Llama-FS Self-Organizing File Manager

    github.com GitHub - iyaja/llama-fs: A self-organizing file system with llama 3

    A self-organizing file system with llama 3. Contribute to iyaja/llama-fs development by creating an account on GitHub.

    GitHub - iyaja/llama-fs: A self-organizing file system with llama 3

    cross-posted from: https://lemmy.world/post/15959537

    > Hadn't seen this here yet, a co-worker of mine sent it my way so I'm just spreading the word. Looks interesting, to say the least! Anyone tried this out or had any other experience with it yet?

    0