• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle
  • I’d just like to interject for a moment. What you’re refering to as Manjaro, is in fact, Arch/Manjaro, or as I’ve recently taken to calling it, Arch plus Manjaro. Manjaro is not an operating system unto itself, but rather another free component of a fully functioning Arch system made useful by pacman, yay and vital system components comprising a full OS as defined by POSIX.




  • I have a Gigabyte B650 skew and I’m happy with it, I think the X670’s are overpriced for general use tbh and the 7800X3D was my first choice but it was way too expensive where I live so I got the 7900x. I’m not sure if its still a thing but when I was buying last year, it was recommended to go with 6000 or lower speeds for AMD CPUs for better stability so that should be fine for you.

    I’m in Europe so I can’t comment on value because its completely different over here and also Microcenter is auto blocking me anyway lol

    There was an issue with Over Current Protection on AM5 motherboards when EXPO is enabled that can cause the CPU (especially X3D) to die.

    GamersNexus has a few videos on it https://www.youtube.com/watch?v=kiTngvvD5dI&t=0

    So I would defintely recommend checking Asus’s website to see what firmware version they recommend using and upgrading to that before anything else.







  • For android, Google uses Firebase Cloud Messaging, basically a server that pings the phone when a notification for an app is available, which wakes the app up to receive the notification. There are alternatives but they need to be adopted by app devs for them to work.

    For people running a degoogled android, they’ll notice most apps won’t receive any notifications until they open the apps since most apps rely on Google Play Services to receive a ping from FCM.

    I don’t have any google play services so most of my apps don’t give me push notifications but I do have WhatsApp installed and that still receives notifications, they’re sometimes delayed by a few minutes which makes me think Meta have their own implementation/alternative to FCM but I’m not sure.

    For Signal, their servers tell Googles FCM servers that you have notifications waiting on Signals servers and to wake up your Signal app so it can communicate with Signals servers to receive your messages.

    WhatsApp and Signal claim/have end-end encryption on their messages but that shouldn’t matter when specifically looking at Googles FCM servers so, at most it would be meta data that could be obtained from the FCM servers.

    https://jami.net/unifiedpush/ has a pretty basic explanation of push notifications on android and also showcases an alternative to FCM https://unifiedpush.org/ which has a nice little diagram about push notifications on android. Unfortunately, Unifiedpush is not widely adopted by many applications.

    So there are ways to avoid Googles FCM servers on android using Unifiedpush or always having the application on in the background but for the most part FCM is used.