Auto-threading Compiler Could Restore Moore’s Law Gains

New submitter Nemo the Magnificent writes “Develop in the Cloud has news about what might be a breakthrough out of Microsoft Research. A team there wrote a paper (PDF), now accepted for publication at OOPSLA, that describes how to teach a compiler to auto-thread a program that was written single-threaded in a conventional language like C#. This is the holy grail to take advantage of multiple cores — to get Moore’s Law improvements back on track, after they essentially ran aground in the last decade. (Functional programming, the other great white hope, just isn’t happening.) About 2004 was when Intel et al. ran into a wall and started packing multiple cores into chips instead of cranking the clock speed. The Microsoft team modified a C# compiler to use the new technique, and claim a ‘large project at Microsoft’ have written ‘several million lines of code’ testing out the resulting ‘safe parallelism.'” The paper is a good read if you’re into compilers and functional programming. The key to operation is adding permissions to reference types allowing you to declare normal references, read-only references to mutable objects, references to globally immutable objects, and references to isolated clusters of objects. With that information, the compiler is able to prove that chunks of code can safely be run in parallel. Unlike many other approaches, it doesn’t require that your program be purely functional either. Read more of this story at Slashdot.

Read More:
Auto-threading Compiler Could Restore Moore’s Law Gains

Microsoft Office 2013 now available to businesses, wide release still set for Q1 2013

Right on time , businesses with the inside track to Microsoft’s account team and partner program can now snag the latest version of Redmond’s content production software suite, Office 2013 . What’s that? You’ve got the hook up, but you were also hoping for Exchange Server 2013, Lync Server 2013, SharePoint Server 2013, Project 2013, and Vision 2013? You’ll be happy to hear that those are also available today — the already announced “first quarter 2013” release window for Office 2013 stands, when it’ll become widely available both digitally and at direct retailers. The big update to Office this time around comes in the form of Windows 8-style visuals and cloud-based saves using Microsoft’s SkyDrive service. We’ve got a full hands-on right here if you’d like to learn more ahead of next year’s big launch. Filed under: Desktops , Internet , Software , Microsoft Comments Via: WinSupersite Source: Microsoft

See more here:
Microsoft Office 2013 now available to businesses, wide release still set for Q1 2013

Researchers Can Make Bread Stay Fresh for 60 Days

Most foods deteriorate over time, but bread’s a major culprit, often going stale after just a couple of days. Now, though, a US research company claims to be able to make your loaf stay fresh for up to 60 whole days . More »

More:
Researchers Can Make Bread Stay Fresh for 60 Days

NASA Finds Water and Organic Matter In Mercury

NASA has confirmed a surprising, counterintuitive discovery. The burning hell known Mercury—the closest planet to the Sun—has water. Frozen water. Three new research papers, based on data obtained by the Messenger spacecraft, show undeniable evidence. More »

Read More:
NASA Finds Water and Organic Matter In Mercury

iTunes 11 Is Finally Out: Here’s What’s New

Apple’s slightly overdue update to iTunes is out. Finally. It’s a sizable re-imagining of a piece of software used by a massive amount of people. So you should probably take a minute or two to acquaint yourself with the new stuff. Here’s what’s changed. More »

Continued here:
iTunes 11 Is Finally Out: Here’s What’s New

Microsoft confirms Surface with Windows 8 Pro pricing: starting at $899 for 64GB version, shipping in January

Details on the Pro variety of Microsoft’s Surface tablet have been hard to come by since the company first announced it back in June , but it’s filled in some big ones today. It’s confirmed in a blog post that the device will start at $899 for the 64GB model, with the 128GB version setting you back $999. Both of those are what’s Microsoft’s dubbing the “standalone” model, which means you’ll get a Surface pen/stylus, but have to shell out extra for a Touch or Type Cover (each over $100). Both will be available in January, although there’s no specific date or word on pre-orders yet. As you can see, the device looks similar to the Surface RT , including the same “VaporMg” casing and built-in kickstand, and it also boasts a 10.6-inch display with a 16:9 aspect ratio. A key difference with that latter bit, though, is that the screen packs a full 1920 x 1080 resolution as opposed to the 1366 x 768 found on the RT model. You’ll also get a third-gen Core i5 processor with Intel HD Graphics 4000 (no more specifics on that just yet), 4GB of RAM, a Mini DisplayPort that can output a 2560 x 1440 resolution, a full-size USB 3.0 port and, of course, Windows 8 Pro with support for all your traditional desktop applications. All that expectedly makes the tablet itself a bit heftier than its RT-based counterpart — it’s just over half-an-inch thick and weighs in at two pounds on the nose. Update: The spec list confirmed that the Surface Pro will have a 42 W-h battery, but Microsoft has now also expanded on that in a tweet , saying that the device is expected to “have approximately half the battery life of Surface with Windows RT.” Based on our testing of the RT version, that should translate to just over four-and-a-half hours. Filed under: Tablets , Microsoft Comments Source: Official Microsoft Blog , Microsoft

More here:
Microsoft confirms Surface with Windows 8 Pro pricing: starting at $899 for 64GB version, shipping in January

Court Demands Samsung Pay Apple $120,000 per Day

Must be an uncomfortable moment over at Samsung headquarters right now. Just weeks after mobile division head J.K. Shin talked some seriously big game , a court in the Netherlands granted one more point to Apple in the companies’ ongoing patent lawsuits. More »

Read the original post:
Court Demands Samsung Pay Apple $120,000 per Day

A Sneak Peek At the Mind-Boggling Future of Computer Graphics

Computer graphics have come a long way since a T-Rex ate that lawyer in Jurassic Park . But if these glimpses of what the next generation of CG has in store, we ain’t seen nothing yet. Cloth simulations with hyper-realistic wrinkling, modelling complex human hair using thermal imaging, and new approaches to smoke rendering will make our future blockbusters even more blockbustery. More »

More:
A Sneak Peek At the Mind-Boggling Future of Computer Graphics

Netflix Gives Data Center Tools To Fail

Nerval’s Lobster writes “Netflix has released Hystrix, a library designed for managing interactions between distributed systems, complete with ‘fallback’ options for when those systems inevitably fail. The code for Hystrix—which Netflix tested on its own systems—can be downloaded at Github, with documentation available here, in addition to a getting-started guide and operations examples, among others. Hystrix evolved out of Netflix’s need to manage an increasing rate of calls to its APIs, and resulted in (according to the company) a ‘dramatic improvement in uptime and resilience has been achieved through its use.’ The Netflix API receives more than 1 billion incoming calls per day, which translates into several billion outgoing calls (averaging a ratio of 1:6) to dozens of underlying systems, with peaks of over 100,000 dependency requests per second. That’s according to Netflix engineer Ben Christensen, who described the incredible loads on the company’s infrastructure in a February blog posting. The vast majority of those calls serve the discovery user interfaces (UIs) of the more than 800 different devices supported by Netflix.” Read more of this story at Slashdot.

Read this article:
Netflix Gives Data Center Tools To Fail