Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Submission + - Amazon reveals "Prime Air", their plans for 30-minute deliveries by drone (cbsnews.com)

Z80xxc! writes: Amazon CEO Jeff Bezos revealed during a CBS 60 Minutes interview that the company is working on a service called "Prime Air" to deliver packages by autonomous octocopter drones within 30 minutes of hitting the "buy" button. The plan still requires more testing and FAA approval, but Bezos predicts it'll be available to the public in the next 4-5 years. With a lot of backlash against drones, and some towns even offering bounties to shoot them down, will this technology ever take off, or is this just another one of Amazon's eccentric CEO's fantastical flight ideas ?

Comment Re:Getters and setters (Score 1) 543

You may only want to be able to get the variable but not set the variable. Plus you can do data checking in the Set function and what not.

In the case of his example it was probably a little weak because you're right he could've just used a public int member variable to the same affect. A better example would be public int MyField { get; private set; }
Firefox

Emscripten and New Javascript Engine Bring Unreal Engine To Firefox 124

MojoKid writes "There's no doubt that gaming on the Web has improved dramatically in recent years, but Mozilla believes it has developed new technology that will deliver a big leap in what browser-based gaming can become. The company developed a highly-optimized version of Javascript that's designed to 'supercharge' a game's code to deliver near-native performance. And now that innovation has enabled Mozilla to bring Epic's Unreal Engine 3 to the browser. As a sort of proof of concept, Mozilla debuted this BananaBread game demo that was built using WebGL, Emscripten, and the new JavaScript version called 'asm.js.' Mozilla says that it's working with the likes of EA, Disney, and ZeptoLab to optimize games for the mobile Web, as well." Emscripten was previously used to port Doom to the browser.

Comment Re:I still can't tell the difference betwen DX9 an (Score 5, Informative) 553

It's not just about visuals, it's also about performance. It is now much cheaper (GPU utilization wise) to do today what was done yesterday. Also, keep in mind that a lot of games don't have that great of visuals because they limit themselves to match consoles. The Call of Duty franchise is a perfect example of this. Anyway, take a look at this to see what is new. http://msdn.microsoft.com/en-us/library/windows/desktop/hh404562(v=vs.85).aspx Also, this is what games could be doing: http://www.youtube.com/watch?v=duSIE2TkpH4

Slashdot Top Deals

Beware of Programmers who carry screwdrivers. -- Leonard Brandwein

Working...