<?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"
	>
<channel>
	<title>Comments for Calyx blog</title>
	<atom:link href="http://dev.calyx.hr/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://dev.calyx.hr/blog</link>
	<description>d.o.o. za razboj softvera i zaebanciu / an exercise in software development</description>
	<pubDate>Tue, 07 Sep 2010 16:12:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on TimeStamp vs. Date, polymorphism strikes back! by pro4j &#8211; Projekte für Java™ Experten</title>
		<link>http://dev.calyx.hr/blog/?p=31#comment-5589</link>
		<dc:creator>pro4j &#8211; Projekte für Java™ Experten</dc:creator>
		<pubDate>Mon, 25 Jan 2010 10:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://dev.calyx.hr/blog/?p=31#comment-5589</guid>
		<description>[...] Calyx blog: TimeStamp vs. Date, polymorphism strikes back!  Jan Kuenstler [...]</description>
		<content:encoded><![CDATA[<p>[...] Calyx blog: TimeStamp vs. Date, polymorphism strikes back!  Jan Kuenstler [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix &#60;3 by Frank</title>
		<link>http://dev.calyx.hr/blog/?p=159#comment-5588</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 20 Nov 2009 20:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://dev.calyx.hr/blog/?p=159#comment-5588</guid>
		<description>Love thy unix, but also love thy ports...

http://unxutils.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Love thy unix, but also love thy ports&#8230;</p>
<p><a href="http://unxutils.sourceforge.net/" rel="nofollow">http://unxutils.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix &#60;3 by tnovak</title>
		<link>http://dev.calyx.hr/blog/?p=159#comment-5577</link>
		<dc:creator>tnovak</dc:creator>
		<pubDate>Wed, 06 May 2009 11:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://dev.calyx.hr/blog/?p=159#comment-5577</guid>
		<description>&#62; All good? Great. But, another email comes in: “Could you please 
&#62; send me a list of all the IDs that caused an error #11245″. Sure, no problem:

Alternatively, awk could be avoided with the tiny modification to the regex:

... &#124; grep REQUEST_ID &#124; sed -r 's/^.*REQUEST_ID:([0-9]+).*$/\1/g'

or even:

... &#124; perl -ne 'print $1 if /REQUEST_ID:(\d+)/'

 ;-)</description>
		<content:encoded><![CDATA[<p>&gt; All good? Great. But, another email comes in: “Could you please<br />
&gt; send me a list of all the IDs that caused an error #11245″. Sure, no problem:</p>
<p>Alternatively, awk could be avoided with the tiny modification to the regex:</p>
<p>&#8230; | grep REQUEST_ID | sed -r &#8217;s/^.*REQUEST_ID:([0-9]+).*$/\1/g&#8217;</p>
<p>or even:</p>
<p>&#8230; | perl -ne &#8216;print $1 if /REQUEST_ID:(\d+)/&#8217;</p>
<p> ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix &#60;3 by mbudisic</title>
		<link>http://dev.calyx.hr/blog/?p=159#comment-5570</link>
		<dc:creator>mbudisic</dc:creator>
		<pubDate>Wed, 22 Apr 2009 16:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://dev.calyx.hr/blog/?p=159#comment-5570</guid>
		<description>I never thought that a day would come where I could say: I understand stuff like written above. Lo and behold, the day has come.

Love the sed,awk,grep and Unix in a Nutshell - the book that made them accessible to me :)</description>
		<content:encoded><![CDATA[<p>I never thought that a day would come where I could say: I understand stuff like written above. Lo and behold, the day has come.</p>
<p>Love the sed,awk,grep and Unix in a Nutshell - the book that made them accessible to me :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guest author: Monitoring from afar by ducky</title>
		<link>http://dev.calyx.hr/blog/?p=158#comment-5569</link>
		<dc:creator>ducky</dc:creator>
		<pubDate>Wed, 22 Apr 2009 09:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://dev.calyx.hr/blog/?p=158#comment-5569</guid>
		<description>No problem at all. I also don't come from a networking/server background. So my comments aren't the most informed on these topic. I know we are trying to reinvent the wheel here but all the other tools are just so complicated to install and use etc.</description>
		<content:encoded><![CDATA[<p>No problem at all. I also don&#8217;t come from a networking/server background. So my comments aren&#8217;t the most informed on these topic. I know we are trying to reinvent the wheel here but all the other tools are just so complicated to install and use etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guest author: Monitoring from afar by mbudisic</title>
		<link>http://dev.calyx.hr/blog/?p=158#comment-5567</link>
		<dc:creator>mbudisic</dc:creator>
		<pubDate>Sat, 18 Apr 2009 01:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://dev.calyx.hr/blog/?p=158#comment-5567</guid>
		<description>Man, I appreciate the link and all the feedback! I came into python from scientific programming side so I never took much interest in network related stuff. Having such an easy access to SSH functionality seems great! And it's a nice client-side complement to the idea that I've had.

In general, your comments are spot on - I never knew about any of this fancy web-related functionality (I'm referring to both of your posts). Truth be told, I only learned about the meta refresh tag from guys that own this blog (the old versions of code had a javascript refresh instead X) ).

Thanks</description>
		<content:encoded><![CDATA[<p>Man, I appreciate the link and all the feedback! I came into python from scientific programming side so I never took much interest in network related stuff. Having such an easy access to SSH functionality seems great! And it&#8217;s a nice client-side complement to the idea that I&#8217;ve had.</p>
<p>In general, your comments are spot on - I never knew about any of this fancy web-related functionality (I&#8217;m referring to both of your posts). Truth be told, I only learned about the meta refresh tag from guys that own this blog (the old versions of code had a javascript refresh instead X) ).</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guest author: Monitoring from afar by ducky</title>
		<link>http://dev.calyx.hr/blog/?p=158#comment-5566</link>
		<dc:creator>ducky</dc:creator>
		<pubDate>Fri, 17 Apr 2009 15:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://dev.calyx.hr/blog/?p=158#comment-5566</guid>
		<description>I agree with your assessment. What I hacked together only works for local networks. But I just wanted to illustrate how the code can be extended.

I can see this script being easily combined with a python ssh like the one mentioned here:

http://commandline.org.uk/python/sftp-python-really-simple-ssh/

You can easily add the ability to ssh into another machine and then get its stats. Could be useful if you want to monitor a bunch of machines.</description>
		<content:encoded><![CDATA[<p>I agree with your assessment. What I hacked together only works for local networks. But I just wanted to illustrate how the code can be extended.</p>
<p>I can see this script being easily combined with a python ssh like the one mentioned here:</p>
<p><a href="http://commandline.org.uk/python/sftp-python-really-simple-ssh/" rel="nofollow">http://commandline.org.uk/python/sftp-python-really-simple-ssh/</a></p>
<p>You can easily add the ability to ssh into another machine and then get its stats. Could be useful if you want to monitor a bunch of machines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guest author: Monitoring from afar by mbudisic</title>
		<link>http://dev.calyx.hr/blog/?p=158#comment-5563</link>
		<dc:creator>mbudisic</dc:creator>
		<pubDate>Tue, 14 Apr 2009 02:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://dev.calyx.hr/blog/?p=158#comment-5563</guid>
		<description>Thanks for your comment ducky! I can see how this is useful in general. However, I don't see how this solution handles the situation where you're monitoring a server which is "invisible" outside of the local network. In that case, the code should still resort to compiling a HTML file and scping it to a remote public server. Or am I mistaken?

Thanks for the pastebin link to, I haven't heard about it before.</description>
		<content:encoded><![CDATA[<p>Thanks for your comment ducky! I can see how this is useful in general. However, I don&#8217;t see how this solution handles the situation where you&#8217;re monitoring a server which is &#8220;invisible&#8221; outside of the local network. In that case, the code should still resort to compiling a HTML file and scping it to a remote public server. Or am I mistaken?</p>
<p>Thanks for the pastebin link to, I haven&#8217;t heard about it before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guest author: Monitoring from afar by ducky</title>
		<link>http://dev.calyx.hr/blog/?p=158#comment-5562</link>
		<dc:creator>ducky</dc:creator>
		<pubDate>Wed, 08 Apr 2009 13:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://dev.calyx.hr/blog/?p=158#comment-5562</guid>
		<description>Great idea.
You can even turn this into a self-refreshing web page using cherrypy. 

http://pastebin.com/f5dac95d4

the code has two further dependencies:
1) cherrypy package
2) a file called cmds.txt which has all the commands to run.

Run the code and browse to http://localhost:8080/</description>
		<content:encoded><![CDATA[<p>Great idea.<br />
You can even turn this into a self-refreshing web page using cherrypy. </p>
<p><a href="http://pastebin.com/f5dac95d4" rel="nofollow">http://pastebin.com/f5dac95d4</a></p>
<p>the code has two further dependencies:<br />
1) cherrypy package<br />
2) a file called cmds.txt which has all the commands to run.</p>
<p>Run the code and browse to <a href="http://localhost:8080/" rel="nofollow">http://localhost:8080/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy birthday, Calyx! by doorman</title>
		<link>http://dev.calyx.hr/blog/?p=156#comment-5560</link>
		<dc:creator>doorman</dc:creator>
		<pubDate>Tue, 31 Mar 2009 15:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://dev.calyx.hr/blog/?p=156#comment-5560</guid>
		<description>HAPPY BIRTHDAY CALYX PEOPLE!

Wish you all the best and many many geeky years to come!

Now that you have my congrats and admiration, on to the beer contest :P

foo &#38; bar - two well known variable names to all of us who actually learned to program from books, rather than from other "real humans" :)

unfortunatelly (for me), I don't know the other one, but I guess Mr Foo and Mrs Bar guarantee me at least a small beer!</description>
		<content:encoded><![CDATA[<p>HAPPY BIRTHDAY CALYX PEOPLE!</p>
<p>Wish you all the best and many many geeky years to come!</p>
<p>Now that you have my congrats and admiration, on to the beer contest :P</p>
<p>foo &amp; bar - two well known variable names to all of us who actually learned to program from books, rather than from other &#8220;real humans&#8221; :)</p>
<p>unfortunatelly (for me), I don&#8217;t know the other one, but I guess Mr Foo and Mrs Bar guarantee me at least a small beer!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
