• 0 Posts
  • 182 Comments
Joined 6 months ago
cake
Cake day: January 13th, 2025

help-circle


  • Messenger messages are supposedly e2e encrypted, but that doesn’t mean the clients don’t then turn around and give those messages to Meta. The clients do scan the messages and are known to add that information to your advertising profile which is also sold. So, while the messages themselves might be protected in flight, and they may not be shared with Meta in full, they are not private. Also, the meta-information about who you’re contacting is not encrypted, but that’s also the case with most apps, including Signal, as that is difficult to pull off while still being easy for people to find you.


  • Phone number can be problematic to share in some areas of the world, so it does depend on where you are, but email shouldn’t be an issue in general. So easy to get an additional, private email address and use both at the same time.

    I also don’t have most mainstream social media anymore but have noticed a significant drop in people asking for it these days. Might just be my location in a city with a lot of progressive, tech savvy people, though.

    I mostly use phone number and/or Signal these days.



  • I rarely consider anything “too far” unless you’re doing something totally ineffective or duplicating effort, and not talking about redundancy. I think most people who say this are either the people who we need to be secure from or people who are ignorant to the threats. I’m not saying the same threats affect us all, but there’s always a possibility you could become a target through whistleblowing, protest, being attractive, pissing off a random stranger, etc. And usually by the time you are a target, it’s too late. Your information is already out there and it’s difficult to stop broadcasting more with all of the tracking systems in place all over.

    It’s often not clinical paranoia that causes people to worry about security and/or privacy, primarily it’s a desire for a minimal amount of privacy, hiding from predators, and/or basic protection from fascist regimes of various strengths that have taken over most governments. Often keeping a little privacy also is the best way to prevent becoming a target in the first place.




  • Not lock-in in the traditional sense where you’re locked to a particular technology, but effectively lock-in by making a commonly used feature for migration not available for free. This wasn’t discussing uncommon cases like having your own domain in front of a free email service since that’s not then fully free.

    The most common use of free email services is to use the service’s domain and if you need to switch, then needing to change your email at tons of different places. I am still stuck on gmail for a couple of accounts because changing the email with those services means creating an entirely new account and thus losing all history, etc. Example is the Shop app. Without forwarding I’d end up having to keep the gmail app on my phone to get notification of new emails which is problematic since those apps come with additional tracking services which is the whole reason for migrating from gmail.



  • Point seems to be that people are switching from gmail to proton for free email, but it’s going to be even more difficult if Proton becomes like Google turned out since you’ll have to pay to get all the email to your new address while you are transitioning to whatever is next. Instead go to that next thing now before you get “locked in” by having all of your important emails going there. With gmail at least you can forward the emails for free from the places you forget to change your email with at first.





  • They’ll never understand, or never admit yo understanding, that if you put a door in a wall, everyone will exploit it. Just think of how city defense worked before flight. Every invader would go after the gate and it was much, much easier to penetrate than the rest of the wall. But in this case that gate will be totally unguarded, so anyone who figures out how to open it, will open it for everyone. And will make tools for others to use to unlock and open it easily and it will be very difficult to change it if it’s the same gate with the same key used by everyone. Imagine if door locks were all the same. No one would bother locking their doors if it was that easy to unlock instantly. And that’s what the real goal is. To make people stop using security.





  • I’ve decided not to invest in any more Pixels, personally. Even if they reverse the decision this time, it just means it will happen later, so then future versions of the OS will be out of reach or at least not as good as they could have been. I probably will keep my Pixel 7 Pro with Graphene until the battery is too bad for daily use.


  • Battery circuits come on enough to be a load that needs to be considered and will show up if you measure load on the device vs load consumed by the components connected to the power supply. In terms of low power devices, it is significant, though not the primary concern. But compared to the pi PSU, the charger not to mention the battery and internal PSU of a laptop, consume way more power and produce way more heat.

    All of the rest assumes needing always on, heavy load processing which isn’t what the post I replied to was talking about. I was specifically replying to idle power load. And in my case, even with a bunch of self hosted applications, most of the time my servers are idling. If I was running a virtualization farm or something that was always under heavy load, then yes, as I mentioned, a single board server isn’t ideal.

    As for disks, I don’t use SSDs on my pis except one that actually does a lot of local data processing. Everything else runs in memory and stores persistent data on my NAS, including logging. Virtual memory/swap is disabled on all and things that need temporary storage/cache of small amounts of data is cached on RAM disks where applications can’t be configured to not use disk caching. The only need for the SD card is for boot and some minimal IO needed for local OS operation. I have a Raspberry Pi 3 B i got about 8 or 9 years or so ago with the same SD card in it.

    They aren’t what I use as a database server, obviously, but they are extremely low power compared to what an old laptop would need and work great for things like pihole, and other network applications as well as being a part if my home kubernetes cluster and run the majority of the cluster’s processes on demand.