Creator of LULs (a script which helps links to point to your instance)

Come say hi here or over at https://twitch.tv/AzzuriteTV :) I like getting to know more people :)

Play games with me: https://steamcommunity.com/id/azzu

  • 1 Post
  • 24 Comments
Joined 2Y ago
cake
Cake day: Jun 29, 2023

help-circle
rss


What about the people that can’t move their hands properly and it would be hard to select stuff on a new menu on startup? What about the people that can see better on dark themes? It’s ableist for you to suggest a menu or light theme as the default!

The thing is that defaults will never accomodate everyone. The only possible thing you can do is provide options. Just because you have a “solution” that is better for you, does not mean that that is better for everyone. All you’re doing is trying to make something perfect for you, which is selfish, and not an improvement.


Because if there wasn’t anything to complain about many people would lose their identity.


This was not given as reason by the devs why graphene is not on Fairphone. The delayed security updates were.


It’s because Graphene is not a custom ROM. /e/os is. Graphene is just an OS on top of the ROM, and Fairphone doesn’t update their ROM often enough.

This is a complete non-issue though if you use a custom ROM like LineagOS or /e/os.


Do Google Pixel phones come installed with GrapheneOS? We’re talking about custom setups with more privacy here.

I did have to follow the installation instructions, which included unlocking my bootloader, installing adb on my PC, and entering a few command lines.

There is the possibility to buy it preinstalled though, but from a third-party company.


I’ve been using a Fairphone with /e/os. No Google at all. Rooted with Magisk. MicroG to run apps that need Google services. Everything I need works.


I’m using a Fairphone with /e/os. No Google at all.


If you’re able to get a job at Meta/Google/etc, you’re also able to get a job at a less shitty company.


Having a harder, unofficial way currently and soon an easy, official one is corrupt?


Thank you a lot, this is great information!


You could read a bit about NAT, which your router does, if you want to know more. But yes, of course only the initiation requires an open port, otherwise like you said, it doesn’t make sense. As soon as a connection is established your router knows where packets should be sent and an “open” port is not necessary.


This image somehow is such low quality on my device that I can’t read any of the text on it.


I understand they have access to all this information you listed, but what do they gain from that if I don’t use any (other) Facebook services? Normally, I understand that it allows for better ad targeting, but WhatsApp does not have ads, and if I don’t use any other Meta services that actually serve ads, how could this info being out be a problem for me?


How do I know other browsers/messengers actually include the code that is published when they arrive on my phone? Wouldn’t it be possible to simply add tracking/malicious code outside of the open-source repository, build an APK from it and put that on the Play Store instead of the “clean” code on the repository?


What use is this knowledge through metadata to them? Let’s say I have no Facebook account and no other apps by Meta. There are no ads within WhatsApp. What do they gain by having this data about me?


Thank you, but I’m looking for actual arguments that would sway someone that is trying to come to a rational conclusion. “The reputation of the company is bad” is of course valid evidence, but it would be much more interesting to know what Facebook actually gains from having users on WhatsApp.


Are others different, like Signal and how do I know?

As a normal user I install both in exactly the same way, I have no way to verify that the code of the apk on the play store is exactly the same as the code published by Signal as open-source. How could I trust Signal more?


Is WhatsApp bad for privacy?
And if so, why exactly? It says it's end-to-end encrypted. The metadata isn't. But what is metadata and is it bad that it's not? Are there any other problematic things? I think I have a few answers for these questions, but I was wondering if anyone else has good answers/explanations/links to share where I can inform myself more.
fedilink

That’s why I said (basically). If another user has a port open and you connect to them through their open port, a bidirectional connection gets established and then you can also upload. But if the other user also didn’t have a port open, then BitTorrent wouldn’t work. You rely on other people to have ports open, if everyone was using mullvad, then it would stop working.


That’s why I said (basically). If another user has a port open and you connect to them through their open port, a bidirectional connection gets established and then you can also upload. But if the other user also didn’t have a port open, then BitTorrent wouldn’t work. You rely on other people to have ports open, if everyone was using mullvad, then it would stop working.


It’s not that simple. Who hosts that server? Which torrent clients implemented support for it? What about symmetric NATs?

In short: no. In long: read up on it yourself.


The BitTorrent protocol basically works like this when you download a torrent:

  1. a tracker has a list of clients that have some data of a torrent
  2. you want to download that torrent, so you ask the tracker for this list
  3. after you receive this list, you ask the clients on this list to upload their data to you
  4. repeat 3. until you have the whole torrent

As soon as you have something downloaded, you become a client on the list of the tracker that theoretically has the torrent available for others. So you would become the “client being asked” of step 3 as well.

But how can you be asked? In a P2P networking context, you can only “be asked” if you have a port open that allows connections to it. Otherwise it’s as if you gave people your home adress but your mailbox has a hole on the bottom that leads directly to the garbage can beneath it, so all mail is immediately lost. Completely unusable.

In other words, it’s (basically) impossible for you to send the torrent data to someone else. You’re a leecher, someone that doesn’t give back to others. If everyone would act like you, torrents wouldn’t work at all.