<?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>sizzo.org &#187; OSX</title>
	<atom:link href="http://sizzo.org/wp/tag/osx/feed" rel="self" type="application/rss+xml" />
	<link>http://sizzo.org/wp</link>
	<description></description>
	<lastBuildDate>Fri, 13 Nov 2009 05:47:49 +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>mount bind on osx?</title>
		<link>http://sizzo.org/wp/2008/12/mount-bind-on-osx</link>
		<comments>http://sizzo.org/wp/2008/12/mount-bind-on-osx#comments</comments>
		<pubDate>Tue, 30 Dec 2008 04:01:36 +0000</pubDate>
		<dc:creator>screen</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[bindfs]]></category>
		<category><![CDATA[chroot]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macfuse]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[readonly]]></category>
		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://sizzo.org/wp/?p=79</guid>
		<description><![CDATA[Enter <a href="http://code.google.com/p/bindfs/">bindfs</a>, a directory mirroring user filesystem that works with <a href="http://code.google.com/p/macfuse/">macfuse</a>. Running <code>bindfs /path/to/dest /path/to/link</code> provides the same experience. Delving into the <a href="http://bindfsdocs.googlepages.com/bindfs.1.html">man page</a> shows that you have tons of control over permissions of the directory mount as well.]]></description>
			<content:encoded><![CDATA[<p><img src="http://sizzo.org/wp/wp-content/uploads/2008/12/macfuse_180x180.png" alt="macfuse_180x180" title="macfuse_180x180" width="180" height="180" class="alignright size-full wp-image-80" /> I&#8217;ve been using Connect360 to stream video to my Xbox but it does not allow me to choose more than one video directory to share and it will not follow links onto my external drive. This is a typical problem with a simple solution on Linux, <code>mount --bind</code>. I couldn&#8217;t find mount_bind for osx but a simple alternative that really shows off the utility of user filesystems saved the day. </p>
<p>Enter <a href="http://code.google.com/p/bindfs/">bindfs</a>, a directory mirroring user filesystem that works with <a href="http://code.google.com/p/macfuse/">macfuse</a>. Running <code>bindfs /path/to/dest /path/to/link</code> provides the same experience. Delving into the <a href="http://bindfsdocs.googlepages.com/bindfs.1.html">man page</a> shows that you have tons of control over permissions of the directory mount as well.</p>
<p>If you plan to use bindfs on osx be sure to install macfuse from <a href="http://www.macports.org/">macports</a> and save yourself the configure failure when building bindfs from source because you downloaded the dmg and ran the installer.</p>
<p>We&#8217;ve been running all of our services here on sizzo in linux chroots that rely heavily on bind mounted directories to share data. It wasn&#8217;t until the 2.6.26 kernel that read only bind mounts were working, which provide an extra level of data protection within the chroot. Alternatively using bindfs/fuse on linux seems like it would be another great solution, especially when more fine grained control of permissions is necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://sizzo.org/wp/2008/12/mount-bind-on-osx/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dvorak+Leopard 10.5.6 BEWARE!</title>
		<link>http://sizzo.org/wp/2008/12/dvorakleopard-1056-beware</link>
		<comments>http://sizzo.org/wp/2008/12/dvorakleopard-1056-beware#comments</comments>
		<pubDate>Thu, 18 Dec 2008 09:42:28 +0000</pubDate>
		<dc:creator>screen</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[10.5.6]]></category>
		<category><![CDATA[atok]]></category>
		<category><![CDATA[dvorak]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Keyboard]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://sizzo.org/wp/?p=71</guid>
		<description><![CDATA[ Warning: If you are a dvorak user do not, I repeat, DO NOT upgrade OSX to Leopard 10.5.6. In fact if you use any keyboard layout other than US English you should probably wait as well. After upgrading you may find that you are unable to type using dvorak in some applications, or use [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://sizzo.org/wp/wp-content/uploads/2008/12/osx_installer.jpg" alt="osx installer" title="osx_installer" width="84" height="73" align="left" class="size-full wp-image-73" /> Warning: If you are a dvorak user do not, I repeat, <strong>DO NOT</strong> upgrade OSX to Leopard 10.5.6. In fact if you use any keyboard layout other than US English you should probably wait as well. After upgrading you may find that you are unable to type using dvorak in some applications, or use some application shortcuts. </p>
<p>I got bitten pretty badly in ATOK, a third party Japanese IME, which was rendered completely useless. It wouldn&#8217;t recognize any input keyboard layout other than US English. Input layouts in Kotoeri did work fine however. </p>
<p>Now I&#8217;ve just finished reverting back to 10.5.5 from a backup. A quick web search turned up similar problems using <a href="http://stackoverflow.com/questions/370189/eclipse-keyboard-shortcuts-broken-in-osx-1056">Epclipse keyboard shortcuts</a>, <a href="http://discussions.apple.com/thread.jspa?threadID=1829386&#038;tstart=45">WOW commands</a> and <a href="http://twitter.com/Saqoosha/status/1060057258">others</a>.</p>
<p>Update 5/13/09: 10.5.7 is safe, apple has fixed this issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://sizzo.org/wp/2008/12/dvorakleopard-1056-beware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Windows Terminal-like font in OSX</title>
		<link>http://sizzo.org/wp/2008/07/a-windows-terminal-like-font-in-osx</link>
		<comments>http://sizzo.org/wp/2008/07/a-windows-terminal-like-font-in-osx#comments</comments>
		<pubDate>Fri, 11 Jul 2008 09:53:19 +0000</pubDate>
		<dc:creator>screen</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[Font]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[TTF]]></category>
		<category><![CDATA[VGA]]></category>
		<category><![CDATA[Windows Terminal]]></category>

		<guid isPermaLink="false">http://sizzo.org/wp/?p=29</guid>
		<description><![CDATA[If you&#8217;ve used terminals since the early 90&#8217;s then you might be pretty used to an old style DOS like font like me. After running windows for so long one of the hardest things about switching to OSX was finding a good font that looks something like what I was used to. This was a [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve used terminals since the early 90&#8217;s then you might be pretty used to an old style DOS like font like me. After running windows for so long one of the hardest things about switching to OSX was finding a good font that looks something like what I was used to. This was a must have condition for making the switch two years ago.</p>
<p>There&#8217;s just something about the new fonts that just doesn&#8217;t work for me after spending hundreds of thousands of hours either in a text editor or at the command prompt. Of course the actual Terminal Font on windows isn&#8217;t a TTF so that&#8217;s a dead end.</p>
<p>What I eventually found was a True Type Font called <a href="http://www.abstractfonts.com/font/3941" target="_blank">Video Terminal Screen</a>. This is what it looks like in iTerm on Leopard at 16pt. Text and code look great with it, well to me.</p>
<p><a href="http://sizzo.org/wp/wp-content/uploads/2008/07/video_terminal_font.png"></a><a href="http://sizzo.org/wp/wp-content/uploads/2008/07/video_terminal_font1.png"></a><a href="http://sizzo.org/wp/wp-content/uploads/2008/07/video-terminal-screen.png"><img class="alignnone size-full wp-image-32" title="Video Terminal Sscreen" src="http://sizzo.org/wp/wp-content/uploads/2008/07/video-terminal-screen.png" alt="" width="484" height="80" /></a><a href="http://sizzo.org/wp/wp-content/uploads/2008/07/video_terminal_font1.png"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sizzo.org/wp/2008/07/a-windows-terminal-like-font-in-osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
