FollowShows Keeps You Up-to-Date on Your Favorite TV Shows, Finds Where to Watch Them Online

So you’ve got a bunch of TV shows you watch, but maybe you don’t know exactly what day they air, or where you can watch them online. FollowShows lets you see a schedule with just your favorite shows on it, get notifications, and watch it from one place no matter where it’s available online. More »

Read the original post:
FollowShows Keeps You Up-to-Date on Your Favorite TV Shows, Finds Where to Watch Them Online

“Bill Shocker” Malware Controls 620,000 Android Phones In China

Orome1 writes “A new discovered malware is potentially one of the most costly viruses yet discovered. Uncovered by NQ Mobile, the ‘Bill Shocker’ (a.expense.Extension.a) virus has already impacted 620,000 users in China and poses a threat to unprotected Android devices worldwide. Bill Shocker downloads in the background, without arousing the mobile device owner’s suspicion. The infection can then take remote control of the device, including the contact list, Internet connections and dialing and texting functions. Once the malware has turned the phone into a “zombie,” the infection uses the device to send text message to the profit of advertisers. In many cases, the threat will overrun the user’s bundling quota, which subjects the user to additional charges.” Read more of this story at Slashdot.

More here:
“Bill Shocker” Malware Controls 620,000 Android Phones In China

Employee Outsourced Programming Job To China, Spent Days Websurfing

New submitter kju writes “The security blog of Verizon has the story of an investigation into unauthorized VPN access from China which led to unexpected findings. Investigators found invoices from a Chinese contractor who had actually done the work of the employee, who spent the day watching cat videos and visiting eBay and Facebook. The man had Fedexed his RSA token to the contractor and paid only about 1/5th of his income for the contracting service. Because he provided clean code on time, he was noted in his performance reviews to be the best programmer in the building. According to the article, the man had similar scams running with other companies.” Read more of this story at Slashdot.

View original post here:
Employee Outsourced Programming Job To China, Spent Days Websurfing

TSMC and Global Foundries Plan Risky Process Jump As Intel Unveils 22nm SoC

MrSeb writes with news on the happenings with next generation fabrication processes. From the article: “… Intel’s 22nm SoC unveil is important for a host of reasons. As process nodes shrink and more components move on-die, the characteristics of each new node have become particularly important. 22nm isn’t a new node for Intel; it debuted the technology last year with Ivy Bridge, but SoCs are more complex than CPU designs and create their own set of challenges. Like its 22nm Ivy Bridge CPUs, the upcoming 22nm SoCs rely on Intel’s Tri-Gate implementation of FinFET technology. According to Intel engineer Mark Bohr, the 3D transistor structure is the principle reason why the company’s 22nm technology is as strong as it is. Earlier this year, we brought you news that Nvidia was deeply concerned about manufacturing economics and the relative strength of TSMC’s sub-28nm planar roadmap. Morris Chang, TSMC’s CEO, has since admitted that such concerns are valid, given that performance and power are only expected to increase by 20-25% as compared to 28nm. The challenge for both TSMC and GlobalFoundries is going to be how to match the performance of Intel’s 22nm technology with their own 28nm products. 20nm looks like it won’t be able to do so, which is why both companies are emphasizing their plans to move to 16nm/14nm ahead of schedule. There’s some variation on which node comes next; both GlobalFoundries and Intel are talking up 14nm; TSMC is implying a quick jump to 16nm. Will it work? Unknown. TSMC and GlobalFoundries both have excellent engineers, but FinFET is a difficult technology to deploy. Ramping it up more quickly than expected while simultaneously bringing up a new process may be more difficult than either company anticipates.” Read more of this story at Slashdot.

See original article:
TSMC and Global Foundries Plan Risky Process Jump As Intel Unveils 22nm SoC

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