<?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>Tangential Musings&#187; Off Topic Articles  | Tangential Musings</title>
	<atom:link href="http://danilo.ariadoss.com/category/off-topic/feed/" rel="self" type="application/rss+xml" />
	<link>http://danilo.ariadoss.com</link>
	<description>Incoherent babble served on a silver platter.</description>
	<lastBuildDate>Sun, 10 Jan 2010 13:11:18 +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>Time management is a waste of time!</title>
		<link>http://danilo.ariadoss.com/time-management-is-a-waste-of-time/</link>
		<comments>http://danilo.ariadoss.com/time-management-is-a-waste-of-time/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:00:46 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Self-Help]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=285</guid>
		<description><![CDATA[For those of you who didn&#8217;t learn your lesson in, The No BS Guide To Getting Things Done, here is something further to waste your time reading. Hopefully this will point you in the right direction (or maybe not). Oh, and guess what? It&#8217;s incomplete. Why? Time management is a waste of time.
Time management is [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/time-management-is-a-waste-of-time/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The No BS Guide To Getting Things Done</title>
		<link>http://danilo.ariadoss.com/the-no-bs-guide-to-getting-things-done/</link>
		<comments>http://danilo.ariadoss.com/the-no-bs-guide-to-getting-things-done/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 12:41:06 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Self-Help]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=283</guid>
		<description><![CDATA[Step 1: Stop reading this and do what you need to do!
If you&#8217;re still reading this stop! Seriously, quit wasting your time with blogs and other distractions and just get to work. Focus, focus, focus. Productivity books, articles, audiobooks, manifestos, etc. are all major timesinks (i.e. significant wastes of time). I wouldn&#8217;t even know what [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/the-no-bs-guide-to-getting-things-done/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to recursively remove .DS_Store files on Mac OS X</title>
		<link>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/</link>
		<comments>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 16:39:49 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=265</guid>
		<description><![CDATA[The following command will remove all .DS_Store files in a directory where it is executed as well as that particular directory&#8217;s subdirectories:
find . -name '*.DS_Store' -type f -delete
Why would you want to remove .DS_Store files? The .DS_Store files store Finder-specific preferences concerning the display of each of your folders. Removing these files is an easy [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to set up virtual hosts in the MAMP environment</title>
		<link>http://danilo.ariadoss.com/how-to-setup-virtual-hosts-mamp-environment/</link>
		<comments>http://danilo.ariadoss.com/how-to-setup-virtual-hosts-mamp-environment/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 21:46:21 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=246</guid>
		<description><![CDATA[I don&#8217;t personally use the MAMP application nor do I condone its use. However, a reader posted a comment asking how to setup virtual hosts within MAMP. So here you go: A simple guide on how to setup named-based virtual hosts in the MAMP environment.
If you want what&#8217;s in my opinion a more stable and [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/how-to-setup-virtual-hosts-mamp-environment/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to set up virtual hosts on Mac OS X 10.5 (Leopard)</title>
		<link>http://danilo.ariadoss.com/setup-virtual-hosts-mac-os-x-leopard/</link>
		<comments>http://danilo.ariadoss.com/setup-virtual-hosts-mac-os-x-leopard/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 14:03:59 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=190</guid>
		<description><![CDATA[This is a simple guide on how to setup name-based virtual hosts in Apache on Mac OS X 10.5 (Leopard). This tutorial is intended as a supplement to my article, How to setup Apache, PHP, &#038; MySQL on Mac OS X 10.5 (Leopard).
What are virtual hosts used for?
In the case of this tutorial we will [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/setup-virtual-hosts-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to change a file&#8217;s last modified and creation dates on Mac OS X</title>
		<link>http://danilo.ariadoss.com/howto-change-date-modified-date-created-mac/</link>
		<comments>http://danilo.ariadoss.com/howto-change-date-modified-date-created-mac/#comments</comments>
		<pubDate>Sun, 31 May 2009 11:00:57 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=164</guid>
		<description><![CDATA[This a very simple guide on how to change a file&#8217;s date modified and date created attributes on Mac OS X (this should work on both 10.4 Tiger and 10.5 Leopard).
Date Format Key:
YYYY &#8211; The year (the first two digits/century can be omitted).
MM &#8211; The month of the year, from 1 to 12.
DD &#8211; The [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/howto-change-date-modified-date-created-mac/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Best Web Browsers for Mac Users</title>
		<link>http://danilo.ariadoss.com/best-web-browsers-for-mac-users/</link>
		<comments>http://danilo.ariadoss.com/best-web-browsers-for-mac-users/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 13:28:33 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/2007/09/25/best-web-browsers-for-mac-users/</guid>
		<description><![CDATA[A listing of my favorite web browsers for Mac users.]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/best-web-browsers-for-mac-users/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Street Kids in the Philippines: Inside Society&#8217;s Canvas</title>
		<link>http://danilo.ariadoss.com/street-kids-in-the-philippines-inside-societys-canvas/</link>
		<comments>http://danilo.ariadoss.com/street-kids-in-the-philippines-inside-societys-canvas/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 08:22:49 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Human Rights]]></category>
		<category><![CDATA[poverty]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/2007/09/19/street-kids-in-the-philippines-inside-societys-canvas/</guid>
		<description><![CDATA[If you&#8217;ve read my about page you may have noticed that I&#8217;m half Filipino &#8211; not that it&#8217;s important to understanding my reason for posting this, as human suffering is something that should affect us all in some way. I recently spent a couple weeks in the Philippines and as always I was greeted by [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/street-kids-in-the-philippines-inside-societys-canvas/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>54 Bahai&#8217;s Wrongfully Imprisoned in Iran</title>
		<link>http://danilo.ariadoss.com/54-bahais-wrongfully-imprisoned-in-iran/</link>
		<comments>http://danilo.ariadoss.com/54-bahais-wrongfully-imprisoned-in-iran/#comments</comments>
		<pubDate>Wed, 24 May 2006 18:53:18 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Human Rights]]></category>
		<category><![CDATA[Baha'i]]></category>
		<category><![CDATA[UN]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Yet another gross violation of human rights has occurred against the followers of the Bah&#225;'&#237; s faith.  Fifty-four youth were arrested in Shiraz, Iran while engaged in a humanitarian effort for UNICEF.]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/54-bahais-wrongfully-imprisoned-in-iran/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Altered Focus</title>
		<link>http://danilo.ariadoss.com/altered-focus/</link>
		<comments>http://danilo.ariadoss.com/altered-focus/#comments</comments>
		<pubDate>Sun, 19 Mar 2006 13:43:53 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[General Jabber]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[My plans for self improvement and time management.]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/altered-focus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->