Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Unspecified or undefined behaviors (Score 1) 172

Wouldn't [verification of Windows system files in an anti-cheating service for online video games] break every time a Windows Update comes through?

I imagine that such an anti-cheating service will switch to blacklist behavior on Patch Tuesday until the majority have provided the correct hashes of updated files to the anti-cheating service provider.

I haven't heard of this behavior before.

I've read reports of Punkbuster and Games for Windows Live applying something like this. From this post:

Wine could fully implement the Windows API - but how it return the same hashs, etc. for operating system files?? So it will **never** fully support such products as GFWL, Punkbuster, etc. (that can use low-level access to files to verify that the OS is "genuine").

Comment Safari wrappers (Score 1) 75

but you can install other browsers on an iphone

Technically correct, but not helpfully correct. Browsers other than Safari are wrappers around WebKit for iOS, and they share the same limitations as Safari. Porting any rendering engine other than WebKit for iOS is both forbidden by the App Store Review Guidelines and technically blocked by the strict W^X policy of the iOS executable loader.

The sites can choose to have ugly html fallbacks

If you have created a document in an app, how do you upload a document to an "ugly HTML fallback" when the only approved HTML rendering engine refuses to provide an upload control that's been around since the HTML 3.2 days?

Comment Re:Limitations of Safari for iOS (Score 1) 75

Not supporting something is very different from intentionally blocking something.

Apple intentionally blocks third-party web browsers that are not just thin wrappers around Safari. Therefore, features that Safari doesn't support and which third parties could have implemented but for this blocking are features that Apple intentionally blocks.

Comment Cellular is still billed by the bit (Score 1) 75

In the US consumers pay once for internet and then have access to all non-private services with no added cost.

Comcast (cable) caps at 300 GB per month. Exede (satellite) caps at 10 GB per month. Cellular Internet caps even lower. If you read the article, you'll discover that it is about cellular Internet.

Comment Referring to iOS, not OS X (Score 1) 75

Which jail is that? I'm writing this on a Mac

Unlike Macs, iPhones ship with cellular radios. From the article: "Internet.org is a partnership the partnership between Facebook and seven mobile phone companies" (my emphasis). This makes me think Anonymous Coward had iOS in mind, not OS X. And unlike OS X, iOS has a jail.

Comment Limitations of Safari for iOS (Score 1) 75

No Apple device restricts which websites a user can visit.

Perhaps that depends on what you mean by "visit". Even if you exclude sites that rely on SWF or JAR components, it took until iOS 6 for Safari to support <input type="file">, and it took until iOS 8 for Safari to support WebGL outside vetted iAd modules. Until then, Apple was restricting users from visiting web sites that rely on those web platform features by restricting browsers on iOS from implementing them. And I'm under the impression that support for <input type="file"> is still woefully incomplete.

Comment Re:Similarly named Ron Howard film from 1977 (Score 1) 118

Sometimes the MPAA/DGA will say a distinction should be made, sometimes not.

Which explains Precious: Based on the novel Push by Sapphire to avoid a similarly titled film directed by Paul McGuigan. (I'm glad we didn't get Precious: Based on the novel The Lord of the Rings by Tolkien.) On the other hand, there are two Nine movies released in 2009: one with Sackboy and the other a musical directed by Rob Marshall.

Comment AMD controls console business, leaving PC for NVDA (Score 1) 309

Is Valve some sort of major customer of Nvidia GPUs?

No, but Valve's users are.

Video games are a leading application for GPUs. The four hardcore video game platforms are Nintendo's AMD-powered console, Sony's AMD-powered console, Microsoft's AMD-powered console, and the PC. With another company owning the console space, NVIDIA's GPU business has to compete for PC makers and PC users with other GPU makers (AMD and Intel). And if PC games work poorly with NVIDIA products, PC users will have little reason to buy NVIDIA products. Valve runs a leading video game sales channel on PC and has developed several pairs of popular PC games, and it is looking to extend this sales channel to Steam-branded PC hardware that does not ship with a Microsoft operating system. So in order to be part of this segment of the market, NVIDIA has to ensure that its products continue to "work 100% with Linux" without causing serious instability.

Comment If Slashdot had been on Usenet (Score 1) 199

I wonder if these "AJAX bad, native apps good" hecklers would be happier if Slashdot had used NNTP instead of HTTP. You'd point your existing news reader app at news.slashdot.org, which would host several moderated newsgroups. Only editors would have power to post top-level articles outside slashdot.firehose; anyone could post follow-ups that would be auto-approved provided they trip no lameness filter. Then each user could use the newsreader's existing tools to promote or demote a particular identity's follow-ups, similarly to the present Slashdot's friend and foe system.

Slashdot Top Deals

Testing can show the presense of bugs, but not their absence. -- Dijkstra

Working...