Social Networks
Getting people to pay attention
Submitted by Aldon Hynes on Thu, 10/04/2007 - 14:25Depending on who you ask and how they are counting, the average American now sees more than 400 advertisements a day. It often seems like I get more than 400 email messages a day and as many instant messages as well. I often pay about as much attention to many of them as I do to advertisements, and while I may receive more emails or instant messages each day than the average American, I suspect my response isn't that far out of the norm.
This leads us to the question of how, in this world of constant partial attention, can you get anyone to pay attention and respond to your message. It seemed as if many of the advertising folks at OMMA focused on online advertising as just another place to put up an non-interactive billboard or thirty second spot and I wondered how different the banner ads or the search ads were really from those other advertisements.
This isn't to say that such advertising isn't effective. In fact, I believe it is fairly effective, not in a click through sort of way,but in terms of forming a digital palimpsest; shaping associations with products and norms of expected behavior. People sending emails might want to think about their emails in how they help form such associations or expected behaivors.
Yet, so many of the political emails I receive are aimed at eliciting a contribution. At OMMA, people spoke about email campaigns as needing to give as much to the email receipient as they expect to receive in return. Emails that provide useful information or a sense of community are much more effective than the simple asks. Yet it seems like, in the political sphere, so many of the emails don't really give me anything and as a result, I don't pay very close attention to them, let alone clickthrough to their signup, volunteer or donate pages.
This is perhaps even more notable in Twitter. As I write this, Barack Obama is following 5,199 people on Twitter. Somehow, I don't imagine he, or his staffers pay attention to that many twitters. In return, 4,910 people are following Barack Obama. I can easily imagine that many people wanting to get short quick updates from the Obama campaign. Yet it is worth noting that only 34 updates have been sent. It is similar with the Edwards campaign. Sen. Edwards is following 3,884 twitterers. In return, 3,574 are following him. He's posted 84 updates, although some of them start off with (from staff). Sen. Edwards has even favorited one Twitter message and has used twitter to encourage people to send in questions.
Neither have used Twitter in any conversational manner, the way many people start twitter messages with an at sign and a twitter id to indicate that the message is directed and, and usually in reply to a different twitter message.
So, in this world of excessive messages, in advertisements, emails, twitters, instant messages and so on, how do you get people to pay attention, to become engaged? A few people have sent me emails about projects they are working on that they think might help. I'll write up some of these a bit later, but if you have thoughts, please add them here, or send me an email, an instant message or a message via twitter. If you're lucky and I'm not overwhelmed by all the other messages, I just might see it and pay attention.
Actually, it is all my fault
Submitted by Aldon Hynes on Mon, 10/01/2007 - 22:05On a mailing list of Group Psychotherapists, there has recently been a discussion about two teenage girls in Australia "who'd posted their fixation with suicide and self-harm on their My Space sites, and on sites of devotees of the 'emo' subculture...[and] hung themselves in the mountains outside of Melbourne."
People wrote to ask, "What was the effect on that MySpace "group"?...Did any members injure (or kill) themselves after this?...Could this have been prevented?"
The following is my response:
Actually, it is all my fault. ;-|
I spend time visiting MySpace. I have my own MySpace page. I've even written on band pages and have a MySpace post about being emo, particularly as it related to the 2006 U.S. Senate race in Connecticut. (But that's another long story.)
But isn't that the reaction that most people have to a suicide, or some horrible shootings somewhere, or other times when people act irrationally and hurt themselves or people around them?
And isn't it much easier to blame it on the culture? Suicides in MySpace are due to the 'emo' culture. Columbine, as we will all recall, was due to heavy metal music, and I'm sure that 'emo' is just the MySpace manifestation of too much heavy metal music.
Nonetheless, we do always come back to what could have been done, and I guess that is a good thing. We should always be looking for ways we can reach out and help those around us a little better. That, I suspect is the real core of the human condition.
31 years ago, this month, I was a freshman in college. I had skipped my senior year of high school, so all my old classmates were seniors back in high school. I received a letter from home where my mother wrote that, by the way, Rocky is missing. Rocky was a girl I had been fond of before heading off to college. Panicked, I called home to get details. She had been walking to the library one evening and never showed up. Over the following month, there were reports of people who thought they had seen her one place or another.
At the end of the month they found her body in a ravine a few towns away. No one ever figured out why this happened. I heard this, from newspaper clippings my mother sent me. They came after the funeral, so I never got my chance to say goodbye.
The day I got the news, I wandered, in shock into my Hebrew class. There was a pop quiz, and at the bottom of the quiz I wrote the Hebrew word for "Why?" The professor, either answering the question of why we have pop quizzes, or coming back with a good Talmudic response to existentialism changed the last letter to become "To Learn".
So, I think about Rocky, and I think about Stephanie and Jodie and I all I can do is hope that I can learn a little and find my chance to help someone around me.
How I created the Twitter Social Map
Submitted by Aldon Hynes on Thu, 09/27/2007 - 09:47meeyauw asked how I produced the Social Map of Twitter that I put up yesterday for Wordless Wednesday. I didn't want to put up the details yesterday, or else the picture wouldn't have been wordless.
However, it is now Thursday, and I would like to use the map as a starting point for a discussion about Twitter. I was at the OMMA show earlier this week and two things jumped out at me. The first was the eagerness of marketing types to diss Twitter and the second was the lack of interest in conversations online. I think these are related.
As I thought about Twitter, I thought it would be interesting to produce a social map of the connections in Twitter. I wrote a fairly quick program in the mono implementation of C#. This is an open source, free software implementation of the .NET framework. I've been doing a little more programming in mono recently, in part because of my interest in OpenSim which is a "BSD Licensed Open Source project to develop a functioning virtual worlds server platform" similar to Second Life, which is also written in mono.
One of the mono tutorials had an example of scraping a Google page. I modified that to scrape twitter pages. Essentially, I would take each twitter page, scrape out the list of friends, and then for each friend, repeat the process. However, this would produce a very large graph which would include people who are not particularly active twitterers.
So, I threw in a little test. I only selected people that had more than 100 friends and that had more followers than friends. I felt this would give a better relationship between the people that others especially follow.
My first pass didn't have any error checking, and it ran through about twenty different people before I got an error from Twitter. However, it gave me enough data to produce the graph. I have run a subsequent version that captures errors so it can keep on going, and also pauses a second between page requests, so I'm less likely to overload the twitter servers.
That run produced massive amounts of data; too much to reasonable be displayed in a graph, and I'm thinking of doing another pass where I only look at people with more than a thousand followers.
My program wrote out the results in a format that could be fed into Graphviz. Graphviz is a wonderful program to create visual images of graphs. Since Twitter friendships are asymmetrical, that is, I can add you as a friend without you adding me as a friend in return, I used the directed graph capability of Graphviz.
Each time, I started on my own Twitter page, and followed the links. In each run, I very rapidly found my way to Biz Stone, which isn't surprising since Biz is a co-founder of Twitter.
I look forward to creating another map, as well as posting some other reflections on Twitter shortly.
DIGG: New Digg Profiles Launch
Submitted by Aldon Hynes on Thu, 09/20/2007 - 09:07The Digg team is excited to launch new Digg user profiles later tonight, the first of many cool new features rolling out this year.
I've gone in and tweaked my profile, which I'll probably add a link to in the sidebar, as well as changed my settings so that I can (hopefully) blog from Digg.
Update: Digg dropped the <blockquote> tags when I submitted the entry, and it doesn't add categories, so I'm tweaking the post a little. Nonetheless, it is neat to see how it works. I'll see how often I use this as opposed to cutting and pasting.
Squiddoo, Facebook and links du jour.
Submitted by Aldon Hynes on Mon, 09/10/2007 - 11:20Recently, Liza Sabater asked the question on Facebook about how people felt about Facebook having public profiles which are searchable by Google. Being the publicity hound that I am, I said that it was probably a good idea and added a link to my Facebook public profile to my list of social networks on the right.
Over on MyLeftNutmeg, BrandfordBoy asked why there weren’t SquidWho pages for Jim Himes, Ned Lamont and others. So, I went and created them. I also created one for myself.
The problem is that they are not showing up when you search SquidWho or Squidoo. I tried deleting and recreating the one for Jim and it didn’t make any difference. Perhaps it is because it is new, hasn’t gotten enough traffic, or simply that there is something weird with Squidoo.
When I tried recreating Jim’s Squidwho page, I saved my first version as XML. Squidoo has a nice and easy way to export a page to XML. However, I can’t find any easy way to import the XML, so it seems pretty useless.
In other news, as did my evening blog surfing, I stumbled across a great posts about 100th ARA Clown Brigade and their action against the KKK. (Hat tip Girly Bits). Wife Power!