Music lover and English teacher with an interest in slightly geeky things

mastodon / blog / listenbrainz

  • 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle

  • Of all the privacy-related changes I’ve made, Signal is the only thing I’ve managed to get anyone else to use.

    It was a matter of saying “I don’t use WhatsApp anymore” and that was that. Some friends didn’t make the switch, but they know where to find me.

    Quitting Facebook lead people to believe that I was in need of help, though. They thought I was crazy. Still, today, people ask me why they can’t tag me on FB or why I unfriended them. When I tell them I stopped using FB they’re shocked and say things like, “but you’re such a techy computer nerd guy.”

    Quitting Google was confusing for others too.



  • As mentioned, this is a Qualcomm thing. Not exactly spyware, but probably not necessary either.

    https://www.qualcomm.com/site/privacy/services

    Qualcomm Location Service (formerly “IZat Location Services” or “IZat”) is technology offered by Qualcomm Technologies, Inc. in the U.S., QT Technologies Ireland Limited in countries within the European Economic Area, and Qualcomm CDMA Technologies (Korea) YH in the Republic of Korea (a.k.a. South Korea). Qualcomm Location Service may enable your device to determine its location more quickly and accurately – even when your device is unable to get a strong GPS signal.

    Something like the UAD could disable it, or you could use Tracker Control to block it, or straight up use adb to disable it… But, it will run even if disabled.

    The package is com.qualcomm.location so,

    adb shell pm uninstall --user 0 com.qualcomm.location

    will disable it, but it will always come back…




  • I never turn my work laptop on at home. I don’t even have any bookmarks saved in the browser. I have a .txt file synced using Syncthing that I treat as a perpetual notepad where I keep my links. I don’t think I’ve even turned my work laptop on at home or charged it at home this year.

    Of course, these are things I can get away with since I’m a professor. But still, I have received emails asking if I need training on how to use my computer because I have barely used it. They really, really wanted me to use Outlook instead of the webapp for some reason. I never did. But, they were so insistent. Recently we lost the ability to change wallpaper, default browsers and quick launch icons.

    Work computers: almost a neat perk.






  • Hypatia is interesting, but you might not need to have it running permanently.

    If your Samsung is fresh off the shelf, there is likely some bloatware on it. Apps that canot be deleted.

    If you are very serious about being a little more private and a little more secure, you could do some of the following.

    • factory reset your device and then use adb (or the Universal Android Debloater https://github.com/0x192/universal-android-debloater) to remove the recommended Google and OEM apps.
      • factory reset optional
    • you won’t be able to remove trackers, and some of them are just there for bug reporting. Being aware of them is good. There are several apps that can prevent the trackers from reporting (Tracker Controller, host blockers like InviZible Pro, etc.)
    • practice good habits: 2FA (Aegis) and password management (Bitwarden), avoid using biometric data when you can, E2EE, etc.
    • change email providers (maybe)

    Take it slow though. There is a reason why they call this a rabbit hole and it can be daunting to figure it all out.




  • If there were something fishy about a Linux file manager, I’m sure someone would have raised the alarms…

    As for Ubuntu, I’m sure there are videos and articles about that very topic stemming from its popularity. I don’t use Ubuntu, but for desktop usage I see more people recommend Fedora (which I also don’t use) and lots of hate for Snaps.

    If you are serious about privacy, you’ll come to find varying opinions on whether or not Linux is privacy respecting. Overall, it is a start. Beyond the base install you’d want to get into containers and immutable distributions which I have no experience with.


  • 2019 isn’t terribly old. Just installing Linux serve as a panacea for all of your security woes.

    You’ll probably want to (or not want to, depending on who you ask) use UEFI. You’ll want to harden and containerise and use firewalls and so on… Depends on your threat model.

    But, the fundamental question is that you can install Linux and as long as you keep it up to date, a large number of vulnerabilities will be covered. Just not all.