• 0 Posts
  • 16 Comments
Joined 8 months ago
cake
Cake day: November 17th, 2024

help-circle





  • I think the best tip is to not be too hard on yourself. Using linux doesn’t mean abandoning Windows, even if you feel overwhelmed and need to go back to Windows, that is totally okay, just try again when you feel comfortable.

    If you are confused please ask questions, people love to help beginners. Finally, like others, I think mint is a great starting point. If you have time, you can also follow some linux content creators on YouTube or PeerTube.





  • It is understandable people are frustrated, I am frustrated, and joined several conversation regarding this problem. However, I don’t appreciate some of the rant from many users. This change is certainly out-of-touch, potentially due to them don’t quite foresee the amount of flatpak/kde users who are affected by this change.

    But many complaints have been dangerously close to the line, if not over the line. Their quiet month policy is reasonable IMO, developers need breaks, especially those interacts frequently with the community. Love or hate electron (same apply to CEF), these works clearly bring many wonderful apps into the linux world.

    I personally don’t believe that non-contributors have the right to demand free work from the electron developers.


  • My strategy is to always install program with flatpak, SDKs are also installed as flatpak, find graphical alternatives to command line programs. I don’t use command line a lot, so I don’t need fancy tools for it.

    I only have one system package installed for inputting unicode math symbols. So that I have a clean and easily migratable system.





  • it says it is encrypted but it is encrypred using keys that google has access to as they are unlocked with you logging in into google account.

    First it uses lock screen password, so google do not have access to this password.

    Even if your lock screen is unfortunately your Google password, I think proper authentication protocol do not send your password to Google to authenticate, but only the hash, which cannot be reverted to derive your password.

    Obviously, the above is assuming that Google is not malicious. Otherwise it can just use play service, which is privileged and closed source, to get all your data. If your threat model including Google itself trying to steal your key, you will probably need to install a trusted rom or use iOS (however, apple and the rom developer can also steal your key).


  • I think these are different. They mostly find vulnerability in the iOS system as opposed to try to crack the backup system.

    I think iOS or Android backup system are rather secure compared to other components because of the following: hacker will also need to break into a cloud drive to retrieve them, which adds extra work; the backup is simple, just bunch of files and a password, apple/google can use standard well-tested encryption to encrypt them.

    However, guaranteeing there is no way to break into an operating system, especially with all the features that a modern system requires, is much harder.