<?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; mac</title>
	<atom:link href="http://gnapse.com/blog/tag/mac/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 extension for Alfred</title>
		<link>http://gnapse.com/blog/2012/02/08/unit-conversion-extension-for-alfred/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unit-conversion-extension-for-alfred</link>
		<comments>http://gnapse.com/blog/2012/02/08/unit-conversion-extension-for-alfred/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 20:23:43 +0000</pubDate>
		<dc:creator>ernesto</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[alfredapp]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[unit conversion]]></category>

		<guid isPermaLink="false">http://gnapse.com/blog/?p=345</guid>
		<description><![CDATA[I&#8217;m pretty much a fan of unit conversion tools. Everywhere I read references to measurements of temperature, weight, speed. These are often given in imperial or US units, but I&#8217;m more familiar with the metric system. I often resort to Google for this, because they had this very clever idea of incorporating a unit conversion tool [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pretty much a fan of unit conversion tools. Everywhere I read references to measurements of temperature, weight, speed. These are often given in imperial or US units, but I&#8217;m more familiar with the metric system. I often resort to Google for this, because they had this very clever idea of incorporating a <a href="http://www.google.com/insidesearch/features.html#unit" target="_blank">unit conversion tool</a> into their search engine. The problem was that I could only use this while online, and an offline alternative was an essential need.</p>
<p>Then it hit me. What if <a href="http://www.alfredapp.com/" target="_blank">Alfred</a> be able to do it? I&#8217;m a developer, and Alfred is extensible, so I got onto a new project to develop an Alfred extension to do this, just like Google does. Today I think my project is stable enough so I decided to go public with it. You can download the extension <a href="http://cl.ly/3a1I3i1O3v0A361S1I2e" target="_blank">here</a>.</p>
<h2>How to use it</h2>
<p>I&#8217;m assuming you&#8217;re already an <a href="http://www.alfredapp.com/" target="_blank">Alfred</a> user with the <a href="http://www.alfredapp.com/powerpack/" target="_blank">Powerpack</a> installed. You&#8217;ll also be needing <a href="http://growl.info" target="_blank">Growl</a> to be able to see the results of your queries. After downloading and installing this extension, you can trigger unit conversions with the keyword <strong><code>cv</code></strong> (as in <span style="text-decoration: underline;">c</span>on<span style="text-decoration: underline;">v</span>ert). You can change that to something else of your preference, of course.</p>
<div id="attachment_337" class="wp-caption alignright" style="width: 310px"><a href="http://gnapse.com/blog/wp-content/uploads/2012/02/alfred-unit-conversion.png"><img class="size-medium wp-image-337 " title="Alfred Unit Conversion" src="http://gnapse.com/blog/wp-content/uploads/2012/02/alfred-unit-conversion-300x87.png" alt="Unit Conversion with Alfred" width="300" height="87" /></a><p class="wp-caption-text">Performing a unit conversion query with Alfred</p></div>
<p>Using it is simple. You open the Alfred command window, type the extension keyword and the query and press ENTER. You&#8217;ll see the results shown in a Growl notification, and you&#8217;ll also get the results copied to the clipboard.</p>
<p>As for the queries and how to phrase them, I won&#8217;t make an exhaustive explanation here. I rather prefer to list here some examples of valid unit conversion queries that you can perform. This will give you an idea of how to phrase queries and a sample of the variety of units supported out-of-the-box. The following are examples of valid queries. Be sure to type them in Alfred preceded with the keyword for the extension.</p>
<ul>
<li>10 km in miles</li>
<li>100 kph in miles per hour</li>
<li>50 pounds in kg</li>
<li>134.5 seconds in minutes</li>
<li>200 milliliters in cubic centimeters</li>
<li>2 acre foot per year in liters per day</li>
<li>3 newtons in lb ft / square second</li>
<li>-40 fahrenheit in celcius</li>
<li>1 megaparsec in astronomical units</li>
<li>6.5e17 decays per minute in megabecquerels</li>
<li>10 gallons in liters</li>
</ul>
<p>Note how you can refer to units by their long or short name, and also how <a href="http://en.wikipedia.org/wiki/SI_prefix" target="_blank">unit prefixes</a> (like <em>kilo-</em>, <em>milli-</em>, etc.) are supported too. Long unit names can be given in plural or singular form.</p>
<p>You can also convert sums of quantities&#8230;</p>
<ul>
<li>1.5 weeks + 2 days in hours</li>
<li>2 miles, 3 furlongs and 25 yards in km</li>
<li>100 km/h, 10 m/s and 2 feet per minute in miles per hour</li>
<li>3 hours 15 minutes in seconds</li>
</ul>
<p>&#8230;or omit certain parts of the query. The following are valid queries too. Try them to see the results.</p>
<ul>
<li>3 leagues</li>
<li>ounces in grams</li>
<li>parsec</li>
<li>3 minutes 23 seconds</li>
</ul>
<p>The math is performed internally without loss of precision, so you get very accurate results. Also, you can work with really large or small numbers. Try the following queries:</p>
<ul>
<li>1 cubic parsec in cubic picometers</li>
<li>1e-50 meV in petajoules</li>
</ul>
<h2>Supported units and measurements</h2>
<p>From the examples above you can get an idea of the range of units and physical properties it supports. I won&#8217;t list all the units here, but just to give an idea, this extension supports units over a wide variety of physical properties, most of which are listed below.</p>
<dl>
<dt><strong>Most common properties</strong></dt>
<dd><a href="http://en.wikipedia.org/wiki/Unit_of_length" target="_blank">Length</a> (distance), <a href="http://en.wikipedia.org/wiki/Unit_of_time" target="_blank">time</a>, <a href="http://en.wikipedia.org/wiki/Category:Units_of_temperature" target="_blank">temperature</a>, <a href="http://en.wikipedia.org/wiki/Mass" target="_blank">mass</a> (<a href="http://en.wikipedia.org/wiki/Mass_versus_weight" target="_blank">weight</a>), <a href="http://en.wikipedia.org/wiki/Area#Units" target="_blank">area</a>, <a href="http://en.wikipedia.org/wiki/Volume#Units" target="_blank">volume</a>, <a href="http://en.wikipedia.org/wiki/Density" target="_blank">density</a>, <a href="http://en.wikipedia.org/wiki/Speed#Units" target="_blank">speed</a>, <a href="http://en.wikipedia.org/wiki/Category:Units_of_acceleration" target="_blank">acceleration</a>, <a href="http://en.wikipedia.org/wiki/Angular_velocity" target="_blank">angular velocity</a>, <a href="http://en.wikipedia.org/wiki/Momentum" target="_blank">momentum</a>, <a href="http://en.wikipedia.org/wiki/Force" target="_blank">force</a>, <a href="http://en.wikipedia.org/wiki/Category:Units_of_pressure" target="_blank">pressure</a>, <a href="http://en.wikipedia.org/wiki/Work_(physics)" target="_blank">work</a> (energy), <a href="http://en.wikipedia.org/wiki/Power_(physics)" target="_blank">power</a>, <a href="http://en.wikipedia.org/wiki/Plane_angle" target="_blank">plane angle</a>, <a href="http://en.wikipedia.org/wiki/Solid_angle" target="_blank">solid angle</a>, <a href="http://en.wikipedia.org/wiki/Amount_of_substance" target="_blank">amount of substance</a>.</dd>
<dt><strong>Electricity and magnetism</strong></dt>
<dd><a href="http://en.wikipedia.org/wiki/Electric_current" target="_blank">Electric current</a>, <a href="http://en.wikipedia.org/wiki/Electric_charge" target="_blank">electric charge</a>, <a href="http://en.wikipedia.org/wiki/Voltage" target="_blank">voltage</a>, <a href="http://en.wikipedia.org/wiki/Electrical_resistance_and_conductance" target="_blank">resistance/conductance</a>, <a href="http://en.wikipedia.org/wiki/Capacitance" target="_blank">capacitance</a>, <a href="http://en.wikipedia.org/wiki/Magnetic_flux" target="_blank">magnetic flux</a>, <a href="http://en.wikipedia.org/wiki/Inductance" target="_blank">inductance</a>.</dd>
<dt><strong>Light and radiation</strong></dt>
<dd><a href="http://en.wikipedia.org/wiki/Luminous_intensity" target="_blank">Luminous intensity</a>, <a href="http://en.wikipedia.org/wiki/Luminous_flux" target="_blank">luminous flux</a>, <a href="http://en.wikipedia.org/wiki/Illuminance" target="_blank">illuminance</a>, <a href="http://en.wikipedia.org/wiki/Luminous_energy" target="_blank">luminous energy</a> (quantity of light), <a href="http://en.wikipedia.org/wiki/Absorbed_dose" target="_blank">radiation dose</a>, <a href="http://en.wikipedia.org/wiki/Ionizing_radiation" target="_blank">ionizing radiation</a>, <a href="http://en.wikipedia.org/wiki/Radioactive_decay" target="_blank">radioactivity</a>.</dd>
<dt><strong>Other properties</strong></dt>
<dd><a href="http://en.wikipedia.org/wiki/Category:Units_of_catalytic_activity" target="_blank">Catalytic activity</a>, <a href="http://en.wikipedia.org/wiki/Reciprocal_length" target="_blank">reciprocal length</a>, <a href="http://en.wikipedia.org/wiki/Acoustic_impedance" target="_blank">acoustic impedance and resistance</a>, <a href="http://en.wikipedia.org/wiki/Thermal_resistance" target="_blank">thermal resistance</a>, <a href="http://en.wikipedia.org/wiki/Viscosity#Dynamic_viscosity" target="_blank">dynamic viscosity</a>, <a href="http://en.wikipedia.org/wiki/Molar_concentration" target="_blank">molar concentration</a>, <a href="http://en.wikipedia.org/wiki/Mass_flow" target="_blank">mass flow</a>, <a href="http://en.wikipedia.org/wiki/Volumetric_flow_rate" target="_blank">volumetric flow</a>.</dd>
</dl>
<p>In addition to physical phenomena, this extension also supports conversion of currency and <a href="http://en.wikipedia.org/wiki/Units_of_information" target="_blank">units of digital information</a>, such as data size and data rate (e.g. bits, bytes, kilobytes, kbits per second). In this last case, in addition to the <a href="http://en.wikipedia.org/wiki/SI_prefix" target="_blank">SI prefixes</a>, it also supports <a href="http://en.wikipedia.org/wiki/Binary_prefix" target="_blank">binary prefixes</a> like <em>kibi-</em>, <em>mebi-</em>, etc.</p>
<h3>A note about currency exchange rates</h3>
<p>In the case of currency conversion, the extension will attempt to update currency exchange rates from the Internet at most once every hour, but it keeps a local cached version. The extension can only update the cached version when it&#8217;s used, even if it is not used for currency conversion. But if you spend many hours or days without triggering the extension while being online, you&#8217;ll end up with outdated currency conversions.</p>
<p>Also note that currency exchange rates given by this application are for information purposes only. It will always be approximate to what you&#8217;ll actually get when exchanging money. For your information, currency exchange rates are obtained by the extension from a wonderful public API hosted at <a href="http://openexchangerates.org/" target="_blank">openexchangerates.org</a>, which is based on the <a href="http://currencybot.github.com/" target="_blank">currency bot</a> project.</p>
<h2>What&#8217;s next</h2>
<p>First of all, enjoy it. You can also <a href="http://gnapse.com/blog/contact/">contact me</a> to send feedback, bug reports and suggestions of improvements and new features.</p>
<p>If you&#8217;re a developer, you can also contribute to the unit conversion engine that powers this extension. It&#8217;s an open source Java library that I authored and published on github. You can check it out <a title="Metric: Unit Conversion Library for Java" href="https://github.com/gnapse/metric" target="_blank">here</a>.</p>
<p><a href="https://www.dropbox.com/s/jqdgen96z59ihpj/Unit%20Conversion.alfredextension" target="_blank"><strong>Download the Alfred Unit Conversion Extension</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://gnapse.com/blog/2012/02/08/unit-conversion-extension-for-alfred/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<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>Taking notes the simple way</title>
		<link>http://gnapse.com/blog/2010/10/20/taking-notes-the-simple-way/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=taking-notes-the-simple-way</link>
		<comments>http://gnapse.com/blog/2010/10/20/taking-notes-the-simple-way/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 15:57:09 +0000</pubDate>
		<dc:creator>ernesto</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[note-taking]]></category>

		<guid isPermaLink="false">http://gnapse.com/blog/?p=248</guid>
		<description><![CDATA[Recently I&#8217;ve been playing around with a few note-taking applications, specially with support for mobile devices such as my iPhone and a simple way to keep notes in sync with my laptop or desktop computers. I was most recently getting along with PlainText, a note-taking iPhone app that stores your notes in a folder in [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been playing around with a few note-taking applications, specially with support for mobile devices such as <a href="http://gnapse.com/blog/2010/02/03/my-new-ipad-nano-aka-iphone/">my iPhone</a> and a simple way to keep notes in sync with my laptop or desktop computers.</p>
<p>I was most recently getting along with <a title="PlainText for iPhone" href="http://itunes.apple.com/us/app/plaintext-dropbox-text-editing/id391254385?mt=8" target="_blank">PlainText</a>, a note-taking iPhone app that stores your notes in a folder in your Dropbox account. It&#8217;s a very simple yet powerful concept, specially for those of us who already use Dropbox. Instead of having yet another syncing environment for notes, they already take advantage of the Dropbox user base out there.</p>
<p>The interface is simple and visually appealing, yet out of the ordinary. The notes are always in sync between the iPhone and the computers thanks to Dropbox, and I can get to organize my notes into folders. No more nasty notes from the default iPhone notes app getting into my mail (whoever thought that notes were related to mail is insane).<span id="more-248"></span></p>
<h2>But then the simple got even simpler&#8230;</h2>
<p><a href="http://gnapse.com/blog/wp-content/uploads/2010/10/simplenote.png"><img class="alignright size-medium wp-image-260" title="SimpleNote" src="http://gnapse.com/blog/wp-content/uploads/2010/10/simplenote-200x300.png" alt="" width="200" height="300" /></a>Today I stumbled on a simpler and better alternative: <a class="print-href" href="http://simplenoteapp.com/" target="_blank">SimpleNote</a>. It&#8217;s an online web service with <a href="http://simplenoteapp.com/downloads/itunes.html" target="_blank">an iPhone app</a>, an <abbr title="Application Programming Interface"><a href="http://simplenoteapp.com/api/">API</a></abbr>, and a set of <a href="http://simplenoteapp.com/downloads/" target="_blank">third-party supporting apps and tools</a> that complete the picture.</p>
<h3>Great features</h3>
<p>The killer <a title="SimpleNotes features" href="http://simplenoteapp.com/features/" target="_blank">features</a> over PlainText are tagging, versioning and sharing. Yes, you read it right.</p>
<p>With SimpleNote you organize your notes with <strong>tags</strong>, instead of placing them on folders. You can associate any number of tags to a single note, and you can also list all notes regardless of tagging. It&#8217;s of course a bit unfair to make this comparison against PlainText, since its Dropbox storage paradigm would not allow for anything else than folders.</p>
<p>You can also <strong>share</strong> notes with other people. I did not found a way to do this on the web app, although there should be. In the iPhone app you can activate sharing, and it&#8217;ll give you a URL, plus the possibility to send an email with an invitation to the share note. I haven&#8217;t tested this though because I still have no one on SimpleNote to share with.</p>
<p>Also worth mentioning are its <strong>versioning</strong> capabilities. You can check past versions of your notes, up to a limit of 10 versions in the past. There&#8217;s a premium non-free plan for a mere $12 a year (that&#8217;s $1 per month) which extends this limit to 30, plus extra features such as no ads, better support, creating notes by email <a class="print-href" title="SimpleNote premium plan" href="http://simplenoteapp.com/premium/" target="_blank">and more</a>.</p>
<h3>On the desktop side of the equation</h3>
<p>On the desktop side there&#8217;s no &#8220;official&#8221; app for SimpleNote, but on the <a class="print-href" title="SimpleNote downloads" href="http://simplenoteapp.com/downloads/" target="_blank">downloads page</a> I found a couple of third-party client applications for Windows and Mac that I am really liking. On the Mac side we have <a class="print-href" href="http://selfcoded.com/justnotes/" target="_blank">JustNotes</a>, which syncs with the online service and supports tagging and searching. On the Windows side I was not expecting much, but it turns out that <a class="print-href" href="http://www.resoph.com/" target="_blank">ResophNotes</a> is a pretty good client with email, printing and <a href="http://daringfireball.net/projects/markdown/" target="_blank">Markdown</a> support. <span style="text-decoration: line-through;">The downside is that it does not support tagging</span>. It did not support tagging until recently, so be sure to have the latest version.</p>
<p>There are some other options for both platforms, specially for the Mac, and there are options for Android as well. There&#8217;s even an Emacs package and extensions for Firefox and Chrome!</p>
<p><strong>What other alternative services do you use for note-taking on the iPhone with desktop-sync support?</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://gnapse.com/blog/2010/10/20/taking-notes-the-simple-way/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Easily arrange your windows with ShiftIt</title>
		<link>http://gnapse.com/blog/2010/08/25/easily-arrange-your-windows-with-shiftit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=easily-arrange-your-windows-with-shiftit</link>
		<comments>http://gnapse.com/blog/2010/08/25/easily-arrange-your-windows-with-shiftit/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 21:26:04 +0000</pubDate>
		<dc:creator>ernesto</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[divvy]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[shiftit]]></category>
		<category><![CDATA[window management]]></category>

		<guid isPermaLink="false">http://gnapse.com/blog/?p=194</guid>
		<description><![CDATA[Yesterday I learned via TheAppleBlog about a nifty little software called Divvy, which allows you to quickly arrange and position windows in your Mac desktop with a menu and configurable shortcuts. The application sits away in the menu bar and you can click on it or invoke via a global shortcut key. You can then [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I learned via <a title="Divvy up your screen" href="http://theappleblog.com/2010/08/24/divvy-up-your-screen/" target="_blank">TheAppleBlog</a> about a nifty little software called <a class="print-href" href="http://www.mizage.com/divvy/" target="_blank">Divvy</a>, which allows you to quickly arrange and position windows in your Mac desktop with a menu and configurable shortcuts. The application sits away in the menu bar and you can click on it or invoke via a global shortcut key. You can then tell it to re-position the frontmost window according to what you specify in a grid-like representation of the screen.</p>
<p>Since I don&#8217;t have $14 to spare on this app, and I also do not really think it&#8217;s worth it, I went on to <a class="print-href" title="AlternativeTo" href="http://alternativeto.net/" target="_blank">find some alternative softwares</a> for this. This wonderful website alternativeto.net allows you to look for software applications on certain platforms and find out about some other softwares that could serve as alternatives or equivalents, either in the same platform but free, or perhaps because you are looking for an alternative to switch or use in another platform.</p>
<p>In this case I wanted to find an <a href="http://alternativeto.net/software/divvy/?sort=likes&amp;platform=mac&amp;license=free" target="_blank">alternative to Divvy</a> also for the Mac, but <a class="print-href" title="Gratis vs. Libre" href="http://en.wikipedia.org/wiki/Gratis_versus_Libre" target="_blank">free as in beer</a>. I didn&#8217;t really care that much if it was open source, although it would be a plus. Thankfully I found <a class="print-href" href="http://code.google.com/p/shiftit/" target="_blank">ShiftIt</a>, wich is not only free and open source, but also even better than Divvy in my opinion.<span id="more-194"></span></p>
<p><a href="http://gnapse.com/blog/wp-content/uploads/2010/08/shiftit-menu.png"><img class="alignright size-full wp-image-195" title="ShiftIt menu" src="http://gnapse.com/blog/wp-content/uploads/2010/08/shiftit-menu.png" alt="ShiftIt menu" width="230" height="332" /></a>ShiftIt, just as Divvy, sits unobtrusively in the menu bar. It would be nicer if it had an icon instead of text, but that&#8217;s a minor complain. What makes it great is that it already comes with sensible default shortcuts for positioning windows in logical default locations, such as covering the left or right halves of the screen, or top, or bottom. Plus covering the four screen areas formed by dividing it in four parts: top left, top right, bottom left and bottom right. And of course, two more options for full screen and center a window respectively.</p>
<p>When I saw this I immediately uninstalled Divvy. I found in ShiftIt preconfigured what I was manually configuring in Divvy just a few minutes ago. Exactly those very options, perhaps with some similar shortcuts I invented. Somebody would say that ShiftIt should allow you to customize the shortcuts and/or allow you to add some other configurations, but I guess they just want to keep it simple, and as simple as it is, it is still useful and able to replace Divvy 90% of the time.</p>
<p>I also found out about <a title="Alternatives to Divvy" href="http://alternativeto.net/software/divvy/?sort=likes&amp;platform=mac" target="_blank">other similar alternatives</a>, like SizeUp, Cinch, etc. But I only really tried the free one, as this was my goal. But maybe you want to try them all and stick with what you think is the best. And don&#8217;t be shy about making any suggestions here, either free software or not.</p>
<p><strong>Do you know about any alternatives to Divvy and ShiftIt, be it for the Mac or not? Maybe with better or different features?</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://gnapse.com/blog/2010/08/25/easily-arrange-your-windows-with-shiftit/feed/</wfw:commentRss>
		<slash:comments>8</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>
		<item>
		<title>My new toy (is keeping me busy)</title>
		<link>http://gnapse.com/blog/2009/09/18/my-new-toy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-new-toy</link>
		<comments>http://gnapse.com/blog/2009/09/18/my-new-toy/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 20:31:01 +0000</pubDate>
		<dc:creator>ernesto</dc:creator>
				<category><![CDATA[Whatever]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[textmate]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://gnapse.com/blog/?p=69</guid>
		<description><![CDATA[I have a new toy occupying most of my computer time, and since I am new to this platform and I feel totally attracted to it, I have not much time for anything else, including this blog. I finally ended this mac envy that has been consuming me for the last few months. Being a [...]]]></description>
			<content:encoded><![CDATA[<p>I have a new toy occupying most of my computer time, and since I am new to this platform and I feel totally attracted to it, I have not much time for anything else, including this blog.</p>
<div id="attachment_70" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-70 " title="MacBook" src="http://gnapse.com/blog/wp-content/uploads/2009/09/IMG_0528-300x225.jpg" alt="My new MacBook seen from behind" width="300" height="225" /><p class="wp-caption-text">My new MacBook seen from behind</p></div>
<p>I finally ended this <a href="http://www.google.com/search?q=mac+envy" target="_blank">mac envy</a> that has been consuming me for the last few months. Being a Ruby on Rails developer for some time now, all those <a href="http://railscasts.com/">screencasts</a> and tutorials always based in MacOS X and <a href="http://macromates.com/" target="_blank">Textmate</a> have had an effect on me. Although it seems that I&#8217;ll be playing mostly with <a title="Apple's Development Environment" href="http://developer.apple.com/TOOLS/xcode/" target="_blank">xcode</a> instead of Textmate for some time, but it&#8217;s sexy to have Textmate just an inch away in case I need it.</p>
<p>PS: For the couple of friends of mine that already had a Mac, my envy was not malicious.</p>
]]></content:encoded>
			<wfw:commentRss>http://gnapse.com/blog/2009/09/18/my-new-toy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

