<?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: 8 things Mac OS could do better</title>
	<atom:link href="http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/feed/" rel="self" type="application/rss+xml" />
	<link>http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/</link>
	<description>technology = evolution; open source = punctuated equilibrium</description>
	<lastBuildDate>Mon, 09 Feb 2009 15:05:36 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zak Mandhro</title>
		<link>http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/comment-page-1/#comment-3244</link>
		<dc:creator>Zak Mandhro</dc:creator>
		<pubDate>Sun, 04 May 2008 13:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/#comment-3244</guid>
		<description>The other way around:
&quot;Switching From OS X to Ubuntu: 10 Things I Miss&quot;
http://www.starryhope.com/tech/2007/switching-from-os-x-to-ubuntu-ten-things-i-miss/</description>
		<content:encoded><![CDATA[<p>The other way around:<br />
&#8220;Switching From OS X to Ubuntu: 10 Things I Miss&#8221;<br />
<a href="http://www.starryhope.com/tech/2007/switching-from-os-x-to-ubuntu-ten-things-i-miss/" rel="nofollow">http://www.starryhope.com/tech/2007/switching-from-os-x-to-ubuntu-ten-things-i-miss/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zak Mandhro</title>
		<link>http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/comment-page-1/#comment-3231</link>
		<dc:creator>Zak Mandhro</dc:creator>
		<pubDate>Sat, 03 May 2008 15:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/#comment-3231</guid>
		<description>See http://www.nabble.com/Inkscape-native-Mac-OS-X-build---look-improvements-td14733036.html for an update on Inkscape native UI for Mac OS.</description>
		<content:encoded><![CDATA[<p>See <a href="http://www.nabble.com/Inkscape-native-Mac-OS-X-build---look-improvements-td14733036.html" rel="nofollow">http://www.nabble.com/Inkscape-native-Mac-OS-X-build&#8212;look-improvements-td14733036.html</a> for an update on Inkscape native UI for Mac OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zak Mandhro</title>
		<link>http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/comment-page-1/#comment-3230</link>
		<dc:creator>Zak Mandhro</dc:creator>
		<pubDate>Sat, 03 May 2008 12:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/#comment-3230</guid>
		<description>It&#039;s May 2008, and I finally have Java 6 on my Mac. I&#039;m not holding my breath for Java 7.

Carl: Thanks for the great tip! Regarding X11, I am running Leopard and X11 is just as bad. I am glad they moved to Xorg, but the Mac OS graphical shell is still not integrated with X11.</description>
		<content:encoded><![CDATA[<p>It&#8217;s May 2008, and I finally have Java 6 on my Mac. I&#8217;m not holding my breath for Java 7.</p>
<p>Carl: Thanks for the great tip! Regarding X11, I am running Leopard and X11 is just as bad. I am glad they moved to Xorg, but the Mac OS graphical shell is still not integrated with X11.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Williams</title>
		<link>http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/comment-page-1/#comment-3202</link>
		<dc:creator>Carl Williams</dc:creator>
		<pubDate>Wed, 30 Apr 2008 15:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/#comment-3202</guid>
		<description>re: the startup scripts, the startup and shutdown scripts on my version of OS X (10.4.xx) look for and, if they&#039;re present, run /etc/rc.local and /etc/rc.shutdown.local, so if you want you can drop in shell scripts like the ones on SysV systemsto scan through scripts in an rc directory and run them in order according to name. (You could replace /etc/rc and /etc/rc.shutdown, but these might be altered by software updates) 

There are no runlevels on a BSD based system like Mac OS X, so no point in SysV&#039;s multiple rc directories.
 
I think the X11 issue is being worked on - OS X 10.5 (leopard) has a different X11 implementation based on Xorg rather than XFree86, though it was a bit buggy at release. (Not tried it personally - I&#039;m using 10.4)</description>
		<content:encoded><![CDATA[<p>re: the startup scripts, the startup and shutdown scripts on my version of OS X (10.4.xx) look for and, if they&#8217;re present, run /etc/rc.local and /etc/rc.shutdown.local, so if you want you can drop in shell scripts like the ones on SysV systemsto scan through scripts in an rc directory and run them in order according to name. (You could replace /etc/rc and /etc/rc.shutdown, but these might be altered by software updates) </p>
<p>There are no runlevels on a BSD based system like Mac OS X, so no point in SysV&#8217;s multiple rc directories.</p>
<p>I think the X11 issue is being worked on &#8211; OS X 10.5 (leopard) has a different X11 implementation based on Xorg rather than XFree86, though it was a bit buggy at release. (Not tried it personally &#8211; I&#8217;m using 10.4)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/comment-page-1/#comment-2770</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 30 Dec 2007 18:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/#comment-2770</guid>
		<description>Go back to linux.</description>
		<content:encoded><![CDATA[<p>Go back to linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M0les</title>
		<link>http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/comment-page-1/#comment-1835</link>
		<dc:creator>M0les</dc:creator>
		<pubDate>Sat, 04 Aug 2007 14:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/#comment-1835</guid>
		<description>Hear hear!
I especially am peeved by the X11 situation. Just look at how well Cygwin&#039;s X11 can work under Win32 (Hide that root window!).</description>
		<content:encoded><![CDATA[<p>Hear hear!<br />
I especially am peeved by the X11 situation. Just look at how well Cygwin&#8217;s X11 can work under Win32 (Hide that root window!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zak Mandhro</title>
		<link>http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/comment-page-1/#comment-1721</link>
		<dc:creator>Zak Mandhro</dc:creator>
		<pubDate>Sat, 21 Jul 2007 19:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/#comment-1721</guid>
		<description>Thanks Jonathan, I am using fink, which also provides apt-get. The problem is that the repositories are very limited and the X11 applications don&#039;t work very well on Mac. On a positive note, I accidentally typed &quot;sudo apt-get install graphviz&quot; on my Mac, thinking I was on my Ubuntu ssh, and voila, it just worked!

I love QuickSilver; I haven&#039;t seen my Dock in months! :) I will try some of the other apps you recommended.</description>
		<content:encoded><![CDATA[<p>Thanks Jonathan, I am using fink, which also provides apt-get. The problem is that the repositories are very limited and the X11 applications don&#8217;t work very well on Mac. On a positive note, I accidentally typed &#8220;sudo apt-get install graphviz&#8221; on my Mac, thinking I was on my Ubuntu ssh, and voila, it just worked!</p>
<p>I love QuickSilver; I haven&#8217;t seen my Dock in months! :) I will try some of the other apps you recommended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Andrew Wolter</title>
		<link>http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/comment-page-1/#comment-1717</link>
		<dc:creator>Jonathan Andrew Wolter</dc:creator>
		<pubDate>Sat, 21 Jul 2007 03:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://mandhro.com/2007/06/26/8-things-mac-os-could-do-better/#comment-1717</guid>
		<description>Zak,

Several good points you have. For a better package management system, have you looked at Fink Commander? It&#039;s like Synaptic, but for the Fink repositories (which may be built on macports, my knowledge is shallow here.)

Also, I&#039;ve grown to like Safari for it&#039;s speed and reliability. Firefox is always loaded down for me with plugins and development tools... plus it&#039;s a memory hog and slightly unstable in my configuration. And with the iPhone Safari platform, I don&#039;t think we&#039;ll see it going away any time soon.

Several other programs have greatly helped me: QuickSilver, OmniFocus (alpha), OmniGraffle, Fink Commander, DoubleCommand Preference Pane, a slick Microsoft natural ergonomic keyboard 4000, SuperDuper, Adium, pdfpen, pdfview, chm viewers (xchm?), App Delete, Colloquy, write room, and vmware fusion.

Good luck,</description>
		<content:encoded><![CDATA[<p>Zak,</p>
<p>Several good points you have. For a better package management system, have you looked at Fink Commander? It&#8217;s like Synaptic, but for the Fink repositories (which may be built on macports, my knowledge is shallow here.)</p>
<p>Also, I&#8217;ve grown to like Safari for it&#8217;s speed and reliability. Firefox is always loaded down for me with plugins and development tools&#8230; plus it&#8217;s a memory hog and slightly unstable in my configuration. And with the iPhone Safari platform, I don&#8217;t think we&#8217;ll see it going away any time soon.</p>
<p>Several other programs have greatly helped me: QuickSilver, OmniFocus (alpha), OmniGraffle, Fink Commander, DoubleCommand Preference Pane, a slick Microsoft natural ergonomic keyboard 4000, SuperDuper, Adium, pdfpen, pdfview, chm viewers (xchm?), App Delete, Colloquy, write room, and vmware fusion.</p>
<p>Good luck,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.308 seconds -->
<!-- Cached page served by WP-Cache -->
