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.
Don’t forget the garbage listicle websites which pollute every search for “the best x” where x is something like a vacuum cleaner. Judging by the utter uselessness of search engines these days, there must be A LOT of those sites…
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…
Agreed, and I respectfully disagree with everyone else replying to you.
Relying on your car for your job is a much wider criterion than driving as your job. In car-centric places like the US (outside of the big cities) that’s probably 99% of the population. Couple that with the piss poor social safety net and losing your license literally means starvation.
This still doesn’t mean I endorse or agree with people driving distracted in any way. If revoking someone’s license meant removing them from the road but not destroying their life, I would do that in a heartbeat.
I don’t know what happend the last few years with Lunduke, but it seems like he went down the conservative/conspiracy rabbit hole and now I don’t trust anything he writes anymore. Please see for yourself, this article is a good starting point: https://lunduke.substack.com/p/the-tech-industry-hates-you?utm_source=profile&utm_medium=reader2
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).