<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Freebase Blog</title>
	
	<link>http://blog.freebase.com</link>
	<description>A blog for data geeks, application developers and interested civilians</description>
	<lastBuildDate>Tue, 16 Mar 2010 01:38:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/FreebaseBlog" /><feedburner:info uri="freebaseblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>New Acre diff/merge features</title>
		<link>http://feedproxy.google.com/~r/FreebaseBlog/~3/VVWAr-VPw8w/</link>
		<comments>http://blog.freebase.com/2010/03/15/new-acre-diffmerge-features/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 01:38:13 +0000</pubDate>
		<dc:creator>jdouglas</dc:creator>
				<category><![CDATA[Acre]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[merge]]></category>

		<guid isPermaLink="false">http://blog.freebase.com/?p=1317</guid>
		<description><![CDATA[While Acre and the App Editor have had features for re-using code from the very beginning &#8212; whether statically by cloning an app or dynamically with acre.require() &#8212; there has not been much support for actual collaborative development.  You have always been able to add more authors to an app, but then it can be [...]]]></description>
			<content:encoded><![CDATA[<p>While Acre and the App Editor have had features for re-using code from the very beginning &#8212; whether statically by cloning an app or dynamically with <code>acre.require()</code> &#8212; there has not been much support for actual collaborative development.  You have always been able to add more authors to an app, but then it can be hard to avoid stepping on each other as you&#8217;re working on the same copy of the file in the graph.</p>
<p>This release adds a bunch of features that should hopefully help.  Even for the case where there are multiple authors editing the same app, there&#8217;s now at least a warning at the bottom of the file list alerting you to that fact:</p>
<p><a href="http://blog.freebase.com/wp-content/uploads/2010/03/Screen-shot-2010-03-02-at-6.59.26-PM.png"><img src="http://blog.freebase.com/wp-content/uploads/2010/03/Screen-shot-2010-03-02-at-6.59.26-PM.png" alt="" title="Screen shot 2010-03-02 at 6.59.26 PM" width="230" height="219" class="aligncenter size-full wp-image-1330" /></a></p>
<p>However, we&#8217;ve also gotten the feedback that people prefer working within their own clone of an app anyway (rather than co-editing the same app)&#8230; but that they then need the ability to merge changes between apps.  Taking some baby steps in that direction, we&#8217;ve upgraded the Changes tab in the App menu to list both parent (cloned from) and children (cloned to) apps:</p>
<p><a href="http://blog.freebase.com/wp-content/uploads/2010/03/Screen-shot-2010-03-02-at-6.56.47-PM.png"><img src="http://blog.freebase.com/wp-content/uploads/2010/03/Screen-shot-2010-03-02-at-6.56.47-PM.png" alt="" title="Changes tab in app menu" width="457" height="291" class="aligncenter size-full wp-image-1327" /></a></p>
<p>When you click the View Changes button next to an app you will see a new dialog that lists all of the affected files.  This includes new files, missing files, changes in content and even changes in metadata (e.g., different mime-type).   Clicking on a filename shows a diff of the changes between the current file and what it will look like after applying the changes.  Any merge conflicts are inserted at the top of the file.</p>
<p><a href="http://blog.freebase.com/wp-content/uploads/2010/03/Screen-shot-2010-03-02-at-7.00.49-PM.png"><img src="http://blog.freebase.com/wp-content/uploads/2010/03/Screen-shot-2010-03-02-at-7.00.49-PM.png" alt="" title="View Changes between apps" width="455" height="263" class="aligncenter size-full wp-image-1331" /></a></p>
<p>You can then choose the files to which you&#8217;d like to apply the changes to your local copy (in-browser).  If you choose &#8220;Apply &amp; Save,&#8221; then the changes are also immediately saved back to the graph.  In this release, there is no two-way merge capability&#8230; it&#8217;s only pulling changes in one direction.  However, if you&#8217;re an admin of both apps, you can still click the ID of the parent or child app in the Changes tab to switch to the other one and pull changes in that direction.</p>
<p>Finally, given all this new app-wide diff functionality, we also threw in a couple of long-requested features for diff&#8217;ing different versions of the same app.  There&#8217;s both a button in the Versions tab for viewing all the changes from the previous version before creating a new version&#8230; as well as a button in the Changes tab for viewing all app history.  Similar to how applying changes works, you can then revert to the previous version if you so choose:</p>
<p><a href="http://blog.freebase.com/wp-content/uploads/2010/03/Screen-shot-2010-03-02-at-7.00.11-PM.png"><img src="http://blog.freebase.com/wp-content/uploads/2010/03/Screen-shot-2010-03-02-at-7.00.11-PM.png" alt="" title="App History" width="453" height="260" class="aligncenter size-full wp-image-1329" /></a></p>
<p>Nearly all of these new features were built using a new (for us, at least) <a href="http://code.google.com/p/google-diff-match-patch/">diff/merge/patch library.</a>  It&#8217;s been a nice library to work with so far, however it&#8217;s really geared more for free text than code, so there may be some gotchas.  We&#8217;ve already been tweaking it some to address these, but please let us know about any specific problems you run into at <a href="http://bugs.freebase.com">http://bugs.freebase.com</a>.</p>
<div>Happy coding!</div>
<div>- Acre team</div>
<img src="http://feeds.feedburner.com/~r/FreebaseBlog/~4/VVWAr-VPw8w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.freebase.com/2010/03/15/new-acre-diffmerge-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.freebase.com/2010/03/15/new-acre-diffmerge-features/</feedburner:origLink></item>
		<item>
		<title>Help us map Wordnet to Freebase</title>
		<link>http://feedproxy.google.com/~r/FreebaseBlog/~3/T8whfBX_aB0/</link>
		<comments>http://blog.freebase.com/2010/03/12/help-us-map-wordnet-to-freebase/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 00:55:48 +0000</pubDate>
		<dc:creator>skud</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[wordnet]]></category>

		<guid isPermaLink="false">http://blog.freebase.com/?p=1354</guid>
		<description><![CDATA[Praveen Paritosh just posted the following to the freebase-discuss mailing list&#8230;
There has been considerable interest and discussion within the Freebase community about connecting Freebase to Wordnet. Wordnet contains a rich set of linguistic relationships between concepts but is lacking in instances. A concept in WordNet is represented by synset, which is a set of synonymous [...]]]></description>
			<content:encoded><![CDATA[<p><em>Praveen Paritosh just posted the following to the <a href="http://lists.freebase.com/mailman/listinfo/freebase-discuss">freebase-discuss mailing list</a>&#8230;</em></p>
<p>There has been considerable interest and discussion within the Freebase community about connecting Freebase to Wordnet. Wordnet contains a rich set of linguistic relationships between concepts but is lacking in instances. A concept in WordNet is represented by synset, which is a set of synonymous words. For example, connecting the synset corresponding to &#8220;democracy&#8221; to &#8220;/en/democracy&#8221; allows you to find out in Freebase the organizations, books, quotations, nobel prizes won related to democracy; while WordNet tells you that &#8220;democracy&#8221; is a &#8220;political orientation&#8221;, and therefore has sibling concepts of &#8220;monarchism&#8221;, &#8220;collectivism&#8221;, &#8220;communism&#8221;, among many others, a piece of knowledge not currently modeled in Freebase. </p>
<p>Reconciling synsets to topics is challenging, and we are setting exacting standards for linking them. We need your help in reconciling WordNet synsets with Freebase Topics. The WordHunger application allows you to pick the best matching Freebase topic for a WordNet synset out of candidates generated by our algorithm. Your judgments are going to be used to train and tune the Wordnet-Freebase reconciliation algorithms. WordHunger is a &#8220;matchmaker&#8221; application, which means it allows you to pick the best matching candidate, it is available here:  <a href="http://wordhunger.freebaseapps.com/">http://wordhunger.freebaseapps.com/</a></p>
<p>We have loaded the entire WordNet graph into Freebase, which is browseable using: <a href="http://wordnet.freebaseapps.com/">http://wordnet.freebaseapps.com/</a></p>
<p>The schema for a Wordnet synset is available here: <a href="http://www.freebase.com/type/schema/base/wordnet/synset">http://www.freebase.com/type/schema/base/wordnet/synset</a></p>
<p>Note the /base/wordnet/synset/equivalent_topic property. The following query shows you the links that we have reified at any point: </p>
<pre> [{
   "type" : "/base/wordnet/synset" ,
   "/base/wordnet/synset/gloss" : null ,
   "equivalent_topic" : {
       "optional" : "required" ,
       "id" : null ,
       "name" : null
   }
 }] </pre>
<p>WordNet is about 117,000 synsets, and as of now this query will show you about 4,000 links for the synsets that we have identified to be equivalent to a Freebase topic. With your help, we expect to dramatically increase this. Please go to <a href="http://wordhunger.freebaseapps.com/">http://wordhunger.freebaseapps.com/</a> and match some synsets to topics and tell us what you think!</p>
<p>Thanks, </p>
<p>- Praveen </p>
<img src="http://feeds.feedburner.com/~r/FreebaseBlog/~4/T8whfBX_aB0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.freebase.com/2010/03/12/help-us-map-wordnet-to-freebase/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.freebase.com/2010/03/12/help-us-map-wordnet-to-freebase/</feedburner:origLink></item>
		<item>
		<title>Slides from Wednesday’s SF Freebase meetup</title>
		<link>http://feedproxy.google.com/~r/FreebaseBlog/~3/XC6q2DOwuqw/</link>
		<comments>http://blog.freebase.com/2010/03/12/slides-from-wednesdays-sf-freebase-meetup/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 00:14:09 +0000</pubDate>
		<dc:creator>skud</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[barak michener]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[jgd]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[MQL]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.freebase.com/?p=1343</guid>
		<description><![CDATA[Thanks to those who came out to our San Francisco meetup on Wednesday.
One of our talks was by Barak Michener, who presented JGD, a Python implementation of a simple graph database and MQL interface.  JGD lets him work with Freebase data offline, mash it up with other data, and all sorts of other clever [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to those who came out to our San Francisco meetup on Wednesday.</p>
<p>One of our talks was by Barak Michener, who presented JGD, a Python implementation of a simple graph database and MQL interface.  JGD lets him work with Freebase data offline, mash it up with other data, and all sorts of other clever things.</p>
<p>Here are his slides:</p>
<div style="width:425px" id="__ss_3404169"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/barakmich/jgd-user-group-demo" title="Jgd User Group Demo">Jgd User Group Demo</a></strong><object width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=jgd-public-100311185303-phpapp02&#038;stripped_title=jgd-user-group-demo" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=jgd-public-100311185303-phpapp02&#038;stripped_title=jgd-user-group-demo" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/barakmich">barakmich</a>.</div>
</div>
<p>The source code &#8212; just 700 lines of Python &#8212; is <a href="http://github.com/barakmich/jgd">available on github</a>.</p>
<p>This is an awesome hack.  Thanks to Barak for presenting it, and thanks also to our other speakers, Kirsten Jones and Will Moffat.  Unfortunately their presentations were in the form of live demos, so we don&#8217;t have slides for them.</p>
<p><a href="http://www.meetup.com/sf-freebase/calendar/12845548/">Next month&#8217;s meetup</a> will be April 14th.  As usual, we&#8217;re on the lookout for speakers, so if you&#8217;re in San Francisco Bay Area and would like to show us how you&#8217;re using Freebase, <a href="mailto:kirrily@metaweb.com">drop me a line</a>.</p>
<img src="http://feeds.feedburner.com/~r/FreebaseBlog/~4/XC6q2DOwuqw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.freebase.com/2010/03/12/slides-from-wednesdays-sf-freebase-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.freebase.com/2010/03/12/slides-from-wednesdays-sf-freebase-meetup/</feedburner:origLink></item>
		<item>
		<title>Data cluster meetup at SXSW March 14, San Francisco Freebase meetup March 10</title>
		<link>http://feedproxy.google.com/~r/FreebaseBlog/~3/IhmdstCLUhQ/</link>
		<comments>http://blog.freebase.com/2010/03/04/data-cluster-meetup-san-francisco-meetup/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 00:44:35 +0000</pubDate>
		<dc:creator>skud</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[sxsw]]></category>

		<guid isPermaLink="false">http://blog.freebase.com/?p=1337</guid>
		<description><![CDATA[For those who are going to SXSW Interactive next week, you should check out the Data Cluster Meetup that Flip Kromer of Infochimps is organising. 
Last year a twitter conversation among three data geeks accidentally turned into a 30+ person data meetup — with no planning, nowhere near enough chairs, and yet a total success. [...]]]></description>
			<content:encoded><![CDATA[<p>For those who are going to <a href="http://sxsw.com/interactive">SXSW Interactive</a> next week, you should check out the <a href="http://datacluster.infochimps.org/">Data Cluster Meetup</a> that Flip Kromer of <a href="http://infochimps.org/">Infochimps</a> is organising. </p>
<blockquote><p>Last year a twitter conversation among three data geeks accidentally turned into a 30+ person data meetup — with no planning, nowhere near enough chairs, and yet a total success. Clearly, SxSW needs a gathering of data geeks.</p>
<p>So here it is, bigger, better, and with free food. We&#8217;re still keeping it simple, though: get a whole bunch of really smart data geeks together, set up group discussions and a round of lightning talks, but leave the majority of time for people who admire each other&#8217;s work to meet and exchange ideas.</p></blockquote>
<p>It&#8217;s at Opal Divine&#8217;s on Sunday March 14th, 6-9pm.  <a href="http://datacluster.infochimps.org/">RSVP here.</a>  I know there&#8217;ll be a couple of Freebase people in attendance as well as many from other open data projects.</p>
<p>Meanwhile, at home in San Francisco, we&#8217;ll be having our regular monthly <a href="http://www.meetup.com/sf-freebase/">SF Freebase meetup</a> on Wednesday March 10th.  The meetup starts at 6:30 with pizza and beer, then from 7pm we&#8217;ve got some great talks:</p>
<ul>
<li>Will Moffatt will be talking about MQL extensions
<li>Kirsten Jones will be demoing a Netflix/Freebase mashup
<li>Barak Michener will be showing off a Python implementation of a mini triple store and MQL which you can use to query Freebase data offline, or to mashup your own private data against Freebase.
</ul>
<p>And as usual we&#8217;ll wind down with some free time for Q&#038;A, hacking, or whatever.  <a href="http://www.meetup.com/sf-freebase/calendar/12577215">RSVP at meetup.com</a> to let us know you&#8217;re coming!</p>
<img src="http://feeds.feedburner.com/~r/FreebaseBlog/~4/IhmdstCLUhQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.freebase.com/2010/03/04/data-cluster-meetup-san-francisco-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.freebase.com/2010/03/04/data-cluster-meetup-san-francisco-meetup/</feedburner:origLink></item>
		<item>
		<title>San Francisco Freebase meetup, Wednesday 6:30pm</title>
		<link>http://feedproxy.google.com/~r/FreebaseBlog/~3/29WsH5MNgDs/</link>
		<comments>http://blog.freebase.com/2010/02/09/san-francisco-freebase-meetup-wednesday-630pm/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 22:56:49 +0000</pubDate>
		<dc:creator>skud</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[san francisco]]></category>

		<guid isPermaLink="false">http://blog.freebase.com/?p=1313</guid>
		<description><![CDATA[Oops, forgot to blog about this!  Though if you&#8217;re following us on Twitter you&#8217;ll already know about it.
This Wednesday, Feb 10th, is the second Wednesday of the month which means it&#8217;s time for the monthly SF Freebase meetup.  This month our talks include:

A new Freebase plugin for Wordpress
Using machine learning techniques to type [...]]]></description>
			<content:encoded><![CDATA[<p>Oops, forgot to blog about this!  Though if you&#8217;re <a href="http://twitter.com/fbase">following us on Twitter</a> you&#8217;ll already know about it.</p>
<p>This Wednesday, Feb 10th, is the second Wednesday of the month which means it&#8217;s time for the monthly <a href="http://www.meetup.com/sf-freebase/">SF Freebase meetup</a>.  This month our talks include:</p>
<ul>
<li>A new Freebase plugin for Wordpress
<li>Using machine learning techniques to type topics in Freebase
<li>Reconciling Wordnet data with topics in Freebase
<li>Connecting open government data (especially Recovery Act data) with Freebase
</ul>
<p>As usual there&#8217;ll be pizza, beer, wifi, and time for general Q&#038;A/demos/hacking.</p>
<p><a href="http://www.meetup.com/sf-freebase/calendar/12317421/">RSVP on the meetup page</a>.</p>
<img src="http://feeds.feedburner.com/~r/FreebaseBlog/~4/29WsH5MNgDs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.freebase.com/2010/02/09/san-francisco-freebase-meetup-wednesday-630pm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.freebase.com/2010/02/09/san-francisco-freebase-meetup-wednesday-630pm/</feedburner:origLink></item>
		<item>
		<title>Two new Freebase API libraries</title>
		<link>http://feedproxy.google.com/~r/FreebaseBlog/~3/NpowRS045y4/</link>
		<comments>http://blog.freebase.com/2010/02/01/two-new-freebase-api-libraries/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 20:28:39 +0000</pubDate>
		<dc:creator>skud</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mailing list]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[r. morgan]]></category>
		<category><![CDATA[shawn simister]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://blog.freebase.com/?p=1308</guid>
		<description><![CDATA[Just a heads-up for those who aren&#8217;t on the freebase-discuss mailing list.  These two libraries were both announced on the list on Friday.
First up, R. Morgan announced announced a beta release of phpFreebase library.
I just wanted to inform the group that a beta release ver.: 0.6.0 of phpFreebase has been released and the project [...]]]></description>
			<content:encoded><![CDATA[<p>Just a heads-up for those who aren&#8217;t on the <a href="http://lists.freebase.com/mailman/listinfo/freebase-discuss">freebase-discuss mailing list</a>.  These two libraries were both announced on the list on Friday.</p>
<p>First up, R. Morgan announced <a href="http://freebase.markmail.org/search/?q=php&#038;x=0&#038;y=0#query:php%20date%3A201001%20from%3A%22Randall%20Morgan%22+page:1+mid:a7x3tpt4sidvpywi+state:results">announced</a> a beta release of <a href="http://phpfreebase.sourceforge.net/">phpFreebase</a> library.</p>
<blockquote><p>I just wanted to inform the group that a beta release ver.: 0.6.0 of phpFreebase has been released and the project is now hosted on SourceForge.net at: http://phpfreebase.sourceforge.net</p>
<p>The library will currently allow querying of the Freebase system. I will soon be adding write operations and cleaning up the code. This is the first release of the php class library code so many changes may be made between this and the first release version 1.0.0. </p></blockquote>
<p>Shawn Simister also <a href="http://freebase.markmail.org/search/?q=java+date%3A201001+#query:java%20date%3A201001%20from%3A%22Shawn%20Simister%22+page:1+mid:dzltvunzzwmpme3x+state:results">posted</a> his <a href="http://github.com/narphorium/freebase-java-api">Java API</a> and <a href="http://github.com/narphorium/freebase-power-tools">power tools</a>:</p>
<blockquote><p>The Java API <http://github.com/narphorium/freebase-java-api> currently supports reads and writes through the Freebase API. MQL queries can be loaded from files and parameterized for both read and writes. Cursors are also supported but error handling still needs some work.</p>
<p>The Power Tools <http://github.com/narphorium/freebase-power-tools> project contains a collection of cross-platform, command-line tools that I&#8217;ve built to help me work with large data sets. Most notably, it includes my spreadsheet loader which allows you to map spreadsheet columns to MQL parameters and upload complex data sets.</p></blockquote>
<p>More information about libraries and tools for various languages can be found on the <a href="http://wiki.freebase.com/wiki/Category:Programming_languages">Freebase documentation wiki</a>.</p>
<img src="http://feeds.feedburner.com/~r/FreebaseBlog/~4/NpowRS045y4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.freebase.com/2010/02/01/two-new-freebase-api-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.freebase.com/2010/02/01/two-new-freebase-api-libraries/</feedburner:origLink></item>
		<item>
		<title>Freebase and the iPhone</title>
		<link>http://feedproxy.google.com/~r/FreebaseBlog/~3/oBMh42YKcT8/</link>
		<comments>http://blog.freebase.com/2010/01/23/freebase-and-the-iphone/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 19:44:45 +0000</pubDate>
		<dc:creator>skud</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[objective c]]></category>

		<guid isPermaLink="false">http://blog.freebase.com/?p=1306</guid>
		<description><![CDATA[Another set of slides from a recent SF Freebase meetup.  Back in December, Alec presented his work on an Objective C Freebase library and an iPhone app to help people add pictures to Freebase topics that are located near them.
Here&#8217;s the slide deck from Alec&#8217;s talk:
Freebase and the iPhone
View more presentations from Alec Flett.

You [...]]]></description>
			<content:encoded><![CDATA[<p>Another set of slides from a recent <a href="http://www.meetup.com/sf-freebase/">SF Freebase meetup</a>.  Back in December, Alec presented his work on an Objective C Freebase library and an iPhone app to help people add pictures to Freebase topics that are located near them.</p>
<p>Here&#8217;s the slide deck from Alec&#8217;s talk:</p>
<div style="width:425px;text-align:left" id="__ss_2974017"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/alecfl/freebase-and-the-iphone" title="Freebase and the iPhone">Freebase and the iPhone</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=iphone-freebase-100122123922-phpapp02&#038;stripped_title=freebase-and-the-iphone" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=iphone-freebase-100122123922-phpapp02&#038;stripped_title=freebase-and-the-iphone" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/alecfl">Alec Flett</a>.</div>
</div>
<p>You can also check out the <a href="http://code.google.com/p/freebase-framework/">Objective C Freebase library</a> at Google Code.  The iPhone app itself is, I believe, forthcoming.</p>
<p>Also, a reminder that meetups are held on the second Wednesday of each month at Freebase HQ in San Francisco.  <a href="http://www.meetup.com/sf-freebase/">Join our meetup group.</a></p>
<img src="http://feeds.feedburner.com/~r/FreebaseBlog/~4/oBMh42YKcT8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.freebase.com/2010/01/23/freebase-and-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.freebase.com/2010/01/23/freebase-and-the-iphone/</feedburner:origLink></item>
		<item>
		<title>Will’s “Server-side Javascript on Freebase.com” slides</title>
		<link>http://feedproxy.google.com/~r/FreebaseBlog/~3/Ygbwv4DEuO8/</link>
		<comments>http://blog.freebase.com/2010/01/21/wills-server-side-javascript-on-freebase-com-slides/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 20:06:18 +0000</pubDate>
		<dc:creator>skud</dc:creator>
				<category><![CDATA[Acre]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.freebase.com/?p=1304</guid>
		<description><![CDATA[Last night Will Moffat gave a talk at the San Francisco Javascript meetup on the topic of Acre, Freebase&#8217;s server-side javascript platform.  He&#8217;s just posted his slides, so here they are:
ServerSide Javascript on Freebase &#8211; SF JavaScript meetup #9
View more presentations from Will Moffat.

]]></description>
			<content:encoded><![CDATA[<p>Last night Will Moffat gave a talk at the San Francisco Javascript meetup on the topic of Acre, Freebase&#8217;s server-side javascript platform.  He&#8217;s just posted his slides, so here they are:</p>
<div style="width:425px;text-align:left" id="__ss_2966274"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/WillMoffat/serverside-javascript-on-freebase-sf-javascript-meetup-9" title="ServerSide Javascript on Freebase - SF JavaScript meetup #9">ServerSide Javascript on Freebase &#8211; SF JavaScript meetup #9</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=freebaseandacre-sfjavascriptmeetup9-willmoffat-key-100121115147-phpapp02&#038;stripped_title=serverside-javascript-on-freebase-sf-javascript-meetup-9" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=freebaseandacre-sfjavascriptmeetup9-willmoffat-key-100121115147-phpapp02&#038;stripped_title=serverside-javascript-on-freebase-sf-javascript-meetup-9" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/WillMoffat">Will Moffat</a>.</div>
</div>
<img src="http://feeds.feedburner.com/~r/FreebaseBlog/~4/Ygbwv4DEuO8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.freebase.com/2010/01/21/wills-server-side-javascript-on-freebase-com-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.freebase.com/2010/01/21/wills-server-side-javascript-on-freebase-com-slides/</feedburner:origLink></item>
		<item>
		<title>Community updates: SF meetup, NY workshop, and an open meeting</title>
		<link>http://feedproxy.google.com/~r/FreebaseBlog/~3/C-yOhMiRido/</link>
		<comments>http://blog.freebase.com/2009/12/03/community-updates-sf-meetup-ny-workshop-and-an-open-meeting/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 20:22:28 +0000</pubDate>
		<dc:creator>skud</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[community meeting]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[new york]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://blog.freebase.com/?p=1299</guid>
		<description><![CDATA[Meetup in San Francisco next Wednesday
A reminder that we have a meetup happening in San Francisco next Wednesday, December 9th, at Freebase HQ.  We have three talks lined up:
1. Alec Flett will talk about an iPhone app using Freebase&#8217;s geodata to encourage photo contributions
2. Arthur van Hoff will demo the Ellerdale Project, a new [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Meetup in San Francisco next Wednesday</strong></p>
<p>A reminder that we have a meetup happening in San Francisco next Wednesday, December 9th, at Freebase HQ.  We have three talks lined up:</p>
<p>1. Alec Flett will talk about an iPhone app using Freebase&#8217;s geodata to encourage photo contributions<br />
2. Arthur van Hoff will demo the Ellerdale Project, a new website mashing up Freebase with realtime data streams<br />
3. I&#8217;ll talk about guessing people&#8217;s gender based on Freebase&#8217;s data about given names</p>
<p><a href="http://www.meetup.com/sf-freebase/">Details at meetup.com</a> &#8212; please RSVP there!</p>
<p><strong>Community meeting next Monday</strong></p>
<p>Next Monday is the first one of the month so our regular internal Monday community meeting will be open to all via Skype.  </p>
<p><b>When:</b> 2:30pm PST (GMT-8), Monday December 7th</p>
<p><b>Where:</b> Metaweb, 631 Howard St, 4th floor, San Francisco</p>
<p><b>RSVP:</b> Please email kirrily@metaweb.com before 2pm Monday if you plan to attend corporeally or digitally (and provide your Skype username in the latter case).</p>
<p>More details at <a href="http://wiki.freebase.com/wiki/Community_Meeting_via_Skype">Community meeting via Skype</a> on our wiki, or see the <a href="http://wiki.freebase.com/wiki/Community_meeting/2009-12-07">agenda</a>.</p>
<p><strong>NY workshop is full</strong></p>
<p>Our <a href="http://blog.freebase.com/2009/11/23/freebase-workshop-in-new-york-city-december-10th/">full-day workshop in New York</a> has filled up quickly, and we have no more open slots for general signup.  However, if we get any dropouts we&#8217;ll be sure to let you know!  If you&#8217;d like to be put on a waiting list, please <a href="mailto:robert@metaweb.com">email Robert</a>.</p>
<img src="http://feeds.feedburner.com/~r/FreebaseBlog/~4/C-yOhMiRido" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.freebase.com/2009/12/03/community-updates-sf-meetup-ny-workshop-and-an-open-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.freebase.com/2009/12/03/community-updates-sf-meetup-ny-workshop-and-an-open-meeting/</feedburner:origLink></item>
		<item>
		<title>10 Million Topics!</title>
		<link>http://feedproxy.google.com/~r/FreebaseBlog/~3/3Rk5eep-_pw/</link>
		<comments>http://blog.freebase.com/2009/11/24/10-million-topics/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:43:51 +0000</pubDate>
		<dc:creator>zenkat</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Data loads]]></category>
		<category><![CDATA[freebase]]></category>
		<category><![CDATA[milestone]]></category>

		<guid isPermaLink="false">http://blog.freebase.com/?p=1279</guid>
		<description><![CDATA[Pop open the Champagne!
Freebase has passed a notable milestone.  On Sunday, at about 11:00am PST, we zoomed by our 10 millionth topic &#8212; and by the time you read this post, we should surpass the 11 million topic mark.  A year ago, Freebase stood at just over 4 million topics.  That&#8217;s an annual growth rate [...]]]></description>
			<content:encoded><![CDATA[<p>Pop open the <a href="http://www.freebase.com/view/en/champagne">Champagne</a>!</p>
<p>Freebase has passed a notable milestone.  On Sunday, at about 11:00am PST, we zoomed by our 10 millionth topic &#8212; and by the time you read this post, we should surpass the 11 million topic mark.  A year ago, Freebase stood at just over 4 million topics.  That&#8217;s an annual growth rate of over 100%.</p>
<p><img class="alignright" src="http://rystarr.files.wordpress.com/2009/06/fireworks1.jpg?w=323&amp;h=283" alt="Celebrate!" width="323" height="258" /></p>
<p>A great deal went into achieving this milestone &#8212; contributions from prolific community members like <a href="http://www.freebase.com/view/user/tfmorris">tfmorris</a>, <a href="http://www.freebase.com/view/user/pak21">pak21</a> and <a href="http://www.freebase.com/view/user/sprocketonline">sprocketonline</a> (see our <a href="http://experthub.freebaseapps.com/lb-contributions">contribution leaderboard</a> for more); new Data Team tools like the <a href="http://data.labs.freebase.com/recon/">recon service</a>, RABJ, and the <a href="http://data.labs.freebase.com/recon/recon.html">spreadsheet loader</a>; and continued growth in traditional data sources like <a href="http://download.freebase.com/wex/">Wikipedia</a>.  But the largest segment of growth came from our continuing efforts to build a comprehensive repository of high-quality information about media in all its forms &#8212; especially <a href="http://www.freebase.com/view/music">music</a>, <a href="http://www.freebase.com/view/film">movies</a>, <a href="http://www.freebase.com/view/tv">TV</a> and <a href="http://www.freebase.com/view/book">books</a>.</p>
<p>In October, we rounded out our TV domain by synchronizing with the excellent user-curated TV fan site <a href="http://www.tvrage.com">TVRage.com</a>.  Combined with earlier data loads from <a href="http://www.thetvdb.com">thetvdb.com</a>, we now have comprehensive coverage of nearly every TV <a href="http://www.freebase.com/view/tv/tv_program">show</a> and <a href="http://www.freebase.com/view/tv/tv_series_episode">episode</a> created in the United States.  It includes cast and credits, as well as links to key TV websites like <a href="http://www.tvguide.com/">tvguide.com</a> and <a href="http://www.hulu.com/">Hulu</a> &#8212; nearly a million topics in all!</p>
<p>But the load that took us over the 10 million mark was the final load of editions from <a href="http://openlibrary.org/">Open Library</a>.  Compromising 650,000 authors, almost 2 million books and 2.1 million book editions,   this load pushed new boundaries in our data acquisition, curation, reconciliation and QA processes.</p>
<p>In the months ahead, we&#8217;ll be continuing to both curate and extend our media data loads with more high-quality data sets.  We plan on continuing to reconcile authors and books already in Freebase, as well as loading more books from curated bibliographic catalogs.  We&#8217;ll also be fleshing out our data about movies with data from <a href="http://developer.netflix.com/">Netflix</a>, as well as restarting our regular synchronizations with <a href="http://www.musicbrainz.org">MusicBrainz</a> and their <a href="http://wiki.musicbrainz.org/Next_Generation_Schema">Next Generation Schema</a>.</p>
<p>Congratulations to everyone who helped get us to this point.  It&#8217;s been an exciting year &#8212; with more great data to come!</p>
<img src="http://feeds.feedburner.com/~r/FreebaseBlog/~4/3Rk5eep-_pw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.freebase.com/2009/11/24/10-million-topics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.freebase.com/2009/11/24/10-million-topics/</feedburner:origLink></item>
	</channel>
</rss>
