Theory: It’s the reader, not the publishing tool

Plug one: There’s a report making its way around the internet that says the youth are spending less time blogging. Specifically, “28% of the two groups studied — teens 12 to 17 and young adults 18 to 29 — actively blogged.” For 2009, this percentage has dropped off to only 14% of teens and 15% of young adults. The author attributes this drop to a rise in the use of Facebook.

Plug two: Marshall Kirkpatrick floated a related idea the other day that Facebook is now the world’s leading news reader. There are at least a few reasons: Facebook has the largest, most active user base on the planet, Facebook gives you control over who has access to your content which leads to a greater willingness to share, and Facebook wraps the whole creation/consumption experience into a nice, easy to use interface.

That last point is the most critical, in my opinion. As average Joe, it’s much, much easier to publish with Facebook (or Twitter) because there is tremendous attention paid to the experience of how content is consumed on a regular basis. Both Facebook and Twitter have dedicated dashboards for your subscriptions where you get visual reinforcement that other people are coming across your content. With my blog, I have a home page which my dad or mom might read occasionally, and X number of faceless RSS subscribers who may or may not “Mark All As Read” on a daily basis. Figuring out how to use Google Reader to read other blogs almost requires the scientific method, which could be a good thing if you consider yourself a geek but is almost certainly a bad thing if you’re a Normal just wanting to read the national news and your friends’ writing.

Moral of the story: Always take studies with a grain of salt. I suspect The Youth are publishing more than ever, but it’s coming in the form of Facebooking and Tumblring instead of maintaining a blog because the proprietary tools, unfortunately, have better readers right now than the open source ones.

Related to this, I’m hoping to take Ryan Sholin’s lead and write more on my original home space. It’s a muscle I think I need to exercise. I’m also going to take Gruber’s lead and turn off comments because I get way too many comment notifications like, “Hi, cool blog, just curious what spam system you use for cleaning up comments because I am getting so many spammers on my blog.”

?!

The Guild

This year, Edge’s World Question is “How has the internet changed the way you think?” which, at first glance, just re-emphasizes my perma-”so what” state. I started reading through the 16 pages of essays on the flight this morning, however, and even though the question may be mediocre some of the responses are world class. Stewart Brand has an especially astute observation on how the Internet better enables distributed collaboration:

One’s Guild

I couldn’t function without them, and I suspect the same is true for nearly all effective people. By “them” I mean my closest intellectual collaborators. They are the major players in my social extended mind. How I think is shaped to a large degree by how they think.

Our association is looser than a team but closer than a cohort, and it’s not a club or a workgroup or an elite. I’ll call it a guild. Everyone in my guild runs their own operation, and none of us report to each other. All we do is keep close track of what each other is thinking and doing.

Absolutely the most perfect word.

Using Google Apps with StatusNet for email notifications

For the sake of saving an hour of guessing, here are the proper settings for using Google Apps, or Gmail, with StatusNet, formally known as Laconica:

$config['mail']['backend'] = 'smtp';
$config['mail']['params'] = array(
'host' => 'smtp.gmail.com',
'port' => 587,
'auth' => true,
'username' => 'username@domain.com',
'password' => 'your_secret_password'
);

Adding these settings to your config.php file will allow your StatusNet instance to send email notifications over SMTP when your web host doesn’t support sending mail from the server (ahem, WebFaction). The trick is to use the proper port, 587 instead of 25, and to enable authentication.

I’m still trying to configure Google Apps as the XMPP provider for StatusNet too; I’ll put together another post if I can figure that out.

College from scratch

Clay Shirky hosted an impromptu discussion section this evening on redesigning higher education. He’s put together a wiki page of the best responses, but I feel like I need to record a few too for posterity. The question was simple: If you were going to create a college from scratch, what would you do?

AFG85: @cshirky Classes would create wikis for specific topics and students would be graded on the quality of their contributions.

