March 2008

Google has just launched an excellent new online safety campaign and website that includes new tools, materials and videos for parents looking for help in protecting their kids from potentially objectionable online material. Over at the Google blog, Elliot Schrage, Vice President of Global Communications and Public Affairs, outlines the new offerings. Schrage discusses the partnerships Google has struck with other safety groups and the other initiatives it has underway. He also mentions Google’s excellent “Safe Search” tool, which I have praised in my report on parental controls & online child safety. It really is amazing how well that tool works. (Note: other search engine providers also offer excellent safe search tools).
Google safe search

Google also has released an excellent new online safety video with the forks at Common Sense Media:

Continue reading →

The Newspaper Tailspin

by on March 26, 2008 · 12 comments

Wow:

Only nineteen per cent of Americans between the ages of eighteen and thirty-four claim even to look at a daily newspaper. The average age of the American newspaper reader is fifty-five and rising.

I would have guessed something like this—I haven’t read a paper newspaper regularly since high school—but I didn’t realize the statistics were that stark. If hardly anyone under 35 reads a newspaper today, that suggests that within 20 years the readership of newspapers will be almost entirely retirees. And not too long after that, it will likely cease to be profitable to print and distribute newspapers at all. The New Yorker quotes one author who predicts the last newspaper will be printed in the 2040s. Newspapers will be to our grandchildren what punch cards are to us.

The Tech Works

by on March 26, 2008 · 2 comments

As everyone knows, Scientology gives one superior cognitive skills, as displayed in this brilliant bit of JavaScript:

function validZip(s)
{
if(trim(document.getElementById("M_land").value.toLowerCase()) != "sverige")
{ return(true); }
s = s.replace(/ /g,"");
s = s.replace(/1/g,"0");
s = s.replace(/2/g,"0");
s = s.replace(/3/g,"0");
s = s.replace(/4/g,"0");
s = s.replace(/5/g,"0");
s = s.replace(/6/g,"0");
s = s.replace(/7/g,"0");
s = s.replace(/8/g,"0");
s = s.replace(/9/g,"0");
if(s == "")      { return(true);  }
if(s == "00000") { return(true);  }
return(false);
}

The tech works, as they say.

For non-programmers: this function is supposed to determine whether a given string is a valid zip code. It does this by replacing each digit in the string with a 0, and then seeing if the resulting string is equal to “00000.” If the string contains something other than digits, then this comparison will fail and the function will return false. But Javascript has a native functionality for string pattern matching called regular expressions, so the last 12 lines of this function would be more succinctly expressed with something like:

return s.match(/^\d{5}$/) || s == ""

The expression /^\d{5}$/ means “match any string containing exactly five digits.” The really funny thing about this is that those expressions enclosed by slashes in the “replace” lines of the original function are regular expressions, so whoever wrote this obviously was familiar with regular expressions. He (or she) simply extremely bad at using them.

Hat tip: Lippard

Access Denied I previously mentioned the excellent new book, “Access Denied: The Practice and Policy of Global Internet Filtering,” which is edited by Ronald J. Deibert, John G. Palfrey, Rafal Rohozinski, and Jonathan Zittrain. It is a comprehensive survey of the methods governments are using to stifle online expression. The contributors provide a regional and country-by-country overview of the global state of online speech controls and discuss the long-term ramifications of increasing government filtering of online networks.

Business Week has just posted an interview with one of the editors of the book, John Palfrey, executive director of the Harvard Law School’s Berkman Center for Internet & Society. John provides a nice overview of the major themes and issues covered in the book. But make sure you pick up the entire volume. It’s an important resource to have on your bookshelf.

Through the Looking Glass

by on March 25, 2008 · 0 comments

Julian has a great piece in the American Spectator reminding conservatives that they used to care about civil liberties:

After the humiliations of Watergate, however, conservative legal thinkers began to insist that Congress and the courts had overstepped their bounds. During the Reagan administration, the Heritage Foundation began urging repeal of the Foreign Intelligence Surveillance Act, which had been passed in 1978 as a result of the Church Committee’s findings.

