<?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>gnapse.com &#187; google</title>
	<atom:link href="http://gnapse.com/blog/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://gnapse.com/blog</link>
	<description>whatever comes to my mind</description>
	<lastBuildDate>Wed, 02 May 2012 15:08:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Unit Conversion for Alfred and Java</title>
		<link>http://gnapse.com/blog/2012/02/07/unit-conversion-for-alfred/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unit-conversion-for-alfred</link>
		<comments>http://gnapse.com/blog/2012/02/07/unit-conversion-for-alfred/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 22:14:53 +0000</pubDate>
		<dc:creator>ernesto</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[alfredapp]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[growl]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[unit conversion]]></category>

		<guid isPermaLink="false">http://gnapse.com/blog/?p=335</guid>
		<description><![CDATA[Have you ever tried typing unit conversion queries in Google&#8217;s search box? You&#8217;ll get something like this. Imagine if you could that offline, or even be able to have this functionality available to incorporate it in scripts or other programs as well. Imagine you could have this functionality as an extension in Mac&#8217;s AlfredApp. Introducing Metric: [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried typing unit conversion queries in Google&#8217;s search box? You&#8217;ll get something like this.</p>
<div id="attachment_336" class="wp-caption aligncenter" style="width: 552px"><a href="http://gnapse.com/blog/wp-content/uploads/2012/02/google-unit-conversion.png"><img class="size-full wp-image-336" title="Google Unit Conversion" src="http://gnapse.com/blog/wp-content/uploads/2012/02/google-unit-conversion.png" alt="Google Unit Conversion" width="542" height="293" /></a><p class="wp-caption-text">Performing unit conversion queries using Google&#39;s search box.</p></div>
<p>Imagine if you could that offline, or even be able to have this functionality available to incorporate it in scripts or other programs as well. Imagine you could have this functionality as an extension in Mac&#8217;s <a title="Alfred App" href="http://www.alfredapp.com/" target="_blank">AlfredApp</a>.</p>
<h2>Introducing Metric: A Unit Conversion Library for Java</h2>
<p>I needed this functionality to develop an extension for Alfred, the most wonderful Mac launcher, and I wanted it to work offline, without having to retrieve the results from Google or another online source. So I created a Java library that&#8217;s capable of performing unit conversion queries expressed in natural English. I called it simply <strong>Metric</strong>, made it open source, and <a href="https://github.com/gnapse/metric" target="_blank">published it on Github</a>. You can clone it, fork it, play with it or contribute back if you will. The code is fairly well documented and organized. The library includes some supporting sub-libraries that may be used independently in other projects, including a plural/singular inflector for the English language.</p>
<h2>Metric meets Alfred</h2>
<p>The original goal of developing a library like <strong>Metric</strong> was to use it as an Alfred extension. Alfred (<a href="http://www.alfredapp.com/" target="_blank">http://www.alfredapp.com/</a>) is a wonderful productivity application for Mac, much like Quicksilver or Google&#8217;s Quick Search Box, but  a little bit better in my opinion. You can grab a copy of Metric as an Alfred extension <a title="Unit Conversion extension for AlfredApp" href="http://cl.ly/340O1y0n0p3c1b2D3n30" target="_blank">here</a>. After you install this extension, you can type unit conversion queries on Alfred using <code>cv</code> as keyword.</p>
<div id="attachment_337" class="wp-caption aligncenter" style="width: 658px"><a href="http://gnapse.com/blog/wp-content/uploads/2012/02/alfred-unit-conversion.png"><img class="size-full wp-image-337" title="Alfred Unit Conversion" src="http://gnapse.com/blog/wp-content/uploads/2012/02/alfred-unit-conversion.png" alt="Unit Conversion with Alfred" width="648" height="190" /></a><p class="wp-caption-text">Performing a unit conversion query with Alfred</p></div>
<p>This Alfred extension shows the results of the conversion using Growl, but I guess if you already have a Mac chances are that you Growl installed. If not, you can get it <a title="Growl" href="http://growl.info/" target="_blank">here</a>.</p>
<h2>Links and resources</h2>
<ul>
<li><a href="https://github.com/gnapse/metric" target="_blank">Metric source code repository on Github</a></li>
<li><a href="http://cl.ly/340O1y0n0p3c1b2D3n30" target="_blank">Unit Conversion extension for AlfredApp</a></li>
<li><a href="http://www.alfredapp.com/" target="_blank">Alfred App</a> and <a href="http://growl.info/" target="_blank">Growl</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gnapse.com/blog/2012/02/07/unit-conversion-for-alfred/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open multiple Gmail accounts at once</title>
		<link>http://gnapse.com/blog/2010/08/06/open-multiple-gmail-accounts-at-once/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=open-multiple-gmail-accounts-at-once</link>
		<comments>http://gnapse.com/blog/2010/08/06/open-multiple-gmail-accounts-at-once/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 14:37:28 +0000</pubDate>
		<dc:creator>ernesto</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://gnapse.com/blog/?p=166</guid>
		<description><![CDATA[Yesterday Google unveiled a great new feature for Gmail and other Google services, which allows you to sign into more than one Google Account at the same time, with no need to use separate browsers, or constantly signing in and out of one or the other. Once you enable multiple accounts, the account name that appears on the [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday Google unveiled a <a href="http://gmailblog.blogspot.com/2010/08/access-two-gmail-accounts-at-once-in.html" target="_blank">great new feature</a> for Gmail and other Google services, which allows you to sign into more than one Google Account at the same time, with no need to use separate browsers, or constantly signing in and out of one or the other.</p>
<div id="attachment_167" class="wp-caption alignright" style="width: 246px"><a href="http://gnapse.com/blog/wp-content/uploads/2010/08/gmail-multilogin.png"><img class="size-full wp-image-167" title="Gmail multi-login menu" src="http://gnapse.com/blog/wp-content/uploads/2010/08/gmail-multilogin.png" alt="Gmail multi-login menu" width="236" height="110" /></a><p class="wp-caption-text">The drop-down menu used to switch accounts when multi-login is enabled.</p></div>
<p>Once you enable multiple accounts, the account name that appears on the top-right area of the window now features a drop-down menu that allows you to switch accounts. You may be thinking that you cannot use two accounts really <em>at once</em>, but that you would only be able to easily switch. But this is not the case. You can actually keep two or more different tabs or windows in your browser open at the same time with different Gmail accounts.</p>
<h2>A word of caution</h2>
<p>Google is not shy about <a href="http://www.google.com/support/accounts/bin/answer.py?answer=181599&amp;hl=en" target="_blank">warning you of the drawbacks</a> of this new setting and the care you need to take when using the different available Google services from each account you are logged into. First of all, not all services currently support the multiple accounts setup, so they will default to the primary account, which is the one you logged into first, and the one from which you setup the login for the extra accounts. Also, offline Gmail and Calendar are not supported if you enable this new feature.</p>
<p>Clearly, you need to be specially aware of what you are doing and what it means during your workflow. This is particularly true while using the Gmail service, because you could end up sending an email from the wrong account! This is where Gmail themes come very handy. You can apply different themes to different Gmail accounts, to visually and instantly distinguish where you are standing at.</p>
<p>Anyway, surely this new quirk is very welcome. I wonder why Google is always hitting the nail in the head, and I certainly hope they keep performing that way.</p>
]]></content:encoded>
			<wfw:commentRss>http://gnapse.com/blog/2010/08/06/open-multiple-gmail-accounts-at-once/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome for Mac and Linux</title>
		<link>http://gnapse.com/blog/2009/12/09/google-chrome-for-mac-and-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-chrome-for-mac-and-linux</link>
		<comments>http://gnapse.com/blog/2009/12/09/google-chrome-for-mac-and-linux/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 23:01:54 +0000</pubDate>
		<dc:creator>ernesto</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[gmail offline]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[google gears]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://gnapse.com/blog/?p=98</guid>
		<description><![CDATA[I received with great joy today the news that Google&#8217;s web browser, Google Chrome, has been officially released for Mac (and Linux), even if it is still tagged as beta. Since its first appearance in the web browsers scene more than a year ago, Google Chrome has been a source of innovation the area, with [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_99" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-99" title="google-chrome-mac" src="http://gnapse.com/blog/wp-content/uploads/2009/12/google-chrome-mac-300x208.png" alt="Google Chrome running on Leopard" width="300" height="208" /><p class="wp-caption-text">Google Chrome running on Leopard</p></div>
<p>I received with great joy today the news that Google&#8217;s web browser, Google Chrome, <a href="http://chrome.blogspot.com/2009/12/google-chrome-for-holidays-mac-linux.html" target="_blank">has been officially released</a> for <a href="http://googlemac.blogspot.com/2009/12/google-chrome-for-mac-goes-beta.html" target="_blank">Mac</a> (and Linux), even if it is still tagged as beta.</p>
<p>Since <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html" target="_blank">its first appearance in the web browsers scene more than a year ago</a>, Google Chrome has been a source of innovation the area, with isolated processes per tabs, a revolutionary javascript engine, and the great news that its source code would be freely available as open source.</p>
<p>Sure that many were worried by its <a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CAkQFjAA&amp;url=http%3A%2F%2Fcoderrr.wordpress.com%2F2008%2F09%2F03%2Fgoogle-chrome-privacy-worse-than-you-think%2F&amp;ei=3CEgS-DPAo-QtgepnLSmCg&amp;usg=AFQjCNFvWsMCNXX23C9woQ-ci0_jdzeFjQ&amp;sig2=2z4VoH3SAti21jUbwUcExw" target="_blank">controversial privacy-violation practices</a>, but the openness of its source code will always allow anyone with the know-how to modify it to their own needs, and that of the worried ones (me included to some extent, I&#8217;ll give you that). Indeed there&#8217;s a project called <a href="http://www.srware.net/en/software_srware_iron.php" target="_blank">Iron</a> which offers precisely that: Google Chrome for the privacy fanatics.<span id="more-98"></span></p>
<p>But just as about anything that&#8217;s new, Chrome for the Mac and Linux has several shortcomings compared to its Windows version that most people are accustomed to. <a href="http://theappleblog.com/2009/12/08/chrome-for-mac-beta-available-now/" target="_blank">The Apple Blog notes a few of these issues</a>, at least those that affect Mac users, which are probably the same features not present yet in the Linux version as well. The most striking absence, at least for me, is <a title="Google Gears" href="http://gears.google.com/" target="_blank">Gears</a>, of which I have become extremely dependent since <a href="http://gmailblog.blogspot.com/2009/01/new-in-labs-offline-gmail.html" target="_blank">Gmail offline appeared</a>. This one even comes as a great negative surprise, since Chrome is the only browser that comes with Gears bundled, and being both (Gears and Chrome) from the same provider, I kind of assumed that they were inseparable <img src='http://gnapse.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Not everything is bad news though. Google Chrome for both platforms integrates itself very well, or so they say. At least for the Mac I can confirm it. Google Chrome feels more like a Mac app than <a title="Opera Web Browser" href="http://www.opera.com/" target="_blank">Opera</a> does, which is kind of surprising if you take into account that Opera has been around for the Mac since, well, forever, I guess. And according to <a href="http://chrome.blogspot.com/2009/12/google-chrome-for-holidays-mac-linux.html" target="_blank">the official announcement</a> in Google Chrome&#8217;s blog post about this beta release, Chrome seems to blend just well with a variety of GTK themes.</p>
<p>I really hope that this browser and <a title="Chromium" href="http://www.chromium.org/" target="_blank">the open source project behind it</a> continue to improve. This news today is indeed a big step, and I&#8217;m sure those differences in feature sets will become smaller with time. I also hope that projects similar to <a href="http://www.srware.net/en/software_srware_iron.php" target="_blank">the Iron alternative</a> appear for other platforms too. Its open source nature makes it possible for this to come true.</p>
]]></content:encoded>
			<wfw:commentRss>http://gnapse.com/blog/2009/12/09/google-chrome-for-mac-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picasa turns awesome with face recognition technology</title>
		<link>http://gnapse.com/blog/2009/09/24/picasa-face-recognition/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=picasa-face-recognition</link>
		<comments>http://gnapse.com/blog/2009/09/24/picasa-face-recognition/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 16:22:18 +0000</pubDate>
		<dc:creator>ernesto</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[face recognition]]></category>
		<category><![CDATA[geo-tagging]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphoto]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[picture management]]></category>

		<guid isPermaLink="false">http://gnapse.com/blog/?p=79</guid>
		<description><![CDATA[I have always loved Picasa for the way it manages my huge (~14gb) pictures collection, and yesterday it went even better. Picasa 3.5 introduced facial recognition technology, allowing me to easily tag pictures with the people in it. The program automatically scans all my pictures in the background to find faces in them, and allows [...]]]></description>
			<content:encoded><![CDATA[<p>I have always loved <a href="http://picasa.google.com/" target="_blank">Picasa</a> for the way it manages my huge (~14gb) pictures collection, and yesterday <a href="http://googlephotos.blogspot.com/2009/09/announcing-picasa-35-now-with-name-tags.html">it went even better</a>. <a href="http://googleblog.blogspot.com/2009/09/picasa-35-now-with-name-tags-and-more.html" target="_blank">Picasa 3.5 introduced facial recognition technology</a>, allowing me to easily <a href="http://picasa.google.com/features-nametags.html" target="_blank">tag pictures with the people in it</a>. The program automatically scans all my pictures in the background to find faces in them, and allows me to tag the people those faces represent. It even goes beyond that, by actually grouping similar faces automatically so that I do not have to tag each individual face by hand. When the similarity is not so conclusive, Picasa puts face tags to your consideration, and I can confirm or reject these suggestions. This all has a margin of error of course, but by the time I am writing this, it has scanned over 80% of my collection and there have been almost no mistakes, all of which I have been able to correct by hand in no time. Picasa was rapidly able to get to know most of my relatives and friends.<span id="more-79"></span></p>
<p>Having migrated to Mac not so long ago, I am aware that <a title="iPhoto" href="http://www.apple.com/ilife/iphoto/" target="_blank">Apple&#8217;s default picture managing software</a> already had this feature, although I cannot really say how it worked. I did try iPhoto for a few hours on my first days with <a href="http://gnapse.com/blog/2009/09/18/my-new-toy/">my new MacBook</a>, but I immediately hated it for trying to hide my pictures from me. Picasa at least respects my organizational scheme at the file-system level, instead of imposing me one, and I am still able to access my pictures through Finder.</p>
<p>As Picasa recognizes faces, you can add information about this people as you tag them. It can even use (and sync with) your Google Account contacts if you are signed in to Picasa Web Albums. It would be nice though, if it gave you the choice in Mac OS X to use the system&#8217;s address book instead, or alternatively. And as a side note, face recognition is not the only new feature of Picasa 3.5, also including in the package geo-tagging with a Google Maps panel withing Picasa&#8217;s interface, and <a title="What's new in Picasa 3.5" href="http://picasa.google.com/support/bin/answer.py?hl=en&amp;answer=93773" target="_blank">more</a>. For the time being, this new version has only been released for Windows and Mac in its English version. Non-English speaking users, or Linux fans, will have to wait a bit. Not to say that Mac people should be completely happy though, because I am still waiting for Picasa to port the very nice picture viewer that it installs on Windows.</p>
<p>In the mean time, I can enjoy watching a slideshow of pictures with me and my girlfriend in it, or detailing how my niece&#8217;s face has changed over time since she was born just a few years ago. Face recognition rocks. But beware, if you are a fanatic of organization, it can get become addictive!</p>
<p>PS: I wanted to include a screenshot, but I don&#8217;t feel right to publish an image with lots of pictures of faces and names of actual people, without their consent, and painting black areas over names and faces renders the screenshot useless for its original purpose. So I am going on without it. If you want to see it working, <a title="Download Picasa" href="http://picasa.google.com/" target="_blank">download the program</a> and give it a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://gnapse.com/blog/2009/09/24/picasa-face-recognition/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

