<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Not in code &#187; Trivia</title>
	<atom:link href="http://notincode.wordpress.com/tag/trivia/feed/" rel="self" type="application/rss+xml" />
	<link>http://notincode.wordpress.com</link>
	<description>Software is about people</description>
	<lastBuildDate>Mon, 22 Jun 2009 00:33:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='notincode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/1bb58d250bfeaaf97c6daf48b9a54b30?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Not in code &#187; Trivia</title>
		<link>http://notincode.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://notincode.wordpress.com/osd.xml" title="Not in code" />
	<atom:link rel='hub' href='http://notincode.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Screencasts may be neuvo, but shellcasts are retro baby!</title>
		<link>http://notincode.wordpress.com/2007/05/09/screencasts-may-be-neuvo-but-shellcasts-are-retro-baby/</link>
		<comments>http://notincode.wordpress.com/2007/05/09/screencasts-may-be-neuvo-but-shellcasts-are-retro-baby/#comments</comments>
		<pubDate>Wed, 09 May 2007 11:25:18 +0000</pubDate>
		<dc:creator>hiremaga</dc:creator>
				<category><![CDATA[Trivia]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.hiremaga.com/?p=248</guid>
		<description><![CDATA[The Unix script command lets you record a terminal session to file, isn&#8217;t that cool?! From its man page: NAME script -- make typescript of terminal session SYNOPSIS script [-a] [file] DESCRIPTION script makes a typescript of everything printed on your terminal. It is useful for students who need a hardcopy record of an interactive [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hiremaga.com&blog=2620597&post=211&subd=notincode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>The Unix <code><a href="http://www.freebsd.org/cgi/man.cgi?query=script">script</a></code> command <a href="http://www.grammarmudge.cityslide.com/articles/article/1026515/8922.htm">lets</a> you record a terminal session to file, isn&#8217;t that cool?!</p>
<p>From its <a href="http://www.freebsd.org/cgi/man.cgi?query=script">man</a> page:<br />
<code><br />
NAME<br />
     script -- make typescript of terminal session</p>
<p>SYNOPSIS<br />
     script [-a] [file]</p>
<p>DESCRIPTION<br />
     script makes a typescript of everything printed on your terminal.  It is<br />
     useful for students who need a hardcopy record of an interactive session<br />
     as proof of an assignment, as the typescript file can be printed out<br />
     later with lpr(1).<br />
</code></p>
<p>University assignments sure, but it&#8217;s also useful for is keeping track of what gems/ports you&#8217;re installing when setting up your new Mac (simply replay if you ever reformat or have more than one Mac like I do) or to help automate (script?) a series of commands you use together regularly.</p>
<p>I&#8217;m sure this is old news to all you shell-weenies out there, but I had to wait to discover it completely by accident before it could fill my life with terminal recording goodness. I was playing with a Rails project on my Mac when I accidentally left the slash out of <code>script/plugin ...</code> and typed <code>script plugin ...</code>. So, I&#8217;m blogging this punting that at least one other shell-ignoramus such as myself will benefit, in fact maybe even just future me.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/notincode.wordpress.com/211/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/notincode.wordpress.com/211/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notincode.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notincode.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notincode.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notincode.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notincode.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notincode.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notincode.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notincode.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notincode.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notincode.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hiremaga.com&blog=2620597&post=211&subd=notincode&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://notincode.wordpress.com/2007/05/09/screencasts-may-be-neuvo-but-shellcasts-are-retro-baby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd84e3662c2772ec1f22649b9aa7464a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hiremaga</media:title>
		</media:content>
	</item>
		<item>
		<title>Gut feeling</title>
		<link>http://notincode.wordpress.com/2005/05/02/gut-feeling/</link>
		<comments>http://notincode.wordpress.com/2005/05/02/gut-feeling/#comments</comments>
		<pubDate>Mon, 02 May 2005 03:12:44 +0000</pubDate>
		<dc:creator>hiremaga</dc:creator>
				<category><![CDATA[Trivia]]></category>

		<guid isPermaLink="false">http://www.hiremaga.com/?p=77</guid>
		<description><![CDATA[This gives the phrase &#8220;trust your gut&#8221; a whole new meaning. Scientists claim to have discovered that we have a second brain in our stomach!!! Next you feel butterflies in your stomach, perhaps it&#8217;s just your (other) brain trying to tell you something important! I came accross this while reading an interesting interpretation of this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hiremaga.com&blog=2620597&post=63&subd=notincode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>This gives the phrase &#8220;trust your gut&#8221; a whole new meaning. Scientists claim to have discovered that we have <a href="http://www.ananova.com/news/story/sm_105441.html">a second brain in our stomach</a>!!!</p>
<p>Next you feel butterflies in your stomach, perhaps it&#8217;s just your (other) brain trying to tell you something important!</p>
<p>I came accross this while reading <a href="http://headrush.typepad.com/creating_passionate_users/2005/04/the_second_brai.html">an interesting interpretation</a> of this discovery, blogged by Beth Freeman.</p>
<p>Finally, as you read this and (probably) think &#8220;hmm, that&#8217;s interesting&#8221;, is your head telling you this or your stomach? Food for thought eh? (Apologies, I couldn&#8217;t resist&#8230;)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/notincode.wordpress.com/63/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/notincode.wordpress.com/63/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notincode.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notincode.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notincode.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notincode.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notincode.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notincode.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notincode.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notincode.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notincode.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notincode.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hiremaga.com&blog=2620597&post=63&subd=notincode&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://notincode.wordpress.com/2005/05/02/gut-feeling/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd84e3662c2772ec1f22649b9aa7464a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hiremaga</media:title>
		</media:content>
	</item>
	</channel>
</rss>