• 1 Post
  • 495 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle




  • Realtime doesn’t necessarily mean low latency, it means consistent latency.

    So if the latency from and input takes 1s, that is realtime, as long as its always 1s.

    Typically for gaming you want the lowest latency possible, and at least historically, that meant not realtime.

    Edit: Some examples with made up numbers:

    Airbag: you want an airbag to go off EVERY time, and if that means it takes 10ms, thats usually OK. RT guarantees that your airbag will go off 10ms after a crash every time.

    Games: you want your inputs handled ASAP, ideally <5ms, but if one or two happen after 100ms, you’ll likely not notice. If you enable RT, maybe all your inputs get handled after 10ms consistently, which ends up feeling sluggish.

    Unless you know you need RT, you probably dont actually want it.







  • Still a bit open ended. Web browser finger printing is probably going to be quite specific, unless you have a browser that avoids fingerprinting.

    There is a trust issue, you need to trust the userland packagers to not build in any additional tracking, but its pretty unlikely that they’ll do that given its a tiny project.

    Privacy is also multifaceted, and its never going to be as simple as “use this distro”. The techniques for online tracking are changing and evolving all the time.


  • This is a bit of a “how long is a piece of string” question, security is multifaceted.

    From what I understand, it uses your phones kernel, so if its out of date or vulnerable, that might be a problem, and you may not be able to fix that.

    Conversely, its running inside android, so the android hardening might make it more secure.

    What are you specifically concerned about? Firewall? Zero days? Antimalware?