<?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 inconsequentia</title>
	<atom:link href="http://hardy.dropbear.id.au/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://hardy.dropbear.id.au/blog</link>
	<description></description>
	<lastBuildDate>Thu, 06 Sep 2012 06:17:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Controlling external lighting with Arduino by Controlling External Lighting over The Internet — Arduino Passion</title>
		<link>http://hardy.dropbear.id.au/blog/2012/09/controlling-external-lighting-with-arduino/comment-page-1#comment-894</link>
		<dc:creator>Controlling External Lighting over The Internet — Arduino Passion</dc:creator>
		<pubDate>Thu, 06 Sep 2012 06:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://hardy.dropbear.id.au/blog/?p=203#comment-894</guid>
		<description><![CDATA[[...] more here, find the code at [...]]]></description>
		<content:encoded><![CDATA[<p>[…] more here, find the code at […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jackson PT9723 remote power control and Arduino by inconsequentia &#8250; Controlling external lighting with Arduino</title>
		<link>http://hardy.dropbear.id.au/blog/2012/08/jackson-pt9723-remote-power-control-and-arduino/comment-page-1#comment-892</link>
		<dc:creator>inconsequentia &#8250; Controlling external lighting with Arduino</dc:creator>
		<pubDate>Tue, 04 Sep 2012 11:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://hardy.dropbear.id.au/blog/?p=144#comment-892</guid>
		<description><![CDATA[[...] this board for a while, but wanted to con­trol the out­side lights from the same sys­tem as the power con­trol­ler I built recently, so build new drivers for my relays on the side of that shield. The end res­ult was a very, very [...]]]></description>
		<content:encoded><![CDATA[<p>[…] this board for a while, but wanted to con­trol the out­side lights from the same sys­tem as the power con­trol­ler I built recently, so build new drivers for my relays on the side of that shield. The end res­ult was a very, very […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trying to detect the state of the caps-lock key in X by Keena Clevette</title>
		<link>http://hardy.dropbear.id.au/blog/2008/06/trying-to-detect-the-state-of-the-caps-lock-key-in-x/comment-page-1#comment-886</link>
		<dc:creator>Keena Clevette</dc:creator>
		<pubDate>Sat, 04 Aug 2012 11:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://hardy.dropbear.id.au/blog/?p=41#comment-886</guid>
		<description><![CDATA[I’m no longer certain where you are getting your information, however good topic. I needs to spend some time studying much more or understanding more. Thanks for great info I was searching for this information for my mission.]]></description>
		<content:encoded><![CDATA[<p>I’m no longer certain where you are getting your information, however good topic. I needs to spend some time studying much more or understanding more. Thanks for great info I was searching for this information for my mission.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trying to detect the state of the caps-lock key in X by Chu-Siang</title>
		<link>http://hardy.dropbear.id.au/blog/2008/06/trying-to-detect-the-state-of-the-caps-lock-key-in-x/comment-page-1#comment-883</link>
		<dc:creator>Chu-Siang</dc:creator>
		<pubDate>Thu, 03 Mar 2011 13:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://hardy.dropbear.id.au/blog/?p=41#comment-883</guid>
		<description><![CDATA[hey man, I like drop message to &#039;notification-daemon&#039; :P

# 【Scripts】CapsLock Notification on Debian - http://jonny.ubuntu-tw.net/2011/03/scriptscapslock-notification-on-debian.html]]></description>
		<content:encoded><![CDATA[<p>hey man, I like drop message to ‘notification-daemon’ :P</p>
<p># 【Scripts】CapsLock Notification on Debian — <a href="http://jonny.ubuntu-tw.net/2011/03/scriptscapslock-notification-on-debian.html" rel="nofollow">http://jonny.ubuntu-tw.net/2011/03/scriptscapslock-notification-on-debian.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trying to detect the state of the caps-lock key in X by armk</title>
		<link>http://hardy.dropbear.id.au/blog/2008/06/trying-to-detect-the-state-of-the-caps-lock-key-in-x/comment-page-1#comment-881</link>
		<dc:creator>armk</dc:creator>
		<pubDate>Wed, 23 Feb 2011 01:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://hardy.dropbear.id.au/blog/?p=41#comment-881</guid>
		<description><![CDATA[I like the solution in comment 7, which can be reduced to something like:

#!/bin/bash
CAPSLOCK=`xset q &#124; grep &quot;Caps Lock: \+on&quot; &#124; wc -l`
if [ $CAPSLOCK -eq 1 ]
then
    echo &quot;CAPSLOCK on&quot;
else
    echo &quot;CAPSLOCK off&quot;
fi]]></description>
		<content:encoded><![CDATA[<p>I like the solution in comment 7, which can be reduced to something like:</p>
<p>#!/bin/bash<br />
CAPSLOCK=‘xset q | grep “Caps Lock: \+on” | wc –l‘<br />
if [ $CAPSLOCK –eq 1 ]<br />
then<br />
    echo “CAPSLOCK on“<br />
else<br />
    echo “CAPSLOCK off“<br />
fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Belated Ada Lovelace day post by memoire pour mac</title>
		<link>http://hardy.dropbear.id.au/blog/2009/03/belated-ada-lovelace-day-post/comment-page-1#comment-869</link>
		<dc:creator>memoire pour mac</dc:creator>
		<pubDate>Mon, 21 Dec 2009 11:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://hardy.dropbear.id.au/blog/?p=117#comment-869</guid>
		<description><![CDATA[Well, Alice needs to be mentioned atleast for Ada Lovelace Day.]]></description>
		<content:encoded><![CDATA[<p>Well, Alice needs to be mentioned atleast for Ada Lovelace Day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PXE booting using OpenWRT Kamikaze by memoire pour mac</title>
		<link>http://hardy.dropbear.id.au/blog/2009/04/pxe-booting-using-openwrt-kamikaze/comment-page-1#comment-868</link>
		<dc:creator>memoire pour mac</dc:creator>
		<pubDate>Mon, 21 Dec 2009 11:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://hardy.dropbear.id.au/blog/?p=126#comment-868</guid>
		<description><![CDATA[Hi...
That is such a nice information. It can be very helpful to a lot of people here. Thank you so much for sharing.]]></description>
		<content:encoded><![CDATA[<p>Hi…<br />
That is such a nice information. It can be very helpful to a lot of people here. Thank you so much for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spontaneous travel by memoire pour mac</title>
		<link>http://hardy.dropbear.id.au/blog/2009/10/spontaneous-travel/comment-page-1#comment-867</link>
		<dc:creator>memoire pour mac</dc:creator>
		<pubDate>Mon, 21 Dec 2009 11:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://hardy.dropbear.id.au/blog/?p=129#comment-867</guid>
		<description><![CDATA[Travelling Tasmania by road travel is indeed a pleasure and adventure.]]></description>
		<content:encoded><![CDATA[<p>Travelling Tasmania by road travel is indeed a pleasure and adventure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trying to detect the state of the caps-lock key in X by memoire pour mac</title>
		<link>http://hardy.dropbear.id.au/blog/2008/06/trying-to-detect-the-state-of-the-caps-lock-key-in-x/comment-page-1#comment-866</link>
		<dc:creator>memoire pour mac</dc:creator>
		<pubDate>Mon, 21 Dec 2009 11:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://hardy.dropbear.id.au/blog/?p=41#comment-866</guid>
		<description><![CDATA[Can&#039;t tell surely if this will help.
#! /bin/bash
ledstate=‘xset q 2&gt;/dev/null &#124; grep LED‘
ledstate=‘echo $led­state &#124; sed s/[^1 – 9]//g‘
case “$led­state” in
‘1’)
echo “C“
;;
‘2’)
echo “N“
;;
‘3’)
echo “C/N“
;;
*)
echo “..“
esac]]></description>
		<content:encoded><![CDATA[<p>Can’t tell surely if this will help.<br />
#! /bin/bash<br />
ledstate=‘xset q 2&gt;/dev/null | grep LED‘<br />
ledstate=‘echo $led­state | sed s/[^1 – 9]//g‘<br />
case “$led­state” in<br />
‘1’)<br />
echo “C“<br />
;;<br />
‘2’)<br />
echo “N“<br />
;;<br />
‘3’)<br />
echo “C/N“<br />
;;<br />
*)<br />
echo “..“<br />
esac</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PXE booting using OpenWRT Kamikaze by Configure OpenWRT DHCP for PXE &#124; florian.demmer.org</title>
		<link>http://hardy.dropbear.id.au/blog/2009/04/pxe-booting-using-openwrt-kamikaze/comment-page-1#comment-850</link>
		<dc:creator>Configure OpenWRT DHCP for PXE &#124; florian.demmer.org</dc:creator>
		<pubDate>Sat, 24 Oct 2009 18:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://hardy.dropbear.id.au/blog/?p=126#comment-850</guid>
		<description><![CDATA[[...] course I did not come up with that by myself, but blindly followed this advice, posting here just for [...]]]></description>
		<content:encoded><![CDATA[<p>[…] course I did not come up with that by myself, but blindly followed this advice, posting here just for […]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
