<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Improving Mac OS X: #3 &#8211; Trash Triggers</title>
	<atom:link href="http://curmi.com/blog/2006/09/24/improving-mac-os-x-trash-triggers/feed/" rel="self" type="application/rss+xml" />
	<link>http://curmi.com/blog/2006/09/24/improving-mac-os-x-trash-triggers/</link>
	<description>Mac stuff, Tech stuff, Weird stuff</description>
	<lastBuildDate>Sun, 01 Jan 2012 14:20:01 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Pat</title>
		<link>http://curmi.com/blog/2006/09/24/improving-mac-os-x-trash-triggers/comment-page-1/#comment-4718</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Thu, 30 Aug 2007 19:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://curmi.com/blog/2006/09/24/improving-mac-os-x-trash-triggers/#comment-4718</guid>
		<description>Can I Trash my Caches in my Library??
Will this speed things up.
If not what will ?</description>
		<content:encoded><![CDATA[<p>Can I Trash my Caches in my Library??<br />
Will this speed things up.<br />
If not what will ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Some guy</title>
		<link>http://curmi.com/blog/2006/09/24/improving-mac-os-x-trash-triggers/comment-page-1/#comment-293</link>
		<dc:creator>Some guy</dc:creator>
		<pubDate>Sat, 18 Nov 2006 06:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://curmi.com/blog/2006/09/24/improving-mac-os-x-trash-triggers/#comment-293</guid>
		<description>Trevor, the cache files are usually more than a few kilobytes. Have a look at your ~/Library/Caches/ folder. Mine is 118 MB (Quicktime, Safari, and DashboardClient being the largest), which isn&#039;t that big since I deleted the whole thing not that long ago.
Now, Apple recommends applications using this folder when needed, see [url]http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles/WhereToPutFiles.html#//apple_ref/doc/uid/TP40001411-109669[/url], but they don&#039;t say anything about deleting the files afterwards. Hence the 90 items in my Caches folder.

I&#039;ve thought about this idea too (briefly), in that my conclusion was that all of an app&#039;s external files owned by it should be stated in a resource file; i.e. Info.plist. This might mean that applications might need to follow the recommended guidelines for external support files more closely (I&#039;m looking at you, Microsoft Word).
Basically, the format goes: preference files in ~/Library/Preferences/, only app (non-user) centric stuff goes in here so it doesn&#039;t matter if it gets deleted; support files in ~/Library/Application Support/, used for templates, plugins, global resources that the user can delete if they wish, and automagically saved data that is not managed by the user as external document files (e.g. contact list in Adium, messages in Mail, media in iTunes, bookmarks in Safari (although Apple like to have their own spot in the root part of the library for their apps)). Applications need to conform to this for it to work.

With assistance from the apps, I think this could be used for not only in uninstallation, but archival (backup) or portable purposes too.</description>
		<content:encoded><![CDATA[<p>Trevor, the cache files are usually more than a few kilobytes. Have a look at your ~/Library/Caches/ folder. Mine is 118 MB (Quicktime, Safari, and DashboardClient being the largest), which isn&#8217;t that big since I deleted the whole thing not that long ago.<br />
Now, Apple recommends applications using this folder when needed, see [url]http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles/WhereToPutFiles.html#//apple_ref/doc/uid/TP40001411-109669[/url], but they don&#8217;t say anything about deleting the files afterwards. Hence the 90 items in my Caches folder.</p>
<p>I&#8217;ve thought about this idea too (briefly), in that my conclusion was that all of an app&#8217;s external files owned by it should be stated in a resource file; i.e. Info.plist. This might mean that applications might need to follow the recommended guidelines for external support files more closely (I&#8217;m looking at you, Microsoft Word).<br />
Basically, the format goes: preference files in ~/Library/Preferences/, only app (non-user) centric stuff goes in here so it doesn&#8217;t matter if it gets deleted; support files in ~/Library/Application Support/, used for templates, plugins, global resources that the user can delete if they wish, and automagically saved data that is not managed by the user as external document files (e.g. contact list in Adium, messages in Mail, media in iTunes, bookmarks in Safari (although Apple like to have their own spot in the root part of the library for their apps)). Applications need to conform to this for it to work.</p>
<p>With assistance from the apps, I think this could be used for not only in uninstallation, but archival (backup) or portable purposes too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curmi</title>
		<link>http://curmi.com/blog/2006/09/24/improving-mac-os-x-trash-triggers/comment-page-1/#comment-272</link>
		<dc:creator>curmi</dc:creator>
		<pubDate>Wed, 15 Nov 2006 19:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://curmi.com/blog/2006/09/24/improving-mac-os-x-trash-triggers/#comment-272</guid>
		<description>Thank you Trevor for your input.

Trash Triggers would not complicate OS X. They only automate a cleanup process that should make things easier for people, and are no more complicated than the current process because the process can require no input from the end user and is automatic.

Perhaps the complication that you see is because I&#039;ve confused you with the discussion on how a developer could set up a trash trigger to clean up.  Once again, that is not for the end user to be concerned about - if you aren&#039;t a developer, then don&#039;t worry about that &quot;complication&quot;.

Once again though, I appreciate your thoughts.

Jamie</description>
		<content:encoded><![CDATA[<p>Thank you Trevor for your input.</p>
<p>Trash Triggers would not complicate OS X. They only automate a cleanup process that should make things easier for people, and are no more complicated than the current process because the process can require no input from the end user and is automatic.</p>
<p>Perhaps the complication that you see is because I&#8217;ve confused you with the discussion on how a developer could set up a trash trigger to clean up.  Once again, that is not for the end user to be concerned about &#8211; if you aren&#8217;t a developer, then don&#8217;t worry about that &#8220;complication&#8221;.</p>
<p>Once again though, I appreciate your thoughts.</p>
<p>Jamie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://curmi.com/blog/2006/09/24/improving-mac-os-x-trash-triggers/comment-page-1/#comment-271</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Wed, 15 Nov 2006 12:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://curmi.com/blog/2006/09/24/improving-mac-os-x-trash-triggers/#comment-271</guid>
		<description>OH NO A FEW KB OF TEXT FILES THAT DO ABSOLUTELY NO HARM ARE IN MY LIBRARY FOLDER :(!!!!!!!!!!!

Its simple and effective enough as it is, stop trying to complicated osx</description>
		<content:encoded><![CDATA[<p>OH NO A FEW KB OF TEXT FILES THAT DO ABSOLUTELY NO HARM ARE IN MY LIBRARY FOLDER :(!!!!!!!!!!!</p>
<p>Its simple and effective enough as it is, stop trying to complicated osx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

