<?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 for Jabba Rants</title>
	<atom:link href="http://justindow.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://justindow.com</link>
	<description>Another day in the life of… well, me!</description>
	<lastBuildDate>Wed, 18 Apr 2012 02:17:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>Comment on Irssi and Screen and Growl, oh my! by Ben Brownings Blog &#187; irssi, screen, and growl&#8230; Nerdy goodness.</title>
		<link>http://justindow.com/2010/03/26/irssi-screen-and-growl-oh-my/comment-page-1/#comment-9663</link>
		<dc:creator>Ben Brownings Blog &#187; irssi, screen, and growl&#8230; Nerdy goodness.</dc:creator>
		<pubDate>Wed, 18 Apr 2012 02:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://justindow.com/?p=146#comment-9663</guid>
		<description>[...] SOMEONE is doing irssi in screen and wants growl notifications&#8221;. As ridiculous as it sounds, someone was. I took their approach, briefly outlined below, and customized it a little to make me happy. For [...]</description>
		<content:encoded><![CDATA[<p>[...] SOMEONE is doing irssi in screen and wants growl notifications&#8221;. As ridiculous as it sounds, someone was. I took their approach, briefly outlined below, and customized it a little to make me happy. For [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Irssi and Screen and Growl, oh my! by Ben</title>
		<link>http://justindow.com/2010/03/26/irssi-screen-and-growl-oh-my/comment-page-1/#comment-9658</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 17 Apr 2012 23:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://justindow.com/?p=146#comment-9658</guid>
		<description>Excellent info, thank you! Naturally I could not resist tinkering ;)

I added this:

Host mychathost
Hostname mychathost.dayjob.com
PermitLocalCommand yes
LocalCommand ~/bin/growl_irc.sh

to ~/.ssh/config. Now when I &#039;ssh mychathost&#039; it automagically starts up, with one less little script running :) Also, I modified the growl_irc.sh script to use -q in its ssh so as to not show me issue.net all the time on STDERR. 

If you had multiple irssi hosts, you could even use the `%h&#039; variable to pass the hostname to growl_irc, make a $0-%h pidfile, not start if the pidfile exists and is linked to a pid, and make the growlnotify use %h as the subject... Voila, multihost irssi growlage.</description>
		<content:encoded><![CDATA[<p>Excellent info, thank you! Naturally I could not resist tinkering <img src='http://justindow.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I added this:</p>
<p>Host mychathost<br />
Hostname mychathost.dayjob.com<br />
PermitLocalCommand yes<br />
LocalCommand ~/bin/growl_irc.sh</p>
<p>to ~/.ssh/config. Now when I &#8216;ssh mychathost&#8217; it automagically starts up, with one less little script running <img src='http://justindow.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Also, I modified the growl_irc.sh script to use -q in its ssh so as to not show me issue.net all the time on STDERR. </p>
<p>If you had multiple irssi hosts, you could even use the `%h&#8217; variable to pass the hostname to growl_irc, make a $0-%h pidfile, not start if the pidfile exists and is linked to a pid, and make the growlnotify use %h as the subject&#8230; Voila, multihost irssi growlage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Meet Maeby and Lucy by lerxst</title>
		<link>http://justindow.com/2008/10/27/meet-maeby-and-lucy/comment-page-1/#comment-5121</link>
		<dc:creator>lerxst</dc:creator>
		<pubDate>Fri, 16 Dec 2011 06:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://justindow.com/2008/10/27/meet-maeby-and-lucy/#comment-5121</guid>
		<description>I agree. Update required!</description>
		<content:encoded><![CDATA[<p>I agree. Update required!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Irssi and Screen and Growl, oh my! by jabba</title>
		<link>http://justindow.com/2010/03/26/irssi-screen-and-growl-oh-my/comment-page-1/#comment-4026</link>
		<dc:creator>jabba</dc:creator>
		<pubDate>Mon, 08 Aug 2011 13:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://justindow.com/?p=146#comment-4026</guid>
		<description>Yeah, that works too. My problem is that an audible beep drives me crazy and a visual beep doesn&#039;t help, since the whole point is that I&#039;m not watching irc all the time, as it&#039;s usually on my secondary monitor or out of the way somehow.

Meanwhile I stopped using screen and instead run irssi on my local box connected to a znc server, so I&#039;ve modified the script here to not deal with all the ssh stuff and just tail the fnotify file locally. I&#039;m pretty happy with it still.</description>
		<content:encoded><![CDATA[<p>Yeah, that works too. My problem is that an audible beep drives me crazy and a visual beep doesn&#8217;t help, since the whole point is that I&#8217;m not watching irc all the time, as it&#8217;s usually on my secondary monitor or out of the way somehow.</p>
<p>Meanwhile I stopped using screen and instead run irssi on my local box connected to a znc server, so I&#8217;ve modified the script here to not deal with all the ssh stuff and just tail the fnotify file locally. I&#8217;m pretty happy with it still.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Irssi and Screen and Growl, oh my! by zibvous</title>
		<link>http://justindow.com/2010/03/26/irssi-screen-and-growl-oh-my/comment-page-1/#comment-4025</link>
		<dc:creator>zibvous</dc:creator>
		<pubDate>Mon, 08 Aug 2011 11:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://justindow.com/?p=146#comment-4025</guid>
		<description>Call me old school but i&#039;m just using the standard notification. name notified =&gt; highlight + beep
=&gt; beep forwarded to my console
=&gt; i hear beep

(alternative: sometimes i use the visual beep which just flashes the window - or could actually use growl if i had a mac and wanted that)

its much more simple and just as efficient imo.

For messages sent when i&#039;m offline, i just read the highlight log when i cannot (spam of growl would sucks anyway)</description>
		<content:encoded><![CDATA[<p>Call me old school but i&#8217;m just using the standard notification. name notified =&gt; highlight + beep<br />
=&gt; beep forwarded to my console<br />
=&gt; i hear beep</p>
<p>(alternative: sometimes i use the visual beep which just flashes the window &#8211; or could actually use growl if i had a mac and wanted that)</p>
<p>its much more simple and just as efficient imo.</p>
<p>For messages sent when i&#8217;m offline, i just read the highlight log when i cannot (spam of growl would sucks anyway)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Irssi and Screen and Growl, oh my! by Persistent IRC &#124; Threadbox.net</title>
		<link>http://justindow.com/2010/03/26/irssi-screen-and-growl-oh-my/comment-page-1/#comment-4011</link>
		<dc:creator>Persistent IRC &#124; Threadbox.net</dc:creator>
		<pubDate>Sat, 06 Aug 2011 06:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://justindow.com/?p=146#comment-4011</guid>
		<description>[...] notifications for mentions/PM&#8217;s! I just actually set it up on my Mac with Growl according to this article. I did it once under linux, [...]</description>
		<content:encoded><![CDATA[<p>[...] notifications for mentions/PM&#8217;s! I just actually set it up on my Mac with Growl according to this article. I did it once under linux, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy Sysadmin Day by Laura Thomson</title>
		<link>http://justindow.com/2010/07/30/happy-sysadmin-day/comment-page-1/#comment-4005</link>
		<dc:creator>Laura Thomson</dc:creator>
		<pubDate>Fri, 05 Aug 2011 14:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://justindow.com/?p=160#comment-4005</guid>
		<description>Webtools &lt;3s you guys.</description>
		<content:encoded><![CDATA[<p>Webtools &lt;3s you guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Irssi and Screen and Growl, oh my! by jabba</title>
		<link>http://justindow.com/2010/03/26/irssi-screen-and-growl-oh-my/comment-page-1/#comment-3429</link>
		<dc:creator>jabba</dc:creator>
		<pubDate>Wed, 01 Jun 2011 20:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://justindow.com/?p=146#comment-3429</guid>
		<description>Sure. You could probably change the #!/bin/bash to #!/bin/sh or whatever you want. I don&#039;t think the script is doing anything bash-specific. I just happen to default to #!/bin/bash for my scripts because I know it is always going to be there and be relatively the same on all distros.</description>
		<content:encoded><![CDATA[<p>Sure. You could probably change the #!/bin/bash to #!/bin/sh or whatever you want. I don&#8217;t think the script is doing anything bash-specific. I just happen to default to #!/bin/bash for my scripts because I know it is always going to be there and be relatively the same on all distros.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Irssi and Screen and Growl, oh my! by teewuane</title>
		<link>http://justindow.com/2010/03/26/irssi-screen-and-growl-oh-my/comment-page-1/#comment-3428</link>
		<dc:creator>teewuane</dc:creator>
		<pubDate>Wed, 01 Jun 2011 19:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://justindow.com/?p=146#comment-3428</guid>
		<description>hmm. i use zshell and i&#039;m trying to think of a way to make this work. Can I have zshell run a bash command?</description>
		<content:encoded><![CDATA[<p>hmm. i use zshell and i&#8217;m trying to think of a way to make this work. Can I have zshell run a bash command?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Irssi and Screen and Growl, oh my! by Antonio Touriño</title>
		<link>http://justindow.com/2010/03/26/irssi-screen-and-growl-oh-my/comment-page-1/#comment-3087</link>
		<dc:creator>Antonio Touriño</dc:creator>
		<pubDate>Sun, 08 May 2011 20:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://justindow.com/?p=146#comment-3087</guid>
		<description>Thanks for the walkthrough. Just the thing I needed.</description>
		<content:encoded><![CDATA[<p>Thanks for the walkthrough. Just the thing I needed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

