Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Apple has shown the way for Motorola. (Score 1) 582

Except that Apple totally does have a design patent on rounded rectangles: http://www.google.com/patents/USD618678

The broken lines show portions of the electronic device which form no part of the claimed design.

The only things that aren't broken lines? The basic shape of the housing.

Comment Re:Developers love USDP (Score 1) 344

Java can be used to write true cross-platform applications for Linux, Windows, and OS X. It is also the primary language for development on over two-thirds of the world's smartphones and nearly half of the world's ARM tablets. I do know Pascal, but haven't used it in ages. I also know C, but again, rarely use it since I'm not a Linux kernel developer. I once coded something in Zilog Z80 assembly (and you didn't specify!), so I guess I have my trifecta of pretentious covered. And yet when I have to actually do work, I use Java. Like everyone bloody else.

Comment Re:Well... (Score 1) 303

But you raise an interesting point: If high-profile apps such as Minecraft are available for x86 but not ARM, what are the chances of the ARM platform ever taking off?

I've always assumed that was kind of the point. Windows RT strikes me as the "embrace" phase of the Wintel Master Plan To Deal With ARM®.

Comment Re:NOT! (Score 1) 231

According to ARM's documentation of the Cortex-A9 FPU it takes two cycles to perform one double-precision FMAC operation. 1 GHz * 2 cores / 2 cycles per operation = 1 GFLOP, assuming ideal conditions and zero overhead. In practical scenarios, 300-400 MFLOP is probably about right. And now that I think about it, the figure they list may already be for a dual-core, since Cortex-A9 was never intended to ship in a single-core configuration.

Comment So many errors! (Score 5, Informative) 470

There are a ludicrous number of errors here. The summary says that the CPU is clocked at 1.2 GHz, which the screenshot clearly shows is not the case - it's 1 GHz. The quad-core Galaxy S III only has 1GB of RAM, and the LTE variant with 2GB of RAM doesn't have a quad-core CPU. And both the HSPA+ and LTE Galaxy S III's score well above 1600 on Geekbench when actually running on all cores - the test results that are below 1600 and are no-doubt included in this "average" are custom tests run on fewer cores, which is clearly shown if you actually browse the results.

Comment Re:Valve thinks so. (Score 3, Interesting) 242

The problem is, the Source engine already exhibits a lot of really bizarre performance behavior. They say that on Linux with OpenGL they're seeing performnace improvements over Windows with DirectX (with no mention of IQ), but on Windows the OpenGL engine is slightly slower (~10%), and on OS X the OpenGL engine is about 65% of the speed of the DirectX implementation on Windows and has noticeably lower image quality. Source also has wildly different performance on otherwise comparable AMD and nVidia cards. I've even had systems that used to run TF2 just fine a year or so ago, and now are a stuttery mess with the same settings on the same maps with the same number of players, for no readily apparent reason. And of course we're dealing with framerates in the 300+ FPS range for the Source engine on high-end hardware these days, where huge differences can be the result of otherwise tiny factors, as actual GPU performance is marginalized next to things like driver overhead; that wouldn't be the case for, say, Unigine or UE4.

I think if we're honest, Valve's big complaint about Windows 8 has nothing to do with "performance" or expected sales, it's more about "waah we were about to launch an application store but now thanks to Microsoft's we won't have a virtual monopoly on that for Windows."

Slashdot Top Deals

1 + 1 = 3, for large values of 1.

Working...