<?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>No One Is Perfect &#187; Mac</title>
	<atom:link href="http://watchitlater.com/blog/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://watchitlater.com/blog</link>
	<description>A reluctant foray into the world of blogging.</description>
	<lastBuildDate>Tue, 08 Nov 2011 12:32:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to use rsync on OSX</title>
		<link>http://watchitlater.com/blog/2011/11/how-to-use-rsync-on-osx/</link>
		<comments>http://watchitlater.com/blog/2011/11/how-to-use-rsync-on-osx/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 12:27:51 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Reminders]]></category>
		<category><![CDATA[dot]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/?p=391</guid>
		<description><![CDATA[I don&#8217;t really want to copy dot files (eg. .DS_Store), and I want to avoid the bug that rsync exhibits with time-capsule where it loops creating multiple ..DS_Store.xxxx files. rsync -vrW --ignore-existing --exclude ".*" --progress ~/Movies/ /Volumes/Backup/Movies/]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t really want to copy dot files (eg. .DS_Store), and I want to avoid the bug that rsync exhibits with time-capsule where it loops creating multiple ..DS_Store.xxxx files.</p>
<p><code>rsync -vrW --ignore-existing --exclude ".*" --progress ~/Movies/ /Volumes/Backup/Movies/</code></p>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2011/11/how-to-use-rsync-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL &amp; Python on Mac</title>
		<link>http://watchitlater.com/blog/2010/08/postgresql-python-on-mac/</link>
		<comments>http://watchitlater.com/blog/2010/08/postgresql-python-on-mac/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 13:07:41 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Reminders]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[psycopg2]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/?p=224</guid>
		<description><![CDATA[I&#8217;ve been playing with Django &#038; MySQL for a while but for my next project I wanted to integrate it with a PostgreSQL database. Everything went well until I wanted to install Psycopg as my python adapter to PostgreSQL. After a bit of blundering about here&#8217;s what it eventually took: Download and install PostgreSQL one-click [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with Django &#038; MySQL for a while but for my next project I wanted to integrate it with a PostgreSQL database. Everything went well until I wanted to install <a href="http://initd.org/psycopg/">Psycopg</a> as my python adapter to PostgreSQL.</p>
<p>After a bit of blundering about here&#8217;s what it eventually took:</p>
<ul>
<li>Download and install PostgreSQL one-click installer from <a href="http://www.postgresql.org/download/macosx">http://www.postgresql.org/download/macosx</a>. Remember to read the README file before actually running the installer.</li>
<li>Download the psycopg2 source from <a href="http://initd.org/pub/software/psycopg/">http://initd.org/pub/software/psycopg/</a>.</li>
<li>Edit the setup.cfg file to provide a path to the pg_config executable. On my Mac it sits in <code>/Library/PostgreSQL/8.4/bin/pg_config</code> and is not by default on the PATH so if you don&#8217;t put it on the PATH or in this configuration file the next step will fail in a spectacular manner.</li>
<li>Run &#8216;<code>sudo easy_install .</code>&#8216; in the top level psycopg2 source directory.</li>
<li>Specify <code>postgresql_psycopg2</code> when you configure Django&#8217;s database layer for your project.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2010/08/postgresql-python-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JPasskeep and Command-Q on Mac</title>
		<link>http://watchitlater.com/blog/2010/02/jpasskeep-and-command-q-on-mac/</link>
		<comments>http://watchitlater.com/blog/2010/02/jpasskeep-and-command-q-on-mac/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 01:48:09 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[My Code]]></category>
		<category><![CDATA[command-q]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jpasskeep]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/?p=138</guid>
		<description><![CDATA[I&#8217;ve released a new version of my long-running password keeper application: JPasskeep. This new release is now able to handle a Command-Q keystroke on the Mac, giving a user (i.e. me) an chance to save any updated entries. No more mousing around to close a window. The actual mechanism to do this was to reflectively [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released a new version of my long-running password keeper application: JPasskeep. This new release is now able to handle a Command-Q keystroke on the Mac, giving a user (i.e. me) an chance to save any updated entries. No more mousing around to close a window.</p>
<p>The actual mechanism to do this was to reflectively call Apple&#8217;s EAWT application classes to allow me to register the correct event listener. Hmm, run anywhere with java GUI apps.</p>
<p>You can download the <a href="http://cloud.github.com/downloads/tomcz/jpasskeep/JPasskeep-20100207.zip">cross-platform</a> and <a href="http://cloud.github.com/downloads/tomcz/jpasskeep/JPasskeep-20100207.dmg">mac DMG</a> binaries from the project&#8217;s <a href="http://github.com/tomcz/jpasskeep">GitHub</a> repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2010/02/jpasskeep-and-command-q-on-mac/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

