<?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>sinistral.sourcery &#187; Apple</title>
	<atom:link href="http://tierseven.net/denizens/marc/blog/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://tierseven.net/denizens/marc/blog</link>
	<description>bug bait</description>
	<lastBuildDate>Mon, 28 Dec 2009 08:41:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>making dot-files visible in MacOS X Finder</title>
		<link>http://tierseven.net/denizens/marc/blog/2009/02/23/making-dot-files-visible-in-macos-x-finder/</link>
		<comments>http://tierseven.net/denizens/marc/blog/2009/02/23/making-dot-files-visible-in-macos-x-finder/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 14:52:17 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://tierseven.net/denizens/marc/blog/?p=42</guid>
		<description><![CDATA[Like GNU/Linux, MacOS X treats files with names that start with a dot as hidden files. While &#34;power users&#34; will have no trouble accessing these files using Terminal.app or iTerm.app , it is sometimes handy to have them displayed in the Finder. A case in point: I recently wanted to restore a dot-file from a [...]]]></description>
			<content:encoded><![CDATA[<p>Like GNU/Linux, MacOS X treats files with names that start with a dot as hidden files.  While &quot;power users&quot; will have no trouble accessing these files using Terminal.app or <a href="http://iterm.sourceforge.net/index.shtml">iTerm.app</a> , it is sometimes handy to have them displayed in the Finder.  A case in point: I recently wanted to restore a dot-file from a <a href="http://www.apple.com/macosx/features/timemachine.html">Time Machine</a> backup, but the file was hidden in the Time Machine Finder window.<br />
With some command-line-fu one can configure Finder to display dot-files:</p>
<pre>&nbsp;&nbsp;&nbsp;$ defaults write com.apple.finder AppleShowAllFiles TRUE
&nbsp;&nbsp;&nbsp;$ killall Finder</pre>
<p>To revert, simply flip the <code>TRUE</code> to a <code>FALSE</code>:</p>
<pre>&nbsp;&nbsp;&nbsp;$ defaults write com.apple.finder AppleShowAllFiles FALSE
&nbsp;&nbsp;&nbsp;$ killall Finder</pre>
]]></content:encoded>
			<wfw:commentRss>http://tierseven.net/denizens/marc/blog/2009/02/23/making-dot-files-visible-in-macos-x-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vnc://</title>
		<link>http://tierseven.net/denizens/marc/blog/2008/08/09/vnc/</link>
		<comments>http://tierseven.net/denizens/marc/blog/2008/08/09/vnc/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 17:11:30 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://tierseven.net/denizens/marc/blog/2008/08/09/vnc/</guid>
		<description><![CDATA[I have been delighted to discover that not only does Leopard (MacOS X.5) have a built-in VNC client, it supports screen-scaling out of the box. Connect to Server (Finder &#62;&#62; Go &#62;&#62; Connect to Server, or Command-K) has a handler for the vnc:// protocol handler that invokes Screen Sharing as a VNC client. Apple win [...]]]></description>
			<content:encoded><![CDATA[<p>I have been delighted to discover that not only does Leopard (MacOS X.5) have a built-in VNC client, it supports screen-scaling out of the box.  <em>Connect to Server</em> (<em>Finder</em> <code>&gt;&gt;</code> <em>Go</em> <code>&gt;&gt;</code> <em>Connect to Server</em>, or <code>Command-K</code>) has a handler for the <code>vnc://</code> protocol handler that invokes <em>Screen Sharing</em> as a VNC client.</p>
<p>Apple win again.</p>
<p><a href="http://macworld.com/">Macworld</a> has an <a href="http://macworld.com/article/131094/2007/12/screensharepower.html">article</a> that outlines the power of <em>Screen Sharing</em> as more than just a VNC client.</p>
]]></content:encoded>
			<wfw:commentRss>http://tierseven.net/denizens/marc/blog/2008/08/09/vnc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSLog an NSString</title>
		<link>http://tierseven.net/denizens/marc/blog/2008/03/27/nslog-an-nsstring/</link>
		<comments>http://tierseven.net/denizens/marc/blog/2008/03/27/nslog-an-nsstring/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 03:33:02 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Incidentally]]></category>

		<guid isPermaLink="false">http://tierseven.net/denizens/marc/blog/2008/03/27/nslog-an-nsstring/</guid>
		<description><![CDATA[NSLog(@"hello, %@", @"world");]]></description>
			<content:encoded><![CDATA[<p><code>NSLog(@"hello, %@", @"world");</code></p>
]]></content:encoded>
			<wfw:commentRss>http://tierseven.net/denizens/marc/blog/2008/03/27/nslog-an-nsstring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mercurial error &#8216;ValueError: unknown locale: UTF-8&#8242; on MacOS 10.5</title>
		<link>http://tierseven.net/denizens/marc/blog/2008/03/12/mercurial-error-valueerror-unknown-locale-utf-8-on-macos-105/</link>
		<comments>http://tierseven.net/denizens/marc/blog/2008/03/12/mercurial-error-valueerror-unknown-locale-utf-8-on-macos-105/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 23:12:15 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Incidentally]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://tierseven.net/denizens/marc/blog/2008/03/12/mercurial-error-valueerror-unknown-locale-utf-8-on-macos-105/</guid>
		<description><![CDATA[Having installed mercurial via macports, any hg command fails with: &#160;&#160;&#160;&#60;nasty Traceback snipped&#62; &#160;&#160;&#160;ValueError: unknown locale: UTF-8 This is mercurial 0.9.5 and Python 2.5.1, but its seem that its caused by Leopard’s Term.app not setting the local encoding correctly. To resolve this, add the following to .profile: &#160;&#160;&#160;export LC_ALL=en_US.UTF-8 &#160;&#160;&#160;export LANG=en_US.UTF-8 as noted in the [...]]]></description>
			<content:encoded><![CDATA[<p>Having installed mercurial via <a href="http://www.macports.org/">macports</a>, any <code>hg</code> command fails with:</p>
<pre>&nbsp;&nbsp;&nbsp;&lt;nasty Traceback snipped&gt;
&nbsp;&nbsp;&nbsp;ValueError: unknown locale: UTF-8
</pre>
<p>This is mercurial 0.9.5 and Python 2.5.1, but its seem that its caused by Leopard’s Term.app not setting the local encoding correctly. To resolve this, add the following to .profile:</p>
<pre>&nbsp;&nbsp;&nbsp;export LC_ALL=en_US.UTF-8
&nbsp;&nbsp;&nbsp;export LANG=en_US.UTF-8
</pre>
<p>as <a href="http://www.selenic.com/pipermail/mercurial/2007-October/015296.html">noted</a> in the mercurial mailing list.</p>
]]></content:encoded>
			<wfw:commentRss>http://tierseven.net/denizens/marc/blog/2008/03/12/mercurial-error-valueerror-unknown-locale-utf-8-on-macos-105/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

