42500455
story
Zothecula writes
"NASA and the Canadian Space Agency (CSA) have begun practicing satellite refueling in space on a test bed outside the International Space Station (ISS). In a series of tests that started on January 14 and are scheduled to continue until the 25th, the two space agencies are using the Robotic Refueling Module (RRM) and Canada's Special Purpose Dexterous Manipulator, or Dextre, robot to carry out simulated refueling operations. The purpose of these tests is to develop refueling methods aimed at extending the life of satellites and reducing the amount of space debris orbiting the Earth."
692897
story
ruphus13 writes
"So, hosting and managing a ton of Ajax calls, even when working with mootools, dojo or scriptaculous, can be quite cumbersome, especially as they get updated, along with your code. In addition, several sites now use these libraries, and the end-user has to download the library each time. Google now will provide hosted versions of these libraries, so users can simply reference Google's hosted version. From the article, 'The thing is, what if multiple sites are using Prototype 1.6? Because browsers cache files according to their URL, there is no way for your browser to realize that it is downloading the same file multiple times. And thus, if you visit 30 sites that use Prototype, then your browser will download prototype.js 30 times.
Today, Google announced a partial solution to this problem that seems obvious in retrospect: Google is now offering the "Google Ajax Libraries API," which allows sites to download five well-known Ajax libraries (Dojo, Prototype, Scriptaculous, Mootools, and jQuery) from Google. This will only work if many sites decide to use Google's copies of the JavaScript libraries; if only one site does so, then there will be no real speed improvement.
There is, of course, something of a privacy violation here, in that Google will now be able to keep track of which users are entering various non-Google Web pages.' Will users adopt this, or is it easy enough to simply host an additional file?"