Stunned. Angry. Fighting back against NSA spying. | EFFector 26.14

Stunned. Angry. Fighting back against NSA spying. | EFFector 26.14

Last night, we received confirmation from a report in theGuardian that the National Security Agency (NSA) is currently collecting the call records of every Verizon customer in America. The NSA order forces Verizon to provide “on an ongoing daily basis” all call records for any call “wholly within the United States, including local telephone calls” and any call made “between the United States and abroad.”

And that’s not all. Today, the Washington Post and theGuardian published reports based on information provided by a career intelligence officer showing how the NSA and the FBI are tapping directly into the central servers of nine leading U.S. Internet companies. The government is extracting audio, video, photographs, e-mails, documents, and connection logs that enable analysts to track a person’s movements and contacts over time.

How can I block Facebook app and game invitations once and for all?

People keep asking, so here goes the answer:

You can block app invites from specific friends from Privacy Settings » Manage Blocking » Block app invites, and you can block specific apps from Privacy Settings » Manage Blocking » Block apps. If you do not use any Facebook apps or games and want to block them all from seeing any of your information or sending you invites, you can turn off Facebook Platform completely by going to Privacy Settings » Apps, Games, and Websites and clicking Turn off all apps.

GRUNT – The JavaScript Task Runner

GRUNT – The JavaScript Task Runner

Why use a task runner?
In one word: automation. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you’ve configured it, a task runner can do most of that mundane work for you—and your team—with basically zero effort.

Why use Grunt?
The Grunt ecosystem is huge and it’s growing every day. With literally hundreds of plugins to choose from, you can use Grunt to automate just about anything with a minimum of effort. If someone hasn’t already built what you need, authoring and publishing your own Grunt plugin to npm is a breeze.