<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>The BFC Computing Weblog: Category Mac</title>
    <link>http://blog.bfccomputing.com/articles/category/mac</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>My God, It's Full of Source!</description>
    <item>
      <title>Leopard is Still a Turkey</title>
      <description>&lt;p&gt;I&amp;#8217;ve been writing a short note here after each minor release of Mac OS X 10.5, noting the major problems with it, and 10.5.5 is unfortunately no different.  Today I applied it to my main machine&amp;#8217;s Leopard install and tried two fairly simple operations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;delete a partition with Disk Utility&lt;/li&gt;
&lt;li&gt;install Software Updates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The first totally messed up my drive&amp;#8217;s partition table, resizing a supposedly untouched partition from 96 to 26 GB, rendering it unusable.  The second, applying a half dozen software updates failed on the first attempt, and on the second attempt rendered the system unusable (LoginWindow would keep crashing and re-loading in an endless cycle).&lt;/p&gt;

&lt;p&gt;So, I&amp;#8217;m restoring my machine from backup now, and will stick with 10.4 (Tiger) until Leopard is as stable as Tiger.&lt;/p&gt;

&lt;p&gt;Maybe 10.5.6 will be better, but as of now I&amp;#8217;m still recommending clients stay on 10.4.11.  A year into Leopard now, and it still has fundamental problems -  that Apple has 10.6 (Snow Leopard) planned as a no-new-features release specifically to address architectural problems is a sure sign the issues run deep.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Oct 2008 16:48:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:43baf9bb-d4c7-4e79-b648-6eb8148f2242</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/10/08/leopard-is-still-a-turkey</link>
      <category>BFC Computing</category>
      <category>Mac</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4789</trackback:ping>
    </item>
    <item>
      <title>iPod Command-Line Sync on Mac OS X</title>
      <description>&lt;p&gt;This will sync any attached iPods if iTunes is running:&lt;/p&gt;

&lt;pre&gt;
#!/bin/sh
osascript &lt;&lt;_END_OF_UPDATE
tell application "Finder"
        set processList to get name of every process
        if processList contains "iTunes" then
                tell application "iTunes" to update (every source whose kind is iPod)
        end if
end tell
_END_OF_UPDATE
&lt;/pre&gt;

&lt;p&gt;It can be called from a cronjob to keep an iPod updated.  iTunes ought to just do this automatically.&lt;/p&gt;</description>
      <pubDate>Tue, 07 Oct 2008 01:15:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:171473d6-23c9-4aed-91be-82aeec130586</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/10/07/ipod-command-line-sync-on-mac-os-x</link>
      <category>Development</category>
      <category>Mac</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4788</trackback:ping>
    </item>
    <item>
      <title>iPhone: Developers Burned, Investors Leery</title>
      <description>&lt;p&gt;Fraser Speirs, former iPhone developer, had his application &lt;a href="http://speirs.org/2008/09/12/app-store-im-out/"&gt;rejected by Apple&lt;/a&gt; on grounds that it might compete with iTunes.  Unfortunately for Speirs and every other developer out there, you have no way of knowing if an app will be allowed by Apple until the last step in the development process, unless the app already exists in the Store.  This raises the risk for investing in an iPhone app tremendously, meaning few businesses will make the investment, especially if their application is cutting edge.  How would you like to invest $200K in an iPhone development project to have it turned back by a fickle screener?&lt;/p&gt;

&lt;p&gt;But, I mean, who could have seen this coming in a completely closed and proprietary development environment?&lt;/p&gt;

&lt;p&gt;Rule #3 of business - never have your business completely dependent on another business.  A well-diversified, well-capitalized business might be able to take this risk, but the majority won&amp;#8217;t.  Android and Maemo are waiting.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Sep 2008 03:30:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:135bc1d3-f00d-4080-b3b2-1dc51b5c2fc4</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/09/16/iphone-developers-burned-investors-leery</link>
      <category>Business</category>
      <category>Development</category>
      <category>Mac</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4783</trackback:ping>
    </item>
    <item>
      <title>transcode on macports fixed</title>
      <description>&lt;p&gt;If compiling transcode for &lt;a href="http://macports.org"&gt;macports&lt;/a&gt; has you stuck at &amp;#8216;undefined symbols&amp;#8217; for _mpeg2convert_rgb24 , the problem is that configure isn&amp;#8217;t finding the ports version of pkgconfig, so it can&amp;#8217;t find the library&amp;#8217;s symbols.&lt;/p&gt;

