<?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: Save Should Die</title>
	<atom:link href="http://www.postal-code.com/binarycode/2008/05/12/save-should-die/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.postal-code.com/binarycode/2008/05/12/save-should-die/</link>
	<description>A whole bunch of nought thought by Chris Cummer</description>
	<lastBuildDate>Sat, 06 Jun 2009 22:54:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: chris</title>
		<link>http://www.postal-code.com/binarycode/2008/05/12/save-should-die/comment-page-1/#comment-3145</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 13 May 2008 17:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?p=196#comment-3145</guid>
		<description>@Andy: I&#039;m open to new-school thoughts - share &#039;em. (What can I say? I&#039;m still stuck in Svn).</description>
		<content:encoded><![CDATA[<p>@Andy: I&#8217;m open to new-school thoughts &#8211; share &#8216;em. (What can I say? I&#8217;m still stuck in Svn).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.postal-code.com/binarycode/2008/05/12/save-should-die/comment-page-1/#comment-3144</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 13 May 2008 15:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?p=196#comment-3144</guid>
		<description>@Killian: Large file formats are indeed a, if I may, &quot;trickier&quot; case than text files but not very much. Your thinking is - to borrow your phrase - typical thinking of people who don&#039;t understand how modern version control and file systems work. But no worries: just as TM allows one to exclude directories from backup we could create an option for you to exclude files by type, application, directory, size... whatever floats your boat mate. This is fantasy software - you can have any feature you want!</description>
		<content:encoded><![CDATA[<p>@Killian: Large file formats are indeed a, if I may, &#8220;trickier&#8221; case than text files but not very much. Your thinking is &#8211; to borrow your phrase &#8211; typical thinking of people who don&#8217;t understand how modern version control and file systems work. But no worries: just as TM allows one to exclude directories from backup we could create an option for you to exclude files by type, application, directory, size&#8230; whatever floats your boat mate. This is fantasy software &#8211; you can have any feature you want!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin VanDyck</title>
		<link>http://www.postal-code.com/binarycode/2008/05/12/save-should-die/comment-page-1/#comment-3143</link>
		<dc:creator>Collin VanDyck</dc:creator>
		<pubDate>Tue, 13 May 2008 13:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?p=196#comment-3143</guid>
		<description>It&#039;s a funny thing to think about, certainly.  There is a part of me that resists the idea of no save buttons anywhere. When I try to examine the cause of the resistance, I can&#039;t find any good reason and I have to assume it&#039;s just a side effect of having grown up in an era where there were clear divisions between volatile and persisted data.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a funny thing to think about, certainly.  There is a part of me that resists the idea of no save buttons anywhere. When I try to examine the cause of the resistance, I can&#8217;t find any good reason and I have to assume it&#8217;s just a side effect of having grown up in an era where there were clear divisions between volatile and persisted data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kilian</title>
		<link>http://www.postal-code.com/binarycode/2008/05/12/save-should-die/comment-page-1/#comment-3142</link>
		<dc:creator>Kilian</dc:creator>
		<pubDate>Tue, 13 May 2008 12:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?p=196#comment-3142</guid>
		<description>Well, this is for me the typical thinking of people who do mainly developement of more or less text. You have a point as long as you stay in your paradigm, but once you start generalising &quot;what good is for me, must be valid for everyone&quot; you get it totally wrong. This might work for programmers or any other more or less text based editing (see your WordPress analogy).

Also your argument for saving everything because we have terabyte drives is only valid if you talk about your mostly text based files, because they don&#039;t take much space. Try do work with uncompressed HD video and terabytes are peanuts.

As a designer I very often open a huge Photoshop document, just to make some changes, just for export, of which I don&#039;t need or want to keep the original files with the changes. In that case I open the document, make the changes, export it to the final format and don&#039;t save the PSD file. I&#039;d be getting nuts if the system would automatically save that data, because I&#039;d have to dig into TimeMachine and get the previous version back again. It would also be an enormous waste of space, because Photoshop files can grow huge.

Even worse with audio editing (as long as you do it non-destructive, you&#039;re just shoving markers around, so no damage done) sometimes you need to edit an audio file directly (destructively), then I only want to save when I really am sure that&#039;s the change I want, because some audio editors cannot use the undo command beyond the last save. And here, too it often happens that I just want to do a quick edit and export the result maybe directly as MP3, I don&#039;t want to keep the original with those changes. Auto saving would always result in more work and wasted disk space.</description>
		<content:encoded><![CDATA[<p>Well, this is for me the typical thinking of people who do mainly developement of more or less text. You have a point as long as you stay in your paradigm, but once you start generalising &#8220;what good is for me, must be valid for everyone&#8221; you get it totally wrong. This might work for programmers or any other more or less text based editing (see your WordPress analogy).</p>
<p>Also your argument for saving everything because we have terabyte drives is only valid if you talk about your mostly text based files, because they don&#8217;t take much space. Try do work with uncompressed HD video and terabytes are peanuts.</p>
<p>As a designer I very often open a huge Photoshop document, just to make some changes, just for export, of which I don&#8217;t need or want to keep the original files with the changes. In that case I open the document, make the changes, export it to the final format and don&#8217;t save the PSD file. I&#8217;d be getting nuts if the system would automatically save that data, because I&#8217;d have to dig into TimeMachine and get the previous version back again. It would also be an enormous waste of space, because Photoshop files can grow huge.</p>
<p>Even worse with audio editing (as long as you do it non-destructive, you&#8217;re just shoving markers around, so no damage done) sometimes you need to edit an audio file directly (destructively), then I only want to save when I really am sure that&#8217;s the change I want, because some audio editors cannot use the undo command beyond the last save. And here, too it often happens that I just want to do a quick edit and export the result maybe directly as MP3, I don&#8217;t want to keep the original with those changes. Auto saving would always result in more work and wasted disk space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.postal-code.com/binarycode/2008/05/12/save-should-die/comment-page-1/#comment-3139</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 13 May 2008 07:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?p=196#comment-3139</guid>
		<description>&gt;However, imagine TM with a per-file view in which, instead of viewing the history of an entire directory, you just browsed the content history of a single file? Right there, in the Finder. Historical timeline scrubbing of a document’s contents from within the document itself perhaps?

Revision control per-file is sooooo old-style revision control.  Who uses CVS anymore?</description>
		<content:encoded><![CDATA[<p>&gt;However, imagine TM with a per-file view in which, instead of viewing the history of an entire directory, you just browsed the content history of a single file? Right there, in the Finder. Historical timeline scrubbing of a document’s contents from within the document itself perhaps?</p>
<p>Revision control per-file is sooooo old-style revision control.  Who uses CVS anymore?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.postal-code.com/binarycode/2008/05/12/save-should-die/comment-page-1/#comment-3136</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 13 May 2008 03:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?p=196#comment-3136</guid>
		<description>This paridigm is used in the AlphaSmart writing devices by Rennaissance Learning.  These are basically keyboards with a few megs of flash and monochrome calculator-like LCD.  Whatever you type is saved; it&#039;s just like writing, no saving, no opening a file.</description>
		<content:encoded><![CDATA[<p>This paridigm is used in the AlphaSmart writing devices by Rennaissance Learning.  These are basically keyboards with a few megs of flash and monochrome calculator-like LCD.  Whatever you type is saved; it&#8217;s just like writing, no saving, no opening a file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
