Participate in Wednesday’s SOPA strike

Looking for an easy way to participate in tomorrow’s SOPA (and PIPA) strike? The SOPA Strike website has some code you can use to automatically load this page.

I’ve set up my own customized version, which you’re welcome to use. This does not completely black out your site. Instead, the page loads with a black screen. Then after a few seconds, the words "STOP SOPA" with a "Learn more…" link appear in white. The black box then fades to slightly transparent and animates to the upper left corner of the screen. It then stays fixed in the corner as the user scrolls around. The site is still usable, but the “STOP SOPA” message is ever-present. (Be forewarned: as I did not take the time to set up cookies, the entire process also repeats on each new page load.)

If you’d like to see how it works, I set up an awesome fake site to demonstrate the blackout animation in action.

If your site is already using jQuery, simply copy the code below into your page, ideally just after the <body> tag:

<script type="text/javascript" src="http://atomic.room34.com/sopa_blackout.js"></script>

If you’re not already using jQuery on your site, you just need to include it from Google Code first, like this:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="http://atomic.room34.com/sopa_blackout.js"></script>

If you’re using PHP, you can even use this code to automatically make it appear at 8 AM EST and disappear at 8 PM EST. (Update the times as needed to represent your time zone, and remove the Google Code line if you’re already using jQuery.)

<?php
if (time() > mktime(8,0,0,1,18,2012) && time() < mktime(20,0,0,1,18,2012)) {
?>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="http://atomic.room34.com/sopa_blackout.js"></script>
<?php
}
?>

Note: As indicated above, I built this quickly, and have not done a lot of cross-browser testing. It’s pretty basic, but it may not display correctly in some older browsers, especially earlier versions of Internet Explorer. Use at your own risk… just like the Internet itself!

The Rise of the New Groupthink

The Rise of the New Groupthink
Susan Cain, writing for the New York Times, explores the correlation between introversion and creativity, along the way profiling one of the great introverts of our times, Steve Wozniak. Quoting Woz in his memoir:

“Most inventors and engineers I’ve met are like me … they live in their heads. They’re almost like artists. In fact, the very best of them are artists. And artists work best alone …. I’m going to give you some advice that might be hard to take. That advice is: Work alone… Not on a committee. Not on a team.”

(Via Charles Hennen.)

Facing the 2012 RPM Challenge

February is just a couple of weeks away, and as I have every year since 2008, I’ll be participating in the RPM Challenge.

What’s that? It’s simple: produce an entire album (10+ songs or 35+ minutes) entirely during the month of February.

My concept this year is a bit different than in the past. This time around, I will not be using any instruments… just my iPhone. I’ve assembled an interesting collection of music creation apps (which I will detail in a future post, but for now will represent with a pair of screenshots, below), and these will be the only tools I will use to generate sounds. I may sample my voice, found sounds and instruments using my iPhone’s microphone, and I’ll do final mixing and post-production on my MacBook Air, but as much as possible this will be an album produced on the iPhone. Given the nature of some of the apps I’ll be using, I also expect this album to be a lot more experimental/avant garde in style than most of my recent solo work.

I am tentatively calling the album i. And I am also considering producing a companion album, called The Way Out Takes, that will consist of unedited versions of the more experimental tracks that end up on i.

Stay tuned for more details as I think them up.

SOPA is DYING; its evil Senate twin, PIPA, lives on

SOPA is DYING; its evil Senate twin, PIPA, lives on
Cory Doctorow brings us some good news over on Boing Boing concerning House Majority Leader Eric Cantor’s decision to shelve SOPA (for now). Cory also hits on just why fighting this legislation is so important:

[T]he net is more than a glorified form of cable TV — it’s the nervous system of the information society. Any pretense that is used to build censorship and surveillance into the network will touch every part of networked life.