&lt;p&gt;The right thing to do is to make transcode depend on pkgconfig, so the ports version gets installed for you.  I submitted &lt;a href="http://trac.macports.org/ticket/15547#comment:4"&gt;a patch&lt;/a&gt; for this a few weeks, back, and it just got accepted, so expect to see it in the wild in the near future.&lt;/p&gt;</description>
      <pubDate>Sun, 31 Aug 2008 23:23:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:9a28873f-687b-403d-b21d-94eaefb4e791</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/08/31/transcode-on-macports-fixed</link>
      <category>Open Source</category>
      <category>Mac</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4779</trackback:ping>
    </item>
    <item>
      <title>First Open Source iPhone App Killed?</title>
      <description>&lt;p&gt;Apple has &lt;a href="http://forums.macrumors.com/showthread.php?t=535228&amp;amp;page=2"&gt;pulled&lt;/a&gt; the popular iPhone application &lt;a href="http://gizmodo.com/5024064/apps-we-like-box-office-is-the-best-iphone-movie-theatre-app"&gt;BoxOffice&lt;/a&gt; from its store without informing the author or responding to his queries.  &lt;/p&gt;

&lt;p&gt;Some have speculated that it might be at the behest of the data provider (Fandango) but the author clarified, &amp;#8220;i&amp;#8217;m in talks with fandango right now, and they&amp;#8217;re &lt;em&gt;thrilled&lt;/em&gt; with my app&amp;#8221;.&lt;/p&gt;

&lt;p&gt;Another possibility is that the terms of the iPhone SDK were &lt;a href="http://www.linux.com/feature/131752"&gt;violated&lt;/a&gt;  by the publication of the &lt;a href="http://code.google.com/p/metasyntactic/"&gt;source code&lt;/a&gt; for BoxOffice, which necessarily discloses parts of the iPhone API to third parties.&lt;/p&gt;

&lt;p&gt;For those wondering if Apple was actually going to enforce the non-open-source aspect of its NDA, this may be the test case that will decide the issue.&lt;/p&gt;</description>
      <pubDate>Mon, 04 Aug 2008 16:49:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:c184acf1-ef14-4192-a82d-98db03e6e853</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/08/04/first-open-source-iphone-app-killed</link>
      <category>Open Source</category>
      <category>Mac</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4774</trackback:ping>
    </item>
    <item>
      <title>Ideal Time Machine Hard Drive</title>
      <description>&lt;p&gt;After coming close to losing a few years' worth of the kids&#8217; digital photos (I had a backup, thank you, &lt;a href="http://rsnapshot.org/"&gt;rsnapshot&lt;/a&gt;, but when I only have one copy it&#8217;s close to being lost) I decided to find a good full-time backup hard drive for the wife&#8217;s computer. Hers is a Mac Mini running Leopard, and it has the Time Machine backup system (think exactly like rsnapshot, but with directory-level hard links as well). So, I wanted to find a drive that would be:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Small&lt;/li&gt;
&lt;li&gt;Quiet&lt;/li&gt;
&lt;li&gt;Easy&lt;/li&gt;
&lt;li&gt;Big enough to handle backup of an 80GB drive&lt;/li&gt;
&lt;li&gt;Reliable&lt;/li&gt;
&lt;li&gt;Cost-effective&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now, there are several drives out there that have the capacity. Most are pretty big (physically), and many of them require an AC wall wart and have fans in them. That I didn&#8217;t want.&lt;/p&gt;

&lt;p&gt;I usually just head over to Newegg and find a case and a drive and screw something together, but they didn&#8217;t have any that met the requirements. By this time I had decided that a Firewire bus-powered drive with a 2.5&#8221; 160GB drive would be perfect, and I finally found one at MacSales/OtherWorld Computing. These guys sponsor the open source project &lt;a href="http://eshop.macsales.com/OSXCenter/XPostFacto/Framework.cfm"&gt;XPostFacto&lt;/a&gt; which lets you run OSX on hardware Apple has abandoned (so that you can connect to the Internet without being pwned). So, good guys, and they have the &lt;a href="http://eshop.macsales.com/item/Other%20World%20Computing/MOFW160GB54/"&gt;160GB OWC Mercury On-The-Go Oxford911 FireWire 2.5&#8221; 5400RPM 8MB Cache Portable Storage Solution&lt;/a&gt;, which, while a mouthful, is just the right drive for Time Machine backups.
I didn't think I'd buy another PATA drive, but the Oxford 911 chipset is really quite well-proven, a nice feature for a backup drive. The drive comes with a cable and a pleather case:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://blog.bfccomputing.com/files/owcmerc-stuff.jpg" width="269" height="202" alt="owcmerc-stuff" /&gt;&lt;/p&gt;

