<?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"
	>

<channel>
	<title>Apokalypse Software Corp. &#187; mox</title>
	<atom:link href="http://apokalypsesoftware.com/blog/tags/mox/feed/" rel="self" type="application/rss+xml" />
	<link>http://apokalypsesoftware.com</link>
	<description>words from the wilderness</description>
	<pubDate>Sun, 13 Jul 2008 03:48:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>An Urgent Mori 1.6.10 Release To Correct Bugs, and Workaround Spotlight Flaws</title>
		<link>http://apokalypsesoftware.com/blog/2008/02/27/110/</link>
		<comments>http://apokalypsesoftware.com/blog/2008/02/27/110/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 20:54:33 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[apple]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[debugging]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[leopard]]></category>

		<category><![CDATA[localization]]></category>

		<category><![CDATA[mori]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[rant]]></category>

		<category><![CDATA[tiger]]></category>

		<category><![CDATA[unit tests]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2008/02/27/110/</guid>
		<description><![CDATA[While making the changes to Mori&#8217;s code for 1.7, I encountered some oddities in test results, and it turned out there was a bug which I had introduced in an earlier release. While it doesn&#8217;t appear to endanger data in Mori notebooks, it might not return all the results you expect in a search, or [...]]]></description>
			<content:encoded><![CDATA[<p>While making the changes to Mori&#8217;s code for 1.7, I encountered some oddities in test results, and it turned out there was a bug which I had introduced in an earlier release. While it doesn&#8217;t appear to endanger data in Mori notebooks, it might not return all the results you expect in a search, or in entry summaries.</p>
<p>In addition, it has what I hope are a couple of performance improvements, continued improvements to Italian localization, and a work-around for Leopard&#8217;s insistence to treat non-Apple Spotlight metadata files as third-class citizens.</p>
<p>Normally when Spotlight discovers a file has been created or changed, it will ask the responsible program to figure out what&#8217;s inside, and feed it back to Spotlight. But one of the drawbacks to Spotlight&#8217;s design is it lacks the ability to define containers, or documents which contain logically distinct elements such as the chapters of a book, pictures in a photo album, or entries from a Mori notebook; and which can nest other containers as well. Treating a document as a single entity, Spotlight will open a document at the beginning (or maybe the place where the cursor was the last time it was open), even if what you&#8217;re looking for is somewhere near the end.</p>
<p>Because it doesn&#8217;t understand that a file can have distinct elements, the development teams for other Apple software (e.g., iPhoto, Safari, Stickies, etc.) came up with a scheme to trick Spotlight by creating new files with the data for those elements. So that&#8217;s how Jesse coded Mori&#8217;s behavior: duplicate the data for that logically distinct element in its own file. A separate copy of each element&#8217;s data in its own file. One extra file per element. That means the space taken up by your data is easily half again more than if Apple just added a container definition for Spotlight metadata (once for the notebook, another for the entry metadata file, and the third copy in Spotlight&#8217;s database).</p>
<p>But that isn&#8217;t all. While we&#8217;d like to keep all those extra files inside a notebook bundle (a directory which Finder treats as a file), because Spotlight treats a document as a single element it won&#8217;t look for those files inside the bundle. So Mori creates those files in the metadata cache folder (in your Library/Caches/Metadata folder), along with the metadata files from some of Apple&#8217;s programs. If you open the metadata folder and look at these files, you&#8217;ll see they have numbers to help Mori figure out which entry contains that data. But when you do a search using the Spotlight menu, and when you select menu item &#8216;Show All&#8217; and the results are displayed in the Finder, you won&#8217;t see the numbers; you&#8217;ll see the titles for the entries they represent.</p>
<p>Leopard however, isn&#8217;t so democratic; which is why users where complaining about the entries when Leopard was released. First off, it ignores any non-Apple metadata files in the cache folder <em>unless</em> you set your Spotlight preferences to use those files. Secondly, it will ignore the title info embedded in the entry metadata file and just display the file&#8217;s actual title, meaning the number. How&#8217;s that for Apple <strong>undermining the work of third-party developers</strong>?</p>
<p>So the workaround I came up with is to add the entry&#8217;s title (or Untitled, if it has none) at the <em>beginning</em> of the filename, so you at least have an idea which entry matches your search terms.</p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/02/refilename.png' alt='Spotlight Filename Workaround' /> (Thanks for wasting about a whole month total of my development time on that alone, Apple. I feel the love.)</p>
<p>I am, of course, more than happy to eat crow should I be proven to be completely mistaken or speaking from out-dated information. It&#8217;s easily worth it in order to improve the user experience.</p>
<p>Regardless of the rationale for the design decisions, <a href='http://apokalypsesoftware.com/products/files/releases/Mori-1.6.10.zip'>enjoy</a>, and thank you for being part of the community and continuing to support Mori!</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2008/02/27/110/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solving a New Event Bug Present in iCal When Scripting</title>
		<link>http://apokalypsesoftware.com/blog/2008/01/25/100/</link>
		<comments>http://apokalypsesoftware.com/blog/2008/01/25/100/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 16:46:44 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[AppleScript]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[debugging]]></category>

		<category><![CDATA[iCal]]></category>

		<category><![CDATA[mgtd]]></category>

		<category><![CDATA[mori]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[process failure]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2008/01/25/100/</guid>
		<description><![CDATA[While trying to solve a user&#8217;s problem with an mGTD script, I came across a subtle issue that demonstrates some issues that arise when violating a programming philosophy, tackling bugs in other people&#8217;s code, and general uncertainty whenever coding in AppleScript.
Working with AppleScript is generally considered iffy, because a lot seems ambiguous and so much [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to solve a user&#8217;s <a href='http://apokalypsesoftware.com/products/node/2597'>problem with an mGTD script</a>, I came across a subtle issue that demonstrates some issues that arise when violating a programming philosophy, tackling bugs in other people&#8217;s code, and general uncertainty whenever coding in AppleScript.</p>
<p>Working with AppleScript is generally considered iffy, because a lot seems ambiguous and so much is dependent on how the dialect is interpreted and how scriptable apps handle some of the application events which scripting is dependent on. I&#8217;ve written scripts before, some I&#8217;m pretty awed by (that it works, actually, but also what it does), but I&#8217;m still hesitant to tackle some scripting issues. In addition, being a GTD greenhorn, and an mGTD noob made trying to respond to this issue authoritatively very questionable.</p>
<p>Thankfully, BMEGuy, mGTD&#8217;s author and all-around community nice guy, tackled the question with a quick solution. But the updated script was still problematic, and so I felt I really needed to participate in coming up with a solution.</p>
<p>Again, being an mGTD noob and all, it took me at least half an hour to figure out how the plugin worked, and the script on top of that. Then, after I was able to get the script to run, it worked for me. Hmm.</p>
<p>But that&#8217;s because I was testing with an entry with a date due of today. Once I switched it to later in the week, the entry was still showing up for today. <em>Isn&#8217;t that odd?</em> It seemed I had inadvertently left in the date line from the original script. When I removed it, I witnessed the same problem.</p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/01/icalbugweek.png' alt='Artifacts of the shy scripted event' align='left' /></p>
<p>It turns out there&#8217;s a bug in MOX 10.4.11&#8217;s iCal 2.0.5 (I&#8217;m guessing it&#8217;s present in earlier versions as well) where it doesn&#8217;t properly update the calendar display for new events made by the script. You won&#8217;t see it in the monthly view. However, you might notice a little oddness in the weekly view.</p>
<p>You can see the event if you add &#8217;show theEvent&#8217; after the script makes a new display alarm for the event (between the 2nd and 3rd &#8216;end tell&#8217; up from the bottom). This will display it&#8217;s properties in the info drawer, but you won&#8217;t see the event anywhere on the calendar (in either week or month view) until iCal is restarted.</p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/01/icalbugweekshow.png' alt='Although the event doesn't show up in the calendar, its properties are displayed in the info drawer' /></p>
<p>Running the script in monthly view doesn&#8217;t show any artifact in the calendar, but the data is shown in the info drawer.</p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/01/icalbugmonthshow.png' alt='icalbugmonthshow.png' /></p>
<p>You could also run the script in the weekly view and then switch to the monthly view, in which case you get this: </p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/01/icalbugmonthswitched.png' alt='icalbugmonthswitched.png' align='left' /></p>
<p>So now that the question of the event&#8217;s presence in the calendar was settled in my mind, I had to figure out why my faulty script displayed the event, but not the proper one; and how to coax iCal to display it.</p>
<p>Being unfamiliar with mGTD still, I tried to figure out the difference between the <var>attribute name &#8220;dateDue&#8221;</var> and <var>due date</var>. <var>due date</var> is one of the standard properties for entries in a Mori document. <var>attribute name &#8220;dateDue&#8221;</var> is a user column added in the example mGTD notebook. You can view them all the user columns by selecting the menu item <q>Edit > Edit Notebook Columns…</q></p>
<p>Okay, good so far, but why would one cause iCal to display properly and not the other? After moving the <var>due date</var> line about for a while, I checked <em>Script Editor</em>&#8217;s <cite>Event Log</cite>, and saw</p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/01/icalbugmissingvalue.png' alt='icalbugmissingvalue.png'/></p>
<p>The event reply for the <var>due date</var> had a <q>missing value</q>! Mori wasn&#8217;t returning a value for the <var>due date</var> property because it wasn&#8217;t set (and wouldn&#8217;t be in the example notebook). Now I had to find a way to use one of those missing values to make <var>theEvent</var> visible without setting it to the wrong date. And the problem with that is most of the properties used in Mori&#8217;s entries aren&#8217;t appropriate for an iCal event.</p>
<p>I eventually thought about re-ordering the messages to iCal instead of being so fixated on a change in the messages to Mori or playing with the properties being set in creating the event. What I came up with was a plan to use the messed up <q>missing value</q> date as before to make the event visible first, and <em>then</em> set the date correctly. The code turned out like this:</p>
<pre>
tell application "Mori"
	tell current entry
		set theDate to (get attribute name "dateDue")
		set faultyDate to due date
		set theName to name
		set theNote to note
	end tell
end tell
tell application "iCal"
	tell calendar "Scramble" -- the user should specify the name of the target calendar here
		set theEvent to make new event at end with properties {description:theNote, summary:theName, start date:faultyDate, allday event:true}
		tell theEvent
			make new display alarm at end with properties {trigger date:theDate}
		end tell
		-- show theEvent
		set theEvent's start date to theDate
	end tell
end tell
</pre>
<p>And to my surprise, it worked! So as I began gathering the materials together for my reply to the issue, I noticed something in the event&#8217;s info drawer that had escaped my attention before:</p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/01/icalbughilite.png' alt='The previous script set up appointments for H. G. Wells.' align='left' /></p>
<p>iCal, that&#8217;s just crazy talk! But at least it would explain why it would display traces of an event, if anything at all; and why it wasn&#8217;t noticeable earlier: iCal would correct the event data when reading it in when it started (&#8221;iCal database, that&#8217;s just crazy talk!&#8221;). But somebody forgot to add a sanity check when creating a new event from the properties passed to it by our script. (This is an example of why the <a href='http://en.wikipedia.org/wiki/Once_and_only_once'>Once and Only Once</a> principle should be heeded. If there&#8217;s only one place where events are synthesized from pre-recorded values, whether those values are from a stored file, a script or the UI, then all those code paths will benefit from any sanity checks added to event creation.)</p>
<p>Knowing this, here&#8217;s another means of working around this bug, by sending iCal info that won&#8217;t confuse it:</p>
<pre>tell application "Mori"
	tell current entry
		set theDate to (get attribute name "dateDue")
		-- set faultyDate to due date
		set theName to name
		set theNote to note
	end tell
end tell
tell application "iCal"
	tell calendar "Scramble" -- the user should specify the name of the target calendar here
		set theEvent to make new event at end with properties {description:theNote, summary:theName, start date:theDate, end date:(theDate + 1), allday event:true}
		tell theEvent
			make new display alarm at end with properties {trigger date:theDate}
		end tell
		-- show theEvent
		-- set theEvent's start date to theDate
	end tell
end tell
</pre>
<p>Thinking about these two solutions it&#8217;s clear that picking the latter one, with well-formed properties, is the safest choice to make. <strong>Here&#8217;s additional proof:</strong> the first solution, the one which plays with the start date to make the event appear, will indeed make the event appear. But if there&#8217;s less than 24 hours until the event begins, <em>it will appear on the wrong date</em> and still require iCal to be restarted to appear in the proper location!</p>
<p>It just goes to show you, while you might be able to get away with just the barest minimum, and someone else might normally clean up after you, it&#8217;s best if you did the job correctly from the start in case your safety net disappears from under you.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2008/01/25/100/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A (Hopefully Brief) Update on the Delay of Mori 1.6.8</title>
		<link>http://apokalypsesoftware.com/blog/2007/12/21/90/</link>
		<comments>http://apokalypsesoftware.com/blog/2007/12/21/90/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 17:58:06 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[agile]]></category>

		<category><![CDATA[beta tests]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[mori]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[process improvement]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[unit tests]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2007/12/21/90/</guid>
		<description><![CDATA[As I was reviewing the code changes I had made, I slowly realized that the Mac&#8217;s user preferences system  had a minor philosophical flaw which makes for dangerous situations in the program.
One of the goals of this version is improved recovery from faulty stored values relating to the preferences and UI, so you can [...]]]></description>
			<content:encoded><![CDATA[<p>As I was reviewing the code changes I had made, I slowly realized that the Mac&#8217;s <a href='http://developer.apple.com/documentation/Cocoa/Conceptual/UserDefaults/Tasks/UsingDefaults.html'>user preferences system</a>  had a minor philosophical flaw which makes for dangerous situations in the program.</p>
<p>One of the goals of this version is improved recovery from faulty stored values relating to the preferences and UI, so you can continue with only minor inconvenience and perhaps a need to again set preferences to your liking. Not adequately performing this resulted in some of the missing toolbar and empty window problems that were experienced before. (For a more exciting example of cascading faults, read about the <a href='http://en.wikipedia.org/wiki/2003_North_America_blackout'>2003 Northeast blackout</a>.)</p>
<p>So after some delays in getting the unit tests for this new component to execute properly, I&#8217;m now adding that component into the program. Once I have the Cocoa preferences system replaced, I&#8217;ll be releasing 1.6.8. Then I&#8217;ll work on the possible fix for the SpotLight &#8216;odd name&#8217; bug for a quick-turnaround (later today) 1.6.9.</p>
<p>If that particular bug can&#8217;t be quickly fixed, I&#8217;ll work on some other long-standing issues in Mori for an update that will be released after a few days.</p>
<p>Incidentally, Tobias had a <a href='http://apokalypsesoftware.com/blog/2007/12/17/88/#comment-290'>valid concern</a> regarding the update process: <em>&#8220;Where does testing feature in this? In olden times an update was a build with only known problems since a few people played with it for a week before it was awarded a version number. WebKit offers a choice between bleeding edge nightly r1234 and release 3.0.&#8221;</em></p>
<p>I plan to continue to rely on the Beta Test Group for testing updates, with a release candidate at least one version ahead of what is shipping. However, at the time of this writing there are 320 <a href='http://apokalypsesoftware.com/products/project/issues/statistics/mori'>open bug reports</a> for Mori, even after having pre-release testing candidates as part of the process. That just isn&#8217;t right.</p>
<p>I&#8217;m primarily depending on the unit tests to prevent shipping defects to you. They serve to expose bugs in existing and new code; and by adding tests for the types of bugs identified in the bug reports, the tests will continue becoming more valuable to the release process.</p>
<p>The purpose is to continuously speed up the process by improving its results. It shouldn&#8217;t be a shock when a program works right off the bat. The delays are (partly) associated with having so many steps of repeated inspections on the same system. It multiplies the time it takes to get a new release out the door. The less I tolerate it, the quicker it gets done correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2007/12/21/90/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mori Update: More Bugfixes and More Frequent Updates</title>
		<link>http://apokalypsesoftware.com/blog/2007/12/17/88/</link>
		<comments>http://apokalypsesoftware.com/blog/2007/12/17/88/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 06:23:43 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[corporate]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[localization]]></category>

		<category><![CDATA[mori]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[process improvement]]></category>

		<category><![CDATA[refactoring]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2007/12/17/88/</guid>
		<description><![CDATA[Because of the difficulties fixing the toolbar bugs and getting Leopard compatibility complete (or reasonably so), Mori has quickly approached version 1.6.10 (not yet, only 1.6.7 has been released so far, but bear with me). This has some odd psychological barrier attached to it, as we seem to recognize it as a significant occasion, a [...]]]></description>
			<content:encoded><![CDATA[<p>Because of the difficulties fixing the toolbar bugs and getting Leopard compatibility complete (or reasonably so), Mori has quickly approached version 1.6.10 (not yet, only 1.6.7 has been released so far, but bear with me). This has some odd psychological barrier attached to it, as we seem to recognize it as a significant occasion, a hurdle <a href='http://www.cocoabuilder.com/archive/message/xcode/2007/6/21/13989'>we do not wish to cross</a>.</p>
<p>I&#8217;ve been collecting fixes into a single release, attempting to conserve version numbers. There&#8217;s currently improved &#8220;Check and Repair Notebook&#8221;, more cautious handling of user preferences, improved Italian localization, a fix on the Drag and Drop stall, clearing of compiler warnings, some refactorings, and more unit tests. A couple more fixes I&#8217;d like to incorporate into this one: fixed word count (whether it&#8217;s in English or Greek), correct Smart Folder behavior and making wildcards optional in search terms.</p>
<p>But <em>anything.</em><strong>10</strong> is an artificial milestone, rather than a significant one. And MOX has already passed it and even gone on to 10.4.11, so what&#8217;s troublesome about it now? And with the new versioning class I added to Mori back in 1.6.4 or so, it should be able to handle even version 1.6.99 if necessary!</p>
<p>So I&#8217;ll be trying to post new updates more frequently. I&#8217;m not certain how frequently it&#8217;ll be, but I&#8217;d like to get to the point where there was a nightly build, like the Safari team provides. That&#8217;s too frequent for most users, of course, but then you&#8217;d be able to skip a few interim releases until something you need is included. The other benefit it would provide is allow me to move all the apps forward a little bit at a time, rather than doing continuous development on one app for weeks at a stretch before rotating development to the others.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2007/12/17/88/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mori: v1.6.7 Post-Mortem and Upcoming Changes</title>
		<link>http://apokalypsesoftware.com/blog/2007/11/27/79/</link>
		<comments>http://apokalypsesoftware.com/blog/2007/11/27/79/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 22:34:19 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[Xcode]]></category>

		<category><![CDATA[agile]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[cvs]]></category>

		<category><![CDATA[debugging]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[gtd]]></category>

		<category><![CDATA[hogbaysoftware]]></category>

		<category><![CDATA[leopard]]></category>

		<category><![CDATA[localization]]></category>

		<category><![CDATA[mgtd]]></category>

		<category><![CDATA[mori]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[process improvement]]></category>

		<category><![CDATA[refactoring]]></category>

		<category><![CDATA[scm]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[subversion]]></category>

		<category><![CDATA[taskpaper]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2007/11/27/79/</guid>
		<description><![CDATA[Well, it looks like the latest toolbar fix has finally stuck. There were actually a few, very subtle interrelated items, and some procedural issues that cascaded into others. Code was shifted around hither and yon, resulting in elimination of two of a main class&#8217; instance variables and simplification of logic in several methods.
Speaking of which, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it looks like the latest toolbar fix has finally stuck. There were actually a few, very subtle interrelated items, and some procedural issues that cascaded into others. Code was <a href='http://en.wikipedia.org/wiki/Refactoring'>shifted around</a> hither and yon, resulting in elimination of two of a main class&#8217; instance variables and simplification of logic in several methods.</p>
<p>Speaking of which, I&#8217;d really love to try out Xcode3&#8217;s new refactoring tools, but that would mean
<ol>
<li>spending more time in Leopard, which freezes on me,</li>
<li>and spending more time in Xcode3, whose text editing I already loathe.</li>
</ol>
<p>I will need to investigate how well refactoring works in TextMate (which I already own and use from time to time when bumping against some other Xcode2 limitation.)</p>
<p>The <a href='http://www.igda.org/articles/erobinson_crunch.php'>pressure cooker development level</a> of the past couple of weeks really put the development process here through the wringer. Some things held up. Some things fell apart. So more &#8216;behind the scenes&#8217; development is going to take place here to minimize the interference caused by the mismatch between what needs to be done and what the tools require me to do next.</p>
<ol>Some observations of the release&#8217;s development:</p>
<li><strong>The primary, agile-based, processes were abandoned in the panic over the continued toolbar problems and Leopard incompatibilities.</strong><br />
There was no established process for handling emergencies, so the chaotic edit-compile-test behavior resurfaced. This is not to be repeated.</p>
<p><strong>Corrective Measures:</strong> A plan of action for dealing with emergencies must be established. Exercises and drills prepared and performed so the proper outcome occurs next time.
</p>
</li>
<li><strong>Users seemed to be unaware, or unconvinced, of my plans for Leopard.</strong><br />
Although I had made statements regarding the planned support for Leopard, it was only in response to questioning by users. I had failed to provide information ahead of time and prominently.</p>
<p><strong>Corrective Measures:</strong> While users refer to the forum when there are questions or they have some issue to resolve, they refer to the blog constantly. It&#8217;s best to have already disclosed plans so users have time to assimilate needed info and prepare accordingly. Blog. Blog. Blog. Forum posting: link to blog. Then blog.</p>
</li>
<li><strong>Unit testing got skipped.</strong><br />
It was unavoidable given the current process because tests didn&#8217;t cover the critical issue being developed: the user interface (i.e., toolbar items and empty windows).</p>
<p><strong>Corrective Measures:</strong> Mock objects are inadequate to sufficiently test the UI. For all my blustering that the UI <em>is testable</em>, it&#8217;s clearly time I seek or develop the necessary tools and put them to use.
</p>
</li>
<li><strong><a href='http://subversion.tigris.org'>Subversion</a> is a win, but it&#8217;s an ugly win.</strong><br />
Being able to restore files, or the project, of a particular beta or release build, or of a particular date and time, is great. Being able to make wholesale changes to the project, then abandoning them, or keeping them along a separate branch to continue experiments at a later date without juggling project directories here and there, is great. Being able to merge or contrast multiple working project directories from separate environments (Tiger, Leopard, laptop, and the v1.6.3 release) quickly and easily, is great.</p>
<p>Nibs saved as a smattering of files in the repository: not so great. Confusing subversion with its own metadata when copying/adding directories: not so great. Performing an add/delete when moving or copying directories and files instead of adding &#8220;move&#8221; or &#8220;copy&#8221; semantics to the system: not so great. Poor integration mechanism for multiple offline revisions: not so great.</p>
<p><a href='http://en.wikipedia.org/wiki/Source_code_management'>SCM</a> is great. I&#8217;ve used <a href='http://www.nongnu.org/cvs/'>CVS</a> for years. I&#8217;ve even set up another project or two using Subversion before I <a href='http://apokalypsesoftware.com/news/apokalypse-software-corp-acquires-mori-clockwork-from-hog-bay-software/'>bought Mori and Clockwork</a> from <a href='http://hogbaysoftware.com'>Jesse</a>. But I don&#8217;t see where it&#8217;s an obviously better package than CVS, but perhaps that&#8217;s because I&#8217;ve learned to work around CVS&#8217; shortcomings. (Reviewing the feature list at <a href='http://subversion.tigris.org/'>http://subversion.tigris.org</a>, the only practical feature I see that means anything to someone actually <em>using</em> Subversion is command-level manipulation of directories, although the handling of renames is poor. Hrmm. And svn+ssh access to the repository, with <a href='http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeUserGuide/Contents/Resources/en.lproj/12_UsingSubversion/chapter_951_section_3.html'>Xcode integration</a> even!)</p>
</p>
<p><strong>Corrective Measures:</strong> For the time being, the messiness of the metadata in copies and moves will have to remain unsettled. As long as the structure ends up correct, and it doesn&#8217;t take long to get it to that state, it remains tolerable in the face of bigger issues. A procedure must be established to handle the circumstance where developers are offline and must &#8220;commit&#8221; in some manner which is transferrable to the repository when they are back online.
</p>
</li>
<li><strong>Debugging is severely inadequate for professional-grade development.</strong><br />
Can you tell Apple&#8217;s team has a severe case of <a href=http://freemasonry.bcy.ca/fiction/other/our_gang.html'>he-man, mouse-haters club</a> insecurities? (Either that, or they&#8217;re <a href='http://apokalypsesoftware.com/blog/2007/04/13/33/'>operating in crunch mode</a> so much, they don&#8217;t have time to develop the appropriate tools. Nah!) The debugging facilities they provide for developers operate primarily through the use of environment variables, console output and functions and output which require gdb to access.</p>
<p>ZeroLink didn&#8217;t work well and was abandoned; Fix and Continue is still problematic; and the vaunted debug libraries (to help you catch errors in the parameters passed to the AppKit and Foundation libraries) hasn&#8217;t worked right since 10.4.3.</p>
<p>My own debugging facilities are rudimentary and lacking in depth. More of the failures in the field should be communicated back to me (remember Safari&#8217;s &#8216;bug&#8217; button?). The crash reporting mechanism should work when the crash occurs, not the next time Mori runs. Also, exceptions are logged to the console, but otherwise go unnoticed by Mori and the user.</p>
<p><strong>Corrective Measures:</strong> Extend the runtime monitoring and browsing tools. Rewrite the crash reporting mechanism to activate when the application terminates. Add an exception handler which sends reports back. Develop proper high-level debugging tools for Objective-C, the UI, CoreData and Bindings. Coding takes place at a higher level. Debugging should be at least at that same level. <em>-fobjc-gc</em> exists for a reason. Take advantage of it!
</p>
</li>
<li><strong>The build process is inconsistent, confused and unstable.</strong><br />
The various plugins&#8217; build settings aren&#8217;t consistent. Extraneous resources (images, sounds, etc.) are stored in the nibs. At times the build directory must be purged for a functioning executable to be built.</p>
<p><strong>Corrective Measures:</strong> A Build Settings Table has already been prepared and Mori and its plugins have had their settings documented. The settings for the Blocks plugins has yet to be documented. The effect of some settings has to be determined, which can then be propagated to the targets as appropriate. The project file should be purged of duplicated actions, unnecessary references, etc.
</p>
</li>
<li><strong>Debugging Mori when it&#8217;s used for normal work results in too much human activity thrashing.</strong><br />
Because the debug and test versions use the same preferences/file settings, the release version used for normal work had to be exited to avert data corruption in the notebooks.</p>
<p><strong>Corrective Measures:</strong> This issue was resolved with the Oneill branch. However, that uses a separate target to achieve its distinction. Some means of specifying a special bundle id for the debug and test builds must be developed to accomplish a similar effect, perhaps through preprocessing the Info.plist.</p>
</li>
<li><strong>Checklists are great</strong><br />
Being able to state that processes are being followed, builds are complete, and updates were released correctly, is great.</p>
<p><strong>Corrective Measures:</strong> Checklists are great, but scripted procedures are better. Automate as much of every process as possible.
</p>
</li>
<li><strong>To-Do lists, Getting Things Done (GTD), or whatever Time Management activity that is put into practice definitely helps.</strong><br />
I&#8217;ve got the <a href='http://www.davidco.com/store/catalog/Getting-Things-Done-Abridged-CD-p-16179.php'>audio book</a>. Mori&#8217;s got the <a href='http://apokalypsesoftware.com/products/node/2243'>plugin</a>. I&#8217;ve got <a href='http://hogbaysoftware.com/products/taskpaper'>Taskpaper</a>, too. I&#8217;ve got a Handspring <a href='http://www.palm.com/us/support/visor/visoredge/'>Visor Edge</a> and its Palm Desktop software. Something, anything, that helps track tasks that need to be done so nothing falls between the cracks is a plus. They are effective at keeping things moving forward, but I&#8217;m not efficient at it and a lot of discipline and effort must be used to keep moving things forward.<br />
<strong>Corrective Measure:</strong> I used TaskPaper to handle the tracking during this hectic period. I&#8217;ve got a blog entry in preparation, but basically, I found it a great way to get into the GTD system due to its simple interface. I must continue developing my understanding of this system to manage my activities, and see about getting the various software/devices integrated better.</li>
</ol>
<p />
<p />
<h2>Next Batch of Changes</h2>
<p>I&#8217;ve already begun work on v1.6.8: Improved checking and repair functionality for notebooks. <em>Correct</em> Italian localization, thanks to Mario Pettenghi. The code for the Blocks framework will be tweaked so it compiles without triggering warnings (e.g., unused parameters, missing prototype, etc.). Additional unit testing for the UI, and refactoring of UI code.</p>
<p>These improvements to the code will set up the continuation of progress for v1.7, which should then be ready during the holidays. At least that&#8217;s the current goal.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2007/11/27/79/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mori v1.6.6 Clearing for Takeoff</title>
		<link>http://apokalypsesoftware.com/blog/2007/11/15/74/</link>
		<comments>http://apokalypsesoftware.com/blog/2007/11/15/74/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 21:39:50 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[leopard]]></category>

		<category><![CDATA[mori]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[process improvement]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2007/11/15/74/</guid>
		<description><![CDATA[It looks like the showstoppers which were part of 1.6.4, 1.6.5 (and even 1.6.3 counting the toolbar) have been dealt with. The latest build even seems to function normally in Leopard.
Thus, now that Leopard 10.5.1 has been released, and my Leopard install was for testing purposes anyway and not as my primary development environment, I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>It looks like the showstoppers which were part of 1.6.4, 1.6.5 (and even 1.6.3 counting the toolbar) have been dealt with. The latest build even seems to function normally in Leopard.</p>
<p>Thus, now that Leopard 10.5.1 has been released, and my Leopard install was for testing purposes anyway and not as my primary development environment, I&#8217;m going to install it and test the 1.6.6 build against it as well to make sure it still works. That is, after a stopover in Tigerland just to make sure that nothing in Leopard loused up my main volume.</p>
<p>The problems in Leopard appear to result, not from changes in the architecture of the Cocoa classes, but in how stringent the standards for values passed to them are, and how they deal with values which are unacceptable (invalid parameters and exception handling). Sure, code should only pass correct data all the time, but sometimes our expectations are off. Sometimes we get incorrect data ourselves (<a href='http://en.wikipedia.org/wiki/GIGO'>Garbage In Garbage Out</a>), and sometimes, bad things happen in the real world in which computers operate.</p>
<p>Tiger used to be somewhat more non-chalant about this issues. It would ignore all but the most egregious problems, unless the programmer or the user asked otherwise. Leopard seems to be more restrictive and demanding of Mac developers and the code they write. Again, not bad by any means, except for the unexpected and the change in behavior for things that used to work before.</p>
<p>So, with more testing and better debugging (so why can&#8217;t I get &#8220;debug&#8221; suffix to work?!), we&#8217;ll hopefully see this occur less often in Mori&#8217;s code.</p>
<p>Now&#8230;back to that checklist.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2007/11/15/74/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Late Night Cruisin&#8217;</title>
		<link>http://apokalypsesoftware.com/blog/2007/11/15/73/</link>
		<comments>http://apokalypsesoftware.com/blog/2007/11/15/73/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 06:59:18 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[leopard]]></category>

		<category><![CDATA[mori]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[rant]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2007/11/15/73/</guid>
		<description><![CDATA[Ever since I decided to treat my blog more like Twitter, and just write micro-events rather than an entire epistle, writing either has come to a virtual standstill. (Except of course for the firestorm that has been Mori v1.6.4, v.1.6.5, and v.1.6.6 which is now undergoing 3rd party testing and I&#8217;m still trying to squash [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I decided to treat my blog more like Twitter, and just write micro-events rather than an entire epistle, writing either has come to a virtual standstill. (Except of course for the firestorm that has been Mori v1.6.4, v.1.6.5, and v.1.6.6 which is now undergoing 3rd party testing and I&#8217;m still trying to squash that &#8220;freezes while writing in Leopard&#8221; bug.)</p>
<p>Option-clicking the &#8216;Run&#8217; icon in Xcode3 causes Mori to execute, then gdb starts up and attaches to Mori&#8217;s process, then Mori quits. Huh?</p>
<p>As if that weren&#8217;t enough, everytime gdb starts up, it spews out a lot of warnings about object files it can&#8217;t find. Like so,</p>
<blockquote><p>
warning: Could not find object file &#8220;/BinaryCache/Libsystem/Libsystem-111~176/Root/usr/local/lib/system/libc_debug.a(errno.o)&#8221; - no debug information available for &#8220;/SourceCache/Libc/Libc-498/sys/errno.c&#8221;.</p>
<p>warning: Could not find object file &#8220;/usr/local/lib/system/libcommonCrypto_debug.a(md2_dgst.o)&#8221; - no debug information available for &#8220;/SourceCache/CommonCrypto/CommonCrypto-32207/Source/Digest/md2_dgst.c&#8221;.</p>
<p>warning: Could not find object file &#8220;/usr/local/lib/system/libcommonCrypto_debug.a(md4_dgst.o)&#8221; - no debug information available for &#8220;/SourceCache/CommonCrypto/CommonCrypto-32207/Source/Digest/md4_dgst.c&#8221;.</p>
<p>warning: Could not find object file &#8220;/usr/local/lib/system/libcommonCrypto_debug.a(md5_dgst.o)&#8221; - no debug information available for &#8220;/SourceCache/CommonCrypto/CommonCrypto-32207/Source/Digest/md5_dgst.c&#8221;.</p>
<p>warning: Could not find object file &#8220;/usr/local/lib/system/libinfo_debug.a(gethnamaddr.o)&#8221; - no debug information available for &#8220;gethnamaddr.c&#8221;.</p>
<p>warning: Could not find object file &#8220;/var/tmp/Libm/Libm-287.1~6/Libm.build/Libm_debug.a.build/Objects-normal/ppc/scalb.o&#8221; - no debug information available for &#8220;/SourceCache/Libm/Libm-287.1/Source/PowerPC/scalb.c&#8221;.
</p></blockquote>
<p>What kind of railroad are we running here?</p>
<p>Anyway, at this point I&#8217;m planning on changing the file format after v1.7 ships. It&#8217;s just making it too tough to do some fixes. Mori still won&#8217;t require Leopard for some time yet, but I have to make my job, and putting out updates, somewhat simpler.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2007/11/15/73/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The 21st century has barely started, and I&#8217;m already wishing it would end</title>
		<link>http://apokalypsesoftware.com/blog/2007/11/13/72/</link>
		<comments>http://apokalypsesoftware.com/blog/2007/11/13/72/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 13:20:54 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[apple]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[mori]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2007/11/13/72/</guid>
		<description><![CDATA[Even after releasing two updates to the same app in as many days, there are still unresolved, critical issues that have to be corrected. I&#8217;m attempting to get the toolbar items and empty windows bugs fixed in Tiger, and solve some of the more blatant of the Leopard issues.
Speaking of which, I hate Leopard. It [...]]]></description>
			<content:encoded><![CDATA[<p>Even after releasing two updates to the same app in as many days, there are still unresolved, critical issues that have to be corrected. I&#8217;m attempting to get the toolbar items and empty windows bugs fixed in Tiger, and solve some of the more blatant of the Leopard issues.</p>
<p>Speaking of which, I hate Leopard. It froze while I was away from my machine. Don&#8217;t just put lipstick on a pig and tell me it&#8217;s a healthier beast. Get a healthier beast.</p>
<p>Stacks? Pretty. (At least the grid layout. The arc toss is a hurler.) I can&#8217;t navigate through nested folders with it though. Less functional. Would I rather have prettier than less functional? Definitely not in this case.</p>
<p>So I rebooted into Tiger and answered some emails. I&#8217;m going to see if Thunderbird (yes, I don&#8217;t use Mail.app for real email) will allow me to link to its database in the Library (~/Library/Thunderbird) or whether it&#8217;s yet another example of me wanting to be so unconventional that I can&#8217;t get tools to do what I want.</p>
<p>Then I&#8217;ll head back into Leopard and add some more unit tests and debugging and hopefully get a stable update into users&#8217; hands by morning. I&#8217;m hoping the debug suffix works better for me in Leopard than Tiger&#8217;s did.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2007/11/13/72/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Well, That Didn&#8217;t Take Long!</title>
		<link>http://apokalypsesoftware.com/blog/2007/06/12/41/</link>
		<comments>http://apokalypsesoftware.com/blog/2007/06/12/41/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 20:27:29 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[apple]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[entrepreneurism]]></category>

		<category><![CDATA[marketing]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2007/06/12/41/</guid>
		<description><![CDATA[So it turns out the announcements were not as spectacular as we had hoped for. A lot of the keynote was in fact a repeat of last year&#8217;s. What was new was the disclosure that EA and id were developing new games for the Mac, Safari was going to be available on the Windows platform, [...]]]></description>
			<content:encoded><![CDATA[<p>So it turns out the <a href="http://events.apple.com.edgesuite.net/d7625zs/event/">announcements</a> were not as spectacular as we had hoped for. A lot of the keynote was in fact a repeat of <a href="http://www.apple.com/quicktime/qtv/wwdc06/">last year&#8217;s</a>. What was new was the disclosure that EA and id were developing new games for the Mac, Safari was going to be available on the Windows platform, and that XHTML/AJAX was the API for the iPhone.</p>
<p>Very underwhelming. Very un-spectacular. And very significant.</p>
<p>Gaming for Mac gives less cause for users to run Windows on Mac hardware.</p>
<p>Safari for Windows gives more reason for web developers to support the lowly Mac user, who could otherwise be ignored.</p>
<p>And XHTML/AJAX, or <a href="http://en.wikipedia.org/wiki/Web_2">Web2.0</a>, means that the iPhone has no significant programming hurdle for users. You could write up a simple iPhone app using Safari on your Mac or PC, and download it to your iPhone when it&#8217;s ready. You could even tweak other apps to your liking. Perhaps Apple will be motivated to release DashCode for Windows as well. But it just goes to show that <a href="http://apokalypsesoftware.com/blog/2007/05/24/38/">scripting has already won</a>.</p>
<p>It will also inhibit the adoption of Microsoft&#8217;s PopFly!, Silverlight, Adobe&#8217;s AIR, and other proprietary &#8220;solutions&#8221; to ubiquitous, networked apps.</p>
<p>It also means the iPhone has no significant programming differentiator from any other platform. Thus, whatever apps you write for the iPhone will operate with minor modification on the Nokia N90, which also has an embedded WebKit.</p>
<p>And, finally, it means my plans are not only safe, but will carry more weight than I thought.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2007/06/12/41/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Not-So-Agile Apple Train Jumps Its Tracks</title>
		<link>http://apokalypsesoftware.com/blog/2007/04/13/33/</link>
		<comments>http://apokalypsesoftware.com/blog/2007/04/13/33/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 15:24:23 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[apple]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[process improvement]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.apokalupse.com/blog/2007/04/13/33/</guid>
		<description><![CDATA[Apple knows it has a process problem. Steve discussed only the AppleTV and iPhone during his MacWorld 2007 keynote.
]]></description>
			<content:encoded><![CDATA[<p>Apple, fresh from delivering AppleTV and in the middle of pushing iPhone out the door, has announced a delay in the planned shipping date of October 2007 for Mac OS X (MOX).</p>
<p>While <a href="http://www.red-sweater.com/blog/321/leopard-isnt-the-problem">some</a> <a href="http://www.macsupport.ca/2007/04/13/aftermath-of-the-leopard-delay/">bloggers</a><a> </a><a href="http://pixelinvader.com/2007/04/leopard-os-release-delayed/">denounce</a> Apple&#8217;s <a href="http://www.apple.com/hotnews/">claim</a> as <a href="http://www.appleinsider.com/articles/07/04/13/top_secret_features_suspect_in_apples_leopard_delay.html">deceitful</a> (there isn&#8217;t even an entry in its press releases, only a statement for April 12, 2007 on the Hot News page), I&#8217;d say it&#8217;s more likely a half- (or less) truth. There are plenty of causes for MOX&#8217;s delay.</p>
<p>Apple knows it has a process problem. Steve discussed only the AppleTV and iPhone during his MacWorld 2007 keynote.</p>
<p>Apple has a huge backlog of duplicate and unresolved bugs in its radar database. My own entry is #3665065, entered on 23-May-2004 12:26 AM and still open.</p>
<p>Apple doesn&#8217;t eat <a href="https://developer.apple.com/leopard/overview/tools.html">its</a> <a href="http://developer.apple.com/documentation/developertools/Conceptual/UnitTesting/UnitTesting.html">own</a> <a href="http://www.apple.com/macosx/features/ichat/">dogfood</a>.</p>
<p>Apple doesn&#8217;t have enough bodies to handle its current plans. Here&#8217;s a listing of the groups with current software engineering needs from a recent job posting:</p>
<blockquote><p>The following teams at Apple are now hiring: </p>
<p>- X Grid<br />
- Core OS<br />
- File Systems<br />
- Build and Integration<br />
- Kernel Development<br />
- Vector Numerics<br />
- Java<br />
- Networking<br />
- QuickTime<br />
- Compiler<br />
- User Interface<br />
- Graphics and Imaging<br />
- Frameworks<br />
- Security<br />
- Localization and Release Engineering<br />
- Core Audio<br />
- Video Codec<br />
- Desktop Management Solutions
</p></blockquote>
<p>On top of that, the Professional Audio, Professional Video, FileMaker, Desktop Apps (incl. iTunes), Interactive Media, iTunes Store, iPod, AppleTV and other teams I wouldn&#8217;t even guess about need developers to develop products currently on the market as well as future goodies and you can see why Apple&#8217;s in the pickle it&#8217;s in.</p>
<p>After working to release AppleTV and iPhone with their own variants of MOX, the Leopard team most likely has to reintegrate those branches back into the main branch. As a bonus, they will most likely develop some inability to let you <a href="http://www.engadget.com/2007/03/31/apple-tv-running-full-version-of-os-x/">run an AppleTV as a standalone MOX system</a> in the future and cripple the iPhone&#8217;s OS to prevent that sort of thing as well.</p>
<p>There are serious scope and process issues within Apple&#8217;s development groups. Do not expect a speedy resolution.</p>
<p><strong>[Update - 2007-04-20]</strong> Here&#8217;s <a href="http://buzz.vox.com/library/post/leaving-apple.html">another</a> loss to one of Apple&#8217;s product teams. His story is far more indicative of Apple&#8217;s problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2007/04/13/33/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
