This is a secondary account. My main account is listed below. The main will have a list of all the accounts that I use.

henfredemars@lemmy.world

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

help-circle

  • A smartphone is the ultimate, single-user personal computer. Choosing a device is too intimate for me to use any sort of tabular comparison tool. The device needs to be right for me qualitatively also.

    I strongly recommend picking a handful of devices and getting a variety of opinions from reviewers. Then, weigh those opinions against what features are most important to you.

    If this is your main computer which most likely it is for most people, it’s worthwhile to spend some time on selection.




  • Short answer is no. Long answer is no. The problem is their drivers (and hardware) are very young so there’s a lot of odd things games can do that hurt performance in unexpected ways.

    In practice they are not as good because Intel lacks experience, but I think they’re on the right track. Is it worth the money today? Probably not. The risk of coming across a game that doesn’t run well is just too high.

    I really wanted Intel to be a serious contender for my last GPU purchase but there were too many good, consistently performing options in that price range for it to make a lot of sense.









  • As a security researcher, running each site in its own process isn’t enough. Chrome has a much stronger multiprocessing model on most platforms. For example, Chrome on Android sandboxes between processes whereas Firefox simply relies on the built-in Android sandbox, which provides limited protection between these processes. It’s much easier to break out of the sandbox in Firefox because it’s easier to move laterally, for one. Those processes have to communicate with each other at some point.

    But, don’t believe me just because I claim any sort of credential on the Internet. It’s such a difference in security that GrapheneOS strongly discourages using Firefox for its weak implementation in addition to the link I provided above. From the link:

    Worst of all, Firefox does not have internal sandboxing on Android. This is despite the fact that Chromium semantic sandbox layer on Android is implemented via the OS isolatedProcess feature, which is a very easy to use boolean property for app service processes to provide strong isolation with only the ability to communicate with the app running them via the standard service API. Even in the desktop version, Firefox’s sandbox is still substantially weaker (especially on Linux) and lacks full support for isolating sites from each other rather than only containing content as a whole.

    I love Firefox. I use it anyway. It’s not insecure. But it’s absolutely not as secure because it lacks modern exploit mitigations. Running process per site is an improvement but it’s still less secure than the architecture used in Chrome.

    EDIT: Sound less entitled.