<?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>UMBC ebiquity &#187; Google</title>
	<atom:link href="http://ebiquity.umbc.edu/blogger/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://ebiquity.umbc.edu/blogger</link>
	<description>EBB is the ebiquity research group\\\'s blog at the University of Maryland, Baltimore County (UMBC).  We focus on technologies that facilitate the design, implementation and control of distributed, intelligent information systems -- mobile and pervasive computing, ad hoc networking, multiagent systems, knowledge representation and reasoning, and the semantic web.  As the tides of technology ebb and flow, we hope the good ideas wash up on our beach and the bad ones drift back out to sea.</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:50:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A review of the Google Go programming language</title>
		<link>http://ebiquity.umbc.edu/blogger/2009/11/12/a-review-of-googles-go-programming-language/</link>
		<comments>http://ebiquity.umbc.edu/blogger/2009/11/12/a-review-of-googles-go-programming-language/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 05:15:32 +0000</pubDate>
		<dc:creator>Tim Finin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[programming languages]]></category>

		<guid isPermaLink="false">http://ebiquity.umbc.edu/blogger/?p=2671</guid>
		<description><![CDATA[Mark Chu-Carroll is a Google software engineer who&#8217;s written a long, detailed and informed review of Google&#8217;s new programming language Go.  It&#8217;s worth a read if you are interested in understanding what it&#8217;s like as a programming language. Here&#8217;s a few points that I took note of.

&#8220;The guys who designed Go were very focused [...]]]></description>
			<content:encoded><![CDATA[<p>Mark Chu-Carroll is a Google software engineer who&#8217;s written a long, detailed and informed review of <a href="http://scienceblogs.com/goodmath/2009/11/googles_new_language_go.php">Google&#8217;s new programming language Go</a>.  It&#8217;s worth a read if you are interested in understanding what it&#8217;s like as a programming language. Here&#8217;s a few points that I took note of.</p>
<ul>
&#8220;The guys who designed Go were very focused on keeping things as small and simple as possible. When you look at it in contrast to a language like C++, it&#8217;s absolutely striking. Go is very small, and very simple. There&#8217;s no cruft. No redundancy. Everything has been pared down. But for the most part, they give you what you need. If you want a C-like language with some basic object-oriented features and garbage collection, Go is about as simple as you could realistically hope to get.&#8221;</p>
<p>&#8220;The most innovative thing about it is its type system. &#8230; It ends up giving you something with the flavor of Python-ish duck typing, but with full type-checking from the compiler.&#8221;</p>
<p>&#8220;Go programs compile really astonishingly quickly. When I first tried it, I thought that I had made a mistake building the compiler. It was just too damned fast. I&#8217;d never seen anything quite like it.&#8221;</p>
<p>&#8220;At the end of the day, what do I think? I like Go, but I don&#8217;t love it. If it had generics, it would definitely be my favorite of the C/C++/C#/Java family. It&#8217;s got a very elegant simplicity to it which I really like. The interface type system is wonderful. The overall structure of programs and modules is excellent. But it&#8217;s got some ugliness. &#8230;  It&#8217;s not going to wipe C++ off the face of the earth. But I think it will establish itself as a solid alternative.&#8221;
</ul>
<p><a href="http://golang.org/">Go</a> sounds like a language that will help you grow as a computer scientist if you use it.  That&#8217;s a good enough recommendation for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebiquity.umbc.edu/blogger/2009/11/12/a-review-of-googles-go-programming-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google VP on semantic search and the Semantic Web</title>
		<link>http://ebiquity.umbc.edu/blogger/2009/11/11/google-vp-on-semantic-search-and-the-semantic-web/</link>
		<comments>http://ebiquity.umbc.edu/blogger/2009/11/11/google-vp-on-semantic-search-and-the-semantic-web/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 14:00:23 +0000</pubDate>
		<dc:creator>Tim Finin</dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[NLP]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[sEARCH]]></category>

		<guid isPermaLink="false">http://ebiquity.umbc.edu/blogger/?p=2660</guid>
		<description><![CDATA[PCWorld has a story, Google VP Mayer Describes the Perfect Search Engine, with some interesting comments on semantic search from Marissa Mayer, Google&#8217;s vice president of Search Products &#038; User Experience.

&#8220;IDGNS: What&#8217;s the status of semantic search at Google? You have said in the past that through &#8220;brute force&#8221; &#8212; analyzing massive amounts of queries [...]]]></description>
			<content:encoded><![CDATA[<p>PCWorld has a story, <a href="http://www.pcworld.com/businesscenter/article/181874/google_vp_mayer_describes_the_perfect_search_engine.html">Google VP Mayer Describes the Perfect Search Engine</a>, with some interesting comments on <i>semantic search</i> from Marissa Mayer, Google&#8217;s vice president of Search Products &#038; User Experience.</p>
<blockquote><p>
&#8220;IDGNS: What&#8217;s the status of semantic search at Google? You have said in the past that through &#8220;brute force&#8221; &#8212; analyzing massive amounts of queries and Web content &#8212; Google&#8217;s engine can deliver results that make it seem as if it understood things semantically, when it really functions using other algorithmic approaches. Is that still the preferred approach?</p>
<p>Mayer: We believe in building intelligent systems that learn off of data in an automated way, [and then] tuning and refining them. When people talk about semantic search and the semantic Web, they usually mean something that is very manual, with maps of various associations between words and things like that. We think you can get to a much better level of understanding through pattern-matching data, building large-scale systems. That&#8217;s how the brain works. That&#8217;s why you have all these fuzzy connections, because the brain is constantly processing lots and lots of data all the time.</p>
<p>IDGNS: A couple of years ago or so, some experts were predicting that semantic technology would revolutionize search and blindside Google, but that hasn&#8217;t happened. It seems that semantic search efforts have hit a wall, especially because semantic engines are hard to scale.</p>
<p>Mayer: The problem is that language changes. Web pages change. How people express themselves changes. And all those things matter in terms of how well semantic search applies. That&#8217;s why it&#8217;s better to have an approach that&#8217;s based on machine learning and that changes, iterates and responds to the data. That&#8217;s a more robust approach. That&#8217;s not to say that semantic search has no part in search. It&#8217;s just that for us, we really prefer to focus on things that can scale. If we could come up with a semantic search solution that could scale, we would be very excited about that. For now, what we&#8217;re seeing is that a lot of our methods approximate the intelligence of semantic search but do it through other means.&#8221;  </p></blockquote>
<p>I interpret these comments to mean that Google&#8217;s management still views the concept of semantic search (and the Semantic Web) as involving better understanding of the intended meaning of text in documents and queries.  The W3C&#8217;s <i>web of data</i> model is still not on their radar.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebiquity.umbc.edu/blogger/2009/11/11/google-vp-on-semantic-search-and-the-semantic-web/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dashboard shows data Google has about you</title>
		<link>http://ebiquity.umbc.edu/blogger/2009/11/05/dashboard-shows-data-google-has-about-you/</link>
		<comments>http://ebiquity.umbc.edu/blogger/2009/11/05/dashboard-shows-data-google-has-about-you/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:46:22 +0000</pubDate>
		<dc:creator>Tim Finin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://ebiquity.umbc.edu/blogger/?p=2633</guid>
		<description><![CDATA[Google added a great new service, Dashboard, that summarizes data stored for a Google account &#8212; see MY ACCOUNT>PERSONAL SETTINGS>DASHBOARD. 

&#8220;Designed to be simple and useful, the Dashboard summarizes data for each product that you use (when signed in to your account) and provides you direct links to control your personal settings. Today, the Dashboard [...]]]></description>
			<content:encoded><![CDATA[<p>Google added a great new service, <a href="http://googleblog.blogspot.com/2009/11/transparency-choice-and-control-now.html">Dashboard</a>, that summarizes data stored for a Google account &#8212; see <a href="https://www.google.com/accounts/ServiceLogin?service=datasummary&#038;passive=900&#038;continue=https%3A%2F%2Fwww.google.com%2Fdashboard%2F&#038;followup=https%3A%2F%2Fwww.google.com%2Fdashboard%2F">MY ACCOUNT>PERSONAL SETTINGS>DASHBOARD</a>. </p>
<blockquote><p>
&#8220;Designed to be simple and useful, the Dashboard summarizes data for each product that you use (when signed in to your account) and provides you direct links to control your personal settings. Today, the Dashboard covers more than 20 products and services, including Gmail, Calendar, Docs, Web History, Orkut, YouTube, Picasa, Talk, Reader, Alerts, Latitude and many more. The scale and level of detail of the Dashboard is unprecedented, and we&#8217;re delighted to be the first Internet company to offer this — and we hope it will become the standard.&#8221;
</p></blockquote>
<p>This is a good move on Google&#8217;s part. But while there&#8217;s a lot of information included, it&#8217;s not everything that Google knows about you &#8212; e.g., data in cookies, click throughs data from search results and information from companies it&#8217;s acquired, like <a href="http://en.wikipedia.org/wiki/DoubleClick">Doublclick</a>.  Still, it is a big step in a positive direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebiquity.umbc.edu/blogger/2009/11/05/dashboard-shows-data-google-has-about-you/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WebFinger: a finger protocol for the Web</title>
		<link>http://ebiquity.umbc.edu/blogger/2009/08/15/webfinger-a-finger-protocol-for-the-web/</link>
		<comments>http://ebiquity.umbc.edu/blogger/2009/08/15/webfinger-a-finger-protocol-for-the-web/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 04:02:51 +0000</pubDate>
		<dc:creator>Tim Finin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://ebiquity.umbc.edu/blogger/?p=2351</guid>
		<description><![CDATA[Maybe WebFinger will succeed where others have failed.  At what?  At providing a simple handle for a person that can be easily used to get basic information that the person wants to make available.  The WebFinger proposal is to use an email address as the handle.
 WebFinger, aka Personal Web Discovery. i.e. [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe <a href="http://code.google.com/p/WebFinger/">WebFinger</a> will succeed where others have failed.  At what?  At providing a simple handle for a person that can be easily used to get basic information that the person wants to make available.  The WebFinger proposal is to use an email address as the handle.</p>
<blockquote><p> WebFinger, aka Personal Web Discovery. i.e. We&#8217;re bringing back the <a href="http://en.wikipedia.org/wiki/Finger_protocol">finger protocol</a>, but using HTTP this time.  </p></blockquote>
<p>Techcrunch has a post on this, <a href="http://www.techcrunch.com/2009/08/14/google-points-at-WebFinger-your-gmail-address-could-soon-be-your-id/">Google Points At WebFinger. Your Gmail Address Could Soon Be Your ID</a> with some background.</p>
<blockquote><p>
There’s some excitement around the web today among a certain group of high profile techies. What are they so excited about? Something called WebFinger, and the fact that Google is apparently getting serious about supporting it. So what is it?</p>
<p>It’s an extension of something called the “finger protocol” that was used in the earlier days of the web to identify people by their email addresses. As the web expanded, the finger protocol faded out, but the idea of needing a unified way to identify yourself has not. That’s why you keep hearing about OpenID and the like all the time. </p></blockquote>
<p>The current focus of the WebFinger group is on developing the spec for accessing a user&#8217;s metadata given their handle.  Using RDF and the FOAF vocabulary should be a no-brainer for representing the metadata.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebiquity.umbc.edu/blogger/2009/08/15/webfinger-a-finger-protocol-for-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Reader gets more social</title>
		<link>http://ebiquity.umbc.edu/blogger/2009/07/16/google-reader-gets-more-social/</link>
		<comments>http://ebiquity.umbc.edu/blogger/2009/07/16/google-reader-gets-more-social/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 17:20:44 +0000</pubDate>
		<dc:creator>Tim Finin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Social media]]></category>

		<guid isPermaLink="false">http://ebiquity.umbc.edu/blogger/?p=2201</guid>
		<description><![CDATA[The most frequent complaint about facebook I&#8217;ve seen is that it provides a button to show you like an item, but not one for dislike.  Google Reader recently added new social features the ability for users to mare a post as liked but it also doesn&#8217;t allow you to indicate your dislike. You can [...]]]></description>
			<content:encoded><![CDATA[<p>The most frequent complaint about facebook I&#8217;ve seen is that it provides a button to show you like an item, but not one for dislike.  Google Reader recently added new <a href="http://googlereader.blogspot.com/2009/07/following-liking-and-people-searching.html">social features</a> the ability for users to mare a post as <i>liked</i> but it also doesn&#8217;t allow you to indicate your <i>dislike</i>. You can <i>unlike</i> an item that you previously had <i>liked</i>, but that just gets you back to a neutral stance.</p>
<p><center><a href="http://ebiquity.umbc.edu/blogger/wp-content/uploads/2009/07/picture-2.png"><img src="http://ebiquity.umbc.edu/blogger/wp-content/uploads/2009/07/picture-2-300x218.png" alt="Google Reader gets more social" title="picture-2" width="300" height="218" class="size-medium wp-image-2203" /></a></center></p>
<p>It&#8217;s probably a prudent choice, aimed at keeping things civil.  But there are two schools of thought about the old adage <i>&#8220;If you don&#8217;t have anything nice to say about someone &#8230;&#8221;</i>, one of which ends with <i>&#8220;come sit next to me.&#8221;.</p>
<p>The first time you </i><i>like</i> a post on Google Reader it warns you that it&#8217;s a public act.  Indeed, clicking on the <i>&#8220;N people liked this&#8221;</i> link at the top of a post in Reader shows you the Google names of readers who liked it.  You can click through to their Google profiles or to see a list of other liked and shared items.  Public indeed!  At least on facebook your likes are visible only to people who can see the corresponding item.</p>
<p>I think Google Reader&#8217;s new social features look like they might be useful, but time will tell.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebiquity.umbc.edu/blogger/2009/07/16/google-reader-gets-more-social/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google is from Mars, Facebook is from Venus</title>
		<link>http://ebiquity.umbc.edu/blogger/2009/06/23/google-is-from-mars-facebook-is-from-venus/</link>
		<comments>http://ebiquity.umbc.edu/blogger/2009/06/23/google-is-from-mars-facebook-is-from-venus/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 11:25:30 +0000</pubDate>
		<dc:creator>Tim Finin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://ebiquity.umbc.edu/blogger/?p=2005</guid>
		<description><![CDATA[Wired has an interesting article on Facebook vs. Google, Great Wall of Facebook: The Social Network&#8217;s Plan to Dominate the Internet — and Keep Google Out.
 &#8220;Today, the Google-Facebook rivalry isn&#8217;t just going strong, it has evolved into a full-blown battle over the future of the Internet—its structure, design, and utility. For the last decade [...]]]></description>
			<content:encoded><![CDATA[<p>Wired has an interesting article on Facebook vs. Google, <a href="http://www.wired.com/techbiz/it/magazine/17-07/ff_facebookwall?currentPage=all">Great Wall of Facebook: The Social Network&#8217;s Plan to Dominate the Internet — and Keep Google Out</a>.</p>
<blockquote><p> &#8220;Today, the Google-Facebook rivalry isn&#8217;t just going strong, it has evolved into a full-blown battle over the future of the Internet—its structure, design, and utility. For the last decade or so, the Web has been defined by Google&#8217;s algorithms—rigorous and efficient equations that parse practically every byte of online activity to build a dispassionate atlas of the online world. Facebook CEO Mark Zuckerberg envisions a more personalized, humanized Web, where our network of friends, colleagues, peers, and family is our primary source of information, just as it is offline. In Zuckerberg&#8217;s vision, users will query this &#8220;social graph&#8221; to find a doctor, the best camera, or someone to hire—rather than tapping the cold mathematics of a Google search. It is a complete rethinking of how we navigate the online world, one that places Facebook right at the center. In other words, right where Google is now.&#8221;  </p></blockquote>
<p>This is definitely a David and Goliath match, what with Facebook not having turned a profit yet.  The article does a good job of pointing out how their services are different and complement one another.</p>
<p>At the risk of evoking <a href="http://en.wikipedia.org/wiki/Men_Are_From_Mars,_Women_Are_From_Venus">discredited stereotypes</a>, maybe Google is from Mars and Facebook is from Venus.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebiquity.umbc.edu/blogger/2009/06/23/google-is-from-mars-facebook-is-from-venus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BlindSearch evaluates Google, Bing and Yahoo search engines</title>
		<link>http://ebiquity.umbc.edu/blogger/2009/06/07/blindsearch-evaluates-google-bing-and-yahoo-search-engines/</link>
		<comments>http://ebiquity.umbc.edu/blogger/2009/06/07/blindsearch-evaluates-google-bing-and-yahoo-search-engines/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 14:10:23 +0000</pubDate>
		<dc:creator>Tim Finin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[sEARCH]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://ebiquity.umbc.edu/blogger/?p=1945</guid>
		<description><![CDATA[Who&#8217;s got the best basic web search engine?  One way to approach that question is to conduct an experiment in which subjects rank the results returned by several engines without knowing which is which.
BlindSearch is a simple and neat site that collects &#8216;objective&#8217; opinions on search quality by showing query results from Google, Yahoo [...]]]></description>
			<content:encoded><![CDATA[<p>Who&#8217;s got the best basic web search engine?  One way to approach that question is to conduct an experiment in which subjects rank the results returned by several engines without knowing which is which.</p>
<p><a href="http://blindsearch.fejus.com/">BlindSearch</a> is a simple and neat site that collects &#8216;objective&#8217; opinions on search quality by showing query results from Google, Yahoo and Bing side by side without identifying which is which and inviting you to select the best.</p>
<blockquote><p> &#8220;Type in a search query above, hit search then vote for the column which you believe best matches your query. The columns are randomised with every query.</p>
<p>The goal of this site is simple, we want to see what happens when you remove the branding from search engines. How differently will you perceive the results?&#8221;  </p></blockquote>
<p><center><br />
<a href="http://blindsearch.fejus.com/" border="0"><img src="http://ebiquity.umbc.edu/blogger/wp-content/uploads/2009/06/picture-1.png" alt="BlindSearch evaluates Google, Bing and Yahoo" title="BlindSearch" width="450" height="320"  border="0" /></a></center></p>
<p>As of this writing there have been 1679 votes for preferred results with Google getting 39%, Bing 39% and Yahoo: 22%.</p>
<p><b>update 2:14pm edt 6/7</b>: Google: 45%, Bing: 32%, Yahoo: 22% | 11,130 votes</p>
]]></content:encoded>
			<wfw:commentRss>http://ebiquity.umbc.edu/blogger/2009/06/07/blindsearch-evaluates-google-bing-and-yahoo-search-engines/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome for Linux and Mac</title>
		<link>http://ebiquity.umbc.edu/blogger/2009/06/05/google-chrome-for-linux-and-mac/</link>
		<comments>http://ebiquity.umbc.edu/blogger/2009/06/05/google-chrome-for-linux-and-mac/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 13:32:10 +0000</pubDate>
		<dc:creator>Tim Finin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[sEARCH]]></category>

		<guid isPermaLink="false">http://ebiquity.umbc.edu/blogger/?p=1940</guid>
		<description><![CDATA[How&#8217;s this for truth in advertising. The Chromium blog announces beta versions of Google Chrome for MAC OS X and Linus, but warns people not to try them in a post Danger: Mac and Linux builds available.

&#8220;In order to get more feedback from developers, we have early developer channel versions of Google Chrome for Mac [...]]]></description>
			<content:encoded><![CDATA[<p>How&#8217;s this for truth in advertising. The Chromium blog announces beta versions of Google Chrome for MAC OS X and Linus, but warns people not to try them in a post <a href="http://blog.chromium.org/2009/06/danger-mac-and-linux-builds-available.html">Danger: Mac and Linux builds available</a>.</p>
<blockquote><p>
&#8220;In order to get more feedback from developers, we have early developer channel versions of Google Chrome for Mac OS X and Linux, but whatever you do, please DON&#8217;T DOWNLOAD THEM! Unless of course you are a developer or take great pleasure in incomplete, unpredictable, and potentially crashing software. How incomplete? So incomplete that, <a href="http://code.google.com/p/chromium/issues/list?can=2&#038;q=OS:Linux,Mac">among other things</a>, you won&#8217;t yet be able to view YouTube videos, change your privacy settings, set your default search provider, or even print.&#8221;
</p></blockquote>
<p>Of course, they know that this will make trying them irresistible to some of us.  If that includes you, go get the <a href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac">Mac</a> or <a href="http://dev.chromium.org/getting-involved/dev-channel">Linux</a> version.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebiquity.umbc.edu/blogger/2009/06/05/google-chrome-for-linux-and-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bing vs. Google, side by side comparison</title>
		<link>http://ebiquity.umbc.edu/blogger/2009/06/01/bing-vs-google-side-by-side-comparison/</link>
		<comments>http://ebiquity.umbc.edu/blogger/2009/06/01/bing-vs-google-side-by-side-comparison/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 21:05:46 +0000</pubDate>
		<dc:creator>Tim Finin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[sEARCH]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://ebiquity.umbc.edu/blogger/?p=1925</guid>
		<description><![CDATA[Microsoft&#8217;s new Bing search engine is getting a lot of interest.  Glenn McDonald posts about  a nice side-by-side Bing vs Google comparator tat he developed.  It makes it easy to compare how the two services do on a range of different types of searches.  Here are the ones that Glen said [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s new Bing search engine is getting a lot of interest.  Glenn McDonald <a href="http://www.furia.com/page.cgi?type=log&#038;id=327">posts </a>about  a nice <a href="http://www.furia.com/code/bg/bg.cgi">side-by-side Bing vs Google comparator</a> tat he developed.  It makes it easy to compare how the two services do on a range of different types of searches.  Here are the ones that Glen said he found useful in developing his initial opinion.</p>
<ul>
<li><a target=bg href="http://furia.com/code/bg/bg.cgi?q=kate+bush+covers">kate bush covers</a></li>
<li><a target=bg href="http://furia.com/code/bg/bg.cgi?q=president+twice">president twice</a></li>
<li><a target=bg href="http://furia.com/code/bg/bg.cgi?q=president+obama%27s+birthday">president obama&#39;s birthday</a></li>
<li><a target=bg href="http://furia.com/code/bg/bg.cgi?q=thread+query+language">thread query language</a></li>
<li><a target=bg href="http://furia.com/code/bg/bg.cgi?q=where+the+rose+is+sown">where the rose is sown</a></li>
<li><a target=bg href="http://furia.com/code/bg/bg.cgi?q=capital+of+estonia">capital of estonia</a></li>
<li><a target=bg href="http://furia.com/code/bg/bg.cgi?q=boston+to+asheville">boston to asheville</a></li>
<li><a target=bg href="http://furia.com/code/bg/bg.cgi?q=36+jfk+street">36 jfk street</a></li>
<li><a target=bg href="http://furia.com/code/bg/bg.cgi?q=austin+population">austin population</a></li>
<li><a target=bg href="http://furia.com/code/bg/bg.cgi?q=primitons+reissue">primitons reissue</a></li>
<li><a target=bg href="http://furia.com/code/bg/bg.cgi?q=ellen+barkin+buckaroo+banzai+picture">ellen barkin buckaroo banzai picture</a>
</li>
</ul>
<p>I sense form some of these queries that he is probing the systems where an advanced search engine can exploit a little bit of semantic knowledge.  For example, recognizing that a user&#8217;s query  &#8220;boston to asheville&#8221; matches a common pattern &#8220;
<place> to </place>
<place>&#8220;, and she probably is interested in information about how to travel from the first location tot he second.  It seems like Google has been working on adding more such patterns, at least for the low hanging fruit.</p>
<p>Of course, if everyone hits on this site it may get throttled or blocked by either or both of the search engines. @Glen &#8212; would you be willing to share your code?</p>
<p>(spotted on <a href="http://news.ycombinator.com/">hacker news</a>)</place>
]]></content:encoded>
			<wfw:commentRss>http://ebiquity.umbc.edu/blogger/2009/06/01/bing-vs-google-side-by-side-comparison/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Wave as a new communication model</title>
		<link>http://ebiquity.umbc.edu/blogger/2009/05/28/google-wave-as-a-new-communication-model/</link>
		<comments>http://ebiquity.umbc.edu/blogger/2009/05/28/google-wave-as-a-new-communication-model/#comments</comments>
		<pubDate>Fri, 29 May 2009 03:14:19 +0000</pubDate>
		<dc:creator>Tim Finin</dc:creator>
				<category><![CDATA[Agents]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[FIPA]]></category>
		<category><![CDATA[kqml]]></category>

		<guid isPermaLink="false">http://ebiquity.umbc.edu/blogger/?p=1893</guid>
		<description><![CDATA[Google wave looks interesting. Google describes it as &#8220;a new tool for communication and collaboration on the web&#8221; and it&#8217;s a funny mix of email, instant messaging, wikis, and Facebook wall interactions.  Or maybe IRC for the new century.  This is from a post, Went Walkabout. Brought back Google Wave, on the Google [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wave.google.com/">Google wave</a> looks interesting. Google describes it as &#8220;a new tool for communication and collaboration on the web&#8221; and it&#8217;s a funny mix of email, instant messaging, wikis, and Facebook wall interactions.  Or maybe IRC for the new century.  This is from a post, <a href="http://googleblog.blogspot.com/2009/05/went-walkabout-brought-back-google-wave.html">Went Walkabout. Brought back Google Wave</a>, on the Google blog.</p>
<blockquote><p> &#8220;A &#8220;wave&#8221; is equal parts conversation and document, where people can communicate and work together with richly formatted text, photos, videos, maps, and more. Here&#8217;s how it works: In Google Wave you create a wave and add people to it. Everyone on your wave can use richly formatted text, photos, gadgets, and even feeds from other sources on the web. They can insert a reply or edit the wave directly. It&#8217;s concurrent rich-text editing, where you see on your screen nearly instantly what your fellow collaborators are typing in your wave. That means Google Wave is just as well suited for quick messages as for persistent content — it allows for both collaboration and communication. You can also use &#8220;playback&#8221; to rewind the wave and see how it evolved.&#8221;</p></blockquote>
<p>Google Wave is not available yet, but you can <a href="https://services.google.com/fb/forms/wavesignup/">sign up to be notified</a> when it&#8217;s launched.</p>
<p>Here&#8217;s a random thought.  Our models for communication in multiagent systems (e.g., <a href="http://en.wikipedia.org/wiki/KQML">KQML</a> and <a href="http://en.wikipedia.org/wiki/FIPA">FIPA</a>) were informed by if not based on email and, to a lesser degree, IM.  If Wave is a useful new communication model for humans, does it have a counterpart for software agents?  If so, I suspect that ideas from the Semantic Web will be useful to provide a &#8220;rich content&#8221; for agents.</p>
<p>For more views, see posts by <a href="http://radar.oreilly.com/2009/05/google-wave-what-might-email-l.html">o&#8217;reilly</a>, <a href="http://www.techcrunch.com/2009/05/28/google-wave-drips-with-ambition-can-it-fulfill-googles-grand-web-vision/">techcrunch</a>, <a href="http://www.businessweek.com/the_thread/techbeat/archives/2009/05/watching_sergey.html">BusinessWeek</a> and <a href="http://www.gaborcselle.com/blog/2009/05/technical-look-at-google-wave.html">Gabor Cselle</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebiquity.umbc.edu/blogger/2009/05/28/google-wave-as-a-new-communication-model/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
