<?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>MacSingularity Archive &#187; unix</title>
	<atom:link href="http://macsingularity.org/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://macsingularity.org</link>
	<description>The archive of Macsingularity</description>
	<lastBuildDate>Fri, 24 Jun 2011 18:35:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Installing Xcode</title>
		<link>http://macsingularity.org/2008/08/27/installing-xcode/</link>
		<comments>http://macsingularity.org/2008/08/27/installing-xcode/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 14:45:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Macintosh]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2008/08/27/installing-xcode/</guid>
		<description><![CDATA[A friend recently needed a Fortran compiler, and I pointed her to the useful high performance computing. However, things didn&#8217;t work and that&#8217;s because the program also needed to Apple&#8217;s developer tools &#8211; which include a compiler, etc. &#8211; to install properly. Xcode is usually included somewhere when you buy a new Mac. Either a [...]]]></description>
			<content:encoded><![CDATA[<p>A friend recently needed a Fortran compiler, and I pointed her to the useful <a href="http://hpc.sourceforge.net">high performance computing</a>.  However, things didn&#8217;t work and that&#8217;s because the program also needed to Apple&#8217;s developer tools &#8211; which include a compiler, etc. &#8211; to install properly.</p>

<p>Xcode is usually included somewhere when you buy a new Mac.  Either a disc image hiding somewhere on the hard drive or on the DVD that came with your machine.  If all those things fail, or you don&#8217;t want to look around, it&#8217;s also available at the <a href="http://connect.apple.com">ADC site</a>  for free.  You simply must register for free ADC &#8220;Online Membership.&#8221;  The advantage of downloading is that you will get the latest version.  Be advised to make sure you&#8217;re getting a version of Xcode that works on your version of OS X.</p>

<p>The latest Xcode runs on the latest OS X, so today that means that Xcode 3.1 works on Leopard only.  You should be able to find an older version for Tiger.</p>

<p>At the web site, look for Developer Tools and then Xcode 3.1.</p>

<p>The only real trick after downloading them and installing them is to customize the install, and I only do this to save disk space.  But unless you&#8217;re going to develop a real Mac OS X app, you don&#8217;t need all the documentation and examples.  It&#8217;ll save you about half a gigabyte.  You want to uncheck &#8220;Core Reference Library&#8221; and be sure that the &#8220;UNIX Development Support&#8221; is checked.</p>

<p><a href='http://www.astrobetter.com/macsing/wp-content/uploads/2008/08/installer.png' title='Custom Button'><img src='http://www.astrobetter.com/macsing/wp-content/uploads/2008/08/installer.png' alt='Custom Button' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2008/08/27/installing-xcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IRAF 2.14 Available &#8211; Installers forthcoming here.</title>
		<link>http://macsingularity.org/2007/12/04/iraf-214-available-installers-forthcoming/</link>
		<comments>http://macsingularity.org/2007/12/04/iraf-214-available-installers-forthcoming/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 16:35:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IRAF]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[2.14]]></category>
		<category><![CDATA[installers]]></category>
		<category><![CDATA[iraf.net]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/12/04/iraf-214-available-installers-forthcoming/</guid>
		<description><![CDATA[IRAF 2.14 has been announced and is available for download. The Mac (PPC and Intel) versions appear to work properly on both Leopard and Tiger. I&#8217;ll try and have installers made for these today. Certainly, I can test the Intel one easily but it&#8217;s harder for me to test the PowerPC version so once it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>IRAF 2.14 <a href="http://iraf.net/article.php/20071203171539519">has been announced</a> and is available for download.  The Mac (PPC and Intel) versions appear to work properly on both Leopard and Tiger.  I&#8217;ll try and have installers made for these today.  Certainly, I can test the Intel one easily but it&#8217;s harder for me to test the PowerPC version so once it&#8217;s up if someone out there could test it, that&#8217;d be appreciated.</p>

<p><strong>Update</strong> The Intel installer is available here &#8211; <a href="/files/iraf214_macintel.tgz">Download IRAF 2.14 for Intel Macs .pkg installer (57MB)</a>.  My prescribed update method is simple.  Change to the IRAF user and do:</p>

<pre><code>  % cd /
  % mv iraf iraf_old
</code></pre>

<p>Run the installer and then:</p>

<pre><code>  % mv /iraf_old/extern /iraf/extern/
</code></pre>

<p>That should preserve all your external packages.  You will most likely want to copy over the extern.pkg from your old install.</p>

<pre><code>  % cd /iraf_old/iraf/unix/hlib
  % cp extern.pkg /iraf/iraf/unix/hlib/extern.pkg
</code></pre>

<p>That should work.  Let me know if there are any problems &#8211; it worked ok for me.  I&#8217;d keep /iraf_old around for a while just to be safe.  And remember any installer errors are probably permission issues but be sure to <a href="http://macsingularity.org/2007/11/07/check-os-xs-installer-log-for-installation-issues/">check the log</a> first before emailing me with any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/12/04/iraf-214-available-installers-forthcoming/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Some unofficial improvements to X11 on Leopard</title>
		<link>http://macsingularity.org/2007/11/07/some-unofficial-improvements-to-x11-on-leopard/</link>
		<comments>http://macsingularity.org/2007/11/07/some-unofficial-improvements-to-x11-on-leopard/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 19:52:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Leopard]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[x11]]></category>
		<category><![CDATA[xquartz]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/11/07/some-unofficial-improvements-to-x11-on-leopard/</guid>
		<description><![CDATA[No full screen yet, but some progress is being made with Apple&#8217;s X11, though not officially coming from Apple.com yet. I&#8217;m pleased to announce that I&#8217;ve posted source and binaries on Xdarwin.org for Xquartz 1.2a7. Since 1.2a6, the following issues have been resolved: JIS (Japanese) keyboards are now correctly detected by X11. Xvfb and Xnest [...]]]></description>
			<content:encoded><![CDATA[<p>No full screen yet, but some progress is being made with Apple&#8217;s X11, though not officially coming from Apple.com yet.</p>

<blockquote>
  <p>I&#8217;m pleased to announce that I&#8217;ve posted source and binaries on <a href="http://www.x.org/wiki/XDarwin">Xdarwin.org</a> for Xquartz 1.2a7. Since 1.2a6, the following issues have been resolved:</p>
  
  <ul>
  <li>JIS (Japanese) keyboards are now correctly detected by X11.</li>
  <li>Xvfb and Xnest now compile cleanly; I have not tested them, but binaries are available at http://people.freedesktop.org/~bbyer/x11app/</li>
  <li>The &#8220;offset-pointer&#8221;/&#8221;ghost window&#8221; bug with Spaces has been
  resolved correctly (this is my second attempt).  This means you can
  now use the F8 function to zoom out and drag a window from one Space
  to another with your mouse.  Unfortunately, due to a known issue in
  Spaces itself, you can not drag X11 windows to the edge of the screen
  to move them to the next screen.</li>
  <li>A focus problem was fixed &#8212; previously, clicking on an X11 window
  that was behind an Aqua window would not always bring the X11 window
  to the foreground (but clicking on any other X11 window usually
  would.)  I&#8217;m sure I&#8217;ll be proven wrong, but at the moment I have fixed
  all of the focus problems that I know about.</li>
  </ul>
  
  <p>&#8230;.
  Ben Byer
  CoreOS / BSD Technology Group, XDarwin maintainer.</p>
</blockquote>

<p>For more details, see the <a href="http://lists.apple.com/archives/X11-users/2007/Nov/msg00249.html">full posting at the X11 users list</a> from Ben.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/11/07/some-unofficial-improvements-to-x11-on-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple&#039;s X11 User Mailing list</title>
		<link>http://macsingularity.org/2007/11/01/apples-x11-user-mailing-list/</link>
		<comments>http://macsingularity.org/2007/11/01/apples-x11-user-mailing-list/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 19:57:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Other Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/11/01/apples-x11-user-mailing-list/</guid>
		<description><![CDATA[You can subscribe and look at the archives to Apple&#8217;s X11 User&#8217;s mailing list here. Ben Byer has been doing some heroic all hours work to try and fix some problems in X11 in Leopard, mostly from switching code bases and other issues. It&#8217;s pretty impressive to see Apple&#8217;s staff interacting directly with users like [...]]]></description>
			<content:encoded><![CDATA[<p>You can subscribe and look at the archives to <a href="http://lists.apple.com/mailman/listinfo/x11-users">Apple&#8217;s X11 User&#8217;s mailing list</a> here.  Ben Byer has been doing some heroic all hours work to try and fix some problems in X11 in Leopard, mostly from switching code bases and other issues.  It&#8217;s pretty impressive to see Apple&#8217;s staff interacting directly with users like this &#8211; I can&#8217;t think of any other aspect of OS X where people who work on it are talking directly to people who use it.</p>

<p>Also this <a href="http://forums.macosxhints.com/showthread.php?t=80171">forum at macosxhints</a> contains a summary of a lot of recent developments that have been peculating on the mailing list.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/11/01/apples-x11-user-mailing-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X11 Full Screen Support broken in Leopard, other changes, using Tiger&#039;s X11&#8230;</title>
		<link>http://macsingularity.org/2007/10/29/x11-full-screen-support-broken-in-leopard-other-changes-using-tigers-x11/</link>
		<comments>http://macsingularity.org/2007/10/29/x11-full-screen-support-broken-in-leopard-other-changes-using-tigers-x11/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 16:46:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Macintosh]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/10/29/x11-full-screen-support-broken-in-leopard-other-changes-using-tigers-x11/</guid>
		<description><![CDATA[Updated at the bottom &#124; Second Update So, here&#8217;s the quasi-official word from Ben Byer, one of Apple&#8217;s x11 developers on Apple&#8217;s x11-users list. Biggest architectural change in Leopard for X11: Switched from XFree86 codebase (based on, IIRC, X11R6.8) to X.org codebase (X11R7.2) Biggest user-visible change: launchd support for X11. The only situation where you [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="#update1">Updated at the bottom | Second Update</a></strong></p>

<p>So, here&#8217;s the <a href="http://lists.apple.com/archives/x11-users/2007/Oct/msg00065.html">quasi-official word from Ben Byer, one of Apple&#8217;s x11 developers</a> on Apple&#8217;s x11-users list.</p>

<blockquote>
  <p>Biggest architectural change in Leopard for X11: Switched from XFree86 codebase (based on, IIRC, X11R6.8) to X.org codebase (X11R7.2)</p>
  
  <p>Biggest user-visible change: launchd support for X11. The only situation where you should need to manually start X11.app is if you are only running remote X11 applications.</p>
  
  <p>The way that this is accomplished is by some slight-of-hand with the $DISPLAY variable &#8212; if you look, it should be something like &#8220;/tmp/ launch-vbXRyu/:0&#8243;. If an X client connects to this, it will actually connect to launchd, which will start Xquartz if needed and pass the client&#8217;s socket to the server.</p>
  
  <p>All of that should be invisible to you; the X client library (libX11.dylib) was modified to support this, and all X11 applications link against this library. &#8220;DISPLAY=:0&#8243; would still work if X11.app is already running, but it will not trigger X11 to launch.</p>
  
  <p>Two biggest bugs:</p>
  
  <ul>
  <li><p>Fullscreen support is broken. I know many of you will hate me for this &#8212; it stopped working when we switched codebases, and I was unable to get it working again. I&#8217;m hoping that some of you developers may be able to help me us fix this. Until then, those of you who need this functionality should be able to use the X11 package from Tiger instead. (Yes, I know you can&#8217;t officially download that from www.apple.com &#8212; I would like to see that change and am working on making that happen; no ETA. You may be able to find a copy of it lying around somewhere.)</p></li>
  <li><p>Do not start X11.app from the Dock. It will do strange things &#8212; you&#8217;ll get two icons. This is due to the aforementioned &#8220;launcher&#8221; in /Applications/Utilities/X11.app not being the same as the real server, which is now located at /usr/X11/X11.app.</p></li>
  </ul>
</blockquote>

<p>I should also note that the DISPLAY variable mojo doesn&#8217;t seem to play nice with darwin ds9, since it looks like the ds9 launch script is checking the DISPLAY variable for something it likes.</p>

<p>You can use Tiger&#8217;s X11 on Leopard, and instructions for that have <a href="http://aaroniba.net/articles/x11-leopard.html">been written up here</a>.  Not too complicated but you&#8217;ll need a Tiger DVD of some kind.</p>

<p><li id="update1">
<strong>Update</strong> Here is more on the <a href="http://lists.apple.com/archives/X11-users/2007/Oct/msg00123.html">history of Apple&#8217;s distribution of X11</a>
<strong>Update II</strong> A pretty good summary of what&#8217;s going on with X11 is found at <a href="http://forums.macosxhints.com/showthread.php?t=80171">this post on the Macosxhints forum</a>.</p>

<p></li></p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/10/29/x11-full-screen-support-broken-in-leopard-other-changes-using-tigers-x11/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Easier way to install Grace</title>
		<link>http://macsingularity.org/2007/08/05/easier-way-to-install-grace/</link>
		<comments>http://macsingularity.org/2007/08/05/easier-way-to-install-grace/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 20:44:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[fink]]></category>
		<category><![CDATA[grace]]></category>
		<category><![CDATA[plotting]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/08/05/easier-way-to-install-grace/</guid>
		<description><![CDATA[The wonderful High performance computing for Mac site has pre-compiled binaries for Grace and the motif library on which it depends. This is perhaps easier than the compile-fest that is required to get it working via Fink on an Intel-based Mac. Of course, for reasons that remain unclear to me, people appear to prefer IDL, [...]]]></description>
			<content:encoded><![CDATA[<p>The wonderful <a href="http://hpc.sourceforge.net/">High performance computing for Mac</a> site has pre-compiled binaries for Grace and the motif library on which it depends.  This is perhaps easier than the compile-fest that is required to get it working via <a href="http://fink.sourceforge.net">Fink</a> on an Intel-based Mac.  Of course, for reasons that remain unclear to me, people appear to prefer IDL, SM, and &#8220;something else entirely&#8221; to grace.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/08/05/easier-way-to-install-grace/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why do Mac users use Powerpoint and Firefox?</title>
		<link>http://macsingularity.org/2007/01/20/why-do-mac-users-use-powerpoint-and-firefox/</link>
		<comments>http://macsingularity.org/2007/01/20/why-do-mac-users-use-powerpoint-and-firefox/#comments</comments>
		<pubDate>Sat, 20 Jan 2007 19:59:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Macintosh]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/01/20/why-do-mac-users-use-powerpoint-and-firefox/</guid>
		<description><![CDATA[I&#8217;ve noticed a reasonable number of Macintosh users who, when giving a presentation, use Powerpoint rather than Apple&#8217;s Keynote. Furthemore, there is another group (with some overlap) who use Firefox(not even the more Mac-like Camino). Obviously, these are matters of personal preference &#8211; but I wonder how many Mac users use Firefox because they have [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed a reasonable number of Macintosh users who, when giving a presentation, use Powerpoint rather than Apple&#8217;s <a href="http://www.apple.com/iwork/">Keynote</a>.  Furthemore, there is another group (with some overlap) who use <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a>(not even the more Mac-like <a href="http://www.caminobrowser.org/">Camino</a>).</p>

<p>Obviously, these are matters of personal preference &#8211; but I wonder how many Mac users use Firefox because they have heard how much better it is than Internet Explorer.  And while it is certainly true that Windows users should use Firefox, on the Mac I personally don&#8217;t see the point.  Safari is a much better and more Mac-like browser, in my opinion &#8211; and if you need a Mozilla browser, Camino is vastly more Mac-like in its behavior.  I haven&#8217;t noticed that Firefox is any faster than Safari.  For a while Firefox had better HTTP proxy support, but this is no longer true in Tiger.</p>

<p>As far as Keynote goes, there is seems to be a <a href="http://software.seekingalpha.com/article/20686">growing</a> <a href="http://www.applematters.com/index.php/section/comments/powerpoint_kills_brain_cells/">belief</a> that <a href="http://homepage.mac.com/lesposen/blogwavestudio/LH20040807225237/LHA20060422204527/index.html">Keynote is just better</a> at producing higher quality presentations than Powerpoint.</p>

<p>My theory on Powerpoint is this &#8211;  in the Microsoft Office hegemony in which we live, most people &#8211; even many Mac users &#8211; associate &#8220;presentation&#8221; with &#8220;Powerpoint&#8221; and aren&#8217;t aware of alternatives.  Also, many universities and or businesses have site licenses for Office so many people just use what they have.</p>

<p>Hence, my latest highly unscientific poll &#8211; of the people who visit this site &#8211; are those who use Powerpoint doing so because they prefer it or because they haven&#8217;t tried Keynote?  We&#8217;ll see what the results show.</p>

<p>My personal reasons for using Keynote (and also <a href="/2005/06/05/apple-pages-perfect-poster-app/">Pages for posters</a>)?  It supports vector PDF graphics.  Powerpoint will take an EPS or PDF file and rasterize it &#8211; Keynote just keeps it in its glorious resolution-free state.  That alone is reason enough for me.</p>

<p><strong>UPDATE</strong> : I will go ahead and concede that if you have browsing issues with Safari it&#8217;s perfectly ok to try another browser.  BUT, might I suggest the much more Mac-like <a href="http://www.caminobrowser.org/">Camino</a>, which uses the same Gecko rendering engine as Firefox but isn&#8217;t a multi-platform UNIX-like program.  Camino uses Mac-specfic features like the address book, the keychain, has spell-checking in text fields, etc.  I can see how those coming from other platforms would &#8230; not miss a program that ignores these Mac specific abilities, but to me &#8211; a Mac application should act like it belongs on a Mac; not behave like a Linux program.</p>

<p><strong>Update II</strong> Ok, ok.  I get it.  Extensions.  I never use Firefox or Firefox extensions so I guess I just don&#8217;t know what I&#8217;m missing.  I personally find Firefox so un-Mac-like I just don&#8217;t even consider it an option.  However, the buzz is they are trying to make it behave more like a Mac like application (ala Camino) so we&#8217;ll see how it evolves.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/01/20/why-do-mac-users-use-powerpoint-and-firefox/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>The Future of IRAF</title>
		<link>http://macsingularity.org/2005/07/10/the-future-of-iraf/</link>
		<comments>http://macsingularity.org/2005/07/10/the-future-of-iraf/#comments</comments>
		<pubDate>Sat, 09 Jul 2005 19:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[IDL]]></category>
		<category><![CDATA[IRAF]]></category>
		<category><![CDATA[iraf support]]></category>
		<category><![CDATA[iraf.net]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://spac-21.rice.edu/maciraf/news/noao_opinion.html</guid>
		<description><![CDATA[&#60; p>So, we now have an official word on upcoming changes to IRAF support. The leaked news of changes to IRAF certainly generated some discussion, and some emails. Several questions remain, for me, however in light of this news from NOAO. &#60; p>It&#8217;s certainly understandable that NOAO has in mind to take data reduction at [...]]]></description>
			<content:encoded><![CDATA[<p>&lt;</p>

<p>p>So, we now have an <a href="http://spac-21.rice.edu/maciraf/news/iraf_noao_announcement.two">official word</a> on upcoming changes to IRAF support.  The leaked news of changes to IRAF certainly generated some discussion, and some emails.  Several questions remain, for me, however in light of this news from NOAO.</p>

<p>&lt;</p>

<p>p>It&#8217;s certainly understandable that NOAO has in mind to take data reduction at its facilities in new directions, i.e. this new pipeline, data flow system, whatever they want to call it.  IRAF, is after all, a rather old software package.  However, that said IRAF is extremely important to a large number of users, and far more research is done with IRAF than on NOAO telescopes themselves.  IRAF is important to a large portion of the entire astronomical community, not just as a means to reduce data from NOAO facilities.</p>

<p>&lt;</p>

<p>p>With the announcement, however, several questions remain.</p>

<p>&lt;</p>

<p>p><i>Why did it take a leak to generate a discussion in the community?</i></p>

<p>&lt;</p>

<p>p>It took leaked memos, and emails to NOAO to generate their response.
Previously, they were simply going to announce support changes in September.  I don&#8217;t understand why NOAO can&#8217;t solicit opinion directly from the astronomical community before making huge changes that effect all of us.</p>

<p>&lt;</p>

<p>p><i>How much does supporting IRAF really cost?</i></p>

<p>&lt;</p>

<p>p>It&#8217;s my understanding the support costs for support IRAF are
relatively low.  How many emails can they possibly get about IRAF support
get every day?  I only get one every week at that; I&#8217;m sure they get more
but it can&#8217;t be overwhelming, maybe a few a day?</p>

<p>&lt;</p>

<p>p><i>Does NOAO not understand how important IRAF is to the community at large?</i></p>

<p>&lt;</p>

<p>p>IRAF is not just for reducing data from NOAO telescopes.  IRAF is responsible for about 10 times more referreed publications as NOAO telescopes.  NOAO&#8217;s new data-flow system is great, but it is not in any way a replacement for IRAF.  Are we all supposed to use IDL?  It seems like IRAF is a bargain for all the science it helps produce.</p>

<p>&lt;</p>

<p>p><b>IRAF support should be mantained at the current level</b></p>

<p>&lt;</p>

<p>p>IRAF is as important to the astronomical community as any telescope run by NOAO.  As such, it should be treated as a precious resource, not some archaic system who&#8217;s value can be downplayed.  NOAO should continue to maintain support for IRAF as it is today.  The email help line iraf@noao.edu should be kept, and updates and bug fixes to IRAF should not be given any less priority than they are today.</p>

<p>&lt;</p>

<p>p>I understand that NOAO has limited resources.  IRAF is an instance where the reward is far greater than the expense.  IRAF is used by astronomers all over the country and world.  It&#8217;s also used for educational purposes in college and sometimes even high school classrooms over the country.  I know this from direct emails from teachers and students over the years.</p>

<p>&lt;</p>

<p>p>The expertise of those who helped created and maintain IRAF does not exist outside NOAO, as far as I know.  I have no idea how to fix a bug, how to check source code.  All I&#8217;ve been able to do the last few years is help Macintosh users get through a few UNIX hoops they have to do in order to get IRAF.  If the community at large is supposed to somehow help each other through a bulletin board, I don&#8217;t see how this can be a replacement for the IRAF email desk, since the announcement indicdates that DPP staff itself won&#8217;t answer questions.</p>

<p>&lt;</p>

<p>p>Furthermore, there&#8217;s no reason why the development of IRAF should end just because NOAO says it should.  IRAF is an excellent facility for reducing and analyizing data, even if it is old.  Relatively recent developements such as the GUIAPPS, the new enhanced CL that is on the IRAF web site today &#8211; these should all be encouraged and continued, not cast aside.  What exactly is the goal of de-emphasizing IRAF with no alternative planned for the future?</p>

<p>&lt;</p>

<p>p>This entire incident has hurt NOAO&#8217;s reputation.  It would appear that they do understand the deep reliance on IRAF that exists in the astronomical community.  IRAF should be enhanced and celebrated &#8211; not lowered to some second-tier support level.  To me, it seems like that&#8217;s just the first step on the road to retirement.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2005/07/10/the-future-of-iraf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PATH variable in the bash shell</title>
		<link>http://macsingularity.org/2003/11/03/path-variable-in-the-bash-shell/</link>
		<comments>http://macsingularity.org/2003/11/03/path-variable-in-the-bash-shell/#comments</comments>
		<pubDate>Mon, 03 Nov 2003 08:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://spac-21.rice.edu/maciraf/tips/panther/bash_path.html</guid>
		<description><![CDATA[Okay, so you decided to stick with the bash shell. Here&#8217;s how to change your path. Edit the .bashrc file in your home directory (or create one) and then add a line like this: PATH=/usr/local/bin:~/bin:$PATH My friend and bash fan Colby gave me this tidbit. Something all bash users probably know. (bash is a very [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so you decided to stick with the bash shell.  Here&#8217;s how to change your path.  Edit the .bashrc file in your home directory (or create one) and then add a line like this:</p>

<pre><code>   PATH=/usr/local/bin:~/bin:$PATH
</code></pre>

<p>My friend and bash fan Colby gave me this tidbit.  Something all bash users probably know.  (bash is a very linux thing, by the way.)</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2003/11/03/path-variable-in-the-bash-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

