Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:ActiveX revisited? (Score 2) 332

Have you ever heard of caching? In theory, if the binary code hasn't changed, then if the NaCl module is cached properly, you'd only have to download it the first time. Of course, you'd have to redownload it anytime it changes on the server, but look at it this way - you get instant access to updates.

And if you read the article, Google's purpose in this is not to create huge, full applications in native code and then run them through the browser, but combine this native calculations with the cloud. In Photoshop, that might mean your computer's GPU handles all the image processing, but all the data to save and export to different formats is sent to the cloud for processing. Or, Google Docs' spreadsheets could offload all the cell formula calculations in native code, rather than sending a request back to the server. The point of this native code is to speed up lots of little actions, not build entire applications.

Australia

Aussie Security Forces Testing Apple's iOS 58

lukehopewell1 writes "Australia's Defence Signal Directorate (DSD) is testing the national security capability of Apple's iOS mobile operating system for use on federal networks that transmit national security data. If the operating system is certified as secure, Australian Defence Force personnel, government aides as well as ministers and senators at all levels could see iPads deployed as standard."
AI

Sysbrain Lets Satellites Think For Themselves 128

cylonlover writes "Engineers from the University of Southampton have developed what they say is the world's first control system for programming satellites to think for themselves. It's a cognitive software agent called sysbrain, and it allows satellites to read English-language technical documents, which in turn instruct the satellites on how to do things such as autonomously identifying and avoiding obstacles."
Chrome

Submission + - Google Goes After Content Farms (ibtimes.com)

RedEaredSlider writes: Aimed at stripping search results of pages from "low-quality" sites, a new Google Chrome extension allows users to block specified websites from appearing in search results. The names of these sites are then sent to Google, which will study the collected results and use them to determine future page ranking systems.

Google principal engineer Matt Cutts wrote in a post on the Google blog that the company hopes the extension will improve the quality of search results. The company has been the target of criticism in recent months, much of which centered around the effect that content farms were having on searches.

Hardware

Submission + - Harvard Professor Creates Paper Accelerometer (ieee.org)

SuperSlacker64 writes: In an age where just about everything starts going digital, its refreshing to see someone going back to our roots: paper. Well, sort of. Researchers at Harvard have created a cheap, dime sized, paper based accelerometer that they believe could be used in various applications, specifically cheap medical testing. The device works because a carbon bridge stretches and changes resistivity as the device is accelerated.
Facebook

How Facebook Responded To Tunisian Hacks 227

jamie writes "Facebook's security team opens up, shedding light on a revolution that could become a parable for Internet activism. Quoting: 'After more than ten days of intensive investigation and study, Facebook's security team realized something very, very bad was going on. The country's Internet service providers were running a malicious piece of code that was recording users' login information when they went to sites like Facebook. By January 5, it was clear that an entire country's worth of passwords were in the process of being stolen right in the midst of the greatest political upheaval in two decades. Sullivan and his team decided they needed a country-level solution — and fast. Though Sullivan said Facebook has encountered a wide variety of security problems and been involved in various political situations, they'd never seen anything like what was happening in Tunisia.'"

Comment Re:P=NP (Score 1) 700

Nope, and that's why NP-complete problems are currently not calculable (at least not in the true, best case scenario, unless you get really lucky and your algorithm succeeds on an early attempt). The concept of a nondeterministic Turing machine is basically that you have a machine that as it goes along to solve the problem, can instantaneously split itself into multiple copies to try to calculate different paths along the algorithm.

If it helps, picture it like a hypothetical infinite core processor. Every time the algorithm hits a branch (if, switch, that kind of idea), rather than simply choose one of them to follow, it creates a copy of itself on another core and each copy starts going through one of the paths. On our limited and finite machines, this gets impossibly large very quickly (think lots of recursion). So if they really did prove P=NP, that's a major leap for Computer Science. But it's still hard to believe, seeing how many other people have spent so long trying.

Comment Re:Both are growing, however (Score 1, Informative) 550

Um...you can keep 'compressing' things in whatever algorithm (gzip, zip, rar, mp3, whatever), but eventually it won't make the file any smaller at all. All compression does is replace repeated sequences with a key to replace it and strip those duplicates out. As soon as the file lacks that sequenciality, there is no more stuff that can be simplified. And even if you could, the processor power to continuous decompress it out of all those recursive compressions would kill the battery life of any smartphone.

In short, you could NOT replicate what Google search does on hundreds of dedicated servers, with only a cell phone and an SD card.

Google

Google's Next Challenge, Spam Results 238

krou writes "The Guardian's tech blog is running an interesting piece on Google's next big challenge, which is dealing with the spammers it helped create. 'Google is the 900-pound gorilla of search, with around 90% of the market (excluding China and Russia), and there's an entire industry which has grown up specifically around tickling the gorilla to make it happy and enrich the ticklers.' They quote Paul Kedrosky who notes that 'Google has become a snake that too readily consumes its own keyword tail. Identify some words that show up in profitable searches — from appliances, to mesothelioma suits, to kayak lessons — churn out content cheaply and regularly, and you're done. On the web, no-one knows you're a content-grinder.' Whether searching for reviews, products, businesses, or even conducting academic research, scraper sites are ranking higher than original content. The article speculates that Google may try fix the problem but, from Google's perspective, most of these type of sites use AdSense ads, and generate revenue for Google (89% of clicks come from the first page of results), so Google may not have an incentive to change things too much. Alternatively, people could stop using Google, 'because its search is damn well broken... The question is whether it would be visible enough — that is, whether enough people would do it — that it would show up on Google's radar and be made a priority.'"

Comment Re:This isn't helping. (Score 4, Insightful) 369

Heck, you could put together a simple website for a local business and your costs are recovered.

Except for the fact that the student editions licensing restrictions stating you are not to use it for commercial (aka, freelance) purposes. And I've had friends try to upgrade from a student to a full version to be able to do freelance work, but Adobe's upgrade options from the student edition really don't refund you a high percentage of what you originally paid. And if you don't care about ignoring that licensing restriction, what's going to stop you from just pirating the software in the first place?

Slashdot Top Deals

All your files have been destroyed (sorry). Paul.

Working...