<?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>Excursus &#187; OS X</title>
	<atom:link href="http://markelikalderon.com/category/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://markelikalderon.com</link>
	<description>Philosophy and Text</description>
	<lastBuildDate>Tue, 27 Dec 2011 23:01:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>MacTeX 2008</title>
		<link>http://markelikalderon.com/2008/09/01/mactex-2008/</link>
		<comments>http://markelikalderon.com/2008/09/01/mactex-2008/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 12:10:46 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[TeX]]></category>
		<category><![CDATA[XeTeX]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/?p=526</guid>
		<description><![CDATA[MacTeX 2008 has just been released. Here are some of the new features: Packages in TeX Live 2008 can be updated over the internet. This is a major advance in the distribution. See documentation about the TeX Live Manager for details, and read the tlmgr man page. Additional documentation for the Mac is forthcoming; see [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tug.org/mactex/2008/">MacTeX 2008</a> has just been released. Here are some of the new features:</p>

<ul>
<li>Packages in TeX Live 2008 can be updated over the internet. This is a major advance in the distribution. See documentation about the TeX Live Manager for details, and read the tlmgr man page. Additional documentation for the Mac is forthcoming; see the final paragraph of the previous section.</li>
<li>Donald Knuth updates the TeX once every five or six years, fixing bugs that have accumulated over that time. This is an update year; TeX now has version number 3.1415926.</li>
<li>pdfTeX has been updated to version 3.1415926-1.40.9.</li>
<li>XeTeX has been updated to version 3.1415926-2.2-0.999.6; by default the program now uses the xdvipdfmx driver.</li>
<li>luaTeX is in TeX Live 2008; this is a beta release of a program intended to eventually replace pdftex. To use the program, call it using one of the following commands: luatex, pdfluatex, lualatex, pdflualatex.</li>
<li>Jerome Laurens&#8217; new SyncTeX is included. This software causes pdfTeX, pdfeTeX, and XeTeX to output a &#8220;synctex&#8221; file during typesetting containing information to synchronize the source input and pdf output of a TeX run. In modern TeX distributions, pdfeTeX is used for almost all typesetting, since LaTeX and other engines are symbolically linked to that program, so SyncTeX is available for most typesetting jobs.</li>
</ul>

<p>I have been waiting for this, not least because I want to dump pdfsync in favor of SyncTeX. However, the link to the zip file gives the following error <code>“unknown error” (NSURLErrorDomain:-1)</code>. :( Hopefully this will be fixed soon.</p>

<p><strong>Update</strong>: The MacTeX link is now live. I am downloading it now. \o/</p>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2008/09/01/mactex-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AppleScript Trojan Horse</title>
		<link>http://markelikalderon.com/2008/06/22/applescript-trojan-horse/</link>
		<comments>http://markelikalderon.com/2008/06/22/applescript-trojan-horse/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 16:34:37 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/blog/2008/06/22/applescript-trojan-horse/</guid>
		<description><![CDATA[SecureMac has reported an AppleScript Trojan Horse in the wild. They recommend running MacScan 2.5.2 to fix the vulnerability. For those not afraid of Terminal fu, there is an easier fix: $ sudo chmod 0555 /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAgent]]></description>
			<content:encoded><![CDATA[<p><img src="http://markelikalderon.com/wp-content/uploads/2008/06/trojan-horse.jpg" alt="trojan horse" /></p>

<p><a href="http://www.securemac.com/" title="Macintosh Security Site - Security for Mac Platform MacOS X Security
Firewalls Desktop Network Security secure mac os x Virus Encrpytion PGP
macosx">SecureMac</a> has reported an <a href="http://www.apple.com/applescript/" title="AppleScript: The Language of Automation">AppleScript</a> Trojan Horse in the wild. They recommend running <a href="http://macscan.securemac.com/" title="MacScan 2.5 &raquo; Macintosh Spyware Trojan Keystroke Logger, Mac Spyware Detection Removal Protection Mac OS X">MacScan 2.5.2</a> to fix the vulnerability. For those not afraid of Terminal fu, there is an easier fix:</p>

<pre class="textmate-source"><span class="source source_shell">$ sudo chmod 0555 /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAgent</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2008/06/22/applescript-trojan-horse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Aquamacs 1.4</title>
		<link>http://markelikalderon.com/2008/06/20/aquamacs-14/</link>
		<comments>http://markelikalderon.com/2008/06/20/aquamacs-14/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 22:54:49 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[Text Editor]]></category>
		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/blog/2008/06/20/aquamacs-14/</guid>
		<description><![CDATA[Version 1.4 of Aquamacs, the Aqua-native build of Emacs, has just been released, and has a number of interesting features making it an even better OS X citizen: New multi-tabbed interface similar to Safari. This makes switching between open files faster and more intuitive. Full screen editing now available. This allows you to focus just [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.4 of <a href="http://aquamacs.org/" title="Aquamacs: Emacs for Mac OS X">Aquamacs</a>, the Aqua-native build of <a href="http://www.gnu.org/software/emacs/" title="GNU Emacs - GNU Project - Free Software Foundation
(FSF)">Emacs</a>, has just been released, and has a number of interesting features making it an even better OS X citizen:</p>

<ul>
<li>New multi-tabbed interface similar to Safari. This makes switching between open files faster and more intuitive.</li>
<li>Full screen editing now available. This allows you to focus just on editing your files without distraction from other applications.</li>
<li>Aquamacs no longer creates backup files by default: less clutter in your files.</li>
<li>Now uses standard &#8220;unified&#8221; toolbar, with improved icons, for greater ease-of-use.</li>
<li>Improved LaTeX support.</li>
<li>Numerous improvements in text search.</li>
<li>Can check for program updates from the application menu.</li>
</ul>

<p>The <a href="http://www.latex-project.org/" title="LaTeX project: LaTeX &ndash; A document preparation system">LaTeX</a> improvements include the inclusion of AUCTeX 11.85, better error reporting and improved syntax highlighting, and improved icons. Aquamacs 1.4 can be downloaded <a href="http://aquamacs.org/download.shtml">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2008/06/20/aquamacs-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple and Framemaker</title>
		<link>http://markelikalderon.com/2008/06/06/apple-and-framemaker/</link>
		<comments>http://markelikalderon.com/2008/06/06/apple-and-framemaker/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 02:10:43 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/?p=409</guid>
		<description><![CDATA[Daringfireball reports that a Leopard Security Configurartion book from Apple was produced by Framemaker 6.0&#160;available in Classic only. It is pathetic that Framemaker is not available on OS X since it is available on Windows and UNIX (Isn&#8217;t OS X UNIX?). I don&#8217;t think that everything typeset with an Apple computer should be done with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://daringfireball.net/" title="Daring Fireball">Daringfireball</a> reports that a <a href="http://images.apple.com/server/macosx/docs/Leopard_Security_Config_20080530.pdf">Leopard Security Configurartion</a> book from <a href="http://www.apple.com/" title="Apple">Apple</a> was produced by Framemaker 6.0&#160;<em>available in Classic only</em>. It is pathetic that Framemaker is not available on OS X since it is available on Windows and <em>UNIX</em> (Isn&#8217;t OS X UNIX?). I don&#8217;t think that everything typeset with an Apple computer should be done with LaTeX. There should be room for a serious GUI typesetting program (and, no, neither <a href="http://www.adobe.com/products/indesign/" title="Adobe - InDesign CS3 : Desktop Publishing Software, Page Layout Software">Indesign</a> nor <a href="http://www.quark.com/" title="Quark &ndash; Revolutionizing Publishing. Again.">Quark</a> cuts it). And <a href="http://www.apple.com/iwork/">Pages</a> is still miles away. (Pages&#8217; styles <em>used to be</em> a huge improvement over Word, but that is another story.) It is a scandal that Apple cannot typeset their own documentation on their current operating system.</p>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2008/06/06/apple-and-framemaker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open in Git Gui</title>
		<link>http://markelikalderon.com/2008/05/26/open-in-git-gui/</link>
		<comments>http://markelikalderon.com/2008/05/26/open-in-git-gui/#comments</comments>
		<pubDate>Mon, 26 May 2008 21:29:21 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/?p=400</guid>
		<description><![CDATA[OpenInGitGui is an AppleScript droplet that allows you to open Git-Gui from the Finder. Install it in /Applications/Scripts (create the Scripts directory if it does not already exist), and drag the icon to the toolbar of your Finder. Select a folder containing your git repository and click the Git icon. Sounds easy. It is. Though [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://markelikalderon.com/wp-content/uploads/2008/05/git-logo.jpg" alt="Git Logo" /></p>

<p><a href="http://code.google.com/p/git-osx-installer/wiki/OpenInGitGui" title="OpenInGitGui - git-osx-installer - Google Code">OpenInGitGui</a> is an AppleScript droplet that allows you to open Git-Gui from the Finder. Install it in /Applications/Scripts (create the Scripts directory if it does not already exist), and drag the icon to the toolbar of your Finder. Select a folder containing your git repository and click the Git icon.</p>

<p>Sounds easy. It is. Though I had some troubles getting it to work. The droplet assumes that git-gui is in /usr/local/git/bin (where the <a href="http://code.google.com/p/git-osx-installer/" title="git-osx-installer - Google Code">git-osx-installer</a> puts it). Installing git from source, however, places git-gui in /usr/local/bin. One could modify the AppleScript source but only the binary droplet is distributed, and a soft link results in an error. So make a hard link:</p>

<pre><code>sudo mkdir -p /usr/local/git/bin/
cd /usr/local/bin/
sudo ln git-gui /usr/local/git/bin/
</code></pre>

<p>The only remaining annoyance is that the droplet opens a scratch terminal. This could be avoided with the appropriate AppleScript call. Again, it would be nice if the source and not just the binary was provided.</p>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2008/05/26/open-in-git-gui/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Git kicking it OS X style</title>
		<link>http://markelikalderon.com/2008/04/23/git-kicking-it-os-x-style/</link>
		<comments>http://markelikalderon.com/2008/04/23/git-kicking-it-os-x-style/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 17:22:56 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/blog/2008/04/23/git-kicking-it-os-x-style/</guid>
		<description><![CDATA[Git allows you to visually inspect your commit history with Gitk. Which is great. But on OS X it looks a bit crap set against the polish of the OS and native apps. If you are a Git-using geek still addicted to the Mac aesthetic, fear not! GitNub is for you&#8230; GitNub is not as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://git.or.cz/" title="Git - Fast Version Control System">Git</a> allows you to visually inspect your commit history with <a href="http://www.kernel.org/pub/software/scm/git/docs/gitk.html" title="gitk(1)">Gitk</a>. Which is great. But on OS X it looks a bit crap set against the polish of the OS and native apps.</p>

<p><img src="http://markelikalderon.com/wp-content/uploads/2008/04/gitk.png" alt="Gitk" /></p>

<p>If you are a Git-using geek still addicted to the Mac aesthetic, fear not! <a href="http://github.com/Caged/gitnub/wikis/home" title="Home &mdash; gitnub &mdash; GitHub">GitNub</a> is for you&#8230;</p>

<p><img src="http://markelikalderon.com/wp-content/uploads/2008/04/gitnub.png" alt="GitNub" /></p>

<p>GitNub is not as fully featured as Gitk&#8212;it lacks branch visualization, for example&#8212;but is under active development.</p>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2008/04/23/git-kicking-it-os-x-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Security Risk</title>
		<link>http://markelikalderon.com/2008/03/19/word-security-risk/</link>
		<comments>http://markelikalderon.com/2008/03/19/word-security-risk/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 13:14:40 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[Text Editor]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/blog/2008/03/19/word-security-risk/</guid>
		<description><![CDATA[Despite my deep aversion to it, I still have Microsoft Word 2004 on my hard disk. Largely because administrators keep sending me Word docs, not to edit but simply to read, many of which have complex tables that TextEdit fails to render sufficiently well to be usable. (When will people learn to send PDFs? There [...]]]></description>
			<content:encoded><![CDATA[<p>Despite my deep aversion to it, I still have Microsoft Word 2004 on my hard disk. Largely because administrators keep sending me Word docs, not to edit but simply to read, many of which have complex tables that TextEdit fails to render sufficiently well to be usable. (When will people learn to send PDFs? There are a number of free Word to PDF converters.) Anyway, if like me, if you are stuck with Word, if only occasionally, it is time to run the updater because there is a critical security risk:</p>

<blockquote>
  <p>This update fixes a vulnerability that an attacker can use to overwrite the contents of your computer&#8217;s memory with malicious code. For more information about this update, see the Microsoft Knowledge Base article <a href="http://go.microsoft.com/fwlink/?LinkId=111609">(KB949357)</a>.</p>
</blockquote>

<p>Further information about this update can be found <a href="http://www.microsoft.com/mac/autoupdate/description/AUOffice20041141EN.htm">here</a>.</p>

<p><strong>Update</strong>: The Borg are watching.</p>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2008/03/19/word-security-risk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SubEthaEdit 3.1</title>
		<link>http://markelikalderon.com/2008/03/15/subethaedit-31/</link>
		<comments>http://markelikalderon.com/2008/03/15/subethaedit-31/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 13:21:12 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[SubEthaEdit]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[Text Editor]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/blog/2008/03/15/subethaedit-31/</guid>
		<description><![CDATA[Continuing our ongoing text editor roundup for OS X, I am pleased to report that SubEthaEdit 3.1 has just been released. The world&#8217;s best collaboration text engine just got better. SubEthaEdit now supports: Automatic port mapping making communication over the internet easier&#8212;no manual configuration required Inviting your iChat buddies Friendcasting&#8212;the ability to connect to a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://markelikalderon.com/wp-content/uploads/2008/03/subethaedit.png" alt="SubEthaEdit" /></p>

<p>Continuing our ongoing text editor roundup for OS X, I am pleased to report that <a href="http://www.codingmonkeys.de/subethaedit/" title="SubEthaEdit">SubEthaEdit</a> 3.1 has just been released. The world&#8217;s best collaboration text engine just got better. SubEthaEdit now supports:</p>

<ul>
<li>Automatic port mapping making communication over the internet easier&#8212;no manual configuration required</li>
<li>Inviting your iChat buddies</li>
<li>Friendcasting&#8212;the ability to connect to a friend&#8217;s friend.</li>
</ul>

<p>To get a better sense of this see, the <a href="http://www.codingmonkeys.de/" title="TheCodingMonkeys">Coding Monkeys</a> <a href="http://www.codingmonkeys.de/subethaedit/Friendcasting-english-iPhone.m4v">screencast</a>. It is a pretty major feature upgrade for a point one release. SubEthaEdit 3.1 also includes an improved LaTeX mode.</p>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2008/03/15/subethaedit-31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash Emacs Mode</title>
		<link>http://markelikalderon.com/2007/12/30/bash-emacs-mode/</link>
		<comments>http://markelikalderon.com/2007/12/30/bash-emacs-mode/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 15:18:46 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/blog/2007/12/30/bash-emacs-mode/</guid>
		<description><![CDATA[Navigating the command line on Apple&#8217;s terminal can be frustrating. The arrow keys only allow you to move one character at a time. So if you have typed a long command, say: $ perl texWordCount.pl /Users/markkalderon/Documents/TheHub/Research/Metamerism/Drafts/metamerism.tex and you realize you have forgotten an option, in this case -T: $ perl -T texWordCount.pl /Users/markkalderon/Documents/TheHub/Research/Metamerism/Drafts/metamerism.tex it can [...]]]></description>
			<content:encoded><![CDATA[<p>Navigating the command line on Apple&#8217;s terminal can be frustrating. The arrow keys only allow you to move one character at a time. So if you have typed a long command, say:</p>

<pre><code>$ perl texWordCount.pl /Users/markkalderon/Documents/TheHub/Research/Metamerism/Drafts/metamerism.tex
</code></pre>

<p>and you realize you have forgotten an option, in this case -T:</p>

<pre><code>$ perl -T texWordCount.pl /Users/markkalderon/Documents/TheHub/Research/Metamerism/Drafts/metamerism.tex
</code></pre>

<p>it can be tedious to move to the beginning of the line, character by character, to insert it. Fortunately, bash, the default shell on OS X, has an <a href="http://www.gnu.org/software/emacs/" title="GNU Emacs - GNU Project - Free Software Foundation
(FSF)">emacs</a> mode allowing you to use a subset of emacs commands on the command line. Emacs uses two modifier keys&#8212;control and meta. On OS X control is &#x2303; and meta is &#x238B;.</p>

<table>
<thead>
<tr>
  <th align="left">Command</th>
  <th align="left">Action</th>
</tr>
</thead>
<tbody>
<tr>
  <td align="left">ctrl-a</td>
  <td align="left">Move cursor to beginning of line</td>
</tr>
<tr>
  <td align="left">ctrl-e</td>
  <td align="left">Move cursor to end of line</td>
</tr>
<tr>
  <td align="left">meta-b</td>
  <td align="left">Move cursor back one word</td>
</tr>
<tr>
  <td align="left">meta-f</td>
  <td align="left">Move cursor forward one word</td>
</tr>
<tr>
  <td align="left">ctrl-w</td>
  <td align="left">Cut the last word</td>
</tr>
<tr>
  <td align="left">ctrl-u</td>
  <td align="left">Cut everything before the cursor</td>
</tr>
<tr>
  <td align="left">ctrl-k</td>
  <td align="left">Cut everything after the cursor</td>
</tr>
<tr>
  <td align="left">ctrl-y</td>
  <td align="left">Paste the last thing to be cut</td>
</tr>
<tr>
  <td align="left">ctrl-_</td>
  <td align="left">Undo</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2007/12/30/bash-emacs-mode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ATPM on Activity Monitor</title>
		<link>http://markelikalderon.com/2006/11/02/atpm-on-activity-monitor/</link>
		<comments>http://markelikalderon.com/2006/11/02/atpm-on-activity-monitor/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 02:34:03 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[Activity Monitor]]></category>
		<category><![CDATA[FileMerge]]></category>
		<category><![CDATA[Hybrid Application]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Outliner]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/blog/2006/11/02/atpm-on-activity-monitor/</guid>
		<description><![CDATA[As I mentioned in my initial post, learning about the UNIX underpinnings of OS X was a revelation. While I would never like to work exclusively in a text based terminal, a lot of UNIX utilities can be exploited by writers as well as coders. While visual editing familiar from word processors tends to obscure [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned in my initial <a href="http://markelikalderon.com/blog/2006/09/27/the-word/">post</a>, learning about the UNIX underpinnings of OS X was a revelation. While I would never like to work <em>exclusively</em> in a text based terminal, a lot of UNIX utilities can be exploited by writers as well as coders. While visual editing familiar from word processors tends to obscure the semantic structure of complex documents, the GUI has its place even in the manipulation of text. There is an interesting class of applications that I like to think of as hybrid apps. The least interesting of these are merely GUI wrappers of command line utilities. Others, however, add value to these utilities by allowing the user to interact with them in novel and useful ways. One example that deserves special mention is Apple&#8217;s FileMerge that allows for the visual comparison of text files. I will be blogging more about FileMerge, but for now, here is a screenshot:</p>

<p><a class="imagelink" href="http://markelikalderon.com/wp-content/uploads/2006/11/Picture 1.png" title="FileMerge"><img id="image89" src="http://markelikalderon.com/wp-content/uploads/2006/11/Picture 1.thumbnail.png" alt="FileMerge" /></a></p>

<p>Another hybrid application from Apple is Activity Monitor:</p>

<p><a class="imagelink" href="http://markelikalderon.com/wp-content/uploads/2006/11/Picture 2.png" title="Activity Monitor"><img id="image90" src="http://markelikalderon.com/wp-content/uploads/2006/11/Picture 2.thumbnail.png" alt="Activity Monitor" /></a></p>

<p>Of course a lot of the information displayed by Activity Monitor can be accessed by top in the terminal, but there&#8217;s more besides. In a <em>How To</em> article in <a href="http://www.atpm.com/">About This Particular MacIntosh</a> Sylester Roque begins the first part of a <a href="http://www.atpm.com/12.11/activity.shtml">review</a> of the Activity Monitor. Check it out to get a sense of the potential of this underappreciated utility.</p>

<p>While on the topic of <a href="http://www.atpm.com/">ATPM</a>, Ted Goranson in his <a href="http://www.atpm.com/12.11/atpo.shtml">column</a> about outliners (text editors that allow multiple views of a document based on its logical structure), will be writing about writing environments next month. If you are not yet familiar with this fascinating column, the <a href="http://www.atpm.com/Back/atpo.shtml">archives</a> are a rewarding read.</p>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2006/11/02/atpm-on-activity-monitor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>In the Beginning Was the Word</title>
		<link>http://markelikalderon.com/2006/09/27/the-word/</link>
		<comments>http://markelikalderon.com/2006/09/27/the-word/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 16:45:30 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/blog/2006/09/27/the-word/</guid>
		<description><![CDATA[One of the unexpected benefits of OS X was my rediscovery of UNIX. Prior to that, I had dim memories of a rarely used UNIX account when I was in college in the mid-eighties. The GUI of the newly installed Macs in some of the computer labs was a welcome relief from what I regarded [...]]]></description>
			<content:encoded><![CDATA[<p>One of the unexpected benefits of OS X was my rediscovery of UNIX. Prior to that, I had dim memories of a rarely used UNIX account when I was in college in the mid-eighties. The GUI of the newly installed Macs in some of the computer labs was a welcome relief from what I regarded as the obscure incantations of the command line. Word processing in a GUI environment seemed a genuine advance in the technology of writing, and I was hooked.</p>

<p>I was also wrong.</p>

<p>While I would never go back to working entirely in a terminal, I now understand that the ascendancy of the GUI represents the triumph of the Image over the Word. The visual editing of word processing provided merely the illusion of control and was, in fact, inimical to writing.</p>

<p>In exploring the UNIX underpinnings of OS X, I was pleased to discover that a lot of tools that programmers use are, in fact, readily adaptable to the task of writing.</p>

<p>In dumping word processing for something better, I received a lot of help from people sharing their knowledge online. As thanks and a small token of respect, I will be posting some of what I have learned here.</p>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2006/09/27/the-word/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

