<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zit Seng&#039;s Superwall &#187; Mac OS X</title>
	<atom:link href="http://zitseng.com/archives/tag/mac-os-x/feed" rel="self" type="application/rss+xml" />
	<link>http://zitseng.com</link>
	<description>Blogging in the Web 2.0 generation</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:22:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting Up Time Machine On A Network Storage</title>
		<link>http://zitseng.com/archives/2699</link>
		<comments>http://zitseng.com/archives/2699#comments</comments>
		<pubDate>Mon, 25 Jan 2010 02:57:02 +0000</pubDate>
		<dc:creator>Zit Seng</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://zitseng.com/?p=2699</guid>
		<description><![CDATA[One of the best things that Apple had introduced with Mac OS X 10.5 Leopard is Time Machine. It&#8217;s a no-brainer backup utility that &#8220;just works&#8221;, and furthermore, one that people will actually use. While Time Machine works great with a direct attached storage disk (internal or external firewire/USB) or Time Capsule, it wouldn&#8217;t readily [...]


Related posts:<ol><li><a href='http://zitseng.com/archives/2701' rel='bookmark' title='Permanent Link: D-Link DCS-2121 Wireless Network Camera'>D-Link DCS-2121 Wireless Network Camera</a> <small>I recently bought a D-Link DCS-2121 wireless network camera. It&#8217;s...</small></li>
<li><a href='http://zitseng.com/archives/857' rel='bookmark' title='Permanent Link: Maxtor OneTouch 4 Plus Mini-Review'>Maxtor OneTouch 4 Plus Mini-Review</a> <small>I bought the Maxtor OneTouch 4 Plus from Comex last...</small></li>
<li><a href='http://zitseng.com/archives/677' rel='bookmark' title='Permanent Link: Setting Up Your Mac For NUS'>Setting Up Your Mac For NUS</a> <small>The new school year at NUS has started. Many people...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://zitseng.com/uploads/2010/01/20100105891.jpg"><img class="alignleft size-thumbnail wp-image-2700" title="20100105891" src="http://zitseng.com/uploads/2010/01/20100105891-150x150.jpg" alt="" width="150" height="150" /></a>One of the best things that Apple had introduced with Mac OS X 10.5 Leopard is Time Machine. It&#8217;s a no-brainer backup utility that &#8220;just works&#8221;, and furthermore, one that people will actually use. While Time Machine works great with a direct attached storage disk (internal or external firewire/USB) or Time Capsule, it wouldn&#8217;t readily work with other network attached storage. If you want to backup &#8220;over the network&#8221;, Apple wants you to buy their Time Capsule hardware. But there are fixes to get around that.</p>
<p><span id="more-2699"></span>Honestly, the Time Capsule is quite a fine piece of hardware too. It is basically a simultaneous dual band 802.11n wireless broadband router, gigabit ethernet switch, print server and includes massive internal disk storage. The problem is that what if you already have all these capabilities in one or several deviecs&#8230; there&#8217;s not much reason to buy a Time Capsule.</p>
<p>So&#8230; here&#8217;s the thing. You can trick Time Machine to use some other type of network attached storage. You don&#8217;t even need to run any new fancy thing like Apple&#8217;s own networking protocol. Just a few setup steps.</p>
<ol>
<li>First, make sure that your network folder is already setup and working. Particularly, make sure that your Mac can connect to it, read and write files to it. How to setup this network folder is beyond the scope of this post.</li>
<li>Next, you need to tweak a setting in Mac OS X. Run this in a terminal:<br />
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</li>
<li>Then, you need to create a &#8220;disk image&#8221; on your Mac locally. In a terminal, run:<br />
hdiutil create -library SPUD -size $SIZE -fs HFS+J -type SPARSEBUNDLE -volname &#8220;Backup of $MACNAME&#8221; $MACNAME_$MACADDRESS.sparsebundle<br />
where $SIZE is the size of the Time Machine backup storage to create (e.g. &#8220;320G&#8221; for a 320GB size storage), $MACNAME is the computer name of your Mac (find it in System Preferences â†’Â Sharing), and $MACADDRESS is the ethernet ID of your LAN interface (just the 12 hexademical digits, e.g. d49a20122334). Note that the &#8220;sparsebundle&#8221; created is not actually the size that you specify, but it can grow to accommodate the size that you set.</li>
<li>Use the Finder, locate the image you created above ($MACNAME_$MACADDRESS.sparsebundle) and copy it into the network folder.</li>
<li>Now open Time Machine Preferences, click Select Disk, and then select your network folder.</li>
<li>You&#8217;re almost done. Just wait for the first backup to start. Or you can just tell Time Machine to Back Up Now.</li>
</ol>
<p>The initial backup does take some time, like it also does on a directly connected USB or Firewire disk. I had 93GB of data to backup initially, and over my 802.11n wireless network, it took almost 7 hours to complete.</p>
<p>A nice thing I like about this solution is the ability to &#8220;limit&#8221; the amount of space consumed by Time Machine. Ordinarily, Time Machine uses up the entire disk that it is offered, which is inconvenient when you want to share that disk with other data, or use it for multiple Time Machines (i.e. different Macs). How do you tell Time Machine play nice and not to gobble up all the space it can lay its hands on? Well, now the sparsebundle image lets you determine the maximum amount of space that Time Machine will use.</p>
<p>Note: If you are going to copy-and-paste the hdutil command line above, be wary that when displayed by WordPress in here, the quotes are replaced with nice curly quotes. Remember to swap it back for a normal quote character.</p>
<!-- google_ad_section_end -->

<p>Related posts:</p><ol><li><a href='http://zitseng.com/archives/2701' rel='bookmark' title='Permanent Link: D-Link DCS-2121 Wireless Network Camera'>D-Link DCS-2121 Wireless Network Camera</a> <small>I recently bought a D-Link DCS-2121 wireless network camera. It&#8217;s...</small></li>
<li><a href='http://zitseng.com/archives/857' rel='bookmark' title='Permanent Link: Maxtor OneTouch 4 Plus Mini-Review'>Maxtor OneTouch 4 Plus Mini-Review</a> <small>I bought the Maxtor OneTouch 4 Plus from Comex last...</small></li>
<li><a href='http://zitseng.com/archives/677' rel='bookmark' title='Permanent Link: Setting Up Your Mac For NUS'>Setting Up Your Mac For NUS</a> <small>The new school year at NUS has started. Many people...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://zitseng.com/archives/2699/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Mac OS X Kernel Panic&#8217;ed</title>
		<link>http://zitseng.com/archives/2580</link>
		<comments>http://zitseng.com/archives/2580#comments</comments>
		<pubDate>Mon, 30 Nov 2009 02:15:52 +0000</pubDate>
		<dc:creator>Zit Seng</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://zitseng.com/?p=2580</guid>
		<description><![CDATA[I opened the lid of my MacBook, it resumed from the previous suspend, and I clicked something on Safari. Then, Mac OS X told me: You need to restart your computer. It explained how I could do that, and it did it in 5 languages. Yes, it is the Mac OS X kernel panic. It&#8217;s [...]


Related posts:<ol><li><a href='http://zitseng.com/archives/2712' rel='bookmark' title='Permanent Link: Linux Kernel is Dazed and Confused'>Linux Kernel is Dazed and Confused</a> <small>The Linux kernel admits to being dazed and confused, but...</small></li>
<li><a href='http://zitseng.com/archives/2528' rel='bookmark' title='Permanent Link: Software Updates Week'>Software Updates Week</a> <small>There&#8217;re plenty of software updates this week. First up was...</small></li>
<li><a href='http://zitseng.com/archives/2161' rel='bookmark' title='Permanent Link: Google Operating System'>Google Operating System</a> <small>It&#8217;s something many people have speculated for some time. Google&#8217;s...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://zitseng.com/uploads/2009/11/20091130148.jpg"><img class="alignleft size-thumbnail wp-image-2581" title="20091130148" src="http://zitseng.com/uploads/2009/11/20091130148-150x150.jpg" alt="20091130148" width="150" height="150" /></a>I opened the lid of my MacBook, it resumed from the previous suspend, and I clicked something on Safari. Then, Mac OS X told me: You need to restart your computer. It explained how I could do that, and it did it in 5 languages. Yes, it is the Mac OS X kernel panic. It&#8217;s the first kernel panic I experienced on Snow Leopard. The last time I saw a kernel panic was on Leopard. It&#8217;s the same MacBook, before upgrading to Snow Leopard 2 months ago.</p>
<p><span id="more-2580"></span>No operating system is immune to these kernel panic. I suppose the question is how often the panics are, and what sort of impact it has on the applications and data. Nowadays, the impact of data loss on disk is minimal because of journalized file systems. While this can be an operating system provided feature, preserving the state of applications is a lot more complicated. At this time, application recovery (i.e. returning to the user to where he/she was before the crash) is often left to the applications themselves. That being said, applications like Microsoft Word will automatically store state data to disk and use that to recover the opened document after the computer restarts.</p>
<p>Considering that many applications are nowadays browser-based, the web browser itself is going to be a very important application where robustness and recovery is important. I think, today, the modern web browser can re-open web pages that were being viewed after restarting from a crash (be it application crash or system crash). Moving forward, what is becoming very important is to preserve state data such as navigation history, cookies, login credentials, form input data, etc, so that the user can continue his browsing session as if nothing had actually got interrupted.</p>
<p>But there is a tricky situation here. Do you want to preserve login credentials across a crash? What if you were browsing a secure website such as your internet banking portal? The fact that data is being automatically preserved should sound out some alarm bells. Then, on the other hand, if login credentials are not being preserved, obviously the resumption of state on various websites are going to be rather tricky too.</p>
<!-- google_ad_section_end -->

<p>Related posts:</p><ol><li><a href='http://zitseng.com/archives/2712' rel='bookmark' title='Permanent Link: Linux Kernel is Dazed and Confused'>Linux Kernel is Dazed and Confused</a> <small>The Linux kernel admits to being dazed and confused, but...</small></li>
<li><a href='http://zitseng.com/archives/2528' rel='bookmark' title='Permanent Link: Software Updates Week'>Software Updates Week</a> <small>There&#8217;re plenty of software updates this week. First up was...</small></li>
<li><a href='http://zitseng.com/archives/2161' rel='bookmark' title='Permanent Link: Google Operating System'>Google Operating System</a> <small>It&#8217;s something many people have speculated for some time. Google&#8217;s...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://zitseng.com/archives/2580/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Fusion 3 vs Parallels Desktop 5</title>
		<link>http://zitseng.com/archives/2573</link>
		<comments>http://zitseng.com/archives/2573#comments</comments>
		<pubDate>Sat, 28 Nov 2009 08:29:23 +0000</pubDate>
		<dc:creator>Zit Seng</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://zitseng.com/?p=2573</guid>
		<description><![CDATA[For many Mac users, it is inevitable that Microsoft Windows will be needed at some point or other. There are a few solutions to running Windows on a Mac hardware. I much prefer the virtualization solution than running Bootcamp because I can still access the Mac OS X system at all times. The two main [...]


Related posts:<ol><li><a href='http://zitseng.com/archives/1910' rel='bookmark' title='Permanent Link: Booting Windows XP on MacBook'>Booting Windows XP on MacBook</a> <small>After procrastinating for too long, I&#8217;ve finally gotten around to...</small></li>
<li><a href='http://zitseng.com/archives/1912' rel='bookmark' title='Permanent Link: The New Operating System'>The New Operating System</a> <small>Virtualization is not new to me. I&#8217;m now using a...</small></li>
<li><a href='http://zitseng.com/archives/35' rel='bookmark' title='Permanent Link: Upgrading to Fedora 7'>Upgrading to Fedora 7</a> <small>Upgrading Linux is always an adventure. Linux distributions have clearly...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://zitseng.com/uploads/2008/07/200807203584.jpg"><img class="alignleft size-thumbnail wp-image-535" title="200807203584" src="http://zitseng.com/uploads/2008/07/200807203584-150x150.jpg" alt="200807203584" width="150" height="150" /></a>For many Mac users, it is inevitable that Microsoft Windows will be needed at some point or other. There are a few solutions to running Windows on a Mac hardware. I much prefer the virtualization solution than running Bootcamp because I can still access the Mac OS X system at all times. The two main virtualization solutions are basically VMware Fusion and Parallels Desktop. Then, the next inevitable question is, which is better? Which is faster? Which is more integrated? Which is more interoperable with various guest operating systems?</p>
<p><span id="more-2573"></span>For some time now, I&#8217;ve been <a href="http://zitseng.com/archives/1910">using VirtualBox</a>. It works pretty well. It&#8217;s integration with the host operating system (i.e. Mac OS X) is a little lacking. The handling of USB devices is a little clumsy. But it is free, and if it is free, you tend to make do with some minor inconveniences. It&#8217;s not really a big deal if you need the virtualization only occasionally.</p>
<p>But a friend recently started evaluating VMware Fusion, and my interest in it was piqued. I&#8217;m not new to VMware. I&#8217;ve used various flavours of VMware on both Windows and Linux. But so far, not Fusion on Mac OS X. So, alright, it was time to give it a try. It worked good enough for me. You can read plenty of reviews of VMware Fusion on the Internet, so I&#8217;m not going to write another one.</p>
<p>While evaluating VMware Fusion, I thought about Parallels Desktop. It has also received favourable reviews. A bit question on my mind was, which is faster? Put features aside for a while, let&#8217;s see which virtualization platform runs faster. Speed, inevitably, is going to be one important consideration.</p>
<p>So, I put together my very simple benchmark of VMware Fusion 3 vs Parallels Desktop 5 carrying out a few simple tasks.</p>
<table border="1">
<tbody>
<tr>
<td></td>
<td>VMware</td>
<td>Parallels</td>
</tr>
<tr>
<td>Time from VM start to Windows login window</td>
<td>38s</td>
<td>40s</td>
</tr>
<tr>
<td>Time from login window to desktop ready</td>
<td>11s</td>
<td>10s</td>
</tr>
<tr>
<td>Time to start MSIE until MSN webpage loaded</td>
<td>21s</td>
<td>9s</td>
</tr>
<tr>
<td>Time to start Firefox until homepage loaded</td>
<td>13s</td>
<td>7s</td>
</tr>
<tr>
<td>Time to shutdown</td>
<td>18s</td>
<td>15s</td>
</tr>
</tbody>
</table>
<p>Yes, I know this is not the most professional or comprehensive benchmark, but it tells me a few important things I want to know. It appears like Parallels Desktop 5 is quicker at getting things done inside the guest OS once the VM has started up. I suppose if you tend to leave a VM running for long periods and do a lot work inside it, this will be an important advantage.</p>
<p>Interestingly, I noted previously that Parallels Desktop 5 was a lot faster at restarting itself than VMware Fusion 3. It can take VMware Fusion 3 about the 38s it scored in the above table to restart itself, but Parallels Desktop 5 would take only like 12s. It is quite remarkable.</p>
<p>If you need a more professional benchmark comparison, check out this article from <a href="http://www.mactech.com/articles/mactech/Vol.24/24.02/VirtualizationBenchmark/">MacTech</a>, and another one in <a href="http://en.wikipedia.org/wiki/Comparison_of_VMware_Fusion_and_Parallels_Desktop#Features">Wikipedia</a>.</p>
<!-- google_ad_section_end -->

<p>Related posts:</p><ol><li><a href='http://zitseng.com/archives/1910' rel='bookmark' title='Permanent Link: Booting Windows XP on MacBook'>Booting Windows XP on MacBook</a> <small>After procrastinating for too long, I&#8217;ve finally gotten around to...</small></li>
<li><a href='http://zitseng.com/archives/1912' rel='bookmark' title='Permanent Link: The New Operating System'>The New Operating System</a> <small>Virtualization is not new to me. I&#8217;m now using a...</small></li>
<li><a href='http://zitseng.com/archives/35' rel='bookmark' title='Permanent Link: Upgrading to Fedora 7'>Upgrading to Fedora 7</a> <small>Upgrading Linux is always an adventure. Linux distributions have clearly...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://zitseng.com/archives/2573/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Updates Week</title>
		<link>http://zitseng.com/archives/2528</link>
		<comments>http://zitseng.com/archives/2528#comments</comments>
		<pubDate>Thu, 12 Nov 2009 02:28:42 +0000</pubDate>
		<dc:creator>Zit Seng</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[IT security]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://zitseng.com/?p=2528</guid>
		<description><![CDATA[There&#8217;re plenty of software updates this week. First up was for Snow Leopard which is updated to Mac OS X 10.6.2, which contains quite a number of fixes (58, apparently) including an important one that involves data loss. Then, the Safari web browser itself, whose updates are distributed separately from Mac OS X, was updated [...]


Related posts:<ol><li><a href='http://zitseng.com/archives/2423' rel='bookmark' title='Permanent Link: Long Wait for Nokia Phone Software Updates'>Long Wait for Nokia Phone Software Updates</a> <small>The Nokia N97 software v12.0.024 became available on 18 Aug...</small></li>
<li><a href='http://zitseng.com/archives/146' rel='bookmark' title='Permanent Link: Mac OS X vs Windows Updates Versioning'>Mac OS X vs Windows Updates Versioning</a> <small>Apple posts updates to their Mac OS X operating system...</small></li>
<li><a href='http://zitseng.com/archives/2198' rel='bookmark' title='Permanent Link: Software Upgrade Disables Functionality'>Software Upgrade Disables Functionality</a> <small>Software upgrading is one of those common chores that many...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://zitseng.com/uploads/2009/08/28082009847.jpg"><img class="alignleft size-thumbnail wp-image-2321" title="28082009847" src="http://zitseng.com/uploads/2009/08/28082009847-150x150.jpg" alt="28082009847" width="150" height="150" /></a>There&#8217;re plenty of software updates this week. First up was for Snow Leopard which is updated to Mac OS X 10.6.2, which contains quite a number of fixes (<a href="http://www.networkworld.com/news/2009/111009-apple-delivers-mammoth-update-patches.html?source=NWWNLE_nlt_security_2009-11-11">58, apparently</a>) including an important one that involves data loss. Then, the Safari web browser itself, whose updates are distributed separately from Mac OS X, was updated to version 4.0.4. It fixes some security vulnerabilities, and improves performance and stability. Finally, there is also the update to Microsoft Office 2008 for Mac with version 12.2.3, which fixes stability and security issues.</p>
<p><span id="more-2528"></span>That&#8217;s all happened in just half a week. It could have been worse, had it been some other operating system, and it&#8217;s not really all that bothersome if you consider that many of the updates happen automatically. &#8220;Automatically&#8221;, however, could typically be any time in a one week window, since automatic checks are often configured to happen at weekly intervals. Furthermore, that&#8217;s all assuming that you are using your computer and it is connected to the Internet at reasonable broadband speeds.</p>
<p>It&#8217;s just one computer, or just one device. Yet there are so many updates to talk about. Sometimes I&#8217;d think life would be so much easier had all the software been sufficiently tightly integrated so that users just need to know of one update. Perhaps moving all the apps to the web (or the &#8220;Internet&#8221;) will make this easier. You&#8217;d still need some basic operating system, a web browser, and device drivers to take care of, but I suppose this would be much easier to manage.</p>
<p>Update (13 Nov 2009): To add to the update week is <a href="http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/">WordPress 2.8.6</a>, released today.</p>
<!-- google_ad_section_end -->

<p>Related posts:</p><ol><li><a href='http://zitseng.com/archives/2423' rel='bookmark' title='Permanent Link: Long Wait for Nokia Phone Software Updates'>Long Wait for Nokia Phone Software Updates</a> <small>The Nokia N97 software v12.0.024 became available on 18 Aug...</small></li>
<li><a href='http://zitseng.com/archives/146' rel='bookmark' title='Permanent Link: Mac OS X vs Windows Updates Versioning'>Mac OS X vs Windows Updates Versioning</a> <small>Apple posts updates to their Mac OS X operating system...</small></li>
<li><a href='http://zitseng.com/archives/2198' rel='bookmark' title='Permanent Link: Software Upgrade Disables Functionality'>Software Upgrade Disables Functionality</a> <small>Software upgrading is one of those common chores that many...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://zitseng.com/archives/2528/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quantified Improvements in Snow Leopard</title>
		<link>http://zitseng.com/archives/2320</link>
		<comments>http://zitseng.com/archives/2320#comments</comments>
		<pubDate>Sat, 29 Aug 2009 00:09:50 +0000</pubDate>
		<dc:creator>Zit Seng</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://zitseng.com/?p=2320</guid>
		<description><![CDATA[I&#8217;ve just finished upgrading to Snow Leopard. Apple claims it is faster. With most things turned 64-bits, one would expect to see some improvements. But how good is better? Well, I timed a selected bunch of events, just before upgrading (i.e. still running Leopard), and then after the upgrade to Snow Leopard was done. Here&#8217;s [...]


Related posts:<ol><li><a href='http://zitseng.com/archives/2316' rel='bookmark' title='Permanent Link: Snow Leopard: Prepared for Shipment'>Snow Leopard: Prepared for Shipment</a> <small>Earlier this afternoon, I noticed that the order status in...</small></li>
<li><a href='http://zitseng.com/archives/2073' rel='bookmark' title='Permanent Link: Mac OS X Snow Leopard and other Updates'>Mac OS X Snow Leopard and other Updates</a> <small>The cat is out of the bag. The latest version...</small></li>
<li><a href='http://zitseng.com/archives/2364' rel='bookmark' title='Permanent Link: Windows 7 to Launch at US$30'>Windows 7 to Launch at US$30</a> <small>Apple&#8217;s Snow Leopard must really have put the pressure on...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://zitseng.com/uploads/2009/08/28082009847.jpg"><img class="alignleft size-thumbnail wp-image-2321" title="28082009847" src="http://zitseng.com/uploads/2009/08/28082009847-150x150.jpg" alt="28082009847" width="150" height="150" /></a>I&#8217;ve just finished upgrading to Snow Leopard. Apple claims it is faster. With most things turned 64-bits, one would expect to see some improvements. But how good is better? Well, I timed a selected bunch of events, just before upgrading (i.e. still running Leopard), and then after the upgrade to Snow Leopard was done. Here&#8217;s the quantitative comparisons.</p>
<p><span id="more-2320"></span>Time from turn on till login screen is ready: 46s down to 43s. Minimal change.</p>
<p>Time from login screen till desktop is loaded, all icons painted, all menu bar items displayed: 66s down to 41s. This is a big speed up.</p>
<p>Time to load Safari: 6s down to 5s. It was quick enough to begin with I guess.</p>
<p>Time to load Microsoft Word: 20s down to 13s. Superb.</p>
<p>Time to load iPhoto: 9s down to 6s.</p>
<p>Time to load iTunes: 8s down to 5s.</p>
<p>Incidentally, disk space available before upgrade: 66.8GB. Disk space available after upgrade: 81.7GB. 14.9GB of recovered space. Double what Apple said it would be.</p>
<p>This is on my MacBook 2.4GHz notebook.</p>
<p>Sadly, a few things have broken.</p>
<ol>
<li>Bluetooth modem connection to my Nokia N97 is not working anymore. Snow Leopard keeps complaining that /dev/cu.Bluetooth-Modem is busy. I tried with a Nokia 5800 with the same problem too. For now, I can only run my N97 as a wireless hotpost (using JoikuSpot), and have the Mac connect to the phone over 802.11g to use its 3G HSDPA connection.</li>
<li>Nokia Multimedia Transfer appears to work mostly, except that it fails to launch iPhoto and I can&#8217;t import photos. Alternative solution for now is to connect the phone using USB in Image Transfer mode, and iPhoto detects the phone and imports photos just like before. I much prefer to use bluetooth though.</li>
</ol>
<p>Hopefully some solutions are found for these issues pretty soon.</p>
<!-- google_ad_section_end -->

<p>Related posts:</p><ol><li><a href='http://zitseng.com/archives/2316' rel='bookmark' title='Permanent Link: Snow Leopard: Prepared for Shipment'>Snow Leopard: Prepared for Shipment</a> <small>Earlier this afternoon, I noticed that the order status in...</small></li>
<li><a href='http://zitseng.com/archives/2073' rel='bookmark' title='Permanent Link: Mac OS X Snow Leopard and other Updates'>Mac OS X Snow Leopard and other Updates</a> <small>The cat is out of the bag. The latest version...</small></li>
<li><a href='http://zitseng.com/archives/2364' rel='bookmark' title='Permanent Link: Windows 7 to Launch at US$30'>Windows 7 to Launch at US$30</a> <small>Apple&#8217;s Snow Leopard must really have put the pressure on...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://zitseng.com/archives/2320/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard is Here!</title>
		<link>http://zitseng.com/archives/2318</link>
		<comments>http://zitseng.com/archives/2318#comments</comments>
		<pubDate>Fri, 28 Aug 2009 03:36:29 +0000</pubDate>
		<dc:creator>Zit Seng</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://zitseng.com/?p=2318</guid>
		<description><![CDATA[Customers in Singapore are now receiving their Snow Leopard! Here&#8217;s the opened up Mac Box Set ordered by my colleague. The first thing that struck me? Oh, the box is so small. It is about the area of a standard CDROM. I somehow got the impression that it is a more sizable portion. The photos [...]


Related posts:<ol><li><a href='http://zitseng.com/archives/2316' rel='bookmark' title='Permanent Link: Snow Leopard: Prepared for Shipment'>Snow Leopard: Prepared for Shipment</a> <small>Earlier this afternoon, I noticed that the order status in...</small></li>
<li><a href='http://zitseng.com/archives/2073' rel='bookmark' title='Permanent Link: Mac OS X Snow Leopard and other Updates'>Mac OS X Snow Leopard and other Updates</a> <small>The cat is out of the bag. The latest version...</small></li>
<li><a href='http://zitseng.com/archives/2320' rel='bookmark' title='Permanent Link: Quantified Improvements in Snow Leopard'>Quantified Improvements in Snow Leopard</a> <small>I&#8217;ve just finished upgrading to Snow Leopard. Apple claims it...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://zitseng.com/uploads/2009/08/28082009819.jpg"><img class="alignleft size-thumbnail wp-image-2319" title="28082009819" src="http://zitseng.com/uploads/2009/08/28082009819-150x150.jpg" alt="28082009819" width="150" height="150" /></a>Customers in Singapore are now receiving their Snow Leopard! Here&#8217;s the opened up Mac Box Set ordered by my colleague. The first thing that struck me? Oh, the box is so small. It is about the area of a standard CDROM. I somehow got the impression that it is a more sizable portion. The photos on their website make the box look big. This is my colleague&#8217;s order. Still waiting for mine to arrive at home.</p>
<!-- google_ad_section_end -->

<p>Related posts:</p><ol><li><a href='http://zitseng.com/archives/2316' rel='bookmark' title='Permanent Link: Snow Leopard: Prepared for Shipment'>Snow Leopard: Prepared for Shipment</a> <small>Earlier this afternoon, I noticed that the order status in...</small></li>
<li><a href='http://zitseng.com/archives/2073' rel='bookmark' title='Permanent Link: Mac OS X Snow Leopard and other Updates'>Mac OS X Snow Leopard and other Updates</a> <small>The cat is out of the bag. The latest version...</small></li>
<li><a href='http://zitseng.com/archives/2320' rel='bookmark' title='Permanent Link: Quantified Improvements in Snow Leopard'>Quantified Improvements in Snow Leopard</a> <small>I&#8217;ve just finished upgrading to Snow Leopard. Apple claims it...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://zitseng.com/archives/2318/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard: Prepared for Shipment</title>
		<link>http://zitseng.com/archives/2316</link>
		<comments>http://zitseng.com/archives/2316#comments</comments>
		<pubDate>Thu, 27 Aug 2009 13:28:11 +0000</pubDate>
		<dc:creator>Zit Seng</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://zitseng.com/?p=2316</guid>
		<description><![CDATA[Earlier this afternoon, I noticed that the order status in the Apple Online Store for my Snow Leopard had been updated to &#8220;Prepared for shipment&#8221;. Delivery will be by tomorrow, so the order tracking page says. I guess people in Singapore, along with those in Australia, New Zealand, Japan, etc, will be amongst the first [...]


Related posts:<ol><li><a href='http://zitseng.com/archives/2073' rel='bookmark' title='Permanent Link: Mac OS X Snow Leopard and other Updates'>Mac OS X Snow Leopard and other Updates</a> <small>The cat is out of the bag. The latest version...</small></li>
<li><a href='http://zitseng.com/archives/2320' rel='bookmark' title='Permanent Link: Quantified Improvements in Snow Leopard'>Quantified Improvements in Snow Leopard</a> <small>I&#8217;ve just finished upgrading to Snow Leopard. Apple claims it...</small></li>
<li><a href='http://zitseng.com/archives/2528' rel='bookmark' title='Permanent Link: Software Updates Week'>Software Updates Week</a> <small>There&#8217;re plenty of software updates this week. First up was...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://zitseng.com/uploads/2009/06/040620093012.jpg"><img class="alignleft size-thumbnail wp-image-2075" title="040620093012" src="http://zitseng.com/uploads/2009/06/040620093012-150x150.jpg" alt="040620093012" width="150" height="150" /></a>Earlier this afternoon, I noticed that the order status in the Apple Online Store for my Snow Leopard had been updated to &#8220;Prepared for shipment&#8221;. Delivery will be by tomorrow, so the order tracking page says. I guess people in Singapore, along with those in Australia, New Zealand, Japan, etc, will be amongst the first in the world to get their copy of Snow Leopard. It is going to be goodbye to the Mac OS X 10.5 Leopard on this MacBook really soon now.</p>
<p><span id="more-2316"></span>The new &#8220;in&#8221; thing with operating systems is not about doing more. Apple is done with adding more (major) features. It seems to be the case with Windows 7 coming up in about 2 months. For some people, it seems like a disappointment that the upgrade from 10.5 to 10.6 looks almost like a &#8220;service pack&#8221;. Even the version name, Snow Leopard, suggests only a marginal improvement over Leopard.</p>
<p>On the other hand, for only US$29 (S$48), it seems like a relatively cheap upgrade. I tend to agree that many of the new improvements in Snow Leopard really ought to be enhancements that should have been available as a Leopard update, not requiring users to upgrade to a new version of Mac OS X. But I think there are enough under-the-hood changes that are significant enough to deserve a version number of its own.</p>
<p>Snow Leopard is not about major feature upgrades. It is about plenty of little refinements and usability improvements that add up Â to be, hopefully, worthy of US$29.</p>
<p>What am I looking forward to?</p>
<ol>
<li>Improved performance: Plenty of things are said to be faster. With more parts of the operating system turned 64-bits, one would expect a speedier and snappier operating system.</li>
<li>Quicktime X: It now records video, audio, and the computer screen. Making video tutorials are now going to be a snap. I think I can find plenty of uses for this.</li>
<li>Integration with Exchange: Now, I can finally be in-sync with the corporate mandated platform for email, calendaring and directory, without me having to put up with a Windows OS on my computer. Actually I don&#8217;t know how better Mail and Address Book would be (after all there is already IMAP4 and LDAP), but at least there would be iCal calendar integration.</li>
<li>Usability enhancements all around: Better Expose, better Docks.</li>
</ol>
<p>Update: Oh. Even before I really finished posting this&#8230; there&#8217;s an update. I think Apple&#8217;s working through the night tonight. My order has been shipped. DHL Express picked up the box at 21:17!</p>
<!-- google_ad_section_end -->

<p>Related posts:</p><ol><li><a href='http://zitseng.com/archives/2073' rel='bookmark' title='Permanent Link: Mac OS X Snow Leopard and other Updates'>Mac OS X Snow Leopard and other Updates</a> <small>The cat is out of the bag. The latest version...</small></li>
<li><a href='http://zitseng.com/archives/2320' rel='bookmark' title='Permanent Link: Quantified Improvements in Snow Leopard'>Quantified Improvements in Snow Leopard</a> <small>I&#8217;ve just finished upgrading to Snow Leopard. Apple claims it...</small></li>
<li><a href='http://zitseng.com/archives/2528' rel='bookmark' title='Permanent Link: Software Updates Week'>Software Updates Week</a> <small>There&#8217;re plenty of software updates this week. First up was...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://zitseng.com/archives/2316/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackintosh on the Lenovo IdeaPad S10</title>
		<link>http://zitseng.com/archives/2114</link>
		<comments>http://zitseng.com/archives/2114#comments</comments>
		<pubDate>Tue, 16 Jun 2009 14:53:30 +0000</pubDate>
		<dc:creator>Zit Seng</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://zitseng.com/?p=2114</guid>
		<description><![CDATA[Do you fancy Mac OS X on a Lenovo IdeaPad S10? The S10 is a nice cool-looking netbook, and Mac OS X is a nice cool operating system. The problem, of course, is that you could not legally buy Mac OS X to install in the Lenovo IdeaPad S10. That, however, has not stopped plenty [...]


Related posts:<ol><li><a href='http://zitseng.com/archives/116' rel='bookmark' title='Permanent Link: Why OpenSolaris'>Why OpenSolaris</a> <small>Ian Murdock came by in the past week to talk...</small></li>
<li><a href='http://zitseng.com/archives/2324' rel='bookmark' title='Permanent Link: Upcoming Nokia Products'>Upcoming Nokia Products</a> <small>There seems to be a lot going on with Nokia...</small></li>
<li><a href='http://zitseng.com/archives/1912' rel='bookmark' title='Permanent Link: The New Operating System'>The New Operating System</a> <small>Virtualization is not new to me. I&#8217;m now using a...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://zitseng.com/blog/wp-content/uploads/2009/06/050620093024.jpg"><img class="alignleft size-thumbnail wp-image-2115" title="050620093024" src="http://zitseng.com/blog/wp-content/uploads/2009/06/050620093024-150x150.jpg" alt="050620093024" width="150" height="150" /></a>Do you fancy Mac OS X on a Lenovo IdeaPad S10? The S10 is a nice cool-looking netbook, and Mac OS X is a nice cool operating system. The problem, of course, is that you could not legally buy Mac OS X to install in the Lenovo IdeaPad S10. That, however, has not stopped plenty of people all over the world from trying to install Mac OS X on their non-Apple hardware. See the photo? This netbook hackintosh is made &#8220;complete&#8221; with a genuine Apple sticker pasted on the cover!</p>
<p><span id="more-2114"></span>I&#8217;m quite surprised that to find Mac OS X working, for the most part, on many non-Apple hardware, including this Lenovo IdeaPad S10. I&#8217;d think that if Apple was not agreeable to have Mac OS X installed in non-approved hardware, they could have easily tweaked their code to make it impossible to install on anything but their own hardware. As it turns out, this is possible, although a little cumbersome, but possible nevertheless without hacking the Mac OS X code itself.</p>
<p>The funny thing is that the Software Update continues to update Mac OS X on these non-approved hardware.</p>
<p>Furthermore, even though Apple does not have a netbook platform themselves, apparently the latest Mac OS X update is suspected to have optimizations for the Atom CPU platform used by many netbooks, resulting in improved battery life.</p>
<p>I think this could possibly open up a market for resellers to pre-configure a Mac OS X loaded netbook for sale. Or other PC hardware. I believe there would be some users who are interested to have Mac OS X installed on non-Apple hardware for whatever reasons. But they find it too much hassle to do it themselves, so they wouldn&#8217;t mind paying someone else to do it for them.</p>
<!-- google_ad_section_end -->

<p>Related posts:</p><ol><li><a href='http://zitseng.com/archives/116' rel='bookmark' title='Permanent Link: Why OpenSolaris'>Why OpenSolaris</a> <small>Ian Murdock came by in the past week to talk...</small></li>
<li><a href='http://zitseng.com/archives/2324' rel='bookmark' title='Permanent Link: Upcoming Nokia Products'>Upcoming Nokia Products</a> <small>There seems to be a lot going on with Nokia...</small></li>
<li><a href='http://zitseng.com/archives/1912' rel='bookmark' title='Permanent Link: The New Operating System'>The New Operating System</a> <small>Virtualization is not new to me. I&#8217;m now using a...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://zitseng.com/archives/2114/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac OS X Snow Leopard and other Updates</title>
		<link>http://zitseng.com/archives/2073</link>
		<comments>http://zitseng.com/archives/2073#comments</comments>
		<pubDate>Mon, 08 Jun 2009 22:33:58 +0000</pubDate>
		<dc:creator>Zit Seng</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacBook]]></category>

		<guid isPermaLink="false">http://zitseng.com/?p=2073</guid>
		<description><![CDATA[The cat is out of the bag. The latest version of Apple&#8217;s Mac OS X operating system, code named Snow Leopard, will be launched in September. Current Leopard (Mac OS X 10.5) users can upgrade to Snow Leopard (Mac OS X 10.6) for just US$29. That seems like a very reasonable upgrade price to pay.
Apple&#8217;s [...]


Related posts:<ol><li><a href='http://zitseng.com/archives/2316' rel='bookmark' title='Permanent Link: Snow Leopard: Prepared for Shipment'>Snow Leopard: Prepared for Shipment</a> <small>Earlier this afternoon, I noticed that the order status in...</small></li>
<li><a href='http://zitseng.com/archives/2320' rel='bookmark' title='Permanent Link: Quantified Improvements in Snow Leopard'>Quantified Improvements in Snow Leopard</a> <small>I&#8217;ve just finished upgrading to Snow Leopard. Apple claims it...</small></li>
<li><a href='http://zitseng.com/archives/2364' rel='bookmark' title='Permanent Link: Windows 7 to Launch at US$30'>Windows 7 to Launch at US$30</a> <small>Apple&#8217;s Snow Leopard must really have put the pressure on...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://zitseng.com/blog/wp-content/uploads/2009/06/040620093012.jpg"><img class="alignleft size-thumbnail wp-image-2075" title="040620093012" src="http://zitseng.com/blog/wp-content/uploads/2009/06/040620093012-150x150.jpg" alt="040620093012" width="150" height="150" /></a>The cat is out of the bag. The latest version of Apple&#8217;s Mac OS X operating system, code named Snow Leopard, will be launched in September. Current Leopard (Mac OS X 10.5) users can upgrade to Snow Leopard (Mac OS X 10.6) for just US$29. That seems like a very reasonable upgrade price to pay.</p>
<p><span id="more-2073"></span>Apple&#8217;s WWDC event is happening right now, and there are plenty of news to talk about. The iPhone is one of them, but there are plenty of hardware refreshes throughout the MacBook and MacBook product lines.</p>
<p>First off, there are the new 15&#8243; MacBook Pros, and updates to the 17&#8243; MacBook Pros. The 13&#8243; models were all known as MacBooks previously, but the 13&#8243; aluminum unibodies have now been &#8220;upgraded&#8221; into the MacBook Pro line. So now, the MacBook line has just that single white polycarbonate body version left. All the aluminum unibodies are MacBook Pros, except for the ultra-thin MacBook Air which remains as the MacBook Air. There is also some price drops. For example, the entry level 13&#8243; MacBook Pro (which is the previous middle 13&#8243; MacBook model, or the lower of the two previous aluminum unibody 13&#8243; MacBook models) now sells for US$100 less, although it seems to work out to be only S$100 less in the Apple Singapore store.</p>
<p>The price reductions are great. For some time, I&#8217;ve begun to think that the Mac hardware have been overpriced. The reduction is &#8220;not enough&#8221; in my opinion, but it is certainly a first step in the right direction.</p>
<p>The new Safari 4 browser is finally launched too, and available immediately for download. I hope the various bugs that made me &#8220;give up&#8221; and go back to Safari 3 has been fixed.</p>
<p>I will be looking forward to Snow Leopard. I hope they have a bundle for iLife &#8216;09 and Snow Leopard upgrade. Here&#8217;s a snippet about Snow Leopard from Apple&#8217;s press release:</p>
<blockquote><p>â€œWeâ€™ve built on the success of Leopard and created an even better experience for our users from installation to shutdown,â€? said Bertrand Serlet, Appleâ€™s senior vice president of Software Engineering. â€œApple engineers have made hundreds of improvements so with Snow Leopard your system is going to feel faster, more responsive and even more reliable than before.â€?</p></blockquote>
<p>Yeah, each new version is always faster, more responsive and more reliable. Although no specific date in September was announced for the release of Snow Leopard, if Apple does make the release on time, they would be weeks ahead of Windows 7. They better be weeks ahead of Windows 7, otherwise all the media attention would too quickly be turned to the launch of Windows 7 instead.</p>
<!-- google_ad_section_end -->

<p>Related posts:</p><ol><li><a href='http://zitseng.com/archives/2316' rel='bookmark' title='Permanent Link: Snow Leopard: Prepared for Shipment'>Snow Leopard: Prepared for Shipment</a> <small>Earlier this afternoon, I noticed that the order status in...</small></li>
<li><a href='http://zitseng.com/archives/2320' rel='bookmark' title='Permanent Link: Quantified Improvements in Snow Leopard'>Quantified Improvements in Snow Leopard</a> <small>I&#8217;ve just finished upgrading to Snow Leopard. Apple claims it...</small></li>
<li><a href='http://zitseng.com/archives/2364' rel='bookmark' title='Permanent Link: Windows 7 to Launch at US$30'>Windows 7 to Launch at US$30</a> <small>Apple&#8217;s Snow Leopard must really have put the pressure on...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://zitseng.com/archives/2073/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mac Scans with the CX9300F</title>
		<link>http://zitseng.com/archives/2046</link>
		<comments>http://zitseng.com/archives/2046#comments</comments>
		<pubDate>Tue, 02 Jun 2009 13:44:59 +0000</pubDate>
		<dc:creator>Zit Seng</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[printer]]></category>

		<guid isPermaLink="false">http://zitseng.com/?p=2046</guid>
		<description><![CDATA[I took me a couple of days too long to get started setting up my new Epson Stylus CX9300F all-in-one printer. It took me over another month before I got around to scanning my first document with the printer. It was a silly problem. It turns out that there was probably something loose with my [...]


Related posts:<ol><li><a href='http://zitseng.com/archives/1944' rel='bookmark' title='Permanent Link: Epson Stylus CX9300F'>Epson Stylus CX9300F</a> <small>I&#8217;ve finally gotten around to setting up my new Epson...</small></li>
<li><a href='http://zitseng.com/archives/1928' rel='bookmark' title='Permanent Link: Epson Stylus CX9300F At Bargain Price'>Epson Stylus CX9300F At Bargain Price</a> <small>We were looking around for a new printer, because the...</small></li>
<li><a href='http://zitseng.com/archives/2307' rel='bookmark' title='Permanent Link: Nokia 5800 vs N97'>Nokia 5800 vs N97</a> <small>The Wife got her Nokia 5800 XpressMusic handphone last weekend....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://zitseng.com/blog/wp-content/uploads/2009/04/250420092677.jpg"><img class="alignleft size-thumbnail wp-image-1943" title="250420092677" src="http://zitseng.com/blog/wp-content/uploads/2009/04/250420092677-150x150.jpg" alt="250420092677" width="150" height="150" /></a>I took me a couple of days too long to get started setting up my new Epson Stylus CX9300F all-in-one printer. It took me over another month before I got around to scanning my first document with the printer. It was a silly problem. It turns out that there was probably something loose with my USB cable connection to the printer. I hadn&#8217;t suspected that previously, because I could print to the printer okay. But the Epson Scan program hung. Subsequently I could still print. It didn&#8217;t seem logical to suspect the USB cable connection.</p>
<p><span id="more-2046"></span>So anyway, now the Epson Stylus CX9300F prints, copies, scans and, oh well, I forgot if I did fax with it. I think I did.</p>
<p>All-in-one printers are wonderful, especially copying and scanning. I know many eons ago when I was a student, printing was the most relevant thing to me. Scanning and copying wasn&#8217;t all that important (at least not to me then, maybe students nowadays are different). Nowadays, having a photocopier at home has become indispensable. There are so many times I need to make photocopies of vehicle log card, insurance cover note, kid&#8217;s birth certificate, medical receipts, etc. These used to be activities that had to be done in office. But now it is so convenient doing it at home.</p>
<p>I guess that&#8217;s what these all-in-one printers were designed to do. My only gripe is that they aren&#8217;t fast enough, and they don&#8217;t do duplex printing. I would really love duplex printing. Okay I know all that is possible, but oh well, I also want it at like $200. Maybe I would settle for $300, or $350 tops. Someday, all-in-one colour laser printers with duplex function and 24ppm will sell for that price.</p>
<p>So anyway, back to my Epson Stylus CX9300F. If anyone wants to know, it works superb with Mac OS X. The accompanying Epson programs don&#8217;t have the elegance of the typical Mac OS X graphical look and feel, but they get the job done.</p>
<!-- google_ad_section_end -->

<p>Related posts:</p><ol><li><a href='http://zitseng.com/archives/1944' rel='bookmark' title='Permanent Link: Epson Stylus CX9300F'>Epson Stylus CX9300F</a> <small>I&#8217;ve finally gotten around to setting up my new Epson...</small></li>
<li><a href='http://zitseng.com/archives/1928' rel='bookmark' title='Permanent Link: Epson Stylus CX9300F At Bargain Price'>Epson Stylus CX9300F At Bargain Price</a> <small>We were looking around for a new printer, because the...</small></li>
<li><a href='http://zitseng.com/archives/2307' rel='bookmark' title='Permanent Link: Nokia 5800 vs N97'>Nokia 5800 vs N97</a> <small>The Wife got her Nokia 5800 XpressMusic handphone last weekend....</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://zitseng.com/archives/2046/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
