Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:A highly relevant comment from the previous pos (Score 5, Interesting) 262

Here's something that doesn't need 'conspiracy' to understand. Unity is playing bad on the PC because they're issuing 50k draw calls on DX11.

The game (in its current state) is issuing approximately 50,000 draw calls on the DirectX 11 API. Problem is, DX11 is only equipped to handle ~10,000 peak draw calls. What happens after that is a severe bottleneck with most draw calls culled or incorrectly rendered, resulting in texture/NPCs popping all over the place.

Ironically, instead of blaming AMD for this, AMD is actually providing a solution. I don't like it personally, but the Mantle API specifically solves this problem today while we wait for DX12/OpenGL Next.

Of course, it's only available on AMD hardware and besides, because Ubi is in a company wide PR deal with nVidia to use GameWorks(TM) THEY CAN'T USE IT!

So instead of blaming AMD, Ubi should either go sit in a corner (because they know what they did wrong), or they need to look into a mirror (because they don't recognize that they're the real problem)

Comment RIP Nexus 7, you were the best. (Score 1) 201

I just wanted a new 3rd gen Nexus 7 with a spec bump. Cheap but durable. For in-home (bed) use; wifi-only is fine. $199. Sold.

Maybe next year. Or maybe not.

I don't need nor want a big tablet. I can't replace the 7" tablet with a 6" phone (no upside). The 9" I'm sure is a nice size and all, but it's going to be at least twice the price. No go.

Comment Active ops (Score 4, Interesting) 503

Seeing a lot of pro-russian "psyops" on one local forum attached to a news outlet focused on economics, so much so that it's pretty obvious that it's organized. Massive amounts of downvotes on anything negative to the pro-russian side, and weak conspiracy theories written in broken english moderated up.

Not sure why they're wasting their time, but there you go. I guess the proud Cheka men have nothing better to do than troll forums.

Comment Re:So glad it's over (Score 1) 151

The Titan-Z was and is a PR product. It was conceived simply to create buzz around nVidia. They had the misfortune that AMD put out a better card before they could get the darn thing to market though. First they delayed it, then as pressure mounted they finally sneaked it out without much of the ado they were hoping for. I doubt there exists or will ever exist more than a couple of hundred Titan-Zs IN THE WORLD.

Anyone who tells you that this card "is for X" where X is something else than PR is wrong and/or lying. It doesn't make sense anywhere.

Comment Sounds like complete bullshit. (Score 2) 426

There seems to be a step missing from A (that's not how memory works) to B (therefore uncomputable). The premise that memory isn't lossy sounds like rubbish, even IF it's perhaps not so simply a question of 'read errors'

I recently watched this talk, Modeling Data Streams Using Sparse Distributed Representations, which seems to be able to represent memory in a layered and lossy way perfectly fine in a computer.

Comment Re:warning about unreachable code (Score 4, Informative) 101

Sorry, it's not there. It's silently ignored, which is the WORST POSSIBLE SOLUTION to the problem. Ugh.

The -Wunreachable-code has been removed, because it was unstable: it relied on the optimizer, and so different versions of gcc would warn about different code. The compiler still accepts and ignores the command line option so that existing Makefiles are not broken. In some future release the option will be removed entirely.

http://gcc.gnu.org/ml/gcc-help...

Comment Broken premise (Score 1) 361

Ignoring the premise that Android is "impossible to navigate" (which is false), as for this specific quote:

That’s fun for them; but they’ve made the mistake of not understanding how their motivation differs from the rest of us

No, I understand perfectly well, it's just that I don't care about your needs. Why should I put your needs first? Are they more important than mine? What's the end game here? If Android copies iOS then it's called out for that by people like you ("no innovation!"). If it doesn't then it's "impossible to navigate because it's not exactly like iOS".

Is there a middle road where tinkerers and "normals" can coexist on one OS? Perhaps. But maybe it's okay that to have the existing distinction between the OSes. Or maybe iOS should be more open to tinkerers? Why don't you head over there and suggest that they simply don't understand that iOS is too hard to tinker with.

(Again, I don't think there's acutally anything major that'd make Android hard to use. In fact, I recommended an Android phone for my mother, knowing full well that I risk being the designated support (which I don't want to be).

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...