Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Why? (Score 3, Informative) 113

I went from OpenGL 1.x over to OpenGL ES, so I don't know most of what modern OpenGL can do. But one glaring weakness is that OpenGL ES doesn't support drawing quads, only triangles. Yeah, the GPU processes a quad as two triangles internally, but if it supports quads, there's less vertex data to generate and pass to the GPU. You can somewhat make up for it by using glDrawArrays, which uses array indexing into the vertex list, but in a lot of cases (especially for 2D scenes), it's still less efficient than if you had quads.

Submission + - Dell cancelling "team members" stock options (arstechnica.com) 1

sl4shd0rk writes: Apparently the privatizing of Dell is going to leave some employees who hold corporate stock options empty-handed. Dell announced in an "obtained" email that employees holding stock below $13.65/share will get a pay-out however those who obtained shares above $13.65 will get none.
Microsoft

Submission + - BYOD nightmare: iOS devices hobble Exchange servers when they synch (networkworld.com)

coondoggie writes: "Microsoft and Apple recommend that businesses deny certain iPhones, iPads and iPods access to Calendar items until the companies can clear up a problem that slows Exchange servers to a crawl when the devices try to synch. The problem reveals itself to end users as an error message when they try to update items with Exchange Server 2010 that says "Cannot Get Mail" and "The connection to the server failed," according to a Microsoft support notification. The only option presented to users is to choose "OK," Microsoft says."
Intel

Submission + - Intel Supports OpenGL ES 3.0 On Linux Before Windows (phoronix.com)

An anonymous reader writes: The Khronos Group has published the first products that are officially conformant to OpenGL ES 3.0. On that list is the Intel Ivy Bridge processors with integrated graphics, which support OpenGL ES 3.0 on open-source Linux Mesa. This is the best timing yet for Intel's open-source team to support a new OpenGL standard — the standard is just six months old where as it took years for them to support OpenGL ES 2.0. There's also no OpenGL ES 3.0 Intel Windows driver yet that's conformant. Intel also had a faster turn-around time than NVIDIA and AMD with the only other hardware on the list being Qualcomm and PowerVR hardware. OpenGL ES 3.0 works with Intel Ivy Bridge when using the Linux 3.6 kernel and the soon-to-be-out Mesa 9.1.

Comment Re:Unexpected consequences of paywalls. (Score 4, Informative) 700

Two miles is two miles.

202 miles driving with a detour through the city at 5 mph is not just 2 miles longer than 200 miles of highway driving.

The motor isn't running when your not moving.

But the heater, the lights, and the stereo system are running, plus regenerative braking isn't magic.

Stop and go traffic for an hour or two in the winter with the heater at full blast could easily drop tens of miles from the total range.

Comment Re:Passwords are shit. (Score 1) 538

Passphrases are uncommon because many sites think that "at least" means "exactly" when setting up the user database.

I've dropped one bank because of it. And those secret question/answer fields that are also 8 characters long because they might waste entire megabytes of storage if everyone had room for a complete response.

Comment Re:Memo taken down. But there's a backup copy. (Score 2) 506

That's kind of the point. Unless you think you will make enough money in the next 10 years to justify paying 10% of everything you've made, you aren't going to renew.

Alternatively, creators that think they will be selling forever can just roll the cost in ahead of time, which will allow other creators(e.g. DJs, fan-works) that don't care about the long term can discount their works and sell more on the short term.

Slashdot Top Deals

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...