• 0 Posts
  • 96 Comments
Joined 11 months ago
cake
Cake day: August 19th, 2023

help-circle
  • From their own privacy policy they outline what they do:

    For research and development purposes, we may use datasets such as those that contain images, voices or other data that could be associated with an identifiable person.

    To provide location-based services on Apple products, Apple and our partners and licensees, such as maps data providers, may collect, use, and share precise location data, including the real-time geographic location of your Apple computer or device.

    Apple’s websites, online services, interactive applications, email messages, and advertisements may use “cookies” and other technologies such as pixel tags and web beacons.

    We also use personal information to help us create, develop, operate, deliver, and improve our products, services, content and advertising

    At times Apple may provide third parties with certain personal information to provide or improve our products and services, including to deliver products at your request, or to help Apple market to consumers.

    Apple may collect location, IP Address, network information, Bluetooth information, connected devices, accessories, personal demographics, browsing history, browser fingerprint, device fingerprint, search history, app data, usage data, performance, diagnostics, product interaction, transaction information, payment information, purchasing records, contacts, social graph, watch history, listening interests, reading list, call metadata, device information, messaging metadata, email addresses, salary, income, assets, health data, ad interaction, in-app purchases, in-app subscriptions, app downloads, music downloads, movie downloads, TV show downloads, Apple ID, IDFA, Random Unique ID, UUID, IMEI, Hardware serial number, SIM serial number, phone number, telemetry, cookies, Nearby WiFi MAC, Siri request history, Web sign-in, songs played, play and pause times, playlists, engagement and library.

    Literally all of this is what Google does. The only thing Apple does differently is hinder 3rd party apps to a greater degree, whereas Google is more permissive. But to be fair, Google has been improving the Privacy features of Android with each version.

    https://tosdr.org/en/service/158







  • Arch is not meant to be a daily driver if you’re expecting “shit just works” stability long term when you just blindly run updates. You have to understand what you’re updating and sometimes why.

    It is targeted at the proficient GNU/Linux user, or anyone with a do-it-yourself attitude who is willing to read the documentation, and solve their own problems.

    If you want to use Arch, you need to invest in snapshots using rsync or dd. Given how it’s a rolling release, you should do this weekly. If something fucks up, grab all your logs and put them somewhere safe. Roll back and look at your logs to see what broke. Then apply updates as needed. You can ignore packages for quite a while. If you’re not smart enough to understand it now, you may in the future. It takes time and practice.

    Debian based is only “out of date” feature wise because they do a package freeze. They ensure stability before release. Updates are largely security related.


  • Your use of the Platform is licensed, not sold, to you, and you hereby acknowledge that no title or ownership with respect to the Platform or the Games is being transferred or assigned and this Agreement should not be construed as a sale of any rights.

    From the Blizz terms.

    WoW has always revolved around having a server handle everything and your client is just the textures/models viewer where you tell the server what to do, I have been fine with this. But I do agree, it should say something else on the button. Other games that are not MMO shouldn’t be a “license” to play. If you buy it, you can play it whenever and wherever. Features that are not multiplayer should work regardless. Some things just shouldn’t be tied to a server. I really despise modern gaming because of this.

    Anecdotal experience: Gran Turismo Sport recently lost its servers. When they went down, the Mileage Exchange shop went with it. This means all the cosmetics for cars. and a few unique cars, are now unobtainable for future players. PD could have patched the shop to be a complete list of everything and you buy it with the plethora of points you will collect in the future as you race. But no, they didn’t.





  • That’s not a very strong argument.

    When you started a job, did you understand it all? When you first started using Windows, Android or iOS, did you understand it all? No you didn’t. As with anything you’ve never used or done before, you won’t understand the ins and outs or know what to do in many situations. You learn about them. I certainly didn’t know much about Linux when I started using it. In an IT environment, I had to learn. I work with Windows and Linux on a daily basis. Both have their strengths and weaknesses. I use both on my personal devices.







  • icedterminal@lemmy.worldtoAndroid@lemdro.idRam in phones?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    3
    ·
    5 months ago

    Linux uses half the RAM Windows does in a fresh install. 8GB can absolutely be done on a Linux system without worry. To aid systems with 4-8GB RAM, Windows compresses. This has allowed OEMs to ship systems with 8GB as a minimum. This just isn’t enough for multitasking. The CPU is tasked with constantly compressing and decomposing if you’re attempting to multitask. This can make an already cheap laptop feel a little more sluggish. 16GB has always been the minimum for gaming systems and these days it’s becoming apparent 32GB is needed. 8GB is just pitiful for a computer these days.


    Addressing the OP, mobile devices used to only need 2-4GB for the longest time. The OS wasn’t that heavy because the ARM CPU could only do so much. As the CPUs improved, higher resolutions were used, prettier animations and more features got added. This all needs more RAM. Android developer options will tell you how much RAM you’re using. A feature of Android is to keep a process cached in RAM that’s been recently used. This is present to aid in battery life. Even if you swipe the app away from recents list, a portion is cached so the next time you start it, the CPU doesn’t have to work as hard to load it up. You can see this under Running services > Cached processes. This means it’s more beneficial for the mobile device to have more RAM.