&lt;p&gt;and a CD that contains some software for something I don't need (it would be a nice green move to be able to leave out pleather cases and CD's if they're just headed to the trash heap). I plugged the drive in, the Mac asked me if I wanted to use it for Time Machine, and a few clicks later the backups started running. Nicer interface than rsnapshot, for normal mortals anyway.
Now after all that, there are two complaints. First, it's in a very nice lucite case. But the case doesn't have much in the way of markings on it. There's a 3-position switch on the back, and you have to refer to the user's &lt;span style="text-decoration: line-through;"&gt;manual&lt;/span&gt; pamphlet to figure out what it does. It's a switch for Bus Power/Off/AC Power. I made a label on my label maker so I could recycle the instructions.
The second point isn't about the product but the marketing. The box exclaims, "Fits in your shirt pocket!". Here's how well that works:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://blog.bfccomputing.com/files/DSC01676.jpg" width="320" height="201" alt="owcmerc in pocket" /&gt;&lt;/p&gt;

&lt;p&gt;This particular oxford (not 911) shirt of mine has bigger pockets than any others, and it just fits. When I hear a claim like that, I think of another 2.5" drive I have:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://blog.bfccomputing.com/files/DSC01679.jpg" width="320" height="152" alt="owcmerc comparison" /&gt;&lt;/p&gt;

&lt;p&gt;that can almost fit reasonably in a pocket. This isn't a shirt pocket drive - maybe cargo pants. Better to just call it a really nice drive.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Jul 2008 18:47:23 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:f890c7d1-6436-4b8b-9831-255cb0dd1baa</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/07/23/ideal-time-machine-hard-drive</link>
      <category>Hardware</category>
      <category>Mac</category>
    </item>
    <item>
      <title>Ideal Time Machine Hard Drive</title>
      <description>&lt;p&gt;After coming close to losing a few years' worth of the kids&#8217; digital photos (I had a backup, thank you, &lt;a href="http://rsnapshot.org/"&gt;rsnapshot&lt;/a&gt;, but when I only have one copy it&#8217;s close to being lost) I decided to find a good full-time backup hard drive for the wife&#8217;s computer. Hers is a Mac Mini running Leopard, and it has the Time Machine backup system (think exactly like rsnapshot, but with directory-level hard links as well). So, I wanted to find a drive that would be:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Small&lt;/li&gt;
&lt;li&gt;Quiet&lt;/li&gt;
&lt;li&gt;Easy&lt;/li&gt;
&lt;li&gt;Big enough to handle backup of an 80GB drive&lt;/li&gt;
&lt;li&gt;Reliable&lt;/li&gt;
&lt;li&gt;Cost-effective&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now, there are several drives out there that have the capacity. Most are pretty big (physically), and many of them require an AC wall wart and have fans in them. That I didn&#8217;t want.&lt;/p&gt;

&lt;p&gt;I usually just head over to Newegg and find a case and a drive and screw something together, but they didn&#8217;t have any that met the requirements. By this time I had decided that a Firewire bus-powered drive with a 2.5&#8221; 160GB drive would be perfect, and I finally found one at MacSales/OtherWorld Computing. These guys sponsor the open source project &lt;a href="http://eshop.macsales.com/OSXCenter/XPostFacto/Framework.cfm"&gt;XPostFacto&lt;/a&gt; which lets you run OSX on hardware Apple has abandoned (so that you can connect to the Internet without being pwned). So, good guys, and they have the &lt;a href="http://eshop.macsales.com/item/Other%20World%20Computing/MOFW160GB54/"&gt;160GB OWC Mercury On-The-Go Oxford911 FireWire 2.5&#8221; 5400RPM 8MB Cache Portable Storage Solution&lt;/a&gt;, which, while a mouthful, is just the right drive for Time Machine backups.
I didn't think I'd buy another PATA drive, but the Oxford 911 chipset is really quite well-proven, a nice feature for a backup drive. The drive comes with a cable and a pleather case:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://blog.bfccomputing.com/files/owcmerc-stuff.jpg" width="269" height="202" alt="owcmerc-stuff" /&gt;&lt;/p&gt;

