<?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>One Giant Robot After Another &#187; Mac OS X</title>
	<atom:link href="http://kang-chen.com/wp/tag/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://kang-chen.com/wp</link>
	<description>Kang Chen&#039;s Online Portfolio and Blog</description>
	<lastBuildDate>Thu, 18 Mar 2010 02:27:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Improving VLC Player load times of .MKV files on Snow Leopard</title>
		<link>http://kang-chen.com/wp/2009/11/28/improving-vlc-player-load-times-of-mkv-files-on-snow-leopard/</link>
		<comments>http://kang-chen.com/wp/2009/11/28/improving-vlc-player-load-times-of-mkv-files-on-snow-leopard/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 05:29:19 +0000</pubDate>
		<dc:creator>Kang</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://kang-chen.com/wp/?p=103</guid>
		<description><![CDATA[Ever notice that MKV files load significantly slower than before in VLC on Mac OS X 10.6 (Snow Leopard)? I did, and for someone who has a lot of media files encoded in the format, it&#8217;s almost unusable to have to wait a minute while seeing the CPU on one core maxed out. The version [...]]]></description>
			<content:encoded><![CDATA[<p>Ever notice that MKV files load significantly slower than before in VLC on Mac OS X 10.6 (Snow Leopard)? I did, and for someone who has a lot of media files encoded in the format, it&#8217;s almost unusable to have to wait a minute while seeing the CPU on one core maxed out. The version of VLC player I have is 1.0.3, the latest as of this post. However, the issue seems to be around since at least 1.0.1 as discussed on this page:<span id="more-103"></span><a href="http://forum.videolan.org/viewtopic.php?f=12&amp;t=64302&amp;start=15" target="_blank">http://forum.videolan.org/viewtopic.php?f=12&amp;t=64302&amp;start=15</a></p>
<p>The fix is pretty simple assuming you are not scared of entering a command in the terminal:</p>
<ol>
<li> Open terminal (Applications/Utilities/Terminal.app)</li>
<li>Copy and paste this: &#8216;sudo chmod a+w /usr/X11/var/cache/fontconfig&#8217; without the quotes</li>
<li>Enter your admin password (for most people, that&#8217;s just your current account&#8217;s password if you are an admin)</li>
<li>Open a .MKV file and close it after it starts playing</li>
<li>Now open any .MKV file again and things should be as snappy as before!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://kang-chen.com/wp/2009/11/28/improving-vlc-player-load-times-of-mkv-files-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Enhanced Open Terminal Here, for Leopard at Maururu</title>
		<link>http://kang-chen.com/wp/2009/07/14/enhanced-open-terminal-here-for-leopard-at-maururu/</link>
		<comments>http://kang-chen.com/wp/2009/07/14/enhanced-open-terminal-here-for-leopard-at-maururu/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 16:48:34 +0000</pubDate>
		<dc:creator>Kang</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://kang-chen.com/wp/?p=32</guid>
		<description><![CDATA[Ever find it annoying that you can&#8217;t go from the terminal to the same directory in the finder or vice versa on the Mac? So am I! It just seems terribly inefficient for power users who are proficient with the terminal to have to open up the terminal app and then manually cd into the [...]]]></description>
			<content:encoded><![CDATA[<p>Ever find it annoying that you can&#8217;t go from the terminal to the same directory in the finder or vice versa on the Mac? So am I! It just seems terribly inefficient for power users who are proficient with the terminal to have to open up the terminal app and then manually cd into the current directory. Aside from just a waste of time and extra keystrokes (yes, tab to auto-complete does help a lot), it&#8217;s not easy to remember the exact path to the current directory. On top of that, OS X likes to make it harder for regular users to access root folders and it becomes a pain to use. I finally gave up and googled for solutions to go from finder to terminal today and found a great time-saver: Enhanced Open Terminal Here.<span id="more-32"></span></p>
<p>To install Open Terminal Here, unzip the downloaded file and store in a place that you won&#8217;t accidentally delete. Then right click (or if you don&#8217;t have a two button mouse, Ctrl+click) on the toolbar area of a finder window and select &#8220;Customize Toolbar&#8230;&#8221;. This brings up the toolbar customization dropdown. Now drag and drop the Open Terminal Here icon to the existing toolbear area and click done. You can now open a terminal window to the same location as where you are in the finder. <strong>For more convenience, cmd+click to open the current folder in a new tab in terminal or alt+click to cd into the current directory on the foremost tab of the foremost window in terminal.</strong> You can read up more about this cool script at<a href="http://maururu.net/2007/enhanced-open-terminal-here-for-leopard/"> Enhanced Open Terminal Here, for Leopard at Maururu</a>.</p>
<p><div id="attachment_37" class="wp-caption aligncenter" style="width: 465px"><a rel="lightbox[enhanced_open_terminal_here]" href="http://kang-chen.com/wp/wp-content/uploads/2009/07/OSXFinderOpenTerminalHere.jpg" title="OSXFinderOpenTerminalHere"><img class="size-full wp-image-37" title="OSXFinderOpenTerminalHere" src="http://kang-chen.com/wp/wp-content/uploads/2009/07/OSXFinderOpenTerminalHere.jpg" alt="Mac finder window with Open Terminal Here installed" width="455" height="42" /></a><p class="wp-caption-text">Mac finder window with Open Terminal Here installed</p></div>So what about the other way around of going from the current directory in terminal to finder? This is pretty simple, all you need to do is enter: &#8220;open .&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://kang-chen.com/wp/2009/07/14/enhanced-open-terminal-here-for-leopard-at-maururu/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

