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

help-circle






  • I think that the FOSS Fediverse platforms are significantly resistant to enshittification.

    That same article explores what enables enshittification and what precludes it:

    The Netheads wanted to build diverse networks with lots of offers, lots of competition, and easy, low-cost switching between competitors (thanks to interoperability).

    Fediverse platforms:

    • are highly interoperable - e.g. you can use Lemmy or Kbin and still see the same posts
    • mostly FOSS, so anyone can fork them whenever they want if they don’t like some particular change
    • most instances currently aren’t operated for profit - certainly if your instance started displaying ads you could switch to another instance (or set one up) and still access all the same content as you did previously







  • New to Linux so I’m sorry if I’m being ignorant, but it does seem crazy you can get access to a machine without the password.

    This is always the case, no matter what OS you use, unless you use full-disk encryption. User credentials are all just data on a disk, so if someone has physical access to your machine, and your disk isn’t encrypted, then they can access (and change) those credentials or any other data.

    See also: https://ostechnix.com/reset-windows-password-with-linux-live-cd/

    What’s even the point of having a password

    As you say, preventing remote access is one, but also a password will slow someone down a bit, and stop low-knowledge adversaries entirely, possibly. Also you will at least know someone has messed with your machine if they change the password.

    Really, though, there’s nothing malicious someone can do to an unencrypted computer by changing the password that they couldn’t do without changing the password (copy all your files, delete all your files, install malicious software). Except I guess annoying you by making you change your password back. 😆