&lt;p&gt;and a CD that contains some software for something I don't need (it would be a nice green move to be able to leave out pleather cases and CD's if they're just headed to the trash heap). I plugged the drive in, the Mac asked me if I wanted to use it for Time Machine, and a few clicks later the backups started running. Nicer interface than rsnapshot, for normal mortals anyway.
Now after all that, there are two complaints. First, it's in a very nice lucite case. But the case doesn't have much in the way of markings on it. There's a 3-position switch on the back, and you have to refer to the user's &lt;span style="text-decoration: line-through;"&gt;manual&lt;/span&gt; pamphlet to figure out what it does. It's a switch for Bus Power/Off/AC Power. I made a label on my label maker so I could recycle the instructions.
The second point isn't about the product but the marketing. The box exclaims, "Fits in your shirt pocket!". Here's how well that works:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://blog.bfccomputing.com/files/DSC01676.jpg" width="320" height="201" alt="owcmerc in pocket" /&gt;&lt;/p&gt;

&lt;p&gt;This particular oxford (not 911) shirt of mine has bigger pockets than any others, and it just fits. When I hear a claim like that, I think of another 2.5" drive I have:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://blog.bfccomputing.com/files/DSC01679.jpg" width="320" height="152" alt="owcmerc comparison" /&gt;&lt;/p&gt;

&lt;p&gt;that can almost fit reasonably in a pocket. This isn't a shirt pocket drive - maybe cargo pants. Better to just call it a really nice drive.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Jul 2008 18:47:23 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:f890c7d1-6436-4b8b-9831-255cb0dd1baa</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/07/23/ideal-time-machine-hard-drive</link>
      <category>Hardware</category>
      <category>Mac</category>
    </item>
    <item>
      <title>Ideal Time Machine Hard Drive</title>
      <description>&lt;p&gt;After coming close to losing a few years' worth of the kids&#8217; digital photos (I had a backup, thank you, &lt;a href="http://rsnapshot.org/"&gt;rsnapshot&lt;/a&gt;, but when I only have one copy it&#8217;s close to being lost) I decided to find a good full-time backup hard drive for the wife&#8217;s computer. Hers is a Mac Mini running Leopard, and it has the Time Machine backup system (think exactly like rsnapshot, but with directory-level hard links as well). So, I wanted to find a drive that would be:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Small&lt;/li&gt;
&lt;li&gt;Quiet&lt;/li&gt;
&lt;li&gt;Easy&lt;/li&gt;
&lt;li&gt;Big enough to handle backup of an 80GB drive&lt;/li&gt;
&lt;li&gt;Reliable&lt;/li&gt;
&lt;li&gt;Cost-effective&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now, there are several drives out there that have the capacity. Most are pretty big (physically), and many of them require an AC wall wart and have fans in them. That I didn&#8217;t want.&lt;/p&gt;

&lt;p&gt;I usually just head over to Newegg and find a case and a drive and screw something together, but they didn&#8217;t have any that met the requirements. By this time I had decided that a Firewire bus-powered drive with a 2.5&#8221; 160GB drive would be perfect, and I finally found one at MacSales/OtherWorld Computing. These guys sponsor the open source project &lt;a href="http://eshop.macsales.com/OSXCenter/XPostFacto/Framework.cfm"&gt;XPostFacto&lt;/a&gt; which lets you run OSX on hardware Apple has abandoned (so that you can connect to the Internet without being pwned). So, good guys, and they have the &lt;a href="http://eshop.macsales.com/item/Other%20World%20Computing/MOFW160GB54/"&gt;160GB OWC Mercury On-The-Go Oxford911 FireWire 2.5&#8221; 5400RPM 8MB Cache Portable Storage Solution&lt;/a&gt;, which, while a mouthful, is just the right drive for Time Machine backups.
I didn't think I'd buy another PATA drive, but the Oxford 911 chipset is really quite well-proven, a nice feature for a backup drive. The drive comes with a cable and a pleather case:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://blog.bfccomputing.com/files/owcmerc-stuff.jpg" width="269" height="202" alt="owcmerc-stuff" /&gt;&lt;/p&gt;

