Tag Archives: google

Pseudonymity and Real Names

I’ve summarised the presentation that I gave in Lancaster at our CX Hub meeting in December – starting to map the space of pseudonymity – in my first Creative Exchange research post.

What are the implications of ‘real name’ policies online?

In the early years of the web, the oft-quoted sentiment that “on the Internet, nobody knows you’re a dog” summed up the sense of exploration and playfulness that an apparent freedom from ‘real-life’ identity offered. In recent years, however, online commerce and government sites have more and more often required linking of accounts to a single, ‘true’ identity. For example both Facebook and Google have ‘real name’ policies, requiring users to enter and use their official names, and have been enforcing these policies with greater regularity.

The arguments for online pseudonyms have already been well articulated. In exploring modern pseudonymity, I am also interested in the broader historical context of the use of fictitious names, nicknames and multiple identities. I am collecting examples of pseudonyms old and new to map out the range of uses and affordances offered. Some are ‘owned pseudonyms’ where the person and the identity they have created are widely known to be connected. Performers often choose owned pseudonyms like this. Others are ‘anonymous pseudonyms’ where someone will try to remain totally unconnected from their pseudonym. Political commentators have made use of anonymous pseudonyms to protect themselves from retribution for their writing.

Beyond the advertising potential of reducing multiple personalities to a single, well defined identity, I can see another motivation for companies like Google to prevent the use of anonymous pseudonyms – and that is simplicity. It may be just too complex a challenge, even for technologically advanced companies like Google, to attempt to maintain a guaranteed disconnection between web users and their pseudonyms. The digital tools offered by ever growing scales of computation and networked storage seem to be reducing the likelihood that a pseudonym can remains detached from its author. Indeed, modern text analysis tools have been used to revisit historical pseudonymous writing to draw out subtle features that link the real authors to their noms de plume, and approaches like these may soon be ‘outing’ more current pseudonyms online.

I have a feeling that both ‘owned’ and ‘anonymous’ forms of pseudonymity are still incredibly valuable to a functioning society.

Pseudonymity and Real Names

Rethinking Real-time Google Protothon HackDay participant, London Nov 2012

facebook screenshot

it was great fun to be invited along for the day at Google Campus London by the excellent Protothon people for a day of hacking on the Web Audio and WebRTC APIs.

Protothon and the Chrome team from Google called creative developers and developed creatives for a day of inspiration and innovation. Those chosen formed interdisciplinary teams that within one day prototyped applications and experiences pushing the Web Audio and WebRTC APIs to their limits.

our team (Daniel Tauber, Marcin Ignac, Addi Zakaria and I), drawing heavily on the javascript coding skills of Marcin Ignac, knocked up a demo of live video Facebook avatars, and web-page gremlins that monkeyed with your page when you weren’t looking.

post on youtube playlists is almost immediately redundant

for some reason youtube doesn’t currently have a link from the normal landing page for a playlist to any way of actually playing the selection of videos end-to-end.

this could be because: they are trying to do something clever around blocking third parties or in preparation for google tv or in terms of advertising; or because they are disorganised and have broken this core feature of a playlist; or because the button is there, but I can’t see it because of bad UI.

anyway, you can fix it with this firefox keyword bookmark:

location: javascript:void(location.href='http://www.youtube.com/view_play_list?p='+location.href.slice(location.href.lastIndexOf(%22/%22)+1,location.href.length))

keyword: playlist

or bookmarklet:
view play list

of course, as with all things youtube related, this fix will be redundant any time soon when google switches round all the functionality and code again.