The campaign stalled due in large part not to the hand wringing of civil libertarians but to the opposition of the intelligence community. “We hear people say we can’t get the surveillance we need or can’t meet the court’s standard,” said Edward O’Malley, who headed the FBI’s intelligence division under President Reagan. “That’s just not true. We have no problem getting the surveillance we need, and the court also has protected the rights of Americans, which is necessary. … We support this 100 percent.”

There were then, as there are now, exceptions on the right. The FISA law — now damned by conservatives as an impossibly burdensome, possibly even unconstitutional obstacle to legitimate executive surveillance — was opposed by the New York Times’s designated conservative columnist William Safire, who feared that it would “turn every telephone instrument in every home into a suspected household spy.”

Acknowledging conservatives “natural inclination to help the law,” Safire nevertheless urged that it be trumped by “a responsibility to protect the law-abiding individual from the power of government to intrude.” By then, however, he was probably in the minority among right wingers.

I’m heading off to the Tech Policy Summit shortly. It’s taking place from Wed-Friday out in LA. Very impressive agenda of speakers and topics, ranging from privacy law, copyright policy, child safety, broadband and spectrum issues, and international competitiveness. I am speaking on a panel on day 2 of the event, but I might try to do some live blogging out there if I have the time.

logo-small.jpgI’ve been meaning to plug this here for a while and this week seems like the perfect time. Cord Blomquist and I have been producing a podcast called In Conversation that might be up your alley. We bill it as a weekly show for nerds and while it’s not focused on tech policy, we talk a lot of tech and other related geekery.

In this week’s episode we’re joined by another TLF contributor, Tim Lee, and we discuss the sneaky Safari update for Windows, whether the stimulus payment is a welfare check, Twitter and other low-intensity and low-cost web technologies, Cord’s mystery conference, FriendFeed vs. Facebook and open vs. closed, the viability of Mahalo.com, Clay Shirky’s new book Here Comes Everybody, distributed campaign phone banks (really amazing), and hipster hating.

I hope you’ll give it a listen, and if you like it you can subscribe in iTunes or via RSS.

Podcast!

by on March 24, 2008 · 2 comments

Jerry and Cord are weirdly bashful about tooting their own horns, but I’ve got no such reservations. I was honored to be the first-ever guest on Jerry Brito and Cord Blomquist’s critically-acclaimed In Conversation podcast. Check it out.

“Truth” online

by on March 24, 2008 · 0 comments

One of the books I had planned to review next was True Enough: Learning to Live in a Post-Fact Society by Salon tech & media blogger Farhad Manjoo. Manjoo argues that new communications technologies are loosening our culture’s grip on what people once called “objective reality.” Truth, he argues, is becoming a relative thing in a world of information overload.

But I’m not sure I need to review Manjoo’s book at all now since my comments would mostly repeat everything Steven Johnson had to say in his exchange with Manjoo on Slate last week. Here’s one clip from Johnson’s sharp response:

Saying that the Web amplifies deception is, to me, a bit like saying that New York is more dangerous than Baltimore because it has more murders. Yes, in absolute numbers, there are more untruths on the Web than we had in the heyday of print or mass media, but there are also more truths out there. We’ve seen that big, decentralized systems like open-source software and Wikipedia aren’t perfect, but over time they do trend toward more accuracy and stability. I think that will increasingly be the case as more and more of our news migrates to the Web.

That’s why I think it’s important to note that many of your key examples are dependent on old-style, top-down media distribution. You talk about the American public’s continuing belief in a connection between 9/11 and Saddam Hussein; the Swift Boat Veteran ads that distorted the truth of Kerry’s record; Lou Dobbs ranting on CNN. These are all distortions that speak to the power of the old mass-media model or the even older political model of the executive branch.

Anyway, read their entire exchange. I certainly think Johnson gets the better of it.