&lt;p&gt;and a CD that contains some software for something I don't need (it would be a nice green move to be able to leave out pleather cases and CD's if they're just headed to the trash heap). I plugged the drive in, the Mac asked me if I wanted to use it for Time Machine, and a few clicks later the backups started running. Nicer interface than rsnapshot, for normal mortals anyway.
Now after all that, there are two complaints. First, it's in a very nice lucite case. But the case doesn't have much in the way of markings on it. There's a 3-position switch on the back, and you have to refer to the user's &lt;span style="text-decoration: line-through;"&gt;manual&lt;/span&gt; pamphlet to figure out what it does. It's a switch for Bus Power/Off/AC Power. I made a label on my label maker so I could recycle the instructions.
The second point isn't about the product but the marketing. The box exclaims, "Fits in your shirt pocket!". Here's how well that works:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://blog.bfccomputing.com/files/DSC01676.jpg" width="320" height="201" alt="owcmerc in pocket" /&gt;&lt;/p&gt;

&lt;p&gt;This particular oxford (not 911) shirt of mine has bigger pockets than any others, and it just fits. When I hear a claim like that, I think of another 2.5" drive I have:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://blog.bfccomputing.com/files/DSC01679.jpg" width="320" height="152" alt="owcmerc comparison" /&gt;&lt;/p&gt;

&lt;p&gt;that can almost fit reasonably in a pocket. This isn't a shirt pocket drive - maybe cargo pants. Better to just call it a really nice drive.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Jul 2008 18:47:23 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:f890c7d1-6436-4b8b-9831-255cb0dd1baa</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/07/23/ideal-time-machine-hard-drive</link>
      <category>Hardware</category>
      <category>Mac</category>
    </item>
    <item>
      <title>Mac OS X 10.5.4 Issues</title>
      <description>&lt;p&gt;I was hopeful that Mac OS X 10.5.4 would address previous versions&amp;#8217; data corruption issues, but it appears they still exist.&lt;/p&gt;

&lt;p&gt;According to &lt;a href="http://macfixit.com"&gt;MacFixit&lt;/a&gt;, issues still exist with saving files to servers via at least AFP (are NFS or SMB affected?), system logging issues, firewall problems, and apparently Software Update is still buggy at applying binary deltas.&lt;/p&gt;

&lt;p&gt;So, unfortunately I&amp;#8217;m still not recommending 10.5 (Leopard)  Client for folks who need to use network filesystems.  If you&amp;#8217;re using local disks only and don&amp;#8217;t mind downloading the &amp;#8216;Combo&amp;#8217; OS updates and applying them by hand, you&amp;#8217;re likely to be fine and feature-wise Leopard has plenty to offer.&lt;/p&gt;

&lt;p&gt;Hopefully 10.5.5 will finally quash the network filesystems problems, and nearly a year from release the OS will become widely useful.&lt;/p&gt;</description>
      <pubDate>Wed, 09 Jul 2008 11:28:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:0123b42c-8c2b-4e40-86f2-cf9ca9f613d0</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/07/09/mac-os-x-10-5-4-issues</link>
      <category>Mac</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4770</trackback:ping>
    </item>
    <item>
      <title>PICT Abandoned by Apple</title>
      <description>&lt;p&gt;I was cleaning up my hard drive today and found some screenshots I took of websites on 9/11, in Apple PICT format.  Less than 7 years later, those PICT&amp;#8217;s aren&amp;#8217;t viewable on OSX in the Preview application (the standard image viewer).  Seeing as this OS came out in 2005, it was likely abandoned then.  At the time I was running the latest version of Mac OS 9, judging by the screenshots.  &lt;/p&gt;

&lt;p&gt;So, less than 4 years of support for that presumably very common file format.  &lt;/p&gt;

&lt;p&gt;I&amp;#8217;ve converted the pictures to PNG (Using Photoshop 7, which can parse them), which as an industry standard open format ought to be recoverable for some time to come.&lt;/p&gt;

&lt;p&gt;This has been reason #687 to avoid proprietary file formats.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Jul 2008 19:30:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:609378f0-8243-43cb-a3c3-b7d6e2116348</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/07/07/pict-abandoned-by-apple</link>
      <category>BFC Computing</category>
      <category>Development</category>
      <category>Open Source</category>
      <category>Mac</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4769</trackback:ping>
    </item>
  </channel>
</rss>
