Even if Tesla itself doesn’t do that, it’s something to be concerned about in case a vulnerability is found that allows remote access to the camera’s (or worse any local video recordings that may exist).
Even if Tesla itself doesn’t do that, it’s something to be concerned about in case a vulnerability is found that allows remote access to the camera’s (or worse any local video recordings that may exist).
I’m not that familiar with WSL, can it interface with libraries like DirectX or Vulkan?
I didn’t know that, thanks! That’s actually very impressive, and given how efficient qemu-style emulators are, I wouldn’t be surprised to see near-native performance despite a little bit of overhead from emulating game logic.
No, not that much. The emulation of the syscalls are specific to Linux, so none of that is usable on Windows. They could reuse the emulator, but it seems likely they would write their own from scratch so they can keep everything closed source. Obligatory: fuck Microsoft.
Well, not exactly… WINE is a compatibility layer for syscalls between the x86 Windows API and (among others) the x86 Linux API, quite similar to how DXVK translates from DirectX to Vulkan.
What proton does is combine utilities like Wine and DXVK into a user friendly bundle, along with contributing substantially to the projects it bundles to make them interoperate well.
This looks to me like they want to bundle another utility, which does fast emulation of x86 user code on an ARM Linux system. Another commentator mentioned they are using FEX for this, which looks to me to do the same core task as qemu-user, but more focused on x86 to ARM and generally user-friendlier. That emulator could then be used to run x86 Wine on ARM.
The way qemu-user and FEX emulate one ISA on another is actually very cool btw. They realise massive speed gains by intercepting syscalls and executing them directly, instead of emulating a whole x86 Linux system.
Yes, collective punishment, i.e. trump gets elected.
The problem with using the filibuster is that it only works when you know the other side doesn’t have 67% in the senate. With both the democratic and republican parties being in the pocket of AIPAC, I suspect they could easily get the votes to break Bernie’s filibuster.
To combat this I think drivers, firmware, etc. should be acknowledged as being in the same category as spare parts, manuals, repair tools, etc. They are equally as vital to being able to repair your device, and therefore should be open sourced at the latest when a manufacturer pulls support. Of course I would prefer them to be open sourced immediately, but with how software IP works currently that seems like a pipe dream, especially for devices with very complex drivers, like GPU’s.
But they do it stochastically, so you only have a suspicion watching gives you fewer ads, but aren’t 100% sure
IMO this should be the case for everything developed using public money, looking at you, pharmaceutical companies…
Even if it’s just playing back videos, it still should compensate for the distortion of the spherical display. That’s a “simple” 3d transformation, but with the amount of pixels, coordinating between the GPUs and some redundancy, it doesn’t seem like an excessive amount of computing power. The whole thing is still an impressive excess though…
Friendly FYI: Brave is based on Chromium, so under the hood it uses the same browser engine as Chrome. I can’t recommend switching to Firefox enough, not only because it’s a good and fully featured browser, but also because its existence is vital to keeping Google’s power in check.
C on Morello (or any other capability machine).