Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:I was surprised to see marvel rivals (Score 1) 37

What is it about linux that makes anti cheat so much harder to make work on it? Admin/system rights management that's more pro-user?

Heterogeneity.

A lot of anti-cheat solutions rely on an index of known safe software stacks, which are determined by taking checksums of various library dependencies. On Linux, the same library may be compiled with different options by thousands of different distributors, may have a wide range of versions still supported... The lazy technique that most anti-cheats rely on to distinguish real system libraries from hacked ones is impossible under such conditions. Not to mention, some of the components games use to do this are themselves intended to be installed at the kernel level, which is a problem when your game now needs to run under thousands of new kernels. Most games with anti-cheat that run under Linux now don't require a kernel component and only recognize libraries from a few common distros or Steam Runtime.

Strong anti-cheat that would work on Linux is possible, but companies mostly take the easy way out and don't bother with it. Instead of just taking checksums from libraries, what they should be doing is sanity testing them (does this random number generator actually produce random numbers?) and checking for unrecognized shims (does this C standard library link to something it shouldn't, like another a C standard library?).

WINE/Proton is also a factor here, because it involves a valid use of library shims. A cheater might use a library shim over DirectX to see through walls or modify textures, but a Linux user does out of necessity simply to make the game work (DXVK). Whatever shim detection there is needs to make exceptions on Linux to account for most libraries bundled with Proton.

Comment Re:Steam Decks (Score 1) 37

The Linux based Steam Deck probably has a lot to do with this. There are lots of people that are playing games on Linux that don't even know it since they've got it working so well

While Steam Decks certainly are a large factor (SteamOS Holo is the largest share at 28%), I suspect the recent growth has more to do with the success of SteamOS-adjacent options like Arch (11%) or Bazzite (3%), and the rise in other handhelds running these for the performance/efficiency benefits involved. Headlines like this are starting to convince gamers who are indifferent about Linux that it is the superior gaming OS.

Submission + - Signal Clone Used by Trump Administration Was Hacked 1

bitwraith writes: "A hacker has breached and stolen customer data from TeleMessage, an obscure Israeli company that sells modified versions of Signal and other messaging apps to the U.S. government to archive messages, 404 Media has learned. The data stolen by the hacker contains the contents of some direct messages and group chats sent using its Signal clone, as well as modified versions of WhatsApp, Telegram, and WeChat. TeleMessage was recently the center of a wave of media coverage after Mike Waltz accidentally revealed he used the tool in a cabinet meeting with President Trump."

Note for the editor: The above is an exact quote from the article, except for hyperlinks. It would probably be appropriate to replace, "bitwraith writes:" with, "bitwraith shares an article from 404media:"

Comment Seasonal temperatures? (Score 2) 99

Batteries in EVs are exposed to temperature extremes even when idle, due to hot summer and cold winter weather. IIRC, EVs (ex. Teslas) actually have temperature controls for the batteries to minimize the wear involved.

Have these new batteries been studied operating in extreme temperatures? Do they last longer in such less-than-ideal conditions as well? I'm mostly interested in the implications for winter driving range.

Comment Re:Superior alternative (Score 1) 19

Didn't the window for DMCA exemptions just close without any new protections for gaming/emulation? The timing of a new way to monetize game music is supicious, given that Nintendo has to still make money off of these things to enforce some of their IPs. I hope sites like vgmusic.com and ocremix.org are ready for a fight, since Nintendo seems poised to torch their own legacy again.

Submission + - Pagers in Lebanon Explode in Alleged Cyberattack

bitwraith writes: According to CNN, 2800 people in Lebanon were injured, and 8 killed, when pagers began exploding. Lebanese state media alleges that the pagers were sabotaged remotely by hackers. Video online purports to show a pager exploding in a man's bag while he is buying groceries. The explosions appear to have targeted two cities described as strongholds of Hezbolla, Ali Al-Nahri and Riyaq.

Comment Re:What did NVIDIA do? (Score 1) 39

Nvidia has a history of limiting software compatibility to give themselves an unfair advantage (havoc buyout, etc.). It's not hard to argue that they have probably done that again with the compute APIs that most AI software is using.

The reality is that antitrust regulation has been lacking for 20 years. Now that we have an AG who is actually paying attention, lots of antitrust cases that have been ignored in the recent past could be brought now. I'm just surprised this was the breaking point for Microsoft.

Comment Will they find another partner? (Score 1) 35

This is basically the same arrangement that Renault had with Smart from like 2014-2020, until Smart partnered with Geely. Smart 453s were built at Renault factories, sharing parts with the Twingo, with Smart's badge and chassis.

I didn't realize Renault started looking for a new partner to continue this. Are they just trying all of the German car companies? Are we going to get tiny two-seater BMWs next? Electric Isetta reboot?

Slashdot Top Deals

Two can Live as Cheaply as One for Half as Long. -- Howard Kandel

Working...