<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Links: Clear Distractions and Books, Google Buzz, Two Tales from the Trenches, and More.</title>
	<atom:link href="http://www.astrobetter.com/links-clear-distractions-and-books-google-buzz-two-tales-from-the-trenches-and-more/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.astrobetter.com/links-clear-distractions-and-books-google-buzz-two-tales-from-the-trenches-and-more/</link>
	<description>Tips and Tricks for Professional Astronomers</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:32:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ian J. Crossfield</title>
		<link>http://www.astrobetter.com/links-clear-distractions-and-books-google-buzz-two-tales-from-the-trenches-and-more/#comment-1828</link>
		<dc:creator>Ian J. Crossfield</dc:creator>
		<pubDate>Fri, 12 Feb 2010 21:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=1717#comment-1828</guid>
		<description>I stick the following lines at the end of my IDL_START file to keep a timestamped journal file of every IDL session.  The files are saved in the current working directory, but you could prepend a path to save them all to a &#039;logs&#039; folder somewhere.
&lt;code&gt;
; Always create a journal file with today&#039;s date/time
fs = &#039;(I2.2)&#039;
caldat, julday(), mon, d, y, h, min   
datstr = string(y, format=&#039;(I4.2)&#039;) + $
          string(mon, format=fs) + $
          string(d, format=fs) + &#039;_&#039; + $
          string(h, format=fs) + $
          string(min, format=fs) + &#039;.jrn&#039; 
journal,datstr
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I stick the following lines at the end of my IDL_START file to keep a timestamped journal file of every IDL session.  The files are saved in the current working directory, but you could prepend a path to save them all to a &#8216;logs&#8217; folder somewhere.<br />
<code><br />
; Always create a journal file with today's date/time<br />
fs = '(I2.2)'<br />
caldat, julday(), mon, d, y, h, min<br />
datstr = string(y, format='(I4.2)') + $<br />
          string(mon, format=fs) + $<br />
          string(d, format=fs) + '_' + $<br />
          string(h, format=fs) + $<br />
          string(min, format=fs) + '.jrn'<br />
journal,datstr<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

