<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Victus Spiritus &#187; twitter</title>
	<atom:link href="http://www.victusspiritus.com/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.victusspiritus.com</link>
	<description>a blog by Mark Essel on web technology, startups and design philosophy</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:33:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='www.victusspiritus.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Twitter&#8217;s List and Search APIs leave much to be desired</title>
		<link>http://www.victusspiritus.com/2011/05/13/twitters-list-and-search-apis-leave-much-to-be-desired/</link>
		<comments>http://www.victusspiritus.com/2011/05/13/twitters-list-and-search-apis-leave-much-to-be-desired/#comments</comments>
		<pubDate>Fri, 13 May 2011 14:47:29 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[social web]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web/tech]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=8783</guid>
		<description><![CDATA[<p>Like polishing up an old wooden rocking chair, over the past several evenings I&#8217;ve been migrating an old Rails application. I was able to get the 3.1beta Rails app (<a href="http://www.victusspiritus.com/2011/05/11/the-four-horsemen-of-rails-3-1beta-coffee-script-jquery-scss-and-assets/">sweet updates</a>)  working locally without much trouble. But it&#8217;s &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Like polishing up an old wooden rocking chair, over the past several evenings I&#8217;ve been migrating an old Rails application. I was able to get the 3.1beta Rails app (<a href="http://www.victusspiritus.com/2011/05/11/the-four-horsemen-of-rails-3-1beta-coffee-script-jquery-scss-and-assets/">sweet updates</a>)  working locally without much trouble. But it&#8217;s the first Heroku app I&#8217;ve migrated from the 1.8.7 stack to 1.9.2 Badious Bamboo, and it&#8217;s not quite ready for prime time.</p>
<p><span id="more-8783"></span></p>
<p>I gutted 20 or so superfluous files and rearranged the interface to incorporate a few visual tricks I&#8217;ve learned since that project went into hibernation. After I was happy with the look and feel I wanted to jazz up the list search functionality and that&#8217;s where I hit a roadblock. </p>
<h2>Twitter&#8217;s List API Blow&#8217;s Chunks</h2>
<p>I spent a couple of hours digging through the <a href="http://dev.twitter.com/doc">API docs</a> and refreshing myself on limits, paging and returned hash data. There&#8217;s a straight forward URL to get follow (friend) ids. One call returns up to 5000 friends, with iterative calls returning lists of up to the next 5000 friends:<br />
<script src="https://gist.github.com/970670.js"> </script><br />
The next_cursor value in the returned hash allows repeat calls to receive friend lists greater than 5000 accounts. Easy peasy, you&#8217;ll have a full set of ids in a few API calls even for a super user like <a href="http://twitter.com/scobleizer">Robert Scoble</a>.</p>
<p>But for lists there&#8217;s no easy way to get back ids or screen_names. List membership requires the following API call:<br />
<script src="https://gist.github.com/970674.js"> </script></p>
<p>Each page returns member data on 20 users, so a list of 500 accounts requires 25 consecutive API hits, which blows. The reason I&#8217;m returning all list members is to rapidly narrow down search within lists (that&#8217;s a long URL of +OR+from:). Context is vital to the quality of information we extract from datasets, and being unable to easily sift through collections of data makes the challenging task of refining information from large collections even more cumbersome. A well implemented API could take in a set of criteria and a list name (context) and rapidly extract matches from the twitter stream. Here&#8217;s to hoping Twitter and future social data services nail this feature.</p>
<p><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script><br />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script><br />
<script type="text/javascript"
src="https://gist.github.com/raw/949945/1468755b2659aa0206ef4b0060100b152f44a8d3/growingdivs.js"></script></p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2011/05/13/twitters-list-and-search-apis-leave-much-to-be-desired/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2011/05/13/twitters-list-and-search-apis-leave-much-to-be-desired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forget inbox zero, say hello to follow zero</title>
		<link>http://www.victusspiritus.com/2011/02/26/forget-inbox-zero-say-hello-to-follow-zero/</link>
		<comments>http://www.victusspiritus.com/2011/02/26/forget-inbox-zero-say-hello-to-follow-zero/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 10:36:28 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[social web]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=7401</guid>
		<description><![CDATA[<p>#bbpBox_41420488722874368 a { text-decoration:none; color:#0099b9; }#bbpBox_41420488722874368 a:hover { text-decoration:underline; }<div id='bbpBox_41420488722874368' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#003366; background-image:url(http://a2.twimg.com/profile_background_images/160001147/AvalonPark.jpg);'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#3c3940; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>Reorganizing my default follows onto a list. forget <a href="http://twitter.com/search?q=%23inboxzero" title="#inboxzero" class="tweet-url hashtag">#inboxzero</a> hello <a href="http://twitter.com/search?q=%23followzero" title="#followzero" class="tweet-url hashtag">#followzero</a>. Forces me to place context on twitter browsing</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><a title='tweeted on February 26, 2011 1:53 am' href='http://twitter.com/#!/VictusFate/status/41420488722874368' target='_blank'>February 26, 2011 1:53 am</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=41420488722874368' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=41420488722874368' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=41420488722874368' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div></div></div>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><!-- tweet id : 41420488722874368 --><style type='text/css'>#bbpBox_41420488722874368 a { text-decoration:none; color:#0099b9; }#bbpBox_41420488722874368 a:hover { text-decoration:underline; }</style><div id='bbpBox_41420488722874368' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#003366; background-image:url(http://a2.twimg.com/profile_background_images/160001147/AvalonPark.jpg);'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#3c3940; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>Reorganizing my default follows onto a list. forget <a href="http://twitter.com/search?q=%23inboxzero" title="#inboxzero" class="tweet-url hashtag">#inboxzero</a> hello <a href="http://twitter.com/search?q=%23followzero" title="#followzero" class="tweet-url hashtag">#followzero</a>. Forces me to place context on twitter browsing</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://www.victusspiritus.com/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on February 26, 2011 1:53 am' href='http://twitter.com/#!/VictusFate/status/41420488722874368' target='_blank'>February 26, 2011 1:53 am</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=41420488722874368' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=41420488722874368' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=41420488722874368' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=VictusFate'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a0.twimg.com/profile_images/995976481/MeAndMichelle_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=VictusFate'>@VictusFate</a><div style='margin:0; padding-top:2px'>Mark Essel</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
I finally did it. </p>
<p>I followed one too many people and got to the point where browsing twitter became unmanageable. I prefer to familiarize myself with a few sources and tune into their messages regularly, but what I&#8217;d done over time was accumulate more subscriptions than I could handle. </p>
<p><span id="more-7401"></span></p>
<p><strong>Attention is a finite and precious resource</strong></p>
<p>Just a few months ago I enjoyed browsing my twitter inbound, yet recently each time I scanned the timeline I observed a bunch of folks talking who I didn&#8217;t recognize^. Worse yet, some of the folks I&#8217;ve come to rely on for novel news and information repeat the same messages regularly in hopes of connecting to an ever changing audience and overcoming noise*. I can&#8217;t blame entrepreneurs and technologists working to rally a community by echoing their driving goals, I&#8217;m just as guilty of insular information sharing as those I follow. Something had to be done to remedy the circuitous knowledge feedback loop, and I was prepared to clean house.</p>
<p>An hour later I had completed the great pre-spring purge of my default twitter inbound and reduced my default twitter inbound to zero.<br />
<!-- tweet id : 41433648259538945 --><style type='text/css'>#bbpBox_41433648259538945 a { text-decoration:none; color:#0099b9; }#bbpBox_41433648259538945 a:hover { text-decoration:underline; }</style><div id='bbpBox_41433648259538945' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#003366; background-image:url(http://a2.twimg.com/profile_background_images/160001147/AvalonPark.jpg);'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#3c3940; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>Forget <a href="http://twitter.com/search?q=%23inboxzero" title="#inboxzero" class="tweet-url hashtag">#inboxzero</a>, I've got <a href="http://twitter.com/search?q=%23followzero" title="#followzero" class="tweet-url hashtag">#followzero</a>. Previous follows added to <a href="http://twitter.com/VictusFate/inbound">http://twitter.com/VictusFate/inbound</a> context & intent are precious</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://www.victusspiritus.com/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on February 26, 2011 2:45 am' href='http://twitter.com/#!/VictusFate/status/41433648259538945' target='_blank'>February 26, 2011 2:45 am</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=41433648259538945' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=41433648259538945' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=41433648259538945' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=VictusFate'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a0.twimg.com/profile_images/995976481/MeAndMichelle_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=VictusFate'>@VictusFate</a><div style='margin:0; padding-top:2px'>Mark Essel</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
I can listen to all the folks I used to follow by visiting them on my <a href="http://twitter.com/VictusFate/inbound">inbound list</a>, or by browsing other specific lists which they belong to. The biggest advantage to this organization is that it forces me to access twitter with intent. It&#8217;s a bit of a psychological hack but the process of moving subscriptions from my default follow to a list gave me time to clean it up (from 207 to 184). Oddly enough Twitter still thinks I&#8217;m following 7 phantoms that don&#8217;t show up on my follow page.<br />
<a href="http://www.victusspiritus.com/wp-content/uploads/2011/02/follow_zero_or_seven.png"><img src="http://www.victusspiritus.com/wp-content/uploads/2011/02/follow_zero_or_seven.png" alt="" title="follow_zero_or_seven" width="486" height="252" class="aligncenter size-full wp-image-7412" /></a></p>
<p>Notes:</p>
<p>^= Being familiar with the source of a message is more important than the context for personal relevance. Interesting ideas straying from strict topics is the norm, not the exception.</p>
<p>*=  noise being everyone else vying for limited attention. <strong>Frequent updates are the equivalent of shouting on reverse chronological update services</strong> (blogs, microblogs, and other social news sites)</p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2011/02/26/forget-inbox-zero-say-hello-to-follow-zero/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2011/02/26/forget-inbox-zero-say-hello-to-follow-zero/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Twitter is not &#8220;broader&#8221; than Pubsubhubbub</title>
		<link>http://www.victusspiritus.com/2010/09/15/twitter-is-not-broader-than-pubsubhubbub/</link>
		<comments>http://www.victusspiritus.com/2010/09/15/twitter-is-not-broader-than-pubsubhubbub/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 18:39:24 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[real time web]]></category>
		<category><![CDATA[social web]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=5197</guid>
		<description><![CDATA[<p>How can something like this:</p>
<p><a href="http://www.victusspiritus.com/wp-content/uploads/2010/09/1910telephoneexchange.jpg"></a></p>
<p><span id="more-5197"></span></p>
<p>be broader than something like this:</p>
<p><a href="http://www.victusspiritus.com/wp-content/uploads/2010/09/internet.jpg"></a></p>
<p>Right on <a href="http://www.google.com/profiles/116969159384245484847">Brett Slatkin</a> !<br />
<a href="http://www.google.com/buzz/bslatkin/Ue1EA9BfSKx">http://www.google.com/buzz/bslatkin/Ue1EA9BfSKx</a></p>
<p>Brett Slatkins buzz:</p>
<p style="padding-left: 30px;"><strong>Transparent Fud.</strong></p>
<p style="padding-left: 30px;"><a href="http://gigaom.com/2010/09/14/10-things-you-didnt-know-about-the-new-twitter-com/">In item #6 this article quotes</a> Ryan Sarver, Director of Platform at Twitter, explaining why Twitter  doesn&#8217;t extract &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>How can something like this:</p>
<p><a href="http://www.victusspiritus.com/wp-content/uploads/2010/09/1910telephoneexchange.jpg"><img class="aligncenter size-full wp-image-5198" title="1910telephoneexchange" src="http://www.victusspiritus.com/wp-content/uploads/2010/09/1910telephoneexchange.jpg" alt="" width="597" height="380" /></a></p>
<p><span id="more-5197"></span></p>
<p>be broader than something like this:</p>
<p><a href="http://www.victusspiritus.com/wp-content/uploads/2010/09/internet.jpg"><img class="aligncenter size-full wp-image-5199" title="internet" src="http://www.victusspiritus.com/wp-content/uploads/2010/09/internet.jpg" alt="" width="800" height="533" /></a></p>
<p>Right on <a href="http://www.google.com/profiles/116969159384245484847">Brett Slatkin</a> !<br />
<a href="http://www.google.com/buzz/bslatkin/Ue1EA9BfSKx">http://www.google.com/buzz/bslatkin/Ue1EA9BfSKx</a></p>
<p>Brett Slatkins buzz:</p>
<p style="padding-left: 30px;"><strong>Transparent Fud.</strong></p>
<p style="padding-left: 30px;"><a href="http://gigaom.com/2010/09/14/10-things-you-didnt-know-about-the-new-twitter-com/">In item #6 this article quotes</a> Ryan Sarver, Director of Platform at Twitter, explaining why Twitter  doesn&#8217;t extract snippets from feeds: &#8220;[PubSubHubbub] is fast enough, RSS  is not. PSHB isn&#8217;t broad enough yet.&#8221;</p>
<p style="padding-left: 30px;">Nevermind the speed admission (which is in itself a small victory)&#8211; <strong>What does he mean by &#8220;not broad enough yet?&#8221;</strong> PubSubHubbub is <a href="http://www.livejournal.com/">supported</a> <a href="http://blogger.com/">by</a> <a href="http://www.typepad.com/">every</a> <a href="http://wordpress.com/">major</a> <a href="http://www.tumblr.com/">blogging</a> <a href="http://posterous.com/">platform</a>; used by <a href="http://gowalla.com/">location</a> <a href="http://buddycloud.com/">services</a>; powers cross-site follow on <a href="http://status.net/">microblogging</a> <a href="http://cliqset.com/">sites</a>; provides <a href="http://buzz.google.com/">publish</a> and <a href="http://digg.com/">subscribe</a> for <a href="http://myspace.com/">social</a> <a href="http://friendfeed.com/">networks</a>; enables a <a href="http://superfeedr.com/">range</a> <a href="http://www.my6sense.com/">of</a> <a href="http://postrank.com/">search</a> <a href="http://oneriot.com/">and</a> <a href="http://gnip.com/">track</a> <a href="http://collecta.com/">features</a>; produces real-time <a href="http://pheedo.com/">feed</a> <a href="http://feedburner.com/">analytics</a>; has clients for <a href="http://code.google.com/p/pubsubhubbub/wiki/PublisherClients">popular languages</a> and <a href="http://code.google.com/p/pubsubhubbub/wiki/SubscriberClients">CMSes</a>; has existing <a href="http://reader2twitter.appspot.com/">Twitter-bridging</a> <a href="http://twitterfeed.com/">tools</a>; and there&#8217;s even a prototype of what Twitter&#8217;s support for PubSubHubbub <a href="http://blog.persistent.info/2009/08/twitter-pubsubhubbub-bridge.html">would look like</a>. (I&#8217;m leaving out a lot of links.)</p>
<p style="padding-left: 30px;">I think I understand Ryan, actually: He&#8217;s in the marketing department  and just doing his job. Since Twitter aspires to be the infrastructure&#8211;  the &#8220;nervous system&#8221; of the web&#8211; they need to provide a compelling  reason to integrate directly with Twitter (lock-in) and not with the <a href="http://openwebfoundation.org/">open web</a>. This is <em>the</em> platform game (<a href="http://microsoft.com/">of antiquity</a>). The easiest way to convince others to put their eggs in one basket is to spread FUD (fear, uncertainty, doubt) about the <strong>other</strong> platform that&#8217;s out there.</p>
<p style="padding-left: 30px;">This FUD is so transparent it&#8217;s kind of refreshing.</p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2010/09/15/twitter-is-not-broader-than-pubsubhubbub/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2010/09/15/twitter-is-not-broader-than-pubsubhubbub/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Image Browser for Twitter is Live</title>
		<link>http://www.victusspiritus.com/2010/05/09/image-browser-for-twitter-is-live/</link>
		<comments>http://www.victusspiritus.com/2010/05/09/image-browser-for-twitter-is-live/#comments</comments>
		<pubDate>Sun, 09 May 2010 12:57:43 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[social web]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[victus media]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=3812</guid>
		<description><![CDATA[<p><a href="http://imagebrowser.heroku.com"></a><br />
This is an adaption of the <a href="http://victusmedia.com/intelligent-advertising/">IMM (Intelligent Media Manager)</a> focused on dynamic images. It includes a search within function (search within user tweets or search within list tweets) by clicking on an image.</p>
<p><span id="more-3812"></span></p>
<p>Here are the routes if you &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://imagebrowser.heroku.com"><img src="http://www.victusspiritus.com/wp-content/uploads/2010/05/ImageBrowser.png" alt="" title="ImageBrowser" width="500" height="325" class="aligncenter size-full wp-image-3813" /></a><br />
This is an adaption of the <a href="http://victusmedia.com/intelligent-advertising/">IMM (Intelligent Media Manager)</a> focused on dynamic images. It includes a search within function (search within user tweets or search within list tweets) by clicking on an image.</p>
<p><span id="more-3812"></span></p>
<p>Here are the routes if you don&#8217;t feel like clicking through</p>
<ul>
<li>Users: http://imagebrowser.heroku.com/users/&lt;username&gt;
<ul>
<li>Example: <a href="http://imagebrowser.heroku.com/users/victusfate">http://imagebrowser.heroku.com/users/victusfate</a></li>
</ul>
</li>
<li>Lists: http://imagebrowser.heroku.com/
<ul>
<li>Example: <a href="http://imagebrowser.heroku.com/lists/victusfate/sharpanglesvcs">http://imagebrowser.heroku.com/lists/victusfate/sharpanglesvcs</a></li>
</ul>
</li>
</ul>
<p><span style="color: #ff0000;"> WARNING,</span> these are raw search api images. Many of the Google search API top results are unflattering to say the least, but they are the undoctored image search result for a given semantic entity.</p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2010/05/09/image-browser-for-twitter-is-live/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2010/05/09/image-browser-for-twitter-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweet to wordpress or tumblr blog, Use the twitter API/protocol?</title>
		<link>http://www.victusspiritus.com/2009/12/18/tweet-to-wordpress-or-tumblr-blog-use-the-twitter-apiprotocol/</link>
		<comments>http://www.victusspiritus.com/2009/12/18/tweet-to-wordpress-or-tumblr-blog-use-the-twitter-apiprotocol/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 17:37:32 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[far out]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[open design]]></category>
		<category><![CDATA[social web]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=2560</guid>
		<description><![CDATA[<p>Here&#8217;s some bizarre coolness. With <a href="http://en.blog.wordpress.com/2009/12/12/twitter-api/">WordPress adopting a twitter API</a> and <a href="http://staff.tumblr.com/post/287703110/api">Tumblr doing the same</a> I can now use my Tweetie 2 client to post or search either data set.<span id="more-2560"></span></p>
<h2>My WordPress.com blog (<a href="http://imaginationsend.wordpress.com">Imagination&#8217;s End</a>):</h2>
<div class="iframe-wrapper">
  Please upgrade your &#8230;</div>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s some bizarre coolness. With <a href="http://en.blog.wordpress.com/2009/12/12/twitter-api/">WordPress adopting a twitter API</a> and <a href="http://staff.tumblr.com/post/287703110/api">Tumblr doing the same</a> I can now use my Tweetie 2 client to post or search either data set.<span id="more-2560"></span></p>
<h2>My WordPress.com blog (<a href="http://imaginationsend.wordpress.com">Imagination&#8217;s End</a>):</h2>
<div class="iframe-wrapper">
  <iframe src="http://imaginationsend.wordpress.com/2009/12/18/heyo-blogging-via-tweetie-2-and-the-twi/" frameborder="0" style="height:600px;width:800px;">Please upgrade your browser</iframe>
</div>
<h2>My Tumblog (<a href="http://messel.tumblr.com/">http://messel.tumblr.com</a>)</h2>
<div class="iframe-wrapper">
  <iframe src="http://messel.tumblr.com/post/288983723/holy-crap-im-tweetie-2-tumblring" frameborder="0" style="height:600px;width:800px;">Please upgrade your browser</iframe>
</div>
<p>Now either of these things in of themselves is unimpressive. I know what you&#8217;re thinking.</p>
<p>&#8220;Great Mark you can flood more blog formats with your mundane trivial crap.&#8221;</p>
<p>Ah, but friends this means so much more. Not only can you post to these blog formats from Tweetie 2. You can also read other blogs with the wordpress &amp; Tumblr API, and you can also search the Tumblr API. Again you are likely hesitating:</p>
<p>&#8220;I&#8217;m still not impressed Mark, so what. I could do this via the websites before, what&#8217;s new?&#8221;</p>
<p>Now a new host of tools specifically crafted for Twitter can easily be adapted to work on the wordpress.com database (HUGE) and the Tumblr.com database (not as big but growing). Others will likely follow suit (according to <a href="http://www.scripting.com/stories/2009/12/17/howOpenStandardsAreCreated.html">Dave Winer</a>) and I think I will be one of them with the <a href="http://imm.victusmedia.com">IMM</a> once we get an API cooking. Even Fred Wilson is pretty overwhelmed by the implications (<a href="http://www.avc.com/a_vc/2009/12/open-apis-and-open-standards.html">Open APIs and Open Standards</a>).</p>
<p>As a developer, I&#8217;m freaking excited!</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.avc.com/a_vc/2009/12/open-apis-and-open-standards.html">Open APIs and Open Standards</a> (avc.com) (me and Zemanta think alike)</li>
<li class="zemanta-article-ul-li"><a href="http://thenextweb.com/2009/12/17/twitter-broken-contributor-api-wild/">Twitter Is Broken, But Here Is The Contributor API In The Wild</a> (thenextweb.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/archives/five_features_from_third-party_apps_twitter_should.php">5 Features from Third-Party Apps Twitter Should Integrate</a> (readwriteweb.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/f5e4b7cb-5ebd-428f-8205-dc92e508d03e/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=f5e4b7cb-5ebd-428f-8205-dc92e508d03e" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2009/12/18/tweet-to-wordpress-or-tumblr-blog-use-the-twitter-apiprotocol/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2009/12/18/tweet-to-wordpress-or-tumblr-blog-use-the-twitter-apiprotocol/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter Powered Contextual Advertising is Live for Any Bloggers/Web Hosts</title>
		<link>http://www.victusspiritus.com/2009/10/19/twitter-powered-contextual-advertising-is-live-for-any-bloggersweb-hosts/</link>
		<comments>http://www.victusspiritus.com/2009/10/19/twitter-powered-contextual-advertising-is-live-for-any-bloggersweb-hosts/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 05:53:19 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[far out]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[social web]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web/tech]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=1932</guid>
		<description><![CDATA[<p>*update please visit <a href="http://www.victusmedia.com">Victus Media</a> for information, the ad tool is no longer supported. The current web app is live here <a href="http://imagebrowser.heroku.com/site">imagebrowser.heroku.com</a>*</p>
<p><span id="more-1932"></span></p>
<p>I bumped into a great php coder yesterday on Google wave, Tyler Gillies. We&#8217;re now looking forward &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>*update please visit <a href="http://www.victusmedia.com">Victus Media</a> for information, the ad tool is no longer supported. The current web app is live here <a href="http://imagebrowser.heroku.com/site">imagebrowser.heroku.com</a>*</p>
<p><span id="more-1932"></span></p>
<p>I bumped into a great php coder yesterday on Google wave, Tyler Gillies. We&#8217;re now looking forward to starting a business with Tyler&#8217;s prototype. He was able to quickly evolve my example, by connecting user&#8217;s social media with relevant ads from Amazon. This is the early form of the code available for insert into any web page or blog. Big thanks to Bostjan (and Andraz) from <a class="zem_slink" title="Zemanta" rel="homepage" href="http://www.zemanta.com">Zemanta</a> for their early support and great work on their semantic tool. They&#8217;ll be getting a portion of the revenue generated based on access to their API, we still need to finalize a fee that fits well with their teams business plan. Special thanks to cofounder <a href="http://vukicevic.blogspot.com/">Vladimir Vukicevic</a>, I&#8217;m sure he&#8217;ll be happy to see this concept advance past the abstract phase, to the testing phase.</p>
<p>Insert the following snippet into a text widget on the side of your wordpress blog, or in any site that allows iframes (mycoolidnumber is your Amazon affiliate ID):</p>
<p>Updated Ruby on Rails version: (*update please visit <a href="http://victusmedia.com">Victus Media</a> for updates*)</p>
<p>&lt;iframe width=&#8221;100%&#8221; height=&#8221;600&#8243; src=&#8221;http://imagebrowser.heroku.com?type=caro&amp;associate=mycoolidnumber&#8221; frameborder=0&gt;&lt;/iframe&gt;</p>
<p>or if you don&#8217;t have an Amazon affiliate account:</p>
<p>&lt;iframe width=&#8221;100%&#8221; height=&#8221;600&#8243; src=&#8221;http://imm.victusmedia.com?type=caro&#8221; frameborder=0&gt;&lt;/iframe&gt;</p>
<p>The code is live on this site and Tyler&#8217;s, feel free to test it out. (see Contextual Advertising 0.1 in my sidebar to the right).</p>
<p>By default the split is 10% to our business, and 90% to host (if no amazon affiliate link is entered 100% will go to our business). Right now that&#8217;s the personal Amazon IDs of mine and Tyler&#8217;s.</p>
<p>This is done by randomizing the ID used in the link, and should be publicly trackable (we&#8217;re both at 5% at this point).</p>
<p><span style="background-color: #ffffff;">All readers are encouraged and welcome to try this out, it should be a blast. If the Zemanta API calls top out, hold off for a bit and I&#8217;ll work with them on getting us a temporary expansion of the calls to verify we actually have a working business model.</span></p>
<p><span style="background-color: #ffffff;">1) Short term goals include incorporation, and improvements on the efficacy of the algorithm (pattern matching techniques, subgroups, clustering).</span></p>
<p>2) Longer term plans include powerful intelligent search assistant tools, to enable richer and more fluid user browsing experiences as well as personally relevant ads (dumb ads are history).</p>
<p>We setup a business web site at <a href="http://victusmedia.com">victusmedia.com</a></p>
<p><span style="background-color: #ffffff;">To see the history of this project check <a href="http://www.victusspiritus.com/2009/06/23/notional-framework-for-monetization-web2010/">Monetization Web 2010</a>.</span></p>
<p><strong>Related articles by Zemanta</strong></p>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.zemanta.com/blog/new-zemanta-engine-api-release/">New Zemanta engine &amp; API release</a> (zemanta.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.markevanstech.com/2009/10/09/is-twitters-data-a-goldmine/">Is Twitter&#8217;s Data a Goldmine?</a> (markevanstech.com)</li>
<li class="zemanta-article-ul-li"><a href="http://blog.thoughtpick.com/2009/10/fact-real-time-search-satisfies-40-of-user-queries.html">Fact: Real-time Search Satisfies 40% of User Queries!</a> (thoughtpick.com)</li>
<li class="zemanta-article-ul-li"><a href="http://myventurepad.com/MVP/70563">Making The Web Smarter</a> (myventurepad.com) Nice work by Fred Wilson</li>
</ul>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2009/10/19/twitter-powered-contextual-advertising-is-live-for-any-bloggersweb-hosts/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2009/10/19/twitter-powered-contextual-advertising-is-live-for-any-bloggersweb-hosts/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>If You Love Your Imagination, Set it Free</title>
		<link>http://www.victusspiritus.com/2009/08/28/if-you-love-your-imagination-set-it-free/</link>
		<comments>http://www.victusspiritus.com/2009/08/28/if-you-love-your-imagination-set-it-free/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 17:24:01 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[social web]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=1448</guid>
		<description><![CDATA[<p></p>
<h2>Evan Williams of Twitter discusses, &#8220;<a href="http://www.brandcampu.com/2009/07/evan-williams-of-twitter-ted-conference-what-is-your-side-project/">What is your Side Project?</a>&#8220;</h2>
<p>Evan declares early in the video that he has learned to listen to his hunches:</p>
<blockquote><p>Now it&#8217;s hard to justify doing a side project at a startup where </p>&#8230;</blockquote>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="446" height="326" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/embed/EvanWilliams_2009-embed_high.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/EvanWilliams-2009.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=473" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="446" height="326" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" flashvars="vu=http://video.ted.com/talks/embed/EvanWilliams_2009-embed_high.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/EvanWilliams-2009.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=473" bgcolor="#ffffff" wmode="transparent" allowfullscreen="true"></embed></object></p>
<h2>Evan Williams of Twitter discusses, &#8220;<a href="http://www.brandcampu.com/2009/07/evan-williams-of-twitter-ted-conference-what-is-your-side-project/">What is your Side Project?</a>&#8220;</h2>
<p>Evan declares early in the video that he has learned to listen to his hunches:</p>
<blockquote><p>Now it&#8217;s hard to justify doing a side project at a startup where focus is so critical, but I&#8217;d actually launched blogger as a side project at my previous company thinking it was just a little thing we&#8217;d do on the side. And it ended up taking over, not only the company, but my life for the next 5 or 6 years. So I learned to follow to kinda follow hunches even though you can&#8217;t necessarily justify them or know where they&#8217;re gonna go.<span id="more-1448"></span></p></blockquote>
<p>If you are unsure of which direction your work and home life are headed you need simply look to your side projects. Many of us have hobby&#8217;s outside of our daily responsibilities. Our hobby&#8217;s embody our passions and interests in ways that our required activities are unable to. By letting go of the goal, and following our blossoming creations, we can tap into the creative power that has fueled human civilization for many thousands of years. If you find yourself at odds with making time for your passions, stop fighting yourself and let them go. You&#8217;ll rediscover your inspiration when you most need it. <strong>Trying to funnel creativity down a preconceived path is like trying to redirect a flood with tissue paper</strong>. Respect the power of your imagination, and the wistful dreams of your spirit by giving your ideas the nourishment and freedom to grow.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://casesblog.blogspot.com/2009/05/ted-talk-by-twitter-founder-how.html">TED talk by Twitter founder: How spectacular growth is being driven by unexpected uses</a> (casesblog.blogspot.com)</li>
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2009/08/25/myidea4ca/">EXCLUSIVE INTERVIEW: Schwarzenegger Launches Twitter Powered MyIdea4CA</a> (mashable.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.cloudave.com/link/how-to-build-an-soa-based-high-performance-scalable-and-reliable-twitter-on-steroids">How To Build an SOA Based, High Performance, Scalable and Reliable Twitter on Steroids</a> (cloudave.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/7f6c2023-3ca1-40fe-bb4a-bc82f517d468/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=7f6c2023-3ca1-40fe-bb4a-bc82f517d468" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2009/08/28/if-you-love-your-imagination-set-it-free/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2009/08/28/if-you-love-your-imagination-set-it-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ignore the Stats, Connect With Your Authentic Audience</title>
		<link>http://www.victusspiritus.com/2009/08/08/ignore-the-stats-connect-with-your-authentic-audience/</link>
		<comments>http://www.victusspiritus.com/2009/08/08/ignore-the-stats-connect-with-your-authentic-audience/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 13:03:16 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[social change]]></category>
		<category><![CDATA[social web]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=1303</guid>
		<description><![CDATA[<p></p>
<h2>How Many People Actually Listen?</h2>
<p>Out of a couple thousand twitter followers I wondered how many actually care about what I post on a regular basis, and my estimate  is probably only a couple dozen. If they follow like myself, &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1305" title="GoogleAnalytics" src="http://www.victusspiritus.com/wp-content/uploads/2009/08/GoogleAnalytics.jpg" alt="GoogleAnalytics" width="480" height="330" /></p>
<h2>How Many People Actually Listen?</h2>
<p>Out of a couple thousand twitter followers I wondered how many actually care about what I post on a regular basis, and my estimate  is probably only a couple dozen. If they follow like myself, they only have time to observe their undirected input streams a couple of times a day. What does it mean to have followers or subscribers for modern Internet browsing habits? Is it simply a token of approval? These questions are in some part supposed to be answered by analytics and statistics. We can see how many folks visit our sites or download files. We see how long they decide to stay on the site, how many other pages they visit, and determine if our content is valuable to them. But I hypothesize that this data is largely irrelevant to our goals.<span id="more-1303"></span></p>
<p>If you&#8217;re passionate about sharing something, you hope that the right people get your message. This group is a small fraction of the overall visitors of your content. Perhaps only 1 in a 100 are authentic audience members that will return to your site, and truly support your community. These are the folks you should concentrate your energies on. They are the ones you should provide fantastic value to and in turn they will help you build an effective community, founded on your collective message and vision.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/zkcG-Ch_1lA&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/zkcG-Ch_1lA&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>What is Your Information Overload Point?</h2>
<p>This week we witnessed <a class="zem_slink" title="Robert Scoble" rel="homepage" href="http://scobleizer.com/">Robert Scoble</a> make the decision to clean house and wipe his follower list in twitter. Initially I thought this was an interesting move, in hindsight I realized that he may have chosen the simpler but less effective solution. My comments to his post, <a href="You are SO unfollowed!">You are so unfollowed!</a></p>
<blockquote>
<div id="dsq-comment-message-14345587" style="float: none; text-indent: 0px; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">Bold move. How and when you choose to follow someone is a groovy option we have in social media. I&#8217;ve learned some of the basics from watching you in action Robert and have enjoyed many of your videos (looks fun interviewing startups).<br style="padding: 0px; margin: 0px;" /><br style="padding: 0px; margin: 0px;" />I&#8217;m on the fence with twitter, I realize I get more utility out of <a class="zem_slink" title="FriendFeed" rel="homepage" href="http://friendfeed.com">friendfeed</a> because of lists I&#8217;ve made but I&#8217;m not ready to wipe the slate clean with twitter just yet. I enjoy pruning one follower at a time and manually following back folks with interesting feeds (takes time).</div>
</blockquote>
<p>A little later after walking I revisted the post with this comment:</p>
<blockquote><p>Robert, I&#8217;ve been doing some more thinking about your mass unfollowing. And I believe you made a classic mistake, you chose the simpler solution, but not the better one. First off I&#8217;m positive you chucked out the baby with the bathwater to find a few pearls. You also lost some very important information, WHO NOT TO FOLLOW! <br style="padding: 0px; margin: 0px;" /><br style="padding: 0px; margin: 0px;" />I humbly submit that you should have demanded better social aggregation filters from twitter. As long as they are going to be the sacred real time pipeline holders they had better damn well give access to a business like <a class="zem_slink" title="Zemanta" rel="homepage" href="http://www.zemanta.com">Zemanta</a> to help cluster every status ever submitted. It would be in their best interest as a value provider of information, and in the users best interest to find relevant and valuable unknown info.<br style="padding: 0px; margin: 0px;" /><br style="padding: 0px; margin: 0px;" />You just chopped sweet Serendipity off at the kneecaps. <br style="padding: 0px; margin: 0px;" /><br style="padding: 0px; margin: 0px;" />By the way I&#8217;m working on a solution to your rationale for spring cleaning.</p></blockquote>
<p>I never would have suspected that Robert would simple nuke his follower list. The shift of direction was forced by a lack of effective information filters on twitters end. <a class="zem_slink" title="Louis Gray" rel="homepage" href="http://louisgray.com">Louis Gray</a> suggested Robert made the wrong move, and at least myself and <a href="http://lifestreamblog.com/">Mark Krynsky</a> agree with his perspective.</p>
<h2>My Ideal Follow Method</h2>
<p>My ideal &#8220;follow&#8221; habits would be the global stream of all web information, selecting specific topics of interest as they wisk by my perception. I&#8217;d also have groups of friends, associates, developers, and other people that share content in my areas of interest. But since folks are multidimensional and rarely create media on only one topic, I&#8217;d have these groups sorted under topics I really care about.</p>
<p>Related Articles:</p>
<ul>
<li><a href="http://www.louisgray.com/live/2009/08/to-jump-on-massive-unfollowing-trend.html">To Jump on the Massive Unfollowing Trend Would Be a Mistake</a></li>
<li><a href="http://lifestreamblog.com/youve-got-a-ton-of-followers-but-are-they-listening/">You&#8217;ve got a tone of Followers but are they Listening?</a></li>
</ul>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://regulargeek.com/2009/07/06/who-is-your-audience-and-are-audiences-different/">Who Is Your Audience And Are Audiences Different?</a> (regulargeek.com)</li>
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2009/08/06/twitter-purge/">TWITTER PURGE: Top Twitter User Unfollows 106,000 People</a> (mashable.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/ae21eb31-8242-4b56-9b45-515df18b4bb6/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=ae21eb31-8242-4b56-9b45-515df18b4bb6" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2009/08/08/ignore-the-stats-connect-with-your-authentic-audience/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2009/08/08/ignore-the-stats-connect-with-your-authentic-audience/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Layered Internet Apps, Real Time Search as a Virtual Assistant</title>
		<link>http://www.victusspiritus.com/2009/07/17/layered-internet-apps-real-time-search-as-virtual-assistant/</link>
		<comments>http://www.victusspiritus.com/2009/07/17/layered-internet-apps-real-time-search-as-virtual-assistant/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 18:37:04 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[FriendFeed]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=1089</guid>
		<description><![CDATA[<p></p>
<h2>Internet Development Layers</h2>
<p>The Internet is evolving in layers of applications. New programs and businesses reside on top of multiple web functional layers, as well as providing APIs to external, potentially higher order applications. One sharp example Semanta has a &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/vdajSu3h6Tk&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/vdajSu3h6Tk&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>Internet Development Layers</h2>
<p>The Internet is evolving in layers of applications. New programs and businesses reside on top of multiple web functional layers, as well as providing APIs to external, potentially higher order applications. One sharp example Semanta has a high functionality <a class="zem_slink" title="Application programming interface" rel="wikipedia" href="http://en.wikipedia.org/wiki/Application_programming_interface">API</a>. Their interface has available effective semantic tools to extract <a class="zem_slink" title="Metadata" rel="wikipedia" href="http://en.wikipedia.org/wiki/Metadata">meta data</a> from natural written language. I&#8217;d like to fulfill a user need to have real time search information based on thoughts they express within social media. This could facilitate discovery of others who are interested in discussing similar topics. The long term goal I have for a business I&#8217;m working to startup (along with some sharp friends) is to create the ultimate web based virtual assistant.<span id="more-1089"></span></p>
<p>There are several advantages to having a public API:</p>
<ol>
<li>First of all it invites developers to create tools which can remarkably add value to your baseline service</li>
<li>Second it allows your products to become available to customers in a personalized manner, potentially increasing the value your product has to each user.</li>
<li>Once your software is weaved into the rich tapestry of the Internet, you have a greater potential for (unpredicted) <a class="zem_slink" title="Monetization" rel="wikipedia" href="http://en.wikipedia.org/wiki/Monetization">monetization</a> by future applications</li>
<li>Each product has a limited time to explode in value to fill a need, before a competitor does so. By having an open API, the chance of reaching the maximum potential of any product&#8217;s utility is increased, due to the rapid nature of layered development and information consumption (<strong>you learn about how users utilize your products faster</strong>)</li>
</ol>
<p>Be careful not to make the mistake of depending on an outside business to be the sole source of required functionality. It&#8217;s important to be familiar with multiple competitors and be ready to move to a stronger utility in your baseline choice has been bought up or gone under. The alternative is leveraging multiple external tools and using a aggregated source of information. Building on top of other applications actually makes this type of software change easier, as long as you can fulfill the necessary information required from the original interface.</p>
<h2>Real Time Search Authority</h2>
<p>Experts in the field have user respect, and may be outspoken and/or well informed. But how do we democratize real time filtering without delaying it? As a quick background, Google&#8217;s famous Internet search engine uses page rank. Google monitors links (among other things) to a page from outside sources. The weight of a link is a function of how many external links point to the parent page.</p>
<p>There is an analagous functionality within twitter which is retweeting. There&#8217;s a similar functionality in friendfeed, the &#8220;like&#8221; function, identical to the facebook like function. The problem with ranking real time information using these criteria is that they may only occur as fast as people consume and review the content. But they can be used to identify influential or trusted sources of information. And real time search can push status from these sources up in search priority, as long as the semantic meaning of the status resides within an area of expertise of the broadcaster.</p>
<p>Another method of recognizing real time authority is to check the &#8220;hotness&#8221; of a status. <a href="http://www.reddit.com/">Reddit</a> takes advantage of this simple algorithm in their social crowd sourcing site. Hotness is driven by the derivative or change per time interval of likes, votes up, or retweets and can signal a fast rising or important status. Unfortunately this method of detection is susceptible to being gamed by coordinated groups.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/archives/future_of_search_social_relevancy_rank.php"> The Future of Search: Social Relevancy Rank </a> (readwriteweb.com)</li>
<li class="zemanta-article-ul-li"><a href="http://ceoworld.biz/ceo/2009/07/17/how-twitter-plans-to-generate-revenue/"> How Twitter plans to generate revenue! </a> (ceoworld.biz)</li>
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2009/07/15/google-reader-followers/"> Google Reader Gets a Social Makeover, Adds Likes and Followers </a> (mashable.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/54ffdc3c-4a3e-46f7-b8e4-c9bc49983c73/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=54ffdc3c-4a3e-46f7-b8e4-c9bc49983c73" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2009/07/17/layered-internet-apps-real-time-search-as-virtual-assistant/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2009/07/17/layered-internet-apps-real-time-search-as-virtual-assistant/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Build Business Value for Fans and First Time Visitors</title>
		<link>http://www.victusspiritus.com/2009/07/16/how-to-build-business-value-for-fans-and-first-time-visitors/</link>
		<comments>http://www.victusspiritus.com/2009/07/16/how-to-build-business-value-for-fans-and-first-time-visitors/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 20:59:19 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FriendFeed]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=1085</guid>
		<description><![CDATA[<p></p>
<h2>What Percentage of Resources Should be Expended on Members vs. Outsiders?</h2>
<p>I&#8217;d say 95%/5% (for members vs. outsiders) of planned expenditures should be focused on improving things for your members following my earlier stated <a href="http://www.victusspiritus.com/2009/06/08/top-4-core-business-priorities/">top 4 business priorities</a>. Without &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/A3L5E0W8t84&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/A3L5E0W8t84&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>What Percentage of Resources Should be Expended on Members vs. Outsiders?</h2>
<p>I&#8217;d say 95%/5% (for members vs. outsiders) of planned expenditures should be focused on improving things for your members following my earlier stated <a href="http://www.victusspiritus.com/2009/06/08/top-4-core-business-priorities/">top 4 business priorities</a>. Without <strong>Member Satisfaction</strong> you don&#8217;t have a business, plain and simple. Your business will be based upon providing value to your members which include:<span id="more-1085"></span></p>
<ul>
<li>employees (they define the body of your business)</li>
<li>best/super customers (make purchases and give friendly feedback)</li>
<li>fans (they market your biz)</li>
</ul>
<p>Employees make everything happen, they should feel connected to the vision for your company while being in charge of responsibilities that best suit their passions and strengths. Don&#8217;t forget <a href="http://www.victusspiritus.com/2009/06/01/the-importance-of-corporate-culture/">corporate culture</a> isn&#8217;t something you invent after doing business for 5 years, it&#8217;s something that is planned for from the very beginning and takes diligence to maintain (thanks to <a href="http://www.building43.com/videos/2009/06/10/the-zappos-core-value-isnt-just-about-twittering/">Zappos CEO Tony Hsieh, and Rackspace chairman Graham Weston</a> for teaching me this lesson via building43).</p>
<p>Why spend 5% of available resources on folks outside of the business? Your company doesn&#8217;t exist in a vacuum. Take 5% of what you would normally funnel into creating member satisfaction/value and look to your members to find a needy source. Try and find folks doing the right thing in related areas and support them with manpower, resources, etc. The feeling of community and leadership provided by your company will not soon be forgotten.</p>
<p>Some background for this post:</p>
<p>Fred Wilson has spent some time discussing this issue on his blog.</p>
<ul>
<li><a href="http://www.avc.com/a_vc/2009/07/the-difference-between-total-uses-and-active-users.html">The Difference Between Total Users and Active Users</a></li>
<li><a href="http://www.avc.com/a_vc/2009/07/active-users-and-online-retailing.html">Active Users and Online Retailing</a></li>
</ul>
<p>I responded to the second post with:</p>
<blockquote><p>Fred your example is applicable to any community building web site/business. Creating a space for folks to interact and build their own value on top of one&#8217;s business is a great way to engender trust in a company.</p>
<p>I&#8217;ve been using gmail for free for years (thanks <a class="zem_slink" title="Paul Buchheit" rel="crunchbase" href="http://www.crunchbase.com/person/paul-buchheit">Paul Buchheit</a> and Google) and like to support google search (there&#8217;s always a chance a search of mine will turn into revenue for the big G) and now friendfeed (can&#8217;t accurately describe how cool this social interface is becoming).</p>
<p>I get so much incredible info from Twitter and friendfeed that I&#8217;m determined to help find ways to support these businesses (by dreaming up tools to cache (cash <img src='http://www.victusspiritus.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  in on social media).</p>
<p>The social sites/tools these companies produce and inspire have been incredibly fertile for layered Internet innovation. Some of the augmented reality apps for iPhone &amp; competing smart phones are mind boggling (see through walls and pavement by tracking subways using Twitter).</p></blockquote>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/archives/how_friendfeed_could_become_the_ultimate_social_me.php"> How FriendFeed Could Become the Ultimate Social Media Tracking Service </a> (readwriteweb.com)</li>
<li class="zemanta-article-ul-li"><a href="http://digital.venturebeat.com/2009/06/30/themes-another-way-that-friendfeed-is-getting-more-like-gmail/">Themes: Another way that FriendFeed is getting more like Gmail </a> (digital.venturebeat.com)</li>
<li class="zemanta-article-ul-li"><a href="http://regulargeek.com/2009/06/05/like-it-or-not-twitter-is-becoming-infrastructure/"> Like It Or Not, Twitter Is Becoming Infrastructure </a> (regulargeek.com)</li>
<li class="zemanta-article-ul-li"><a href="http://beth.typepad.com/beths_blog/2009/07/philanthropist-20-crowdsourced-advised-funding.html">Philanthropist 2.0: Crowdsourced Advised Funds </a>(beth.typepad.com)</li>
<li class="zemanta-article-ul-li"><a href="http://brendancooper.com/2009/05/05/is-friendfeed-starting-to-warm-up/"> Is Friendfeed starting to warm up? </a> (brendancooper.com)</li>
<li class="zemanta-article-ul-li"><a href="http://openmode.ca/2009/06/the-next-step-for-net-geners/"> The Next Step For Net Geners </a> (openmode.ca)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/bc97e588-96bb-495b-aa71-cd8740cde9dc/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=bc97e588-96bb-495b-aa71-cd8740cde9dc" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2009/07/16/how-to-build-business-value-for-fans-and-first-time-visitors/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2009/07/16/how-to-build-business-value-for-fans-and-first-time-visitors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

