<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-16331190</id><updated>2011-04-21T16:10:27.784-07:00</updated><title type='text'>Qraggle Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://qraggle.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16331190/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://qraggle.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Paul</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-16331190.post-113270132860817469</id><published>2005-11-22T15:13:00.000-08:00</published><updated>2005-11-22T15:15:28.616-08:00</updated><title type='text'>Soft Launch</title><content type='html'>We've just launched &lt;a href="http://www.qraggle.com"&gt;Qraggle&lt;/a&gt;, "softly".&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16331190-113270132860817469?l=qraggle.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16331190/posts/default/113270132860817469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16331190/posts/default/113270132860817469'/><link rel='alternate' type='text/html' href='http://qraggle.blogspot.com/2005/11/soft-launch.html' title='Soft Launch'/><author><name>Paul</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-16331190.post-112588110319131895</id><published>2005-09-04T17:16:00.000-07:00</published><updated>2005-09-05T16:11:31.646-07:00</updated><title type='text'>System Identifiers and Social Identifiers</title><content type='html'>In social networking sites, perhaps more than anywhere else, there is a need to distinguish between &lt;b&gt;system identifiers&lt;/b&gt; and &lt;b&gt;social identifiers&lt;/b&gt;. The former is used by an application primarily to identify the owner of an account or set of resources. Therefore, it must be unique and usually tied with some authentication data(like a PIN or password).&lt;br /&gt;&lt;br /&gt;Generally speaking, system identifiers are lexically constrained. Often this is due to a technical need of the system; if a user's account is tied, in some way, to a backing UNIX account, then it is often subsequently bound to the lexical constraints of a UNIX username(i.e. limited to 8 characters in length, etc.). At other times they are constrained by auxiliary business initiatives, like providing email accounts in addition to any other services (that is, letting all users like 'john' have an accessory email address like 'john@example.com'). At yet other times the system identifier is an email address itself and therefore limited by the global lexical constraints of email addresses.&lt;br /&gt;&lt;br /&gt;Social identifiers come in many different varieties but, fundamentally, are a means of representing oneself to others. We might take the following to be social identifiers:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Formatted screen names&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Given names (first names, surnames)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Avatars or buddy icons&lt;/li&gt;&lt;br /&gt;&lt;li&gt;URLs of profile pages&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;It has been the tendency of older web applications to merge these concepts together presumptively. For example, on Ebay, a seller's profile displays the same lexically constrained string which is used as the username for authentication. A seller with an established brand name like "Ed's Computers" is out of luck when attempting to convey this information on his profile. He must settle with something like "eds_computer" or "ed7960a".&lt;br /&gt;&lt;br /&gt;This specific problem is corrected on a service like Flickr, which distinguishes between its authentication username (an email address) and what's displayed on user profiles (something it calls its 'screen name'). Additionally, the system defines a third, optional URL name, in which users create sensible URLs for their pages like 'http://www.flickr.com/photos/holysmokes'. Myspace has taken a similar approach, electing, however, to use a first name as the value presented on their profile pages.&lt;br /&gt;&lt;br /&gt;An important question arises whether an email address is sufficient for all system identification needs and whether, furthermore, all other social identifiers should be customizable without limitation. In such a situation a &lt;span style="font-style: italic;"&gt;username&lt;/span&gt; ultimately loses all system identification utility and serves only as an online moniker or social identifier. In some cases, one might think  it becomes an unnecessary vestige.&lt;br /&gt;&lt;br /&gt;In my view, discarding lexically-constrained and permanently-fixed usernames ultimately comes at the cost of certain ease-of-use features like fixed in-system message addresses and predictable or systematic URLs. Both of these might be commonly taken to solving the problem of &lt;span style="font-style:italic;"&gt;resource location&lt;/span&gt;, whether it be a user or a page.&lt;br /&gt;&lt;br /&gt;Since display names in Flickr do not follow the same lexical rules as URLs, one cannot enter http://flickr.com/photos/[screen name] and retrieve the corresponding page. The sharp lexical constraints of tags, however, allow us to use the following URL formula for &lt;span style="font-style:italic;"&gt;predictably&lt;/span&gt; and &lt;span style="font-style:italic;"&gt;consistently&lt;/span&gt; retrieving tag pages from del.icio.us: http://del.icio.us/tag/[tag]. While intentionally creating such ease-of-use functionality is rather novel, we can expect its frequency to increase as users inevitably become more savvy.&lt;br /&gt;&lt;br /&gt;A more serious conseqeunce of Flickr's design decision to discard usernames has been to the application messaging system. Since usernames are not fixed, typing a username into a recipient field (the option which maximizes ease-of-education, since it matches the nearly universal design choice for email UIs) would lead to unpredictable results. As a consequence, Flickr's messaging system has substituted a cumbersome drop-down of a user's contacts.&lt;br /&gt;&lt;br /&gt;Admittedly, these may not be serious charges against Flickr, since messaging seems intended to occur only between contacts. Messages conveyed to other users, publically, must be written through comments on photos. Myspace, however, introduces no such limitation and therefore writing a message to another user involves navigating to their profile page and clicking on a link to send a message.&lt;br /&gt;&lt;br /&gt;As with all applications, ease-of-use features often come at some cost, either by way of a restriction or increases in the ease-of-education. Permanent usernames which adhere to the lexical constraints of conventions like URIs may come at the cost of diallowing spaces and certain punctation, but none the less are better suited to solving problems of resource location.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16331190-112588110319131895?l=qraggle.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16331190/posts/default/112588110319131895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16331190/posts/default/112588110319131895'/><link rel='alternate' type='text/html' href='http://qraggle.blogspot.com/2005/09/system-identifiers-and-social.html' title='System Identifiers and Social Identifiers'/><author><name>Paul</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
