• 0 Posts
  • 7 Comments
Joined 14 days ago
cake
Cake day: December 22nd, 2024

help-circle
  • I used to think the same. I’m all for digital privacy, but listening to a microphone? That’s ridiculous, the legal ramifications would be enormous. Plus, encoding and sending all this data? Not practical, and of course, we are fully aware of confirmation bias and selective memory so for sure those personal anecdotes must be coincidences.

    Then it happened to me. I use a VPN, all my devices have a billion types of ad blocking, private DNS, JavaScript disabled by default and so on. Then I mention a product next to my girlfriend, a product that only interested me and I had recently discovered, nothing she was ever aware of… and while I was still right next to her, five minutes later, her phone is showing up ads for said product. Her phone, not mine. The product is not Coca-Cola, it’s not something that often pops up.

    What other explanation could there be? The coincidence of the year? They are listening.





  • Those systems are running frozen versions of Windows, they’re not being updated. Microsoft could introduce a patch for Windows 10 and 11 that removes the vulnerability and people running old software on XP would still be able to run it. Or, at the very least, make it disabled by default but let advanced users and sysadmins re-enable the vulnerable code.

    That’s what they did with SMB 1.0, for instance. It’s disabled on any modern Windows install, even though a lot of universities and companies still have infrastructure based on it. If you browse the “advanced system features” options you can re-enable it manually, with the knowledge that you’re voluntarily opening up your system to well known dangerous exploits in exchange for backwards compatibility.

    EDIT: So further reading that’s exactly what they’re doing. The drivers aren’t loaded by default on Windows 10 and 11, they need to be enabled after plugging a legacy device type requiring it.




  • Honestly, there isn’t much to it when setting up Linux for elderly people - in fact, I find it less troublesome than setting it up for a teenager.

    Most often the issues regular users face with Linux are related to installing packages from external sources or broken updates. Elderly people tend to not do that.

    Set up a stable distro like Debian, Linux Mint or Ubuntu LTS with KDE Plasma or Cinnamon, install LibreOffice, Okular and a browser with strong ad blocking, and any other applications you think they might need. Enable a simple firewall, hide the root / folder from the file browser’s sidebar, and you’re done. Perhaps set up scaling to make everything bigger on their monitors, disable mouse acceleration and set the speed slightly slower than usual.

    I wouldn’t bother with immutable distros, Flatpaks are nice and all until permissions turn using a simple app a confusing chore with broken interactions.