<?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: A script snippet to relative-ize numbers embedded in text</title>
	<atom:link href="http://www.xaprb.com/blog/2009/09/01/a-script-snippet-to-relative-ize-numbers-embedded-in-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2009/09/01/a-script-snippet-to-relative-ize-numbers-embedded-in-text/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:41:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Log Buffer #160: a Carnival of the Vanities for DBAs &#124; Pythian Group Blog</title>
		<link>http://www.xaprb.com/blog/2009/09/01/a-script-snippet-to-relative-ize-numbers-embedded-in-text/#comment-16943</link>
		<dc:creator>Log Buffer #160: a Carnival of the Vanities for DBAs &#124; Pythian Group Blog</dc:creator>
		<pubDate>Fri, 04 Sep 2009 16:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1269#comment-16943</guid>
		<description>[...] Schwartz, had a script snippet to relative-ize numbers embedded in text to [...]</description>
		<content:encoded><![CDATA[<p>[...] Schwartz, had a script snippet to relative-ize numbers embedded in text to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Bradford</title>
		<link>http://www.xaprb.com/blog/2009/09/01/a-script-snippet-to-relative-ize-numbers-embedded-in-text/#comment-16939</link>
		<dc:creator>Ronald Bradford</dc:creator>
		<pubDate>Thu, 03 Sep 2009 23:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1269#comment-16939</guid>
		<description>@Ben

SHOW INNODB STATUS includes a date/time stamp, so if comparing two complete files, and then looking at these subset of lines, a time comparison is possible (but not trival with date/time in human format).

I&#039;ve modified all my logging these days for key scripts to always include epoch_secs for this exact reason.</description>
		<content:encoded><![CDATA[<p>@Ben</p>
<p>SHOW INNODB STATUS includes a date/time stamp, so if comparing two complete files, and then looking at these subset of lines, a time comparison is possible (but not trival with date/time in human format).</p>
<p>I&#8217;ve modified all my logging these days for key scripts to always include epoch_secs for this exact reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2009/09/01/a-script-snippet-to-relative-ize-numbers-embedded-in-text/#comment-16938</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Thu, 03 Sep 2009 19:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1269#comment-16938</guid>
		<description>Mitch, right I had the same thought -- we need to recognize floating-point numbers too.</description>
		<content:encoded><![CDATA[<p>Mitch, right I had the same thought &#8212; we need to recognize floating-point numbers too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.xaprb.com/blog/2009/09/01/a-script-snippet-to-relative-ize-numbers-embedded-in-text/#comment-16933</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 02 Sep 2009 22:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1269#comment-16933</guid>
		<description>@Ronald:

Interesting, maybe it could be made smart enough to recognize timestamps at the beginning of lines, and/or if the output of a command is being piped to it in real time it can time the arrival of each line.

That said, in the scenario described in the post, it&#039;s almost certainly just reading from a static text file, so there&#039;s no available source of timing information.  And that&#039;s probably be the most common use case for this tool.</description>
		<content:encoded><![CDATA[<p>@Ronald:</p>
<p>Interesting, maybe it could be made smart enough to recognize timestamps at the beginning of lines, and/or if the output of a command is being piped to it in real time it can time the arrival of each line.</p>
<p>That said, in the scenario described in the post, it&#8217;s almost certainly just reading from a static text file, so there&#8217;s no available source of timing information.  And that&#8217;s probably be the most common use case for this tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Bradford</title>
		<link>http://www.xaprb.com/blog/2009/09/01/a-script-snippet-to-relative-ize-numbers-embedded-in-text/#comment-16932</link>
		<dc:creator>Ronald Bradford</dc:creator>
		<pubDate>Wed, 02 Sep 2009 21:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1269#comment-16932</guid>
		<description>I would also add to the script in this case an indication of the time interval between the two samples.

While that means the output changes, if you are looking at the 4 lines in isolation in your example, you don&#039;t know if that&#039;s a minute,hour,or day of processing.</description>
		<content:encoded><![CDATA[<p>I would also add to the script in this case an indication of the time interval between the two samples.</p>
<p>While that means the output changes, if you are looking at the 4 lines in isolation in your example, you don&#8217;t know if that&#8217;s a minute,hour,or day of processing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

