<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Freebase search command for Ubiquity</title>
	<atom:link href="http://blog.hamstersoup.com/2008/08/27/freebase-search-for-ubiquity/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hamstersoup.com/2008/08/27/freebase-search-for-ubiquity/</link>
	<description>Exploring the next wave of data-driven apps</description>
	<lastBuildDate>Wed, 14 Jul 2010 07:48:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kai</title>
		<link>http://blog.hamstersoup.com/2008/08/27/freebase-search-for-ubiquity/#comment-2543</link>
		<dc:creator>Kai</dc:creator>
		<pubDate>Thu, 28 Aug 2008 22:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/?p=74#comment-2543</guid>
		<description>Awesome job Will, thanks!</description>
		<content:encoded><![CDATA[<p>Awesome job Will, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Png</title>
		<link>http://blog.hamstersoup.com/2008/08/27/freebase-search-for-ubiquity/#comment-2542</link>
		<dc:creator>Adrian Png</dc:creator>
		<pubDate>Thu, 28 Aug 2008 21:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/?p=74#comment-2542</guid>
		<description>Hi Will,

I got this example working for performing a &quot;BLAST&quot; search (http://www.freebase.com/view/en/blast):
http://www.fuzziebrain.com/ubiquity/ncbiblast/

Using Ubiquity, you can enter the text &quot;blast nucleotide sequence ACCTTTCAC&quot; or specify &quot;blast protein sequence GGYIMMCAP&quot;. The terms &quot;nucleotide&quot; and &quot;protein&quot; are noun types, which are then used to determine the algorithm used for performing the search.

I&#039;m guessing that the noun types (for Freebase types) can be populated using an AJAX call, which can then be used by users to select the Freebase type to search. I&#039;ll test that out later since I can only use my work hours to do stuff on &quot;/biology&quot;. ;)</description>
		<content:encoded><![CDATA[<p>Hi Will,</p>
<p>I got this example working for performing a &#8220;BLAST&#8221; search (<a href="http://www.freebase.com/view/en/blast" rel="nofollow">http://www.freebase.com/view/en/blast</a>):<br />
<a href="http://www.fuzziebrain.com/ubiquity/ncbiblast/" rel="nofollow">http://www.fuzziebrain.com/ubiquity/ncbiblast/</a></p>
<p>Using Ubiquity, you can enter the text &#8220;blast nucleotide sequence ACCTTTCAC&#8221; or specify &#8220;blast protein sequence GGYIMMCAP&#8221;. The terms &#8220;nucleotide&#8221; and &#8220;protein&#8221; are noun types, which are then used to determine the algorithm used for performing the search.</p>
<p>I&#8217;m guessing that the noun types (for Freebase types) can be populated using an AJAX call, which can then be used by users to select the Freebase type to search. I&#8217;ll test that out later since I can only use my work hours to do stuff on &#8220;/biology&#8221;. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Moffat</title>
		<link>http://blog.hamstersoup.com/2008/08/27/freebase-search-for-ubiquity/#comment-2541</link>
		<dc:creator>Will Moffat</dc:creator>
		<pubDate>Thu, 28 Aug 2008 17:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/?p=74#comment-2541</guid>
		<description>Hi Adrian, thanks, yeah Ubiquity totally blows the old plugin architecture away. I think it should even be possible to integrate Freebase type selection using dynamically generated &lt;a href=&quot;https://wiki.mozilla.org/Labs/Ubiquity/Ubiquity_0.1_Author_Tutorial#Switching:_Writing_your_own_Noun-Types&quot; rel=&quot;nofollow&quot;&gt;Noun-Types&lt;/a&gt;.

Would be very cool to be able to type
freebase city worms - and get the city in Germany
freebase animal worms - and get the wriggly things.

Haven&#039;t really thought it through yet, feel inspired yourself?</description>
		<content:encoded><![CDATA[<p>Hi Adrian, thanks, yeah Ubiquity totally blows the old plugin architecture away. I think it should even be possible to integrate Freebase type selection using dynamically generated <a href="https://wiki.mozilla.org/Labs/Ubiquity/Ubiquity_0.1_Author_Tutorial#Switching:_Writing_your_own_Noun-Types" rel="nofollow">Noun-Types</a>.</p>
<p>Would be very cool to be able to type<br />
freebase city worms &#8211; and get the city in Germany<br />
freebase animal worms &#8211; and get the wriggly things.</p>
<p>Haven&#8217;t really thought it through yet, feel inspired yourself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Png</title>
		<link>http://blog.hamstersoup.com/2008/08/27/freebase-search-for-ubiquity/#comment-2540</link>
		<dc:creator>Adrian Png</dc:creator>
		<pubDate>Thu, 28 Aug 2008 16:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/?p=74#comment-2540</guid>
		<description>This is awesome Will! 

I was just about to work on one when I stumbled upon the command you have created. Great job! Makes the Firefox search plugins obsolete!</description>
		<content:encoded><![CDATA[<p>This is awesome Will! </p>
<p>I was just about to work on one when I stumbled upon the command you have created. Great job! Makes the Firefox search plugins obsolete!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Moffat</title>
		<link>http://blog.hamstersoup.com/2008/08/27/freebase-search-for-ubiquity/#comment-2539</link>
		<dc:creator>Will Moffat</dc:creator>
		<pubDate>Wed, 27 Aug 2008 22:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/?p=74#comment-2539</guid>
		<description>Thanks Peter!</description>
		<content:encoded><![CDATA[<p>Thanks Peter!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Burns</title>
		<link>http://blog.hamstersoup.com/2008/08/27/freebase-search-for-ubiquity/#comment-2538</link>
		<dc:creator>Peter Burns</dc:creator>
		<pubDate>Wed, 27 Aug 2008 20:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/?p=74#comment-2538</guid>
		<description>Fantastic work.  I&#039;m convinced Ubiquity is a strong step towards the future of the web.

Your extension is stupid-fast as well, it makes using freebase much more pleasant.</description>
		<content:encoded><![CDATA[<p>Fantastic work.  I&#8217;m convinced Ubiquity is a strong step towards the future of the web.</p>
<p>Your extension is stupid-fast as well, it makes using freebase much more pleasant.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