AFG85: @cshirky And the same wikis would be used year after year, so new students would have to add to the contributions of last year’s students.

digiphile: @cshirky Fund multidisciplinary labs for applied innovation & incubation. And learn from the example of PCU & “Accepted” http://j.mp/4LHTkG

sewsueme: @cshirky instead of having a college counselor you would have a concierge/ curator who would help you make sense of your education journey

sewsueme: @cshirky as @ccoletta & I were debating earlier in the evening: there would need to be a new accred system. Employer or performance based?

sewsueme: @cshirky learners cld collect “credits” (learnings) from anyplace–Apple store, a uni course, an apprenticeship as long as they cld prove

sewsueme: @cshirky there might be some new course creation but aggregation from multiple places wld be important

ricetopher: @cshirky Why build anything? College as aggregator, filter set, facilitator of networked learning better model in an age of ubiquitous info.

AFG85: @cshirky for professors, have a small full time staff supplemented with practitioners from different fields teaching for one semester

AFG85: @cshirky for students, go YCombinator style–systematic applications, then one weekend of ten minute interviews.

ekstasis: @cshirky single biggest failure of education is the focus on grades as a proxy for learning. they don’t always track. #CollegeFromScratch

I still think that accreditation is going to be the toughest nut to crack. All of the other pieces, distributed collaboration, access to learning materials, etc., are falling into place thanks to the disruptive tendencies of the web. People are learning, by golly, but the record of their learnings is all over the map. For any of these zany ideas for new universities to fly, the students will need to have an equally new method for articulating their accomplishments. Right now, this legitimacy comes from the accreditation board.

If you can convince employers that your new mechanism for accreditation is more accurate and effective than the standard college degree then, well, I think you might have a new college worth starting from scratch.

The Decade of Publicy

Huge observation from Stowe Boyd:

What is happening is the superimposition of publicy on top of, and partly obscuring, privacy. Those raised in this brave new world are already living in a cultural context based on publicy, and therefore they are running afoul of social conventions based on privacy. That’s why young people find job offers rescinded when pictures of drunken or naked pictures are discovered on their Facebook pages. Their prospective employers are judging their actions from a privacy-based attitude, in which the facets of an online self are averaged, instead of being considered as a constellation of selves. Publicy says that each self exists in a particular social context, and all such contracts are independent.

[...]

Some will dismiss my theorizing as a simple reprise of cultural relativism, making the case that all cultures can only be understood in their own cultural terms. I am making part of that case, in essence, by saying that the mores inherent in online social contracts are self-defined, and any individual’s participation in a specific online public does not have to be justified in a global way, any more than the cultural mores of the Berber Tuaregs need to be justified from the perspective of modern Western norms.

What strikes me as slightly off-kilter about this future is that these new publics are defined by tools like Twitter, Facebook, and Gowalla, and those tools are the bedrock for the most active social spaces.

Quick look at Managing News

Managing News is a “robust news and data aggregation engine with pluggable visualization and workflow tools.” Mo Jangda set up an instance on his server that I finally had the chance to check out. My initial impression was that, like the website, the development team put a tremendous amount of effort into polishing the user interface. It’s a super shiny way to aggregate RSS feeds.

There are nuggets I was able to suss out, however. If you’ve indexed your feeds, there are search capabilities that will also give you the frequency of any given term. The mapping functionality is also very slick. You can get all of the recent stories on a map, or stories limited to a specific term. It’s misleading to have the initial view of the map be the entire world, though, because the most useful view to an end user will be whatever region they’re interested in.

This brings me to my biggest observation: a tool like this would be most useful for managing feeds of raw data, not feeds of news articles. News articles are products where the data has already been through the rock tumbler. Where Managing News wants to be headed, I think, is towards building a tool that allows you to map and visualize all manners of data.

The difficulty then is both building the visualization tools and finding, or even brainstorming, properly geo-coded RSS feeds of the data you’re interested in.