<?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; FriendFeed</title>
	<atom:link href="http://www.victusspiritus.com/tag/friendfeed/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>14 million ways to skin a cat &#8211; web programming</title>
		<link>http://www.victusspiritus.com/2009/10/28/14-million-ways-to-skin-a-cat-web-programming/</link>
		<comments>http://www.victusspiritus.com/2009/10/28/14-million-ways-to-skin-a-cat-web-programming/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 11:43:12 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[FriendFeed]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google appengine]]></category>
		<category><![CDATA[java virtual machine]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[web/tech]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=2001</guid>
		<description><![CDATA[<p>(note: I don&#8217;t support the  skinning of cats)</p>
<h1>Web Programming Languages</h1>
<p>While I&#8217;m relatively new to web programming, there is a fairly large barrier to entry to this wonderful world of creation for someone like myself. You see, I like &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>(note: I don&#8217;t support the  skinning of cats)</p>
<h1>Web Programming Languages</h1>
<p>While I&#8217;m relatively new to web programming, there is a fairly large barrier to entry to this wonderful world of creation for someone like myself. You see, I like to choose the best tool for a job and get to work. The problem is, there are too many damn good tools for web programming, and I&#8217;m not knowledgeable enough to decide on which is the right one to use for any given project.</p>
<p><span id="more-2001"></span></p>
<p>The short list of programming languages &amp; tools I&#8217;ve come across and used in the past few months:</p>
<ul>
<li><a href="http://www.w3schools.com/htmL/default.asp">html</a> (web hypertext markup language)</li>
<li><a href="http://php.net/index.php">php</a> (interpreted web programming language)</li>
<li><a href="http://www.greenteapress.com/thinkpython/thinkpython.html">python</a> (interpreted web programming language)</li>
<li><a href="http://www.w3schools.com/js/js_intro.asp">javascript</a> (scripting language for web programming)</li>
<li><a href="http://www.ruby-lang.org/en/">ruby</a> (scripting language for web programming)</li>
<li><a href="http://rubyonrails.org/documentation">rails</a> (web framework built on ruby)</li>
<li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK</a> (java developers kit)</li>
<li><a href="http://java.sun.com/docs/books/tutorial/">java</a> (virtual machine based language &#8211; JVM)</li>
<li><a href="http://www.scala-lang.org/">scala</a> (functional and object oriented language that compiles with the JVM)</li>
<li><a href="http://liftweb.net/">lift</a> (web framework built on scala)</li>
<li><a href="http://apiwiki.twitter.com/Twitter-API-Documentation">twitter search API</a> (interface to microblogging)</li>
<li><a href="http://apiwiki.twitter.com/">twitter account API</a> (interface to microblogging)</li>
<li><a href="http://friendfeed.com/api/documentation">friendfeed API</a> (interface to microblogging)</li>
<li><a href="http://code.google.com/appengine/">Google Application Engine</a> (framework for web hosting/programming, GAE)</li>
<li><a href="http://www.caucho.com/resin-3.0/quercus/">Quercus</a> (compiler for php on the java virtual machine since the GAE doesn&#8217;t support php)</li>
<li><a href="http://maven.apache.org/">maven</a> build and dependency/repository extraction tool (make on steroids)</li>
<li><a href="http://www.netbeans.org/">netbeans</a> (IDE for (web) programming languages)</li>
<li><a href="http://wiki.netbeans.org/Scala">netbeans scala plugi</a>n (plugin for scala)</li>
<li><a href="http://www.eclipse.org/">eclipse</a> (IDE for (web) programming languages)</li>
<li><a href="http://www.scala-lang.org/node/94">eclipse scala plugin</a> (plugin for scala)</li>
<li><a href="http://code.google.com/eclipse/">eclipse GAE plugin</a> (plugin for building GAE projects)</li>
<li><a href="http://dev.mysql.com/doc/">MYSQL</a> (relational database implementation for SQL)</li>
<li><a href="http://www.mongodb.org/display/DOCS/Home">MongoDB</a> (alternative database solution)</li>
<li><a href="http://code.google.com/appengine/docs/python/gettingstarted/usingdatastore.html">DataStore</a> ( or simple data store Googles database for GAE projects and others)</li>
</ul>
<p>Each of the above tools is complex in it&#8217;s own right. The sum of all these tools is dizzying in their combined intricacies. Any web based project may interact with many (or all) of the above tools, languages, APIs, and/or databases. These implementation choices are in addition to hosting options (dedicated server, virtual server, cloud scaled servers).</p>
<p>As an example, I spent a couple of weeks just tooling with the Friendfeed API v2. Then a few weeks later the business was purchased by Facebook. With an unclear future (Friendfeed is only receiving minimal developer resources/time) that time may have been ill spent, except for the fact that I was able to experience the Google Application Engine for the first time. Google should be around for a few more years at least <img src='http://www.victusspiritus.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<h2>The Specific Problem:</h2>
<p>To build a tool that:</p>
<ol>
<li>create a user profile to associate several different social media channels together (aggregator)</li>
<li>categorize social comments (microblogging, tweets, blog comments, blog posts) through automation, and user feedback</li>
<li>enter the extracted tags, any confidence or weights into a database associated with the original social media URL</li>
<li>allow users to adjust the tags, and any weights with an interface</li>
<li>provide personalized ads to the users from web hosts with a plugin/widget/adbox</li>
<li>provide utilities to the user
<ul>
<li>2-way search tools to the user</li>
<li>passive or active search for other users who share their interests</li>
<li>passive or active search within other microblog/blog posts related to their tags/topics of interest in a dynamic way (update in real time as folks naturally use social channels)</li>
<li>game like behavior must be fundamental to the process to aid user adoption and enjoyment. i.e. minigames based on semantic categorization</li>
</ul>
</li>
</ol>
<p>Of course this design may or may not be something users are even interested in. We plan on learning from people who play with the various product/tool versions.</p>
<p>I&#8217;d like to help develop additional tools to help me find information that&#8217;s relevant to my interests (a virtual personal assistant) without having to know what specific search terms to enter. I wouldn&#8217;t mind targeted/personal ads that are relevant to my interests, in fact I&#8217;d prefer them to banner (or completely inappropriate) ads.</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.victusspiritus.com/2009/07/24/web-programming-foo/">Practical Web Programming with the friendfeed API &amp; Google App Engine</a> (victusspiritus.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.slideshare.net/sullis/google-app-engine-september-17-2009">Google App Engine &#8211; September 17 2009</a> (slideshare.net)</li>
<li class="zemanta-article-ul-li"><a href="http://www.viget.com/extend/prototyping-java-processing-in-ruby-processing/">Prototyping Java-Processing in Ruby-Processing</a> (viget.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/enterprise/2009/09/socialwok-is-a-friendfeed-for-google-apps.php">Socialwok is a FriendFeed for Google Apps</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/9bfa303b-065e-4da7-98fd-c6345a166a88/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=9bfa303b-065e-4da7-98fd-c6345a166a88" 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/10/28/14-million-ways-to-skin-a-cat-web-programming/"></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/28/14-million-ways-to-skin-a-cat-web-programming/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Collaborative Design Isn&#8217;t the Same as Democratic Design</title>
		<link>http://www.victusspiritus.com/2009/08/18/collaborative-design-isnt-the-same-as-democratic-design/</link>
		<comments>http://www.victusspiritus.com/2009/08/18/collaborative-design-isnt-the-same-as-democratic-design/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 19:03:06 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[FriendFeed]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[open design]]></category>
		<category><![CDATA[social web]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=1379</guid>
		<description><![CDATA[<p><a class="zem_slink" title="Collaboration" rel="wikipedia" href="http://en.wikipedia.org/wiki/Collaboration">Collaborative design</a> describes many people working towards a shared vision and iteratively communicating their discoveries and decision processes. Then members of the collaborative effort take the developed concepts of greatest utility and leverage them towards continually higher level applications. Collaborative &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a class="zem_slink" title="Collaboration" rel="wikipedia" href="http://en.wikipedia.org/wiki/Collaboration">Collaborative design</a> describes many people working towards a shared vision and iteratively communicating their discoveries and decision processes. Then members of the collaborative effort take the developed concepts of greatest utility and leverage them towards continually higher level applications. Collaborative design can have a single leader, a group of influencers, or a be completely headless (I keep dreaming about organizations like this, but I haven&#8217;t studied enough of emergent properties of intelligent networks).<span id="more-1379"></span></p>
<p>Democratic design results from votes on every decision from the user interface down to the technical nuts and bolts that provide for the backbone of an architecture.</p>
<p>Consider:</p>
<ul>
<li>determing user rights? Democraticly approved, maybe a list of what they can&#8217;t do makes more sense.</li>
<li>or a universal protocol? Collaborative input from many parties to ensure a rich interface or protocol.</li>
</ul>
<p>There&#8217;s a place for both but you better make sure you are using the right design concept for the right problem. We don&#8217;t want democratic design to decide on the style of a product or service, because we end up with something average or boring. We don&#8217;t want to rely on collaborative design for something that needs to be decided now, a quick vote will push through the issue.</p>
<p>I&#8217;d like to share a couple of videos I recorded in the last week.</p>
<p>Actions Speak Louder than Words:<br />
<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/LsSuvr64fW4&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/LsSuvr64fW4&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>and Emergent Properties of Large Scale Collaborative Efforts:<br />
<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/LpVmx8zwc0E&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/LpVmx8zwc0E&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></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.slideshare.net/boxman/wireframing-web20-for-design-and-definition-london-ia-uxlondon-redux">Wireframing Web 2.0 for Design and Definition: London IA UXLondon redux</a> (slideshare.net)</li>
<li class="zemanta-article-ul-li"><a href="http://tech.slashdot.org/article.pl?sid=09/05/11/160254&amp;from=rss">OpenOffice UI Design Proposals Published</a> (tech.slashdot.org)</li>
<li class="zemanta-article-ul-li"><a href="http://tc.eserver.org/34140.html">No Designer is an Island, or How I Stopped Complaining and Came to Embrace Collaboration</a>(tc.eserver.org)</li>
<li class="zemanta-article-ul-li"><a href="http://www.adaptivepath.com/blog/2009/04/18/experimentation-prototyping-and-roombas-engaging-in-gladiatorial-combat-highlights-from-beyond-the-desktop-panel-discussion/">Experimentation, Prototyping and Roombas Engaging in Gladiatorial Combat. Highlights from Beyond the Desktop Panel Discussion</a> (adaptivepath.com)</li>
</ul>
<ul></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/37147f4e-405d-4211-9926-8d309510ee68/"><img class="zemanta-pixie-img" style="border:none;float:right" src="http://img.zemanta.com/reblog_e.png?x-id=37147f4e-405d-4211-9926-8d309510ee68" 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/18/collaborative-design-isnt-the-same-as-democratic-design/"></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/18/collaborative-design-isnt-the-same-as-democratic-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Friendfeed Is Fading</title>
		<link>http://www.victusspiritus.com/2009/08/11/friendfeed-is-fading/</link>
		<comments>http://www.victusspiritus.com/2009/08/11/friendfeed-is-fading/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 22:15:24 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FriendFeed]]></category>
		<category><![CDATA[friendfeed socialmedia]]></category>
		<category><![CDATA[social web]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=1331</guid>
		<description><![CDATA[<h2>Fond Farewell friendfeed</h2>
<p>You&#8217;ll probably notice the <a class="zem_slink" title="FriendFeed" rel="homepage" href="http://friendfeed.com">friendfeed</a> embeds are now gone. It is with great regret that I discovered today that <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">Facebook</a> has purchased friendfeed for ~50 million bucks. I&#8217;m happy for the dev team (woohoo cash), but I &#8230;</p>]]></description>
			<content:encoded><![CDATA[<h2>Fond Farewell friendfeed</h2>
<p>You&#8217;ll probably notice the <a class="zem_slink" title="FriendFeed" rel="homepage" href="http://friendfeed.com">friendfeed</a> embeds are now gone. It is with great regret that I discovered today that <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">Facebook</a> has purchased friendfeed for ~50 million bucks. I&#8217;m happy for the dev team (woohoo cash), but I can&#8217;t help but feel there was greater potential for the friendfeed service than an early facebook purchase. There are already plans to move some of the founders of friendfeed into upper engineering management positions and other developers into various supporting roles. With little doubt the friendfeed team will no longer be spending their efforts soley on building friendfeed into a stronger social media platform. Instead they&#8217;ll be helping Facebook to grow and move forward.<span id="more-1331"></span></p>
<table class="image" border="0">
<tbody>
<tr>
<td><a href="http://www.flickr.com/photos/scobleizer/"><img class="aligncenter size-full wp-image-1332" title="FacebookGetsFriendfeed" src="http://www.victusspiritus.com/wp-content/uploads/2009/08/FacebookGetsFriendfeed.png" alt="FacebookGetsFriendfeed" width="480" height="160" /></a></td>
</tr>
<tr>
<td class="caption">Robert Scoble knows the deal, he&#8217;s considering moving his blog comments to realtime js-kit echo</td>
</tr>
</tbody>
</table>
<p>I mentioned not long ago that I&#8217;d like to see completely <a href="http://www.victusspiritus.com/2009/07/27/open-social-media-of-the-people-by-the-people-for-the-people/">user owned open social media</a>. Now more than ever I understand the need for such a service.   All the connections and more importantly friendships I&#8217;ve forged online are likely to be affected by my diminished participation in a dying social platform (no firm commitment to continue the service from the friendfeed team). I hope to strengthen many of the social ties that were fairly recent but the <a class="zem_slink" title="Social network" rel="wikipedia" href="http://en.wikipedia.org/wiki/Social_network">social graph</a> we carry with us is only as good as the people who go out of their way to keep in touch.</p>
<p>Years after college all of my close friends have moved out of the Long Island area. Rising costs combined with limited opportunities literally drove them out of state. I&#8217;m familiar with the mass exodus of good friends. Luckily I keep in touch with them via email, a social media platform that&#8217;s been around a while.</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://mashable.com/2009/08/11/streamy-friendfeed/">FriendFeed Alternative Streamy Hammered By New Traffic</a> (mashable.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.marketingpilgrim.com/2009/08/breaking-facebook-acquires-friendfeed.html">Breaking: Facebook Acquires FriendFeed</a> (marketingpilgrim.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.socialmediatoday.com/SMC/115336">I like to think of Friendbook not Facefeed</a> (socialmediatoday.com)</li>
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2009/08/10/facebook-launches-realtime-search/">Watch Out Twitter! Facebook Launches Realtime Search</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/3c67820a-c9ab-43a6-b26f-5850ce7ef94e/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=3c67820a-c9ab-43a6-b26f-5850ce7ef94e" 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/11/friendfeed-is-fading/"></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/11/friendfeed-is-fading/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Integrated Development Environment</title>
		<link>http://www.victusspiritus.com/2009/07/22/integrated-development-environment/</link>
		<comments>http://www.victusspiritus.com/2009/07/22/integrated-development-environment/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 11:33:06 +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[web/tech]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=1133</guid>
		<description><![CDATA[<p style="text-align: center;"><a href="http://www.flickr.com/photos/chubbychandru/"></a><br />
An Ideal <a class="zem_slink" title="Integrated development environment" rel="wikipedia" href="http://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a> is a thing of beauty, easing code development</p>
<p style="text-align: center;">
</p><p style="text-align: center;"><a href="http://www.flickr.com/photos/kevincollins/"></a><br />
The reality of using certain IDEs is an incredible rat&#8217;s nest</p>
<h2>My <a class="zem_slink" title=".NET Framework" rel="homepage" href="http://msdn.microsoft.com/netframework/">.NET</a> experience with C++/C# vs. recent <a class="zem_slink" title="NetBeans" rel="homepage" href="http://www.netbeans.org/">Netbeans</a>/<a class="zem_slink" title="Eclipse (software)" rel="homepage" href="http://www.eclipse.org/">Eclipse</a> experience with Scala, Lift, Python, &#38; Google Application &#8230;</h2>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.flickr.com/photos/chubbychandru/"><img class="aligncenter size-full wp-image-1134" title="Ideal_IDE" src="http://www.victusspiritus.com/wp-content/uploads/2009/07/Ideal_IDE.jpg" alt="Ideal_IDE" width="480" height="335" /></a><br />
An Ideal <a class="zem_slink" title="Integrated development environment" rel="wikipedia" href="http://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a> is a thing of beauty, easing code development</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.flickr.com/photos/kevincollins/"><img class="aligncenter size-full wp-image-1135" title="Reality_IDE" src="http://www.victusspiritus.com/wp-content/uploads/2009/07/Reality_IDE.jpg" alt="Reality_IDE" width="480" height="330" /></a><br />
The reality of using certain IDEs is an incredible rat&#8217;s nest</p>
<h2>My <a class="zem_slink" title=".NET Framework" rel="homepage" href="http://msdn.microsoft.com/netframework/">.NET</a> experience with C++/C# vs. recent <a class="zem_slink" title="NetBeans" rel="homepage" href="http://www.netbeans.org/">Netbeans</a>/<a class="zem_slink" title="Eclipse (software)" rel="homepage" href="http://www.eclipse.org/">Eclipse</a> experience with Scala, Lift, Python, &amp; Google Application Engine</h2>
<p>If you&#8217;ve used the older microsoft visual c++ IDE or the .NET express editions you&#8217;re familiar with how fast you can go from installation to digging into the code. The experience has gradually improved over generations of the IDE and now setting up projects can done in short order. Functionality like &#8220;go to definition&#8221; and &#8220;code completion&#8221; are a joy to every programmer.</p>
<p>I foolishly expected my Netbeans and Eclipse installations to be just as smooth. And as long as your only developing in one of their default install languages they aren&#8217;t bad. You may have to set some environment path variables in order to get up and running, a mild nuisance but no deal breaker. As soon you go off the beaten path by using something like scala, lift, or the <a class="zem_slink" title="Google App Engine" rel="homepage" href="http://code.google.com/appengine/">Google App Engine</a> (GAE) you&#8217;re in for some hair pulling.<span id="more-1133"></span></p>
<p>I&#8217;ve spent the past few nights struggling with learning the new friendfeed API v2. I very much enjoy the functionality and experience of using friendfeed and would greatly benefit from applying their authorization, social, and feed grabbing functions into a project I&#8217;m currently working. The folks at friendfeed have been very helpful (just found out the version of python I installed is too new) by giving pointers on setting up their sample project, which shows the API in action. Unfortunately none of them use IDEs internally and I think I&#8217;m starting to understand why. It&#8217;s a serious ball buster trying to get the IDEs to work properly with the languages and software they use.</p>
<h2>Mr. IDE builders, might I humbly request&#8230;</h2>
<p>A simple to download and install IDE for web apps (have it automatically set the path and any needed libs with a single click install).</p>
<p>The state of setting up IDEs for web applications is a mess, and there&#8217;s a great need for having a consistent, easy to install environment for building in all the web <a class="zem_slink" title="Programming language" rel="wikipedia" href="http://en.wikipedia.org/wiki/Programming_language">programming languages</a>:</p>
<ul>
<li>java</li>
<li>java ee</li>
<li>php</li>
<li>scala (+lift)</li>
<li>python</li>
<li>ruby (+ on rails)</li>
<li>Google Application Engine</li>
<li>C++/C#</li>
<li>Groovy</li>
<li>Haskell (thanks to <a href="http://www.reddit.com/user/gnuvince">gnuvince</a> for catching my mind mangling of pascal and Haskell)</li>
</ul>
<p>Why the added friction to entry?</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://blogs.law.harvard.edu/philg/2009/07/22/using-google-app-engine/"> Using Google App Engine </a> (blogs.law.harvard.edu)</li>
<li class="zemanta-article-ul-li"><a href="http://blog.programmableweb.com/2009/04/08/google-announces-java-support-for-app-engine/"> Google Announces Java Support for App Engine </a> (programmableweb.com)</li>
<li class="zemanta-article-ul-li"><a href="http://regulargeek.com/2009/07/14/what-does-your-development-environment-look-like/"> What Does Your Development Environment Look Like? </a> (regulargeek.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.slumpedoverkeyboarddead.com/2009/05/15/grails-and-scala-support-googles-appengine/"> Grails and Scala support Googles AppEngine </a> (slumpedoverkeyboarddead.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.theregister.co.uk/2009/05/29/intelij_idae_9_eclipse/"> IntelliJ&#8217;s Maia shapes up against Eclipse </a> (theregister.co.uk)</li>
<li class="zemanta-article-ul-li"><a href="http://www.eishay.com/2009/07/scala-on-google-app-engine-playing-it.html"> Scala on Google App Engine playing it nice with Java GWT and JDO </a> (eishay.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/c2302a66-cc95-4346-ba60-a706f038ae06/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=c2302a66-cc95-4346-ba60-a706f038ae06" 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/22/integrated-development-environment/"></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/22/integrated-development-environment/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>
		<item>
		<title>Super Human Filters</title>
		<link>http://www.victusspiritus.com/2009/07/12/super-human-filters/</link>
		<comments>http://www.victusspiritus.com/2009/07/12/super-human-filters/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 14:35:53 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FriendFeed]]></category>
		<category><![CDATA[social web]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=1025</guid>
		<description><![CDATA[<h2>Should We Self Filter Our Status Stream?</h2>
<p>While reading <a href="http://www.avc.com/a_vc/2009/07/the-fine-line-between-informing-and-spamming-your-followers.html">Fred Wilsons post</a> on spamming your followers, a series of thoughts triggered as is usually my experience. The post discusses how he inadvertently spammed people that follow him with an automated &#8230;</p>]]></description>
			<content:encoded><![CDATA[<h2>Should We Self Filter Our Status Stream?</h2>
<p>While reading <a href="http://www.avc.com/a_vc/2009/07/the-fine-line-between-informing-and-spamming-your-followers.html">Fred Wilsons post</a> on spamming your followers, a series of thoughts triggered as is usually my experience. The post discusses how he inadvertently spammed people that follow him with an automated message. Fred goes on to describe how he self filters his stream as not to spam his followers with more than about six messages per day.</p>
<p>Dave Winer commented via friendfeed that he wants Fred&#8217;s genuine status stream, not a self filtered version that <a class="zem_slink" title="Fred Wilson" rel="homepage" href="http://www.avc.com/">Fred Wilson</a> believes would please the majority of his followers.<span id="more-1025"></span></p>
<p>My solution (a comment back to Fred Wilson on AVC):</p>
<blockquote><p>You raise some important style questions. How should we treat our followers and the information within twitter and other open social media. I believe that the tools that add to the noise will ultimately lose out by folks unfollowing spammy streams. The information retrieval tools that learn from our streams and our friends streams without cluttering the data will benefit from rapid user acceptance. Imagine hype stream getting the meta data of your tweets, identifying when you naturally chat about music without a hashtag.</p>
<p>I like the concept of filtering the stream, and customizing the type of messages I receive from folks I follow. This allows me to effectively follow more people, but only select tweets/friendfeed statuses/disqus comments that pertain to topics I&#8217;m interested in.</p>
<p>I can use friendfeed for some of that now, but what I&#8217;m really looking forward to is real time semantic extraction, and meta data filters of streams (another application of the intelligent search/ad tool I&#8217;m going to keep working on thanks to Zemanta&#8217;s hard work). That type of product will allow us all to become less inhibited by the fear of spamming our followers and lead to a richer and more personalized user experience.</p>
<p>The UI will have to be cleverly designed to allow simple adding of known user tags (derived from previous tweets). This could apply outside of text to images, music, movies or alternative media as long as proper extraction algorithms are used.</p></blockquote>
<p>And one of the shoddiest videos ever (I promise they&#8217;ll get better if I decide to keep making them).</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="265" 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/Q9INoU2qnwc&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="320" height="265" src="http://www.youtube.com/v/Q9INoU2qnwc&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>My Super Human Filters</h2>
<p>As a follow-on I&#8217;d like to share my not so secret source of great infromation from friendfeed and beyond. These folks really act as my super human filters to relevant internet content both new and old on a daily basis. Their observations and experiences are shared as well their favorite content (by the simple like function).</p>
<p><a href="http://friendfeed.com/fredwilson"><img class="alignnone" style="border: 0;" src="http://friendfeed.com/embed/badge/fredwilson/format-png/width-200" alt="View my FriendFeed" width="200" height="226" /></a><br />
An avid blogger who I like to think of as a thought leader who also happens to be a VC. Fred get&#8217;s a kick out of inspiring questions and conversations about a wide range of topics. His posts cover trends in social media, web tech, business, finance, music, open vs. closed business philosophies, as well as <a href="http://www.avc.com/a_vc/2009/06/building-successful-long-term-relationships.html">relationship advice</a>.</p>
<p><a href="http://friendfeed.com/scobleizer"><img class="alignnone" style="border: 0;" src="http://friendfeed.com/embed/badge/scobleizer/format-png/width-200" alt="View my FriendFeed" width="200" height="343" /></a><br />
Robert Scoble has been pursuing his passion for some time. As an UBER geek and conversational early adopter, he meets fanastic new tech startup founders on a regular basis. He&#8217;s also one of the creative forces behind building43, a community gathering effort to help bridge the gap between businesses and the web of 2010.</p>
<p><a href="http://friendfeed.com/davew"><img class="alignnone" style="border: 0;" src="http://friendfeed.com/embed/badge/davew/format-png/width-200" alt="View my FriendFeed" width="200" height="238" /></a><br />
Although I just recently discovered Dave Winer, he has a long history of tech contributions (content manager/protocols) and an avid web blogger with <a href="http://scripting.com/">Scripting News</a> a 12 year old blog. His views on developing web technologies are spot on.</p>
<p><a href="http://friendfeed.com/louisgray"><img class="alignnone" style="border:0;" src="http://friendfeed.com/embed/badge/louisgray/format-png/width-200" alt="View my FriendFeed" /></a><br />
<a href="http://www.louisgray.com/live/index.html"> Louis Gray</a> tirelessly captures the moment as a renaissance media reporter, and gifted blogger. His unfiltered approach to solo blogging has created great value for his readers. I can&#8217;t keep up with the dozens of posts that get generated by TechCrunch or Mashup but I can follow what Louis is up to on friendfeed.</p>
<p><a href="http://friendfeed.com/mattcutts"><img class="alignnone" style="border:0;" src="http://friendfeed.com/embed/badge/mattcutts/format-png/width-200" alt="View my FriendFeed" /></a><br />
I first discovered <a href="http://www.mattcutts.com/blog/">Matt Cutts</a> earlier this year while researching <a href="http://www.squidoo.com/web-marketing--seo-tutorial">web marketing for a squidoo lens</a> I put together. After tuning in to Matt&#8217;s blog posts and videos for a while I realized how deep the rabbit hole goes when it comes to web marketing.</p>
<p><a href="http://friendfeed.com/paul"><img class="alignnone" style="border:0;" src="http://friendfeed.com/embed/badge/paul/format-png/width-200" alt="View my FriendFeed" /></a><br />
Paul Buchheit the designer and lead developer of Gmail has moved on from Google to take an entrepreneurial role as one of the founders of friendfeed. Paul has a wide range of interests, but his choice of topics and well developed comments make his posts an excellent source of information. I feel compelled to try and sell Paul on an idea I have for connecting users and personalized ads, but I think he&#8217;s got his hands full.</p>
<p><a href="http://friendfeed.com/jimconnolly"><img class="alignnone" style="border: 0;" src="http://friendfeed.com/embed/badge/jimconnolly/format-png/width-200" alt="View my FriendFeed" /></a><br />
Although I met Jim Connolly while hanging out on friendfeed, I had followed him as <a href="http://www.thetechnewsblog.com/">TheTechNewsBlog </a>on twitter for a time before that. Jim provides great information on current tech happenings and is wonderfully conversational. He also happens to own one of <a href="http://jimsmarketingblog.com/">Europe&#8217;s most popular marketing blogs</a>.</p>
<p><a href="http://friendfeed.com/isthisstupid"><img class="alignnone" style="border:0;" src="http://friendfeed.com/embed/badge/isthisstupid/format-png/width-200" alt="View my FriendFeed" /></a><br />
FF Enigma, aka Tina has interests that are so far removed from my own that I couldn&#8217;t help but add her to the list. Tina is very friendly and super active on friendfeed. From gardening (I tried it&#8217;s now a jungle in my backyard), to rollerskating, to cooking (I make eggs), I like to think of Tina&#8217;s posts as a perspective so alien to my own that I can&#8217;t help but learn something.</p>
<p><a href="http://friendfeed.com/tad"><img class="alignnone" style="border:0;" src="http://friendfeed.com/embed/badge/tad/format-png/width-200" alt="View my FriendFeed" /></a><br />
Tad, X (dynamic descriptor) is a programmer and family man with a vibrant sense of humor. Tuning into Tad &lt;X&gt; has not only been educational (he&#8217;s interested in similar tech), but very enjoyable. He has a keen eye for things that need fixing, and doesn&#8217;t hesitate to comment on them.</p>
<p><a href="http://friendfeed.com/logicalextremes"><img class="alignnone" style="border:0;" src="http://friendfeed.com/embed/badge/logicalextremes/format-png/width-200" alt="View my FriendFeed" /></a><br />
<a href="http://logicalextremes.blogspot.com/"> Logical Extremes</a> shares great discoveries on his web browsing journeys on a regular basis when he&#8217;s not travelling the world (he hasn&#8217;t been as active the past few weeks, I can only assume from his photo shares that he&#8217;s travelling). I greatly appreciate his view of developing web technology and have benefited from his insights on several occasions.</p>
<p>Unfortunately I&#8217;m unable at this time to share my list feed on the blog with embedded code. As soon as I can, I&#8217;ll jump back to this post and enter it here. You&#8217;ll just have to trust me until then that these folks are worth following.</p>
<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/5f2733b5-960d-4973-a044-734d7ebeba3b/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=5f2733b5-960d-4973-a044-734d7ebeba3b" 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/12/super-human-filters/"></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/12/super-human-filters/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

