this post was submitted on 23 Aug 2024
440 points (98.5% liked)

Technology

58009 readers
3079 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Microsoft will begin sending a revised version of its controversial Recall feature to Windows Insider PCs beginning in October, according to an update published today to the company's original blog post about the Recall controversy. The company didn't elaborate further on specific changes it's making to Recall beyond what it already announced in June.

For those unfamiliar, Recall is a Windows service that runs in the background on compatible PCs, continuously taking screenshots of user activity, scanning those screenshots with optical character recognition (OCR), and saving the OCR text and the screenshots to a giant searchable database on your PC. The goal, according to Microsoft, is to help users retrace their steps and dig up information about things they had used their PCs to find or do in the past.

The problem was that other users on the same PC, or attackers with physical or remote access to your PC, could easily access, view, and export those screenshots and the OCR database since none of the information was encrypted at rest or protected in any substantive way.

Among the changes Microsoft has said it will make: The database will be encrypted at rest and will require authentication (and periodic reauthentication) with Windows Hello before users will be allowed to access it. The feature will also be off by default, whereas the original plan was to turn it on by default and make users go into Settings to turn it off.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] jlh@lemmy.jlh.name 8 points 2 weeks ago (1 children)

I specifically pointed out Debian instead of Fedora because of my discomfort with what happened to CentOS, even though Fedora comes with more out-of-the-box for desktop-users/gamers.

Linux has already switched to systemd, whether you like it or not. 99.9% of new users will only ever learn systemd, if they even learn what an init system is at all.

Debian switched to systemd in 2013, and IBM was not involved with systemd before 2019. Poettering works for Microsoft, not IBM.

The changes to init were necessary. The init scripts were legacy bloat, even in 2013. Furthermore, the work from the systemd project on creating separate daemons for other parts of the OS have brought a lot of new features and innovation to Linux.

[โ€“] suzune@ani.social 0 points 2 weeks ago

Also, lots of nasty bugs are in systems, because of bloat. They are getting fixed slowly, but who doesn't know cases where you cannot shut down the machine, because of "bouncing stars".

I still need to look up how to write an own startup script or start two same daemons listening on different IPs. This is why I avoid systemd on servers and only leave it on workstations.