<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>HamsterSoup - Recipes for Data Geeks</title>
	<atom:link href="http://blog.hamstersoup.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hamstersoup.com</link>
	<description>Exploring the next wave of data-driven apps</description>
	<pubDate>Wed, 23 Jul 2008 13:50:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Hang Firefox 3 on Mac with Firebug</title>
		<link>http://blog.hamstersoup.com/2008/07/04/hang-firefox-mac-firebug/</link>
		<comments>http://blog.hamstersoup.com/2008/07/04/hang-firefox-mac-firebug/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 12:27:20 +0000</pubDate>
		<dc:creator>Will Moffat</dc:creator>
		
		<category><![CDATA[bugs]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[problems]]></category>

		<category><![CDATA[ff3]]></category>

		<category><![CDATA[firebug]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[hang]]></category>

		<guid isPermaLink="false">http://hamstersoup.wordpress.com/?p=66</guid>
		<description><![CDATA[This 2-line web page will hang Firefox 3 with Firebug on a Mac:
&#60;body onload="debugger"&#62;
&#60;img src=""&#62;
(With Firebug scripting enabled)
This completely hangs the Firefox user-interface, so you can&#8217;t access your other tabs. The only thing to do is a Force-Quit. I reported the bug but unfortunately I just don&#8217;t have the time and energy to learn how [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This <a href="http://mqlx.com/~willmoffat/learn_feature/firebug/firebug_hangs2.html">2-line web page</a> will hang Firefox 3 with Firebug on a Mac:</p>
<pre style="padding-left:30px;">&lt;body onload="debugger"&gt;
&lt;img src=""&gt;</pre>
<p>(With Firebug scripting enabled)</p>
<p>This completely hangs the Firefox user-interface, so you can&#8217;t access your other tabs. The only thing to do is a Force-Quit. I reported the <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=415986">bug</a> but unfortunately I just don&#8217;t have the time and energy to learn how to fix it myself. Hoping somebody out there might have some useful insights.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hamstersoup.wordpress.com/66/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hamstersoup.wordpress.com/66/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hamstersoup.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hamstersoup.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hamstersoup.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hamstersoup.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hamstersoup.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hamstersoup.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hamstersoup.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hamstersoup.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hamstersoup.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hamstersoup.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hamstersoup.com&blog=37331&post=66&subd=hamstersoup&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.hamstersoup.com/2008/07/04/hang-firefox-mac-firebug/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/hamstersoup-128.jpg" medium="image">
			<media:title type="html">hamstersoup</media:title>
		</media:content>
	</item>
		<item>
		<title>MQL: Finding the Wikipedia page for a Freebase Topic</title>
		<link>http://blog.hamstersoup.com/2007/11/27/mql-finding-the-wikipedia-page-for-a-freebase-topic/</link>
		<comments>http://blog.hamstersoup.com/2007/11/27/mql-finding-the-wikipedia-page-for-a-freebase-topic/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 14:25:37 +0000</pubDate>
		<dc:creator>Will Moffat</dc:creator>
		
		<category><![CDATA[example]]></category>

		<category><![CDATA[freebase]]></category>

		<category><![CDATA[mql]]></category>

		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/11/27/mql-finding-the-wikipedia-page-for-a-freebase-topic/</guid>
		<description><![CDATA[Freebase contains many articles mined from the Wikipedia. For example, this page about Edinburgh.
You might want to show the Wikipedia page in your own web application. Given the Freebase topic ID, in this case /en/edinburgh
This MQL query will return the Wikipedia &#8216;curid&#8217;
[{
"id" : "/en/edinburgh",
"key" : [{
"namespace" : "/wikipedia/en_id",
"value" : null
}]
}]
Run in Query Editor
Result: 
{
&#8220;code&#8221;:&#8221;/api/status/ok&#8221;,
&#8220;result&#8221;:[{
"id":"/en/edinburgh",
"key":[{
"namespace":"/wikipedia/en_id",
"value":"9602"
}]
}]
}
The Wikipedia [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Freebase contains many articles mined from the Wikipedia. For example, this page about <a href="http://www.freebase.com/view/en/edinburgh">Edinburgh</a>.</p>
<p>You might want to show the Wikipedia page in your own web application. Given the Freebase topic ID, in this case <code>/en/edinburgh</code></p>
<p><strong>This MQL query will return the Wikipedia &#8216;curid&#8217;</strong></p>
<p><code>[{<br />
"id" : "/en/edinburgh",<br />
"key" : [{<br />
"namespace" : "/wikipedia/en_id",<br />
"value" : null<br />
}]<br />
}]</code></p>
<p><a href="http://www.freebase.com/tools/queryeditor/?q=[{%22id%22:%22/en/edinburgh%22,%22key%22:[{%22namespace%22:%22/wikipedia/en_id%22,%22value%22:null}]}]&amp;read=1">Run in Query Editor</a></p>
<p><strong>Result: </strong><br />
<code>{<br />
&#8220;code&#8221;:&#8221;/api/status/ok&#8221;,<br />
&#8220;result&#8221;:[{<br />
"id":"/en/edinburgh",<br />
"key":[{<br />
"namespace":"/wikipedia/en_id",<br />
"value":"<strong>9602</strong>"<br />
}]<br />
}]<br />
}</code></p>
<p><strong>The Wikipedia URL is then:</strong><br />
<a href="http://en.wikipedia.org/w/index.php?title=none&amp;curid=9602">http://en.wikipedia.org/wiki/index.html?curid=<strong>9602</strong></a></p>
<p>Update: You can find the Wikipedia article name + all the redirect names with <a href="http://www.freebase.com/tools/queryeditor/?q=[{%22id%22:%22/en/edinburgh%22,%22key%22:[{%22namespace%22:null,%22value%22:null}]}]&amp;read=1">this query</a> but as far as I know there&#8217;s no way to distinguish between redirects and the current article name.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hamstersoup.wordpress.com/62/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hamstersoup.wordpress.com/62/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hamstersoup.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hamstersoup.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hamstersoup.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hamstersoup.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hamstersoup.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hamstersoup.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hamstersoup.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hamstersoup.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hamstersoup.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hamstersoup.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hamstersoup.com&blog=37331&post=62&subd=hamstersoup&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.hamstersoup.com/2007/11/27/mql-finding-the-wikipedia-page-for-a-freebase-topic/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/hamstersoup-128.jpg" medium="image">
			<media:title type="html">hamstersoup</media:title>
		</media:content>
	</item>
		<item>
		<title>Tagging demo with Freebase Suggest</title>
		<link>http://blog.hamstersoup.com/2007/11/08/tagging-demo-with-freebase-suggest/</link>
		<comments>http://blog.hamstersoup.com/2007/11/08/tagging-demo-with-freebase-suggest/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 12:11:24 +0000</pubDate>
		<dc:creator>Will Moffat</dc:creator>
		
		<category><![CDATA[example]]></category>

		<category><![CDATA[examples]]></category>

		<category><![CDATA[freebase]]></category>

		<category><![CDATA[freebase-suggest]]></category>

		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/11/08/tagging-demo-with-freebase-suggest/</guid>
		<description><![CDATA[I whipped up a quick example of tagging with Freebase Suggest.
This is just the client-side user interface. Integration with an existing tagging system is left as an exercise for the reader  

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I whipped up a quick <a href="http://mqlx.com/freebase-suggest/examples/suggest_demo_tagging.html">example of tagging</a> with <a href="http://code.google.com/p/freebase-suggest/">Freebase Suggest.</a></p>
<p>This is just the client-side user interface. Integration with an existing tagging system is left as an exercise for the reader <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><img src="http://hamstersoup.files.wordpress.com/2007/11/freebase_suggest_tagging-1.png" alt="Screenshot of Tagging demo" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hamstersoup.wordpress.com/61/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hamstersoup.wordpress.com/61/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hamstersoup.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hamstersoup.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hamstersoup.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hamstersoup.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hamstersoup.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hamstersoup.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hamstersoup.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hamstersoup.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hamstersoup.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hamstersoup.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hamstersoup.com&blog=37331&post=61&subd=hamstersoup&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.hamstersoup.com/2007/11/08/tagging-demo-with-freebase-suggest/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/hamstersoup-128.jpg" medium="image">
			<media:title type="html">hamstersoup</media:title>
		</media:content>

		<media:content url="http://hamstersoup.files.wordpress.com/2007/11/freebase_suggest_tagging-1.png" medium="image">
			<media:title type="html">Screenshot of Tagging demo</media:title>
		</media:content>
	</item>
		<item>
		<title>Freebase Suggest demos</title>
		<link>http://blog.hamstersoup.com/2007/10/14/freebase-suggest-demos/</link>
		<comments>http://blog.hamstersoup.com/2007/10/14/freebase-suggest-demos/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 10:59:08 +0000</pubDate>
		<dc:creator>Will Moffat</dc:creator>
		
		<category><![CDATA[example]]></category>

		<category><![CDATA[freebase]]></category>

		<category><![CDATA[freebase-suggest]]></category>

		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/10/14/freebase-suggest-demos/</guid>
		<description><![CDATA[As an excuse to avoid packing my suitcase (an activity which I detest about as much clothes shopping) I wrote a few examples for Freebase Suggest.
The live demos are on the Freebase Suggest project page.
(Geek note: The 3rd demo includes a first attempt at a Freebase MiniTopic plugin for jQuery. This is a really easy [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As an excuse to avoid packing my suitcase (an activity which I detest about as much clothes shopping) I wrote a few examples for Freebase Suggest.</p>
<p>The live demos are on the <a href="http://code.google.com/p/freebase-suggest/">Freebase Suggest</a> project page.</p>
<p>(Geek note: The 3rd demo includes a first attempt at a Freebase MiniTopic plugin for jQuery. This is a really easy way to generate an infobox or summary of a Freebase topic for your own page)</p>
<p><img src="http://farm2.static.flickr.com/1193/1413380431_1d2d238839_o.png" alt="Freebase Suggest in action" height="256" width="444" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hamstersoup.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hamstersoup.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hamstersoup.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hamstersoup.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hamstersoup.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hamstersoup.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hamstersoup.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hamstersoup.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hamstersoup.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hamstersoup.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hamstersoup.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hamstersoup.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hamstersoup.com&blog=37331&post=59&subd=hamstersoup&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.hamstersoup.com/2007/10/14/freebase-suggest-demos/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/hamstersoup-128.jpg" medium="image">
			<media:title type="html">hamstersoup</media:title>
		</media:content>

		<media:content url="http://farm2.static.flickr.com/1193/1413380431_1d2d238839_o.png" medium="image">
			<media:title type="html">Freebase Suggest in action</media:title>
		</media:content>
	</item>
		<item>
		<title>Freebase apps without cookies</title>
		<link>http://blog.hamstersoup.com/2007/08/09/freebase-apps-without-cookies/</link>
		<comments>http://blog.hamstersoup.com/2007/08/09/freebase-apps-without-cookies/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 20:22:36 +0000</pubDate>
		<dc:creator>Will Moffat</dc:creator>
		
		<category><![CDATA[authentication]]></category>

		<category><![CDATA[freebase]]></category>

		<category><![CDATA[invites]]></category>

		<category><![CDATA[mjt]]></category>

		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/08/09/freebase-apps-without-cookies/</guid>
		<description><![CDATA[Freebase just announced that
Within a week or so we will be removing the registration requirement in order to view Freebase.
Soon all my demo apps will work without requiring a Freebase invite. Cool!
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Freebase just <a href="http://blog.freebase.com/?p=28">announced</a> that</p>
<blockquote><p>Within a week or so we will be removing the registration requirement in order to view Freebase.</p></blockquote>
<p>Soon all my demo apps will work without requiring a Freebase invite. Cool!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hamstersoup.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hamstersoup.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hamstersoup.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hamstersoup.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hamstersoup.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hamstersoup.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hamstersoup.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hamstersoup.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hamstersoup.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hamstersoup.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hamstersoup.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hamstersoup.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hamstersoup.com&blog=37331&post=58&subd=hamstersoup&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.hamstersoup.com/2007/08/09/freebase-apps-without-cookies/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/hamstersoup-128.jpg" medium="image">
			<media:title type="html">hamstersoup</media:title>
		</media:content>
	</item>
		<item>
		<title>Avoiding timeouts - Using MQL cursors with MJT</title>
		<link>http://blog.hamstersoup.com/2007/08/04/avoiding-timeouts-using-mql-cursors-with-mjt/</link>
		<comments>http://blog.hamstersoup.com/2007/08/04/avoiding-timeouts-using-mql-cursors-with-mjt/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 15:56:19 +0000</pubDate>
		<dc:creator>Will Moffat</dc:creator>
		
		<category><![CDATA[cursors]]></category>

		<category><![CDATA[example]]></category>

		<category><![CDATA[freebase]]></category>

		<category><![CDATA[mjt]]></category>

		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/08/04/avoiding-timeouts-using-mql-cursors-with-mjt/</guid>
		<description><![CDATA[If you start to develop Freebase applications you then at some point you will inevitably see the error message &#8220;Query timeout&#8221;
For example, if you wanted to get a list of Musical Artists in Freebase you might try this query
{
&#8220;query&#8221;:[{
"id":null,
"limit":0,
"name":null,
"type":"/music/artist"
}]
}
But as there are almost 1/3 million artists in the database this query will timeout. That&#8217;s just [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you start to develop Freebase applications you then at some point you will inevitably see the error message &#8220;Query timeout&#8221;</p>
<p>For example, if you wanted to get a list of Musical Artists in Freebase you might try this query</p>
<blockquote><p>{<br />
&#8220;query&#8221;:[{<br />
"id":null,<br />
<strong>"limit":0,</strong><br />
"name":null,<br />
"type":"/music/artist"<br />
}]<br />
}</p></blockquote>
<p>But as there are almost 1/3 million artists in the database this query will timeout. That&#8217;s just as well, otherwise you would be loading a 30MB JavaScript file!</p>
<p>That was an extreme example, but as more users register with Freebase,  my Map of Freebase Users occasionally timeouts. (It&#8217;s actually the MJT library which imposes the deadline here, not necessary the database which timeouts). Even if your application isn&#8217;t timing out, you find that your browser becomes unresponsive as it loads large JavaScript files from the database.</p>
<p><strong> The solution is to use MQL cursors</strong></p>
<p>I&#8217;ve created an <a href="http://mqlx.com/~willmoffat/learn_feature/cursor/cursor.html">example using MQL cursors in MJT</a> which demonstrates a number of concepts:</p>
<ul>
<li>Using MQL cursors</li>
<li>Calling MJT templates with arguments</li>
<li>Incremental queries (the page updates without reloading)</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hamstersoup.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hamstersoup.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hamstersoup.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hamstersoup.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hamstersoup.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hamstersoup.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hamstersoup.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hamstersoup.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hamstersoup.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hamstersoup.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hamstersoup.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hamstersoup.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hamstersoup.com&blog=37331&post=57&subd=hamstersoup&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.hamstersoup.com/2007/08/04/avoiding-timeouts-using-mql-cursors-with-mjt/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/hamstersoup-128.jpg" medium="image">
			<media:title type="html">hamstersoup</media:title>
		</media:content>
	</item>
		<item>
		<title>And we&#8217;re back</title>
		<link>http://blog.hamstersoup.com/2007/07/26/and-were-back/</link>
		<comments>http://blog.hamstersoup.com/2007/07/26/and-were-back/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 07:00:51 +0000</pubDate>
		<dc:creator>Will Moffat</dc:creator>
		
		<category><![CDATA[spekul]]></category>

		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/07/26/and-were-back/</guid>
		<description><![CDATA[Our short caving expedition is already finished. The Canto system is now almost 80km long!

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Our short caving expedition is already finished. The Canto system is now almost 80km long!</p>
<p style="text-align:center;"><img src="http://hamstersoup.files.wordpress.com/2007/07/0.jpg" alt="Luc in Cantabria" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hamstersoup.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hamstersoup.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hamstersoup.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hamstersoup.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hamstersoup.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hamstersoup.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hamstersoup.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hamstersoup.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hamstersoup.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hamstersoup.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hamstersoup.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hamstersoup.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hamstersoup.com&blog=37331&post=55&subd=hamstersoup&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.hamstersoup.com/2007/07/26/and-were-back/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/hamstersoup-128.jpg" medium="image">
			<media:title type="html">hamstersoup</media:title>
		</media:content>

		<media:content url="http://hamstersoup.files.wordpress.com/2007/07/0.jpg" medium="image">
			<media:title type="html">Luc in Cantabria</media:title>
		</media:content>
	</item>
		<item>
		<title>Caving in Spain</title>
		<link>http://blog.hamstersoup.com/2007/07/13/caving-in-spain/</link>
		<comments>http://blog.hamstersoup.com/2007/07/13/caving-in-spain/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 19:20:47 +0000</pubDate>
		<dc:creator>Will Moffat</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/07/13/caving-in-spain/</guid>
		<description><![CDATA[There will be no updates for a week and a half as I&#8217;m caving in Spain.

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There will be no updates for a week and a half as I&#8217;m <a href="http://picasaweb.google.com/will.moffat/CavingInThePicosSpain/photo#4964293325673332754">caving in Spain.</a></p>
<p style="text-align:center;"><img src="http://farm1.static.flickr.com/36/124335451_a5d90a7346_o.jpg" alt="Droplet by David De Roest" height="217" width="328" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hamstersoup.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hamstersoup.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hamstersoup.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hamstersoup.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hamstersoup.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hamstersoup.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hamstersoup.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hamstersoup.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hamstersoup.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hamstersoup.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hamstersoup.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hamstersoup.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hamstersoup.com&blog=37331&post=54&subd=hamstersoup&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.hamstersoup.com/2007/07/13/caving-in-spain/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/hamstersoup-128.jpg" medium="image">
			<media:title type="html">hamstersoup</media:title>
		</media:content>

		<media:content url="http://farm1.static.flickr.com/36/124335451_a5d90a7346_o.jpg" medium="image">
			<media:title type="html">Droplet by David De Roest</media:title>
		</media:content>
	</item>
		<item>
		<title>BBCode - live editor</title>
		<link>http://blog.hamstersoup.com/2007/07/12/bbcode-live-editor/</link>
		<comments>http://blog.hamstersoup.com/2007/07/12/bbcode-live-editor/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 17:20:24 +0000</pubDate>
		<dc:creator>Will Moffat</dc:creator>
		
		<category><![CDATA[bbcode]]></category>

		<category><![CDATA[freebase]]></category>

		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/07/12/bbcode-live-editor/</guid>
		<description><![CDATA[I&#8217;m working on a BBCode generating bookmarklet for Freebase data.  I didn&#8217;t want to pollute online forums with lots of test posts so I whipped up my own BBCode live editor.
Type BBCode into the top textarea and the rendered HTML will appear after a second of inactivity.
There are other live editors on the web [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m working on a BBCode generating bookmarklet for Freebase data.  I didn&#8217;t want to pollute online forums with lots of test posts so I whipped up my own <a href="http://hamstersoup.com/freebase/php/live_editor/live_editor.php">BBCode live editor</a>.</p>
<p>Type BBCode into the top textarea and the rendered HTML will appear after a second of inactivity.</p>
<p>There are <a href="http://thekingdomofsteel.com/Spartan018/ajax_bbcode/">other</a> live editors on the web but since I&#8217;m running my own I can easily configure it to support the different dialects out there.</p>
<h3>Will&#8217;s live editor in action:</h3>
<blockquote>
<ol>
<li><strong>bolded text</strong></li>
<li><em>italicized text</em></li>
<li><span style="text-decoration:underline;">underlined text</span></li>
<li><a href="http://wikipedia.org/">http://wikipedia.org</a></li>
<li><a href="http://wikipedia.org/">Wikipedia</a></li>
<li><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Wikipedia-logo.png/50px-Wikipedia-logo.png" /></li>
</ol>
</blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hamstersoup.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hamstersoup.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hamstersoup.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hamstersoup.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hamstersoup.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hamstersoup.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hamstersoup.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hamstersoup.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hamstersoup.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hamstersoup.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hamstersoup.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hamstersoup.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hamstersoup.com&blog=37331&post=53&subd=hamstersoup&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.hamstersoup.com/2007/07/12/bbcode-live-editor/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/hamstersoup-128.jpg" medium="image">
			<media:title type="html">hamstersoup</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Wikipedia-logo.png/50px-Wikipedia-logo.png" medium="image" />
	</item>
		<item>
		<title>Step by step MQL with Jimi Hendrix</title>
		<link>http://blog.hamstersoup.com/2007/07/12/step-by-step-mql-with-jimi-hendrix/</link>
		<comments>http://blog.hamstersoup.com/2007/07/12/step-by-step-mql-with-jimi-hendrix/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 17:12:13 +0000</pubDate>
		<dc:creator>Will Moffat</dc:creator>
		
		<category><![CDATA[doc]]></category>

		<category><![CDATA[example]]></category>

		<category><![CDATA[freebase]]></category>

		<category><![CDATA[mql]]></category>

		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/07/12/step-by-step-mql-with-jimi-hendrix/</guid>
		<description><![CDATA[When I show developers Freebase and the query language MQL, the first thing they often try to do is extract all the info they can out of the database for a generic topic.
This is actually quite a good learning experience, as you have to learn lots of MQL concepts:

How &#8220;*&#8221; expands (default values v objects, [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When I show developers Freebase and the query language MQL, the first thing they often try to do is extract all the info they can out of the database for a generic topic.</p>
<p>This is actually quite a good learning experience, as you have to learn lots of MQL concepts:</p>
<ul>
<li>How &#8220;*&#8221; expands (default values v objects, type specified or not)</li>
<li>Multiple queries v nested queries</li>
<li>Reflection</li>
</ul>
<p>I had been keeping my own notes, but I thought they might be worth sharing so I whipped up a nice stylesheet and here they are:</p>
<p><a href="http://mqlx.com/~willmoffat/docs/find_everything/jimi.html">Step by step MQL with Jimi Hendrix</a></p>
<p>Still lots of uncompleted TODO points but I&#8217;d be interested in your feedback. Is this something worth working on?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hamstersoup.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hamstersoup.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hamstersoup.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hamstersoup.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hamstersoup.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hamstersoup.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hamstersoup.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hamstersoup.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hamstersoup.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hamstersoup.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hamstersoup.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hamstersoup.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hamstersoup.com&blog=37331&post=52&subd=hamstersoup&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.hamstersoup.com/2007/07/12/step-by-step-mql-with-jimi-hendrix/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/hamstersoup-128.jpg" medium="image">
			<media:title type="html">hamstersoup</media:title>
		</media:content>
	</item>
	</channel>
</rss>