<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Aaron Mentele, Charisma 18 » Business of Geek</title>
	
	<link>http://aaronmentele.com</link>
	<description>Charisma 18 is the personal blog of Aaron Mentele, web developer and partner at Electric Pulp</description>
	<pubDate>Mon, 14 Jul 2008 02:35:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<geo:lat>43.488472</geo:lat><geo:long>-96.722582</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Charisma18" type="application/rss+xml" /><feedburner:emailServiceId>274894</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>hackz0red!</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/323268954/</link>
		<comments>http://aaronmentele.com/2008/06/30/hackz0red/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 14:10:25 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[hacked]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/?p=512</guid>
		<description><![CDATA[On Friday a client and co-conspirateur IM’ed about a Safe Browsing warning being thrown at visitors to his blog. The alert warned that accessing the site could result in malicious software being downloaded and installed without user consent. If that wasn’t a strong enough deterrent from visiting, anyone hitting the site with the shiny new [...]]]></description>
			<content:encoded><![CDATA[<p>On Friday a client and co-conspirateur IM’ed about a Safe Browsing warning being thrown at visitors to his blog. The alert warned that accessing the site could result in malicious software being downloaded and installed without user consent. If that wasn’t a strong enough deterrent from visiting, anyone hitting the site with the shiny new Firefox 3 browser saw the <strong>Reported Attack Site!</strong> banner.</p>
<p><img src="http://aaronmentele.com/wp-content/uploads/2008/06/attack-site-460-1.gif" alt="" title="attack-site-460" width="460" height="192" class="alignnone size-full wp-image-515" /></p>
<p>Without naming the blog (this is now under further investigation, so if you know the site, please don’t mention it in the comments, etc.), I’ll say it’s a popular, revenue-generating blog with a very respectable following and <a href="http://technorati.com">technorati</a> ranking.</p>
<p><a href="http://electricpulp.com">We</a> didn’t build the site but were familiar with its guts - we do a lot with similar blog software and had recently upgraded the site to <a href="http://wordpress.org/development/2008/04/wordpress-251/">WordPress 2.5.1</a>. The warning, though, was new to me. I don’t think we’ve ever had a client that got flagged by Google.</p>
<p>1. To make sure we knew what we were chasing, we verified the site and checked its status in the <a href="https://www.google.com/webmasters/tools/dashboard/">Google Webmaster Tools</a> dashboard. The site overview told us that day’s crawl found intermediary links to malware. The list of pages it encountered with the link included the front page, so the issue didn’t seem to be coming from a comment.</p>
<p>2. Viewing the generated source (consider this another endorsement of the <a href="http://chrispederick.com/work/web-developer/">Web Developer extension</a> for Firefox and Flock) <strong>showed a suspicious iframe being included just inside the body of any blog page</strong>. The source of that frame was an offsite link to a malware drop. In other words, the site had been hacked.</p>
<h3>What do you do if your site is hacked?</h3>
<p>3. I’m not the world’s best hack0r chaser. In fact, when I took off to find the source, I thought I was looking for a simple document.write or crazy hex string somewhere in the hundreds of files / thousands of database entries involved in making the site go.</p>
<p>I checked the wp-posts and wp-comments tables. I disabled the plugins. I turned off the javascript ad calls. All this assuming someone was leveraging a WordPress security hole or injecting code through an ad server. <strong>Incorrect.</strong></p>
<p>4. We downloaded all site files and did a local search on the project files starting inside the theme and moving outward. We didn’t find anything.</p>
<p>5. After talking a bit more to the site owner, we decided to just carpet bomb the javascript - remove all scripts on the live site that weren’t already checked. The iframe disappeared.</p>
<p>6. After going through each file manually, we found the hacked code buried inside a script that called Flash to handle some typography on the site. It could have been any where, but that script probably seemed about the least obvious place to attach it. And he / she was right. We missed the eval(unescape(&#8217;%64%&#8230;&#8217;)); on the first pass.</p>
<h3>How the hell did that get in there?</h3>
<p>7. It’s probably worth mentioning we didn’t have shell access to the server, and we had to ask the web host to send us the access log. When we got it, I was a bit surprised to see <strong>the hacker got in via SFTP</strong>. They had the password.</p>
<p>8. We changed the passwords to the site, the databases, and to WordPress. Then, 9. went through each file uploaded by the ip address the hacker used. <strong>A contact form needed to be re-written.</strong> Some WordPress includes were replaced. A few other files were trimmed. <strong>A robots.txt file had to be corrected.</strong></p>
<p>10. Now that the site was clean (we hope), we had to take care of the Safe Browsing flag at Google. <strong>We requested another review in the Webmaster Tools dashboard.</strong> It took about 10-15 hours, but the crawl came back clean and the warning was removed. That was early Sunday morning.</p>
<p>11. The next step is a fresh WordPress install (it’d be great if 2.6 came out of beta in the next day or so). This will remove any doubt that we missed anything nasty outside of the theme or content folders. The web host will need to get involved as well. I’m not sure what kind of monitoring is currently in place, but it can always be improved. All passwords on any related applications will need to be changed.</p>
<h3>What they were trying to do.</h3>
<p>I’ve seen plenty of malicious code injections. The beta launch of Truemors alone resulted in 3 or 4 different ways clever kids can drop some text into a site. But this one was nasty. Judging from everything we found, it’s pretty clear the perp’s were trying to nuke the site’s ranking in search engines in addition to everything else.</p>
<ol>
<li>The iframe sourcing malware was a blatant flag to Google.</li>
<li>An additional page was set up in an attempt to host malware. (another flag)</li>
<li>A contact form was hijacked.</li>
<li>A script was added to allow a quick password change. (to lock out the site owner.)</li>
<li>A robots.txt file was modified to disallow bots.</li>
</ol>
<p>That last bit (blocking search engine crawls with a robots.txt file) is pretty telling. And scary. Someone was really trying to damage the popularity of the blog, and, from what we can tell, this was just the start.</p>
<p>My point in writing this rather than just twittering a bunch of <strong>zomg</strong> blurts was to show how quickly someone with proper motivation can damage your livelihood.</p>
<p>In this case, the site owner didn’t have a dedicated team that could immediately correct the issue. He was able to call in a few favors, but it still took him about 36 hours to get turned around (including the review by Google). It could have been longer had <a href="http://www.mozilla.com/en-US/firefox/?from=getfirefox">Firefox 3</a> not shipped with browsing alerts turned on by default, and it definitely would have been worse had he not had a few pals familiar with his setup. (Not that I’d rank high on the list of heroes to call.)</p>
<p>The take away here is this: <strong>you need to lock down anything you rely on</strong>. Keep your passwords clean. Keep your software current. But, more importantly, make sure you have a few emergency contacts. And, pay attention to Google.</p>
<p>This could happen to you. Especially if you’re <em>kind of a big deal</em>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=D7WSgI"><img src="http://feeds.feedburner.com/~f/Charisma18?i=D7WSgI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=FTK1CI"><img src="http://feeds.feedburner.com/~f/Charisma18?i=FTK1CI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/323268954" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/06/30/hackz0red/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F06%2F30%2Fhackz0red%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/06/30/hackz0red/</feedburner:origLink></item>
		<item>
		<title>Contributing factors</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/313567921/</link>
		<comments>http://aaronmentele.com/2008/06/14/tim-russert/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 05:57:08 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA["Tim Russert"]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/?p=505</guid>
		<description><![CDATA[58 is too young to exit by way of a disease that names stress as a contributing factor. We should all check our own.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.msnbc.msn.com/id/25145431/">58</a> is too young to exit by way of a disease that names stress as a contributing factor. We should all check our own.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=Vx43OI"><img src="http://feeds.feedburner.com/~f/Charisma18?i=Vx43OI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=CR5phI"><img src="http://feeds.feedburner.com/~f/Charisma18?i=CR5phI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/313567921" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/06/14/tim-russert/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F06%2F14%2Ftim-russert%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/06/14/tim-russert/</feedburner:origLink></item>
		<item>
		<title>Talking to strangers</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/297285736/</link>
		<comments>http://aaronmentele.com/2008/05/24/talking-to-strangers/#comments</comments>
		<pubDate>Sat, 24 May 2008 16:26:03 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[brightkite]]></category>

		<category><![CDATA[lifestreams]]></category>

		<category><![CDATA[privacy]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/?p=494</guid>
		<description><![CDATA[You wake up in Austin. You check into brightkite. You wake up in San Francisco. You check into brightkite.
Now that being social means plotting your location, the issue of oversharing is top of mind again.
It&#8217;s not the idea of fellow geeks knowing where I&#8217;m at any given time that makes me uncomfortable. I have no [...]]]></description>
			<content:encoded><![CDATA[<p>You wake up in Austin. You check into brightkite. You wake up in San Francisco. You check into brightkite.</p>
<p>Now that being <em>social</em> means plotting your location, the issue of oversharing is top of mind again.</p>
<p>It&#8217;s not the idea of fellow geeks knowing where I&#8217;m at any given time that makes me uncomfortable. I have no problem with <a href="http://brightkite.com/">brightkite</a>, and I love the idea of you knowing when I&#8217;m in ur town so long as I&#8217;ve authorized you.</p>
<p>But I check in to public timelines as well. And in those cases, anyone can see where I&#8217;m at. As a single person, the concern wouldn&#8217;t even occur to me. But family changes this, and lately I&#8217;m wondering how much to reveal. (Like whether I&#8217;m out of town.)</p>
<p>To put a finer point on it, I&#8217;m wondering how much to reveal on <a href="http://twitter.com/amentele">Twitter</a> since it&#8217;s the one communication app I use that doesn&#8217;t allow privacy differentiation within a stream.</p>
<p>I understand Twitter has immediate issues to deal with, but privacy should be high on the list of concerns. Right now it&#8217;s not being handled with any amount of sophistication.</p>
<p>I don&#8217;t mean to complain about Twitter. The issue is more mine than theirs. And, fwiw, I love the service.</p>
<p>There&#8217;s a simple solution, though. <strong>Allow members to post private tweets by preceding them with a <em>p</em>.</strong> e.g., <em>p You wake up in Vegas.</em></p>
<p>Those private tweets would only be seen by the people you trust most. I know that everyone follows and follows back to widely varying degrees, but, for anyone using the service, the segment of friends you trust most would be reciprocal followers (i.e., those you follow who also follow you back.)</p>
<p>I have about 150 friends in this category. And even though I don&#8217;t <em>really</em> know them all well, I&#8217;d trust them to know that I&#8217;m out of town or where I&#8217;m staying or, maybe, what my family is up to.</p>
<p>I think we got caught up in the excitement of lifestreaming and forgot to really think about who might be following those streams. Maybe some of those people are crazies.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=JfKn2H"><img src="http://feeds.feedburner.com/~f/Charisma18?i=JfKn2H" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=QG9S9H"><img src="http://feeds.feedburner.com/~f/Charisma18?i=QG9S9H" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/297285736" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/05/24/talking-to-strangers/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F05%2F24%2Ftalking-to-strangers%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/05/24/talking-to-strangers/</feedburner:origLink></item>
		<item>
		<title>YHOO</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/284362678/</link>
		<comments>http://aaronmentele.com/2008/05/05/yhoo/#comments</comments>
		<pubDate>Tue, 06 May 2008 03:35:27 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/?p=482</guid>
		<description><![CDATA[For those of you contemplating buying some Yahoo! after today&#8217;s &#8220;plunge,&#8221; consider this. Immediately prior to Microsoft&#8217;s bid to acquire, YHOO stock was lower than today&#8217;s price. In other words, it hasn&#8217;t plunged at all. 
And, while they may have gained some degree of credibility for fighting off the big ugly fish, they&#8217;ve also ran [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you contemplating buying some Yahoo! after today&#8217;s &#8220;plunge,&#8221; consider this. Immediately prior to Microsoft&#8217;s bid to acquire, <a href="http://finance.yahoo.com/q/bc?s=YHOO&#038;t=6m&#038;l=on&#038;z=m&#038;q=l&#038;c=">YHOO</a> stock was lower than today&#8217;s price. In other words, it hasn&#8217;t plunged at all. </p>
<p>And, while they may have gained some degree of credibility for fighting off the big ugly fish, they&#8217;ve also ran off a lot of brilliant people in their scramble. </p>
<p>For what it&#8217;s worth, I&#8217;m glad Microsoft didn&#8217;t get their straw in my milkshake - I have a lot of data inside Y! properties. But I&#8217;m still not ready to believe the kick in the head was enough to get them making sense (ie, acting strategically). </p>
<p>We&#8217;ll see what happens. In the meantime, I still say get your money in gold. It doesn&#8217;t compete against Google.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=Tcb89H"><img src="http://feeds.feedburner.com/~f/Charisma18?i=Tcb89H" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=GkitrH"><img src="http://feeds.feedburner.com/~f/Charisma18?i=GkitrH" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/284362678" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/05/05/yhoo/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F05%2F05%2Fyhoo%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/05/05/yhoo/</feedburner:origLink></item>
		<item>
		<title>.twtr</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/272978627/</link>
		<comments>http://aaronmentele.com/2008/04/18/twtr/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 16:03:53 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/?p=474</guid>
		<description><![CDATA[Some days, things just kind of come together. Thoughts are clear, ideas are sharp, and I get these glimpses of what the future could be.
Like today, I&#8217;m getting ready to deploy a mobile version of a content network and it strikes me that what we really need is a twitter version for all blogs. Basically, [...]]]></description>
			<content:encoded><![CDATA[<p>Some days, things just kind of come together. Thoughts are clear, ideas are sharp, and I get these glimpses of what the future could be.</p>
<p>Like today, I&#8217;m getting ready to deploy a mobile version of a <a href="http://alltop.com">content network</a> and it strikes me that what we really need is a twitter version for all blogs. Basically, it would go like this&#8230;</p>
<p>Since userAgent doesn&#8217;t actually tell you if the user uses Twitter, we&#8217;d simply prompt visitors with a simple question. <strong>Use the Twitter?</strong> And if they did, they&#8217;d just <strong>Click here</strong>.</p>
<p>At that point, posts would collapse into 140 character bits. Opinions would be condensed for clarity (eg, teh suck or ftw).</p>
<p>An example post would go like this:</p>
<blockquote><p>zomg, @microsoft tries to be cool&#8230; <a href="http://is.gd/6DP">http://is.gd/6DP</a></p></blockquote>
<p>And, then, comments would go like this:</p>
<blockquote><p>@amentele lulz. springsteen is rolling over in his grave. srsly</p>
<p>retweeting @amentele: zomg, @microsoft tries to be cool&#8230; <a href="http://is.gd/6DP">http://is.gd/6DP<br />
</a><br />
@amentele - yeah, fail. u missed the best part tho: <a href="http://is.gd/AJ">http://is.gd/AJ</a></p></blockquote>
<p>If you&#8217;ve been using the Twitter for any amount of time, maybe you&#8217;ve already thought of this. For everyone else, <a href="http://twitter.com/amentele/statuses/791940661">I explained this all in an earlier tweet.</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=S3od82G"><img src="http://feeds.feedburner.com/~f/Charisma18?i=S3od82G" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=27Y40EG"><img src="http://feeds.feedburner.com/~f/Charisma18?i=27Y40EG" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/272978627" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/04/18/twtr/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F04%2F18%2Ftwtr%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/04/18/twtr/</feedburner:origLink></item>
		<item>
		<title>on hackable urls</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/269769512/</link>
		<comments>http://aaronmentele.com/2008/04/13/on-hackable-urls/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 03:56:23 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/?p=463</guid>
		<description><![CDATA[You should have them.
Even if Google doesn&#8217;t.

]]></description>
			<content:encoded><![CDATA[<p>You should have them.</p>
<p>Even if <a href="http://google.com/maps/">Google doesn&#8217;t.</a><br />
<img src="http://aaronmentele.com/wp-content/uploads/2008/04/goog.gif" alt="" title="google maps" width="476" height="267" class="alignnone size-full wp-image-464" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=53kD0nG"><img src="http://feeds.feedburner.com/~f/Charisma18?i=53kD0nG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=Fow8bsG"><img src="http://feeds.feedburner.com/~f/Charisma18?i=Fow8bsG" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/269769512" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/04/13/on-hackable-urls/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F04%2F13%2Fon-hackable-urls%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/04/13/on-hackable-urls/</feedburner:origLink></item>
		<item>
		<title>aggregated you</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/263738269/</link>
		<comments>http://aaronmentele.com/2008/04/03/aggregated-you/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 04:01:22 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[aggregators]]></category>

		<category><![CDATA[friends]]></category>

		<category><![CDATA[identity]]></category>

		<category><![CDATA[lifestream]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/?p=440</guid>
		<description><![CDATA[A while back we registered the domain name supstream.com. The $8 intent was to create a smart identity aggregator that would allow you to centralize your streams. Kind of like Jaiku, but not in a half-ass, all-my-bits run in a river kind of way.
The idea came towards the front of a demand explosion at work, [...]]]></description>
			<content:encoded><![CDATA[<p>A while back we registered the domain name supstream.com. The $8 intent was to create a smart identity aggregator that would allow you to centralize your streams. Kind of like Jaiku, but not in a half-ass, all-my-bits run in a river kind of way.</p>
<p>The idea came towards the front of a demand explosion at <a href="http://electricpulp.com">work</a>, so it ended up on the shelf. Since then, a handful of similar ideas have actually made it to the internets, and some are even making a run towards mainstream.</p>
<p>Identity aggregators are going to be more and more popular. Content shards are being shot out in all directions via Twitter, flickr, pownce, del.icio.us, ma.gnolia, facebook etc. and it&#8217;s impossible to keep track of any one person without tying some of the parts together.</p>
<p>But despite some pretty impressive execution (<a href="http://socialthing.com">socialthing</a> is awesome), all these tools fail at the same thing. They blend everything up - different content types from all your friends across all networks - and force it all at you through a single  stream. It doesn&#8217;t work. But, it could&#8230;</p>
<h4>People filters.</h4>
<p>The aggregators I&#8217;m paying the most attention to (<a href="http://spokeo.com">spokeo</a>, <a href="http://friendfeed.com">friendfeed</a>, and <a href="http://socialthing.com">socialthing</a>) all have a huge opportunity to do something that most of the originator networks don&#8217;t even do themselves: identify contact types. Imagine being able to flip between family, work, friends, etc. A simple tagging / filtering mechanism would launch these services into something extremely useful.</p>
<h4>Content [source] filters.</h4>
<p>The idea that an aggregator would even launch without the ability to screen content by source or type amazes me. It&#8217;s bad enough that everything just gets blended up into a simple mess, but to not provide the tools to untwist it all is just plain mean.</p>
<h4>Identity handling</h4>
<p>I&#8217;ve been trying to keep this familiar by labeling these tools as identity aggregators. They aren&#8217;t. They aggregate the content streams of friends, regardless of how those friends identify with each stream. I could very quickly define, rank, categorize and tag my streams to give you clues on how I roll. But, instead you just see stuff with my name on it. Flat like that.</p>
<p>The current tools don&#8217;t seem to be paying any attention to this last part. They focus on aggregating content authored within a loose network. Identity is something else entirely. It&#8217;s actually the part we were excited about 10 months ago when we registered the domain name. Think how much content definition is lost by not allowing the author control to specify family, work, primary, casual, nsfw, etc.</p>
<p>I hear over and over that web 2.0 is no longer solving real problems. That doesn&#8217;t mean they don&#8217;t exist. Or that the space is closing down. Personally, I think it&#8217;s still wide open. Geocities got more right than most of the current players. (southbeach, ftw)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=Cj2ShrG"><img src="http://feeds.feedburner.com/~f/Charisma18?i=Cj2ShrG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=P6TBLzG"><img src="http://feeds.feedburner.com/~f/Charisma18?i=P6TBLzG" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/263738269" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/04/03/aggregated-you/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F04%2F03%2Faggregated-you%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/04/03/aggregated-you/</feedburner:origLink></item>
		<item>
		<title>Asides</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/258709556/</link>
		<comments>http://aaronmentele.com/2008/03/26/asides-2/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 03:04:39 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/?p=414</guid>
		<description><![CDATA[I stopped posting asides here when I redesigned charisma 18. They got replaced by a filtered feed that combined my bookmarks, my Google starred posts and [some of] my tweets. Maybe you saw the &#8220;elsewhere&#8221; column in the sidebar. That&#8217;s what it was.
The replacement stream sucked, though, so it never made it into the site [...]]]></description>
			<content:encoded><![CDATA[<p>I stopped posting asides here when I redesigned <a href="http://charisma18.com">charisma 18</a>. They got replaced by a <a href="http://feedrinse.com">filtered</a> feed that combined my <a href="http://del.icio.us/amentele">bookmarks</a>, my Google starred posts and [some of] my <a href="http://twitter.com/amentele/">tweets</a>. Maybe you saw the &#8220;elsewhere&#8221; column in the sidebar. That&#8217;s what it was.</p>
<p>The replacement stream sucked, though, so it never made it into the site feeds.</p>
<p>Yesterday I started posting them again the old way. So, if you&#8217;re a <a href="http://feeds.feedburner.com/charisma18/full">full site feed</a> subscriber, I hope I didn&#8217;t scare you. Post frequency over there is about 15 times the <a href="http://feeds.feedburner.com/Charisma18">main post feed</a>.</p>
<p>If you&#8217;re not getting the full feed, but you&#8217;re intrigued, you can <a href="http://feeds.feedburner.com/charisma18/asides">subscribe to the asides here</a> (or you can <a href="http://feeds.feedburner.com/charisma18/full">grab the full site feed</a>). You&#8217;ll see them in the sidebar now too.</p>
<p>Anyway, now you know. Sorry for the interruption.</p>
<p>p.s., if you&#8217;re already clicking through the new asides, the LA Times really did <a href="http://latimesblogs.latimes.com/webscout/2008/03/rick-astley-kin.html">talk with Rick Astley</a>. And, it was really hard not to roll you again right there.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=lYOzvEF"><img src="http://feeds.feedburner.com/~f/Charisma18?i=lYOzvEF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=Gvj5s9F"><img src="http://feeds.feedburner.com/~f/Charisma18?i=Gvj5s9F" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/258709556" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/03/26/asides-2/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F03%2F26%2Fasides-2%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/03/26/asides-2/</feedburner:origLink></item>
		<item>
		<title>the pitch</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/256329295/</link>
		<comments>http://aaronmentele.com/2008/03/22/the-pitch/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 03:01:36 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[andrew hyde]]></category>

		<category><![CDATA[elevator pitch]]></category>

		<category><![CDATA[guy kawasaki]]></category>

		<category><![CDATA[sxsw]]></category>

		<category><![CDATA[vcwear]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/2008/03/22/the-pitch/</guid>
		<description><![CDATA[I&#8217;ve already twittered it and linked to it, but the timing of this whole thing still amuses me to no end, so I&#8217;m just going to embed it.
Plot: ten entrepreneurs in an elevator with a VC. 

This was captured by Andrew Hyde as we were leaving the Wired party at SXSW. The VC, of course, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve already <a href="http://twitter.com/amentele/statuses/770019540">twittered it</a> and <a href="http://andrewhyde.net/pitching-guy-kawasaki-in-google/">linked to it</a>, but the timing of this whole thing still amuses me to no end, so I&#8217;m just going to embed it.</p>
<p>Plot: ten entrepreneurs in an elevator with a VC. </p>
<p><object type="application/x-shockwave-flash" width="400" height="300" data="http://www.vimeo.com/moogaloop.swf?clip_id=772116&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color="><param name="quality" value="best" /><param name="allowfullscreen" value="true" /><param name="scale" value="showAll" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=772116&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=" /></object></p>
<p>This was captured by <a href="http://andrewhyde.net">Andrew Hyde</a> as we were leaving the Wired party at SXSW. The VC, of course, is <a href="http://blog.guykawasaki.com">Guy Kawasaki</a>. The quote is from one of <a href="http://vcwear.com">Andrew&#8217;s shirts</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=yUKG4zF"><img src="http://feeds.feedburner.com/~f/Charisma18?i=yUKG4zF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=aKlicqF"><img src="http://feeds.feedburner.com/~f/Charisma18?i=aKlicqF" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/256329295" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/03/22/the-pitch/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F03%2F22%2Fthe-pitch%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/03/22/the-pitch/</feedburner:origLink></item>
		<item>
		<title>Stupid informed</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/256208281/</link>
		<comments>http://aaronmentele.com/2008/03/22/stupid-informed/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 21:04:09 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[feed rinse]]></category>

		<category><![CDATA[friendfeed]]></category>

		<category><![CDATA[lifestream]]></category>

		<category><![CDATA[socialthing]]></category>

		<category><![CDATA[spokeo]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/2008/03/22/stupid-informed/</guid>
		<description><![CDATA[A few years ago, I was complaining about / dealing with information overload. I remember going from reading a dozen or so feeds to reading (scanning) more than 10 times that in the course of about three weeks.
Web2o tipped it for me. Regardless of how I felt about [Tim&#8217;s] label at the time, the activity [...]]]></description>
			<content:encoded><![CDATA[<p>A few years ago, I was complaining about / dealing with information overload. I remember going from reading a dozen or so feeds to reading (scanning) more than 10 times that in the course of about three weeks.</p>
<p>Web2o tipped it for me. Regardless of how I felt about [Tim&#8217;s] label at the time, the activity in the field was wild. Keeping up with it meant getting stupid informed, following hundreds of feeds.</p>
<p>The problem at the time was siphoning. I didn&#8217;t care about Vista or WoW, but my [hundreds of] feeds were still delivering <em>news</em> of each a dozen times a day. We launched <a href="http://feedrinse.com">Feed Rinse</a> to help filter out some of this noise, but the information push still seemed way out of control.</p>
<p>Fast forward two years (to today), and I&#8217;d say I have the news / info push properly regulated. But all of a sudden, there&#8217;s new flavor to the push.</p>
<p>Sites like <a href="http://friendfeed.com">FriendFeed</a>, <a href="http://socialthing.com">SocialThing</a> and <a href="http://spokeo.com">Spokeo</a> just jumped into my mix like some kind of Marvel Comics supervillain crew, looking to f with the water supply. Now I have lifestreams to watch.</p>
<p>And then there&#8217;s <a href="http://twitter.com/amentele" rel="me">Twitter</a>. Yep, chatter is important now too. I could argue that I probably get as much from tweets as I do from blog posts some days, but that doesn&#8217;t change the fact that it&#8217;s noisy as hell.</p>
<p>My content monitoring seems out of control again. It snuck up on me because the new content is of an entirely different type. I&#8217;m guessing it snuck up on you too.</p>
<p>I think I started writing this to see if I was the only person not grooving on the jump lifestreams seem to be making. But now I&#8217;m convinced I need to get better at content filtering again. Maybe even get the <a href="http://electricpulp.com">band</a> back together for another pass at Feed Rinse.</p>
<p>Whatever it is, don&#8217;t take it personally if I don&#8217;t subscribe to your socialthing. Your digital life is, still, all very fascinating.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=0brCYcF"><img src="http://feeds.feedburner.com/~f/Charisma18?i=0brCYcF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=4zqmdRF"><img src="http://feeds.feedburner.com/~f/Charisma18?i=4zqmdRF" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/256208281" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/03/22/stupid-informed/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F03%2F22%2Fstupid-informed%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/03/22/stupid-informed/</feedburner:origLink></item>
		<item>
		<title>south by</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/253173567/</link>
		<comments>http://aaronmentele.com/2008/03/17/south-by/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 19:00:21 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[sxsw]]></category>

		<category><![CDATA[sxswi]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/2008/03/17/south-by/</guid>
		<description><![CDATA[SXSW was awesome. Nowhere else in the entire field of geek can you plug in so easily. There are so many conversations, so many connections. It just feels good to be there.
Hummel asked for a transcript of the conference, so here goes&#8230;
Short version (recommended):
Most of the people I met, I wasn&#8217;t expecting to. Most of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sxsw.com">SXSW</a> was awesome. Nowhere else in the entire field of geek can you plug in so easily. There are so many conversations, so many connections. It just feels good to be there.</p>
<p><a href="http://twitter.com/jhummel/statuses/769411605" rel="friend met colleague twitter">Hummel</a> asked for a transcript of the conference, so here goes&#8230;</p>
<h4>Short version (recommended):</h4>
<p>Most of the people I met, I wasn&#8217;t expecting to. Most of the people I thought I&#8217;d meet up with, escaped. People like Twitter.</p>
<h4>Longer version:</h4>
<p>Michael and I finally got to meet up with <a href="http://blog.guykawasaki.com">Guy Kawasaki</a> IRL. (<a href="http://3600baud.com" rel="friend met colleague">Stefan</a> had already caught both Guy and Will in Palo Alto.) After thousands of emails (I was going to say hundreds, but my smart folder says 2,561) I still couldn&#8217;t verify whether or not he actually is smiling 100% of the time. He is.</p>
<p>We bowled. Big thanks to <a href="http://cindyli.com/">Cindy Li</a> and the <a href="http://nclud.com/">nclud</a> team for picking up the <a href="http://sxsw.geekslovebowling.com/">event</a>. It was all kinds of awesome, and <a href="http://electricpulp.com" rel="me">we</a> were proud to be one of the sponsors. I got to say &#8220;hey&#8221; to <a href="http://snook.ca/">Jon Snook</a> and [other] assorted web geniuses. I&#8217;ll admit meeting an awkward ego or two, but each was easily ignored.</p>
<p>I got a collectible moo card from <a href="http://andrewhyde.net/" rel="friend met colleague">Andrew Hyde</a>. And <a href="http://andrewhyde.net/pitching-guy-kawasaki-in-google/">participated in the famous elevator pitch</a>. My pitch was a social network for people who like social networks.</p>
<p>I had lunch with the Twitter famous <a href="http://twitter.com/newmediajim" rel="friend met colleague">New Media Jim</a> (<a href="http://vergenewmedia.com/">Jim Long</a>) and other cools (oh, and some guy named <a href="http://brianshaler.com/">Brian Shaler</a>. Meh.)</p>
<p>I met scores of <a href="http://twitter.com/amentele">twitter friends</a>. This seemed weird the first few times, but the feeling quickly passed. Everyone at the conference spends time on Twitter. Handing out business cards didn&#8217;t seem to make sense.</p>
<p>The bloghaus was weird (bloggers applauding bloggers, weird). But the connectivity rocked, and so I lurked.</p>
<p>I attended some incredible panels. Sorry for not linking. You&#8217;ll have to trust me.</p>
<p>I also participated in my first SXSW panel, True Stories From Social Media. Held in Ballroom A the day after Zuckerberg&#8217;s spectacle, I wasn&#8217;t sure I&#8217;d be adding much, but nobody was paying attention to me anyway. Guy Kawasaki was moderating, and the rest of the panel was female.</p>
<p>We had great food. And a few mojitos.</p>
<p>We missed SXNW and the Great British Booze UP. These were the high points of last year&#8217;s conference for me, but dinner with Guy K ran late, the lines ran long, and ambition ran out.</p>
<p>We launched <a href="http://alltop.com">Alltop</a>. It was already live, but we switched the front page just in time to make a few more people <a href="http://www.techcrunch.com/2008/03/11/guy-kawasaki-launches-alltop/" rel="nofollow">hate it</a>.</p>
<p>The weather was perfect. Austin has great energy, and we caught it at the perfect time. I really wanted to stay for music, but not as much as I wanted to get back to a few very specific people at home.</p>
<p>Flights were great. Northwest Airlines didn&#8217;t screw up once. My beautiful family was waiting to pick me up at the FSD airport.</p>
<p>Other things happened that I&#8217;m sure are worth noting, but my head hurts, so I&#8217;ll just recap the takeaway&#8230;</p>
<ol>
<li>Twitter is the new blog. Everyone is talking about [Twitter] as a hub.</li>
<li>As much as everyone seems to want to conquer it, video is still awkward. Tripods and lights are being lugged around, but people are still using crappy hand cams. A killer [video hosting] app has yet to be found.</li>
<li>Bloggers have become very interested in themselves. I can&#8217;t tell you how many times I saw blogger <em>a</em> interviewing blogger <em>b</em>. It might be time to get them their own internet.</li>
<li>Austin rox.</li>
</ol>
<p>p.s.: <a href="http://www.flickr.com/photos/amentele/sets/72157604137057199/">I took a few pics</a>. So did <a href="http://www.flickr.com/photos/stefanhartwig/sets/72157604091500284/">Stefan</a> and <a href="http://www.flickr.com/photos/michaellehmkuhl/sets/72157604098124045/">Michael</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=S4EsNxF"><img src="http://feeds.feedburner.com/~f/Charisma18?i=S4EsNxF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=bR8fP0F"><img src="http://feeds.feedburner.com/~f/Charisma18?i=bR8fP0F" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/253173567" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/03/17/south-by/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F03%2F17%2Fsouth-by%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/03/17/south-by/</feedburner:origLink></item>
		<item>
		<title>Ready, fire, aim</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/250172238/</link>
		<comments>http://aaronmentele.com/2008/03/12/ready-fire-aim/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 15:00:14 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA["Electric Pulp"]]></category>

		<category><![CDATA[alltop]]></category>

		<category><![CDATA[guy kawasaki]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/2008/03/12/ready-fire-aim/</guid>
		<description><![CDATA[The Alltop press release went out yesterday and was met with an extremely active response. Michael Arrington even took the time to cover it on TechCrunch, again.
Not surprisingly, Arrington didn&#8217;t like it. (Millionaire tech bloggers aren&#8217;t really the target use group.)
A few things do surprise me, though.
First, Arrington pulled the post. Then he put it [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://alltop.com">Alltop</a> press release went out yesterday and was met with an extremely active response. Michael Arrington even took the time to cover it on <a href="http://www.techcrunch.com/2008/03/11/guy-kawasaki-launches-alltop/" rel="nofollow">TechCrunch</a>, again.</p>
<p>Not surprisingly, Arrington didn&#8217;t like it. (Millionaire tech bloggers aren&#8217;t really the target use group.)</p>
<p>A few things do surprise me, though.</p>
<p>First, Arrington pulled the post. Then he put it back up. He <a href="http://twitter.com/TechCrunch/statuses/769934149" rel="nofollow">twittered</a> <a href="http://twitter.com/TechCrunch/statuses/769935299" rel="nofollow">about</a> <a href="http://twitter.com/TechCrunch/statuses/769935347" rel="nofollow">it</a> <a href="http://twitter.com/TechCrunch/statuses/769936781" rel="nofollow">eight</a> <a href="http://twitter.com/TechCrunch/statuses/769958509" rel="nofollow">or</a> <a href="http://twitter.com/TechCrunch/statuses/769960562" rel="nofollow">so</a> <a href="http://twitter.com/TechCrunch/statuses/769938157" rel="nofollow">times</a>.</p>
<p>The post has also generated all kinds of audience discussion, both on the site (105 comments at last count) and on twitter. Much of this coming from busy people well outside the target market.</p>
<p>I&#8217;m writing about it for two reasons. One, we built it. Two, I&#8217;m again amazed at <a href="http://blog.guykawasaki.com">Guy K&#8217;s</a> ability to generate attention.</p>
<p>This is a very light RSS play, and some of the <a href="http://www.readwriteweb.com/archives/alltop_rss_for_the_masses.php">sharpest</a> <a href="http://www.theinquirer.net/gb/inquirer/news/2008/02/08/world-worst-website-man-news">tech</a> <a href="http://www.somewhatfrank.com/2008/03/alltops-pre-con.html">bloggers</a> are <a href="http://mashable.com/2008/03/11/alltop/">covering</a> it. Some are in such a rush to weigh in that their posts are coming out as jibberish. <a href="http://www.web-strategist.com/blog/2008/02/12/analysis-on-guy-kawasakis-alltop-launch-a-gimmick-site-with-marketing-flair/">Jeremiah&#8217;s analysis</a> stated it was built using <a href="http://thomasmarban.com">Thomas Marban&#8217;s</a> existing code and that Guy was an investor in <a href="http://popurls.com">popurls</a>. (He has since revised the post.) News to Thomas. And at least one small mind has commented that the developers over-charged for the build (<a href="http://paulstamatiou.com/2008/03/11/useless-has-a-name-alltop">some</a> even blog it that way). News to me. <a href="http://electricpulp.com">Electric Pulp</a> didn&#8217;t charge to build Alltop.</p>
<p>Anyway, there&#8217;s a story in all this. But I don&#8217;t think anyone has picked up on it yet.</p>
<p>And, for what it&#8217;s worth, the unadulterated love being thrown at Alltop from outside the inner circle of geeks is wild. (Still not the story.)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=g9Oku1F"><img src="http://feeds.feedburner.com/~f/Charisma18?i=g9Oku1F" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=wX1ETMF"><img src="http://feeds.feedburner.com/~f/Charisma18?i=wX1ETMF" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/250172238" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/03/12/ready-fire-aim/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F03%2F12%2Fready-fire-aim%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/03/12/ready-fire-aim/</feedburner:origLink></item>
		<item>
		<title>Geeks on parade</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/246544699/</link>
		<comments>http://aaronmentele.com/2008/03/05/geeks-on-parade/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 04:47:50 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[sxsw]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/2008/03/05/geeks-on-parade/</guid>
		<description><![CDATA[Yeah, I&#8217;m going to SXSW too.
If you&#8217;re not, keep your eyes glued to my flickr. I&#8217;ll be posting in order to convince you to make it next year.
If you are, let me know. Pal up and / or email me @ amentele at gmail dot com.
If you&#8217;re interested, the events I&#8217;m watching are here and [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, I&#8217;m going to <a href="http://2008.sxsw.com/interactive/">SXSW</a> too.</p>
<p>If you&#8217;re not, keep your eyes glued to my <a href="http://www.flickr.com/photos/amentele/">flickr</a>. I&#8217;ll be posting in order to convince you to make it next year.</p>
<p>If you are, let me know. <a href="http://twitter.com/amentele">Pal up</a> and / or email me @ amentele at gmail dot com.</p>
<p>If you&#8217;re interested, the events I&#8217;m watching are <a href="http://upcoming.yahoo.com/user/109013/">here</a> and <a href="http://sched.org/sxsw2008/amentele">here</a> (with and without hCalendar format, respectively).</p>
<p>Don&#8217;t hold me to either schedule, though. I&#8217;m traveling light this year and plan on leaving the agenda at home with the heavy computer.</p>
<p>Here&#8217;s what I&#8217;ll commit to:</p>
<ul>
<li>Saturday: I go straight to Manuel&#8217;s for enchiladas suizas. With or without you.</li>
<li>Sunday: we <a href="http://sxsw.geekslovebowling.com/teams/electric-pulp/">bowl</a>.</li>
<li>Monday: we <a href="http://sundance.org/docsource/">hang</a> <a href="http://blackbookmag.com">with</a> <a href="http://blog.guykawasaki.com">clients</a>. And then we club.</li>
<li>Tuesday: I fly. I think Michael and <a href="http://3600baud.com">Stefan</a> do too.</li>
</ul>
<p>That&#8217;s it. Safe travels if you&#8217;re going. Best regards if you&#8217;re not.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=bvM7sbF"><img src="http://feeds.feedburner.com/~f/Charisma18?i=bvM7sbF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=oxBXq5F"><img src="http://feeds.feedburner.com/~f/Charisma18?i=oxBXq5F" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/246544699" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/03/05/geeks-on-parade/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F03%2F05%2Fgeeks-on-parade%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/03/05/geeks-on-parade/</feedburner:origLink></item>
		<item>
		<title>Respect</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/245907637/</link>
		<comments>http://aaronmentele.com/2008/03/04/respect/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 04:42:34 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[Gary Gygax]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/2008/03/04/respect/</guid>
		<description><![CDATA[Gary Gygax, the co-creator of Dungeons &#38; Dragons (and TSR), passed away today. I&#8217;ve never met the man but have always named his creation as a significant influence on my direction.
In my youngster years, D&#38;D + small town boredom lured me towards fiction reading / drawing. By early high school, a few of my illustrations [...]]]></description>
			<content:encoded><![CDATA[<p>Gary Gygax, the co-creator of Dungeons &amp; Dragons (and TSR), passed away today. I&#8217;ve never met the man but have always named his creation as a significant influence on my direction.</p>
<p>In my youngster years, D&amp;D + small town boredom lured me towards fiction reading / drawing. By early high school, a few of my illustrations had been picked up and published in TSR modules. Some of that feedback encouraged me to decline a health science scholarship and instead pursue a split major in art / biology. I finished my post grad studies as an Architect and then jumped track even further to give chase to a web career.</p>
<p>If not for the creative encouragement, I&#8217;d have chosen science. I&#8217;d be prescribing amoxicillin right now, and I can&#8217;t imagine I&#8217;d be enjoying it.</p>
<p>So, sorry for the wandering topic, but I wanted to pay a small amount of respect to a life well played. Godspeed, sir. Thanks for the stories. (And for the name of this blog.)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=hK7paWF"><img src="http://feeds.feedburner.com/~f/Charisma18?i=hK7paWF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=0C4cUQF"><img src="http://feeds.feedburner.com/~f/Charisma18?i=0C4cUQF" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/245907637" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/03/04/respect/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F03%2F04%2Frespect%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/03/04/respect/</feedburner:origLink></item>
		<item>
		<title>Worthy causes</title>
		<link>http://feeds.feedburner.com/~r/Charisma18/~3/241574382/</link>
		<comments>http://aaronmentele.com/2008/02/26/worthy-causes/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 16:34:31 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
		
		<category><![CDATA[Business of Geek]]></category>

		<category><![CDATA[karma]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/2008/02/26/worthy-causes/</guid>
		<description><![CDATA[We&#8217;ve talked throughout our career of donating 1% of [Electric Pulp] revenue to a worthy cause of our choosing. But even though we all agree it&#8217;s the right thing to do, we have yet to actually do it.
One of the reasons is that we&#8217;re already giving more than that to local causes. If you add [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve talked throughout our career of donating 1% of [<a href="http://electricpulp.com">Electric Pulp]</a> revenue to a worthy cause of our choosing. But even though we all agree it&#8217;s the right thing to do, we have yet to actually do it.</p>
<p>One of the reasons is that we&#8217;re already giving more than that to local causes. If you add up the cash and time we donate, we should be able to rest well knowing we&#8217;re giving something back.</p>
<p>More often than not, though, the causes haven&#8217;t been of our choosing. They find us, and all too often, they&#8217;re efforts we know nothing about.</p>
<p>This feels like a passive aggressive rant now that I&#8217;m typing, but that wasn&#8217;t the point. I&#8217;m all for good. I&#8217;m just realizing (after loosing the better part of my Sunday to one such effort) that it&#8217;s hard to feel connected to the <em>good</em> when you aren&#8217;t even familiar with the cause.</p>
<p>We get drawn into these situations all the time. We&#8217;ve been in ops for nearly 12 years now, some of these years were even spent networking in real life situations. The result is that our under served geographic market knows where to find us.</p>
<p>Maybe I&#8217;m just talking to myself (and Michael and Stefan) here, but I hate the idea of time and cash donations feeling like a business tax. Just once I&#8217;d like to come across a profound effort and ask <em>them</em> how we can help.</p>
<p>Karma -1.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Charisma18?a=eq6vfEE"><img src="http://feeds.feedburner.com/~f/Charisma18?i=eq6vfEE" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Charisma18?a=1PmnwoE"><img src="http://feeds.feedburner.com/~f/Charisma18?i=1PmnwoE" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Charisma18/~4/241574382" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/02/26/worthy-causes/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Charisma18&amp;itemurl=http%3A%2F%2Faaronmentele.com%2F2008%2F02%2F26%2Fworthy-causes%2F</feedburner:awareness><feedburner:origLink>http://aaronmentele.com/2008/02/26/worthy-causes/</feedburner:origLink></item>
	<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=Charisma18</feedburner:awareness></channel>
</rss>
