• 1 Post
  • 35 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle





  • I’d love to see a source, I have literally never had the internal flap break and I must have had at least 30-40 devices pass through my hands with USB C by now

    Everything from a cheap Chinese brand wireless mouse up to my main phones (which are constantly plugged in and out) to all the random laptops, tablets, Xbox controllers and other peripherals in between.

    It’s never happened, though crud does build up in my phone port after a year or 2 to the point that I have to clean it out, but that’s nothing but a small paper clip and 5 minutes



  • When passing or storing data in code you usually have to specify what type of data is it. An int is an integer, so numbers, there’s also boolean (true/false) and many others. There’s also string which is just characters of any kind (for the most part) which pretty much makes it a catch-all, since numbers can be a string along with letters and special characters.

    But to use a number as a number after it’s been received as a string it has to be converted to an int, which means extra code, more effort, more failure points etc etc.








  • Maybe educating people about backups (in general) is a better approach than being averse to increasing security/privacy.

    Like I said, there’s been various backup your shit campaigns for decades now, why do you think the next time is going to be different? One of my windows PCs literally just sent a notification about backing things up (it’s what reminded me of this lmao), I wonder how many non-savvy users got that and completely ignored it?

    I still prefer MS pushing updates to people that never update vs the alternative of them getting viruses and such all the time. I just wish there was an easier way for advanced users to turn it off permanently, but it’s still not impossible so I still prefer this to people not updating at all.

    Agreed, but this is not a matter of updates, it’s a matter of how they’re handling this specific update. I personally just don’t see the benefits of forcing FDE on for everyone outweighing the risks.

    Your average home user is going to primarily get their data stolen via malware or social engineering, both of which FDE does nothing to protect against.


  • Just turning it on for everyone like they’re planning is what I have issues with.

    macOS does prompt the user to enable FileVault during initial setup, but it defaults to disabled. The other thing users do, is default to the default when they don’t understand something.

    So by defaulting to disabled, not many people enable FileVault without actually knowing what it’s talking about. If they do know what it’s talking about then all’s good because they’ll probably actually write down the recovery key.

    MS’s plan so far is “On the next update we’ll just turn it on for everyone everywhere and (maybe) display a fast message with a recovery key, YOLO”