<?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: My First Irssi Script- Binary Timestamps</title>
	<atom:link href="http://pthree.org/2006/08/27/my-first-irssi-script-binary-timestamps/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2006/08/27/my-first-irssi-script-binary-timestamps/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<lastBuildDate>Thu, 20 Jun 2013 05:49:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24432</generator>
	<item>
		<title>By: HarleyPig</title>
		<link>http://pthree.org/2006/08/27/my-first-irssi-script-binary-timestamps/#comment-2983</link>
		<dc:creator>HarleyPig</dc:creator>
		<pubDate>Wed, 30 Aug 2006 15:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2006/08/27/my-first-irssi-script-binary-timestamps/#comment-2983</guid>
		<description><![CDATA[With bitlbee and jabber you can have all kinds of connectivity.  And irssi can be setup as a proxy so that you can attach to it from anywhere and have access to your personal setup.]]></description>
		<content:encoded><![CDATA[<p>With bitlbee and jabber you can have all kinds of connectivity.  And irssi can be setup as a proxy so that you can attach to it from anywhere and have access to your personal setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2006/08/27/my-first-irssi-script-binary-timestamps/#comment-2947</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 28 Aug 2006 16:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2006/08/27/my-first-irssi-script-binary-timestamps/#comment-2947</guid>
		<description><![CDATA[Hehe.  Goes to show my inferior n00b skillz when it comes to Perl.  I knew there had to be a simple way, I just didn&#039;t know how.  Oh well, on an updated release, I&#039;ll chop it down to the sprintf.

I admit though that now that I know how to hook the Perl scripts in Irssi, I am coming up with all sorts of fun things that I can do. :)]]></description>
		<content:encoded><![CDATA[<p>Hehe.  Goes to show my inferior n00b skillz when it comes to Perl.  I knew there had to be a simple way, I just didn&#8217;t know how.  Oh well, on an updated release, I&#8217;ll chop it down to the sprintf.</p>
<p>I admit though that now that I know how to hook the Perl scripts in Irssi, I am coming up with all sorts of fun things that I can do. <img src='http://pthree.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HarleyPig</title>
		<link>http://pthree.org/2006/08/27/my-first-irssi-script-binary-timestamps/#comment-2942</link>
		<dc:creator>HarleyPig</dc:creator>
		<pubDate>Mon, 28 Aug 2006 13:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2006/08/27/my-first-irssi-script-binary-timestamps/#comment-2942</guid>
		<description><![CDATA[I don&#039;t mean to demean your hard work, but you made it too difficult.

You can get rid of the hour2bin and min2bin subroutines and replace them with the following in the convert_to_binary subroutine:

my $new_time = sprintf &quot;%05b:%06b&quot;, ( localtime )[2,1];

And I *never* thought about changing the timestamp format like that, just using the simple MM/DD/YY HH:MM in it&#039;s various incarnations.  Now that I have the thought in my head I&#039;m thinking of all *kinds* of fun things I can do ...]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t mean to demean your hard work, but you made it too difficult.</p>
<p>You can get rid of the hour2bin and min2bin subroutines and replace them with the following in the convert_to_binary subroutine:</p>
<p>my $new_time = sprintf &#8220;%05b:%06b&#8221;, ( localtime )[2,1];</p>
<p>And I *never* thought about changing the timestamp format like that, just using the simple MM/DD/YY HH:MM in it&#8217;s various incarnations.  Now that I have the thought in my head I&#8217;m thinking of all *kinds* of fun things I can do &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
