this post was submitted on 25 Jul 2024
143 points (93.9% liked)

Asklemmy

43328 readers
1383 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] stoy@lemmy.zip 35 points 1 month ago (6 children)

Stop needlessly shitring on Windows, iOS and MacOS.

Recently there was a post about Wallmart blocking privacy features on iOS when connected to their wifi.

And the comments spoke about how if you are using Apple, you should not expect privacy anyway, implying that Android is a bastion of privacy. Which tunred into an annoying thread and deflected critisism from Wallmart.

I have seen other threads when people are asking for help with Windows or Mac OS issues and the comments talk about how Linux is much better.

That is kinda like, asking your friends for help after spraining your ancle, and them suggesting amputating the entrie leg replacing it with a far more powerful cybernetic robot leg, that doesn't help you.

I am an IT guy, I just want my computer to work and let me game, manage and edit photos, watch videos, and listen to music, my current Windows 10 machine works fine for me.

I don't want to tinker when I am home, I have tinkered enough at work managing 365, reading logs, writing scripts and pulling cables.

When I feel that Linux is working well enough, I will switch, but that is up to me, I am not interested in how I can configure my computer to my exact specification, I want a decent computer that I can run the same install on for 6-7 years with updates before upgrading or reinstalling. So far has Windows provided that, Linux has not, I have dailied both.

Sorry for the rant...

[–] Cryophilia@lemmy.world 17 points 1 month ago (1 children)

My lemmy experience got so much better when I blocked any community that talked almost exclusively about anything linux related.

[–] Blaze@sopuli.xyz 4 points 1 month ago
[–] krolden@lemmy.ml 14 points 1 month ago (1 children)
[–] stoy@lemmy.zip 5 points 1 month ago (1 children)

I doubt you'll enjoy the experience....

[–] krolden@lemmy.ml 6 points 1 month ago* (last edited 1 month ago)

They paywalled my condom so I had to raw dog

[–] frauddogg@lemmygrad.ml 5 points 1 month ago (1 children)

I feel you, but... Nah. Apple and Microsoft have thoroughly earned my hatred by now.

[–] stoy@lemmy.zip 2 points 1 month ago

I agree with you, but there is a time and a place to advocate for linux, and it isn't when someone is stressed and just want their computer up and running.

[–] prex@aussie.zone 4 points 1 month ago

Huh

Something I like about lemmy is that I can pick out this comment (or a sub comment) and sort by controversial.

Popcorn time - Upvotes all round!

[–] 0stre4m@lemmy.wtf 1 points 1 month ago (1 children)

Look I worked for apple. There are things I cannot tell for legal reasons. But they are a whole new level of scummery.

[–] stoy@lemmy.zip 3 points 1 month ago (1 children)

Sure, I believe you, Apple is scummy, every huge corporation is scummy, but I still belive them to be less scummy than Google when it comes to privacy

[–] 0stre4m@lemmy.wtf 1 points 1 month ago

You can de-google an android phone.

https://www.theguardian.com/technology/2019/aug/02/apple-halts-practice-of-contractors-listening-in-to-users-on-siri

They did that, apologised, and a month later they hired another company to do the exact same thing.

[–] mozz@mbin.grits.dev -5 points 1 month ago (2 children)

iOS’s security is far superior to Android’s in several of the ways that matter

It’s fine if you love open stuff; I do too. But being ignorant about the drawbacks isn’t advocacy; it’s just ignorance.

[–] Freefall@lemmy.world 12 points 1 month ago (1 children)

Very subjective. iOS isn't even in the running for any of my needs

That said, any time and old person or Luddite adult asks for a computer suggestion, I always tell them "if you don't mind overpaying, get an Apple PC/tablet/whatever or the cheapest iPhone you can find". Apple limits its users so much that it is perfect for those folks need a device that protects itself from them. Disclaimer: I work in a tech field, so I rarely see the people around me using iOS devices.

[–] mozz@mbin.grits.dev 0 points 1 month ago (1 children)

I was limiting things specifically to security. E.g. iOS uses encryption for local personal files, and attempts to use strict security as far as what apps are allowed to do instead of a single "yes do whatever / uninstall app" dialog at the beginning (refusing to use background apps to use the camera + network + etc). It wasn't a general comparison.

[–] domi@lemmy.secnd.me 9 points 1 month ago (1 children)

Android also encrypts the user data by default since Android 10 (2019).

Android also has different permissions the apps need to ask for just like iOS. Including not allowing background apps to use the camera/GPS/mic by default.

[–] mozz@mbin.grits.dev 2 points 1 month ago (2 children)

Hm, maybe I am misinformed then. I haven’t used Android in a few years and I just remember being very struck by how enthusiastic iOS was, when I started using it, about smacking down apps that wanted to do something sketchy and how absolutely appalling were the app permissions choices I was faced with on Android.

[–] cm0002@lemmy.world 6 points 1 month ago* (last edited 1 month ago)

Android also has fantastic notification controls on a per app basis compared to iOS. I can pop into settings and disable an apps "Marketing" channel, but continue to allow it to have its "Important notifications" channel for example.

Here's Nextdoors notification channel settings:

I can disable any one of these channels independently, and then it goes a bit further

Tapping on a channel also allows you to set individual settings, maybe I want NDs "Announcement" notifications, but I want them to be silent, but maybe I still want them to popup on screen while I'm actively using my phone

Ofc, it's still dependent on individual apps to implement their side properly, but when they do its amazing

[–] russjr08@bitforged.space 1 points 1 month ago

You're thinking of install-time permissions, which technically does still exist, but pretty much most of the permissions you'd actually care about are runtime (or special) permissions - the application must request these from the user.

There are three main types of permissions on Android:

  • Install-time, these are permissions granted to an application upon installation
    • In this group is also signature-level permissions, which are only granted to applications that are signed by the same party as the OS itself (usually your OEM)
  • Runtime permissions (also known as "Dangerous permissions" within Android internally), which are permissions that the application must request from the user. The system draws the permissions dialog, not the application itself. Permission can also be granted one-time only, or permanently (unless the user revokes the permission)
  • Special permissions, which also need to be requested by the application - except for these the system will not draw a permissions dialog, instead the application must send the user to the "Special App Access" menu within system settings, and the user must turn on the permission there. The best way I can describe these types of permissions is, "permission that the user really must think about before granting" - such as giving an app the ability to bypass DND rules, drawing over other apps, installing APKs from unknown sources, accessing all device files, etc. IIRC, Google also requires that developers provide justification for requesting these permissions when submitting to the Google Play Store as well.

Runtime permissions were introduced in Android 6.0, which was released in 2015, I am not sure when the special permission system was implemented however.

[–] stoy@lemmy.zip 6 points 1 month ago

I have used both extensively, and that is my impression as well.

Out of the box, iOS seems far more secure than Android, but as you say, you can tinker to the end of time with Android to get it to a point where it is more secure, I just don't have the time or patience to do so.