<?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>Crucial Thought &#187; skype</title>
	<atom:link href="http://www.crucialthought.com/tag/skype/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crucialthought.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Nov 2011 19:13:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Geektool and the newfound usefulness of my second monitor</title>
		<link>http://www.crucialthought.com/2007/12/21/geektool-and-the-newfound-usefulness-of-my-second-monitor/</link>
		<comments>http://www.crucialthought.com/2007/12/21/geektool-and-the-newfound-usefulness-of-my-second-monitor/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 17:43:27 +0000</pubDate>
		<dc:creator>cmcraft</dc:creator>
				<category><![CDATA[Educational Technology]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[colloquy]]></category>
		<category><![CDATA[edublogosphere]]></category>
		<category><![CDATA[geektook]]></category>
		<category><![CDATA[lifehacker]]></category>
		<category><![CDATA[multiple monitors]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://www.crucialthought.com/2007/12/21/geektool-and-the-newfound-usefulness-of-my-second-monitor/</guid>
		<description><![CDATA[I have a pretty nice home office setup. I&#8217;ve got a 20&#8243; iMac and a 19&#8243; LCD Dell 1905FPS LCD monitor sitting next to it. It&#8217;s a really nice monitor and accepts two inputs. On the analog side, I&#8217;ve got my Windows XP box which hardly ever gets turned on any more. On the DVI [...]]]></description>
			<content:encoded><![CDATA[<p>I have a pretty nice home office setup. I&#8217;ve got a 20&#8243; iMac and a 19&#8243; LCD Dell 1905FPS LCD monitor sitting next to it. It&#8217;s a really nice monitor and accepts two inputs. On the analog side, I&#8217;ve got my Windows XP box which hardly ever gets turned on any more. On the DVI side I&#8217;ve got my iMac plugged in as a second monitor. I used to leave the LCD off most of the time until yesterday when I got some revelation that I could actually put it to use.</p>
<p>Here&#8217;s what it looks like now&#8230;</p>
<p><a  href="http://farm3.static.flickr.com/2317/2126573295_389346c909_b.jpg"><img src="http://farm3.static.flickr.com/2317/2126573295_389346c909.jpg" height="215" width="500" /></a></p>
<p>Useful, eh? Here&#8217;s how I did it..</p>
<p>I first heard about <a  href="http://projects.tynsoe.org/en/geektool/">GeekTool</a> some time ago from <a  href="http://lifehacker.com/software/plain-text/geek-to-live--monitor-your-mac-and-more-with-geektool-244026.php">Lifehacker</a>. I remember having tried to get it to work once before but failing. My issues, I was sure, so I attacked it again. Also credit <a  href="http://lifehacker.com/software/geektool/embed-skype-contacts-on-desktop-271788.php">Lifehacker</a> for the script to embed Skype contacts you&#8217;ll see below..</p>
<p>Once Geektool was installed, I copied and pasted the shell command as per Lifehacker&#8217;s suggestions and it popped right up. I configured the script a bit for my liking and it was good to go!</p>
<p>I had also thought about a plain text todo list which I&#8217;ve heard from a few folks is a good idea. I had issues making it work with TextEdit, though, since it always tried to save as an .rtf file. Through a few twitter direct messages, I learned that you can force a plain text file by adding .txt to the file name.</p>
<p>It still didn&#8217;t work.</p>
<p>Turns out I had to set the encoding as shown below&#8230;this only worked for me once I created a file in Windows notepad.exe and copied it over. I couldn&#8217;t make this work solely on the Mac side.</p>
<p><img src="http://farm3.static.flickr.com/2360/2127369314_3e1f5253fd.jpg" height="385" width="500" /></p>
<p>Ok then, once I did this, I set the Geektool up to see the file. To monitor your machine&#8217;s console log, it defaults to seeing it like this&#8230;</p>
<p><img src="http://farm3.static.flickr.com/2076/2126597611_a96ba90c87.jpg" height="386" width="500" /></p>
<p>I did this and it worked nicely when looking at my plain text todo list. The only trouble is when I changed the text file it didn&#8217;t change on the screen. That&#8217;s no good. I had to log off and log back on for GeekTool to recognize the change. That&#8217;s not cool.</p>
<p>I went searching and stumbled across <a  href="http://projects.tynsoe.org/phpBB3/viewtopic.php?f=4&#038;t=528">this thread</a> which lead me to <a  href="http://bryanculver.com/to-do-on-your-desktop/">this post</a>. Eureka!</p>
<p>Once I right clicked, went to Open With, and used Firefox, I got the local URL for my todo list! I pasted that along with a curl command, set the refresh to 30 seconds and voila!</p>
<p>The command looks like this &#8211;&gt; <strong><em>curl file:///Users/username/Desktop/todo.txt</em></strong> and it automatically refreshes at the interval selected.</p>
<p>So now I had my solution and a darned useful second monitor! I&#8217;ve still got plenty of screen real estate left to delegate to other stuff if needed, and will do that on an as-needed basis.</p>
<p>Here&#8217;s what my second monitor looks like now, click for a larger version with skitch&#8217;ed details.</p>
<p><a  href="http://farm3.static.flickr.com/2029/2126469163_4963d78d1a_o.jpg"><img src="http://farm3.static.flickr.com/2029/2126469163_c2d5351998.jpg" height="399" width="500" /></a></p>
<p>As you can see, I&#8217;m leaving Colloquy open on the <a  href="http://www.edublogosphere.com">edublogosphere</a> IRC channel (irc.edublogosphere.com and channel #edublogosphere) just in case anyone stops by.</p>
<p>Any other GeekTool&#8217;ers out there that can suggest a cool uptime command or anything else I can be doing with GeekTool to be even geekier? Did you set this up yourself? Shout out in the comments!</p>
<img src="http://www.crucialthought.com/863dfb68/266bb3e7/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://www.crucialthought.com/2007/12/21/geektool-and-the-newfound-usefulness-of-my-second-monitor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

