<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Shane Duffy</title>
	<atom:link href="https://infosonic.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://infosonic.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Feb 2015 22:52:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='infosonic.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>Shane Duffy</title>
		<link>https://infosonic.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://infosonic.wordpress.com/osd.xml" title="Shane Duffy" />
	<atom:link rel='hub' href='https://infosonic.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Clear DNS cache on Mac OSX and Windows</title>
		<link>https://infosonic.wordpress.com/2015/02/23/clear-dns-cache-on-mac-osx-and-windows/</link>
					<comments>https://infosonic.wordpress.com/2015/02/23/clear-dns-cache-on-mac-osx-and-windows/#respond</comments>
		
		<dc:creator><![CDATA[Shane Duffy]]></dc:creator>
		<pubDate>Mon, 23 Feb 2015 22:52:26 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DNS resolver cache]]></category>
		<category><![CDATA[handy command line tips]]></category>
		<category><![CDATA[Mac OSX computer]]></category>
		<category><![CDATA[Mac OSX yosemite]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<guid isPermaLink="false">http://infosonic.wordpress.com/?p=138</guid>

					<description><![CDATA[If you need to clear the DNS resolver cache on a Mac OSX computer here are some handy command line tips. Over the years with different versions of Mac OSX yosemite, leopard, mountain lion Apple has changed the command that you will need to use. OSX 10.10 Yosemite sudo discoveryutil udnsflushcaches OSX 10.9 Mavericks dscacheutil -flushcache; [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If you need to clear the DNS resolver cache on a Mac OSX computer here are some handy command line tips.</p>
<p>Over the years with different versions of Mac OSX yosemite, leopard, mountain lion Apple has changed the command that you will need to use.</p>
<p><strong>OSX 10.10 Yosemite</strong></p>
<pre class="crayon:false"><em>sudo discoveryutil udnsflushcaches</em>

<strong>OSX 10.9 Mavericks</strong>

<em>dscacheutil -flushcache; sudo killall -HUP mDNSResponder</em></pre>
<pre class="crayon:false">
<strong>OSX 10.7 - 10.8 Lion &amp; Mountain Lion</strong></pre>
<pre class="crayon:false"><em>sudo killall -HUP mDNSResponder</em></pre>
<pre class="crayon:false"><strong>
OSX 10.5 - 10.6 Leopard &amp; Snow Leopard</strong></pre>
<pre class="crayon:false"><em>sudo dscacheutil -flushcache</em></pre>
<pre class="crayon:false">

Any one who is using windows its stayed the same over the years
<strong>
Windows
</strong></pre>
<pre class="crayon:false"><em>ipconfig /flushdns


</em></pre>
<pre class="crayon:false"><strong> </strong></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://infosonic.wordpress.com/2015/02/23/clear-dns-cache-on-mac-osx-and-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b64ccf52aaf31873e05b1a2d4684249f40e37a36c4ed7a2ee574be6fa08b32d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">factman</media:title>
		</media:content>
	</item>
		<item>
		<title>Energy Monitor Graphing with CurrentCost C128</title>
		<link>https://infosonic.wordpress.com/2013/03/04/energy-monitor-graphing-with-currentcost-c128/</link>
					<comments>https://infosonic.wordpress.com/2013/03/04/energy-monitor-graphing-with-currentcost-c128/#comments</comments>
		
		<dc:creator><![CDATA[Shane Duffy]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 06:50:52 +0000</pubDate>
				<category><![CDATA[CurrentCost]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[graphing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Logging]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Power Meter]]></category>
		<guid isPermaLink="false">http://infosonic.wordpress.com/?p=99</guid>

					<description><![CDATA[After getting a CurrentCost energy monitor a week ago I decided it was time to get some useful data out of it. I have 3 phase power so I wanted a tool which would create graphs for each of the phases along with combined total data. The solution to my problems would have to be [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>After getting a <a title="CurrentCost Energy Monitor" href="https://infosonic.wordpress.com/2009/03/14/currentcost-electricty-meter/" target="_blank">CurrentCost</a> energy monitor a week ago I decided it was time to get some useful data out of it. I have 3 phase power so I wanted a tool which would create graphs for each of the phases along with combined total data. The solution to my problems would have to be custom coded and I also wanted an application which could be used cross platform as I regularly use both Windows and OSX.</p>
<p>My choice was to use <a title="Adobe Flex" href="http://www.adobe.com/products/flex/" target="_blank">Adobe Flex</a> as it can provide some nice looking graphs and I have been meaning to do more work using the Flex in flash player or using <a title="Adobe Air" href="http://www.adobe.com/products/air/" target="_blank">Adobe Air technology</a> to create a desktop application.</p>
<div data-shortcode="caption" id="attachment_102" style="width: 490px" class="wp-caption alignnone"><img aria-describedby="caption-attachment-102" data-attachment-id="102" data-permalink="https://infosonic.wordpress.com/2013/03/04/energy-monitor-graphing-with-currentcost-c128/energy-master-current-cost/" data-orig-file="https://infosonic.wordpress.com/wp-content/uploads/2009/03/energy-master-current-cost.png" data-orig-size="794,599" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="energy-master-current-cost" data-image-description="&lt;p&gt;Energy Masters application demo of a CurrentCost energy monitor www.energymasters.ie&lt;/p&gt;
" data-image-caption="&lt;p&gt;CurrentCost Application&lt;/p&gt;
" data-medium-file="https://infosonic.wordpress.com/wp-content/uploads/2009/03/energy-master-current-cost.png?w=300" data-large-file="https://infosonic.wordpress.com/wp-content/uploads/2009/03/energy-master-current-cost.png?w=480" class="size-full wp-image-102" title="energy-master-current-cost" alt="CurrentCost Application" src="https://infosonic.wordpress.com/wp-content/uploads/2009/03/energy-master-current-cost.png?w=480&#038;h=362" width="480" height="362" srcset="https://infosonic.wordpress.com/wp-content/uploads/2009/03/energy-master-current-cost.png?w=480&amp;h=362 480w, https://infosonic.wordpress.com/wp-content/uploads/2009/03/energy-master-current-cost.png?w=150&amp;h=113 150w, https://infosonic.wordpress.com/wp-content/uploads/2009/03/energy-master-current-cost.png?w=300&amp;h=226 300w, https://infosonic.wordpress.com/wp-content/uploads/2009/03/energy-master-current-cost.png?w=768&amp;h=579 768w, https://infosonic.wordpress.com/wp-content/uploads/2009/03/energy-master-current-cost.png 794w" sizes="(max-width: 480px) 100vw, 480px" /><p id="caption-attachment-102" class="wp-caption-text">CurrentCost Application</p></div>
<p>Im creating an application which I can give back to the community which have been developing applications already for the CurrentCost meter. So I decided to use a very simple architecture for this first demo application which uses a simple client server model.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://infosonic.wordpress.com/2013/03/04/energy-monitor-graphing-with-currentcost-c128/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b64ccf52aaf31873e05b1a2d4684249f40e37a36c4ed7a2ee574be6fa08b32d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">factman</media:title>
		</media:content>

		<media:content url="https://infosonic.wordpress.com/wp-content/uploads/2009/03/energy-master-current-cost.png" medium="image">
			<media:title type="html">energy-master-current-cost</media:title>
		</media:content>
	</item>
		<item>
		<title>Spotlight indexing timemachine backups</title>
		<link>https://infosonic.wordpress.com/2009/04/13/spotlight-indexing-timemachine-backups/</link>
					<comments>https://infosonic.wordpress.com/2009/04/13/spotlight-indexing-timemachine-backups/#comments</comments>
		
		<dc:creator><![CDATA[Shane Duffy]]></dc:creator>
		<pubDate>Mon, 13 Apr 2009 14:37:43 +0000</pubDate>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[time machine]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://infosonic.wordpress.com/?p=125</guid>

					<description><![CDATA[This is a quick follow up post to my earlier one about creating timemachine backups on a network share. A good tip/trick for anyone who has setup backups to a network share is to disable spotlight from indexing this volume as it slows down the backup process a lot. This can easily be disabled by [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This is a quick follow up post to my earlier one about <a href="https://infosonic.wordpress.com/2008/02/14/time-machine-backup-onto-network-share/">creating timemachine backups on a network share</a>.</p>
<p>A good tip/trick for anyone who has setup backups to a network share is to disable spotlight from indexing this volume as it slows down the backup process a lot. This can easily be disabled by going to the spotlight panel in system preferences.</p>
<p>To avoid this slow down, as soon as the share is mounted for the backup process go to Spotlight’s Privacy panel in System Preferences. Use the ‘+’ button at the bottom, select your backup share, and Spotlight will then ignore it. If Spotlight has already started indexing it, it should immediately stop and the backup will speed up.</p>
<p><img data-attachment-id="132" data-permalink="https://infosonic.wordpress.com/2009/04/13/spotlight-indexing-timemachine-backups/spotlight/" data-orig-file="https://infosonic.wordpress.com/wp-content/uploads/2009/04/spotlight.jpg" data-orig-size="668,629" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="spotlight" data-image-description="" data-image-caption="" data-medium-file="https://infosonic.wordpress.com/wp-content/uploads/2009/04/spotlight.jpg?w=300" data-large-file="https://infosonic.wordpress.com/wp-content/uploads/2009/04/spotlight.jpg?w=480" class="alignnone size-medium wp-image-132" title="spotlight" src="https://infosonic.wordpress.com/wp-content/uploads/2009/04/spotlight.jpg?w=300&#038;h=282" alt="spotlight" width="300" height="282" srcset="https://infosonic.wordpress.com/wp-content/uploads/2009/04/spotlight.jpg?w=300 300w, https://infosonic.wordpress.com/wp-content/uploads/2009/04/spotlight.jpg?w=600 600w, https://infosonic.wordpress.com/wp-content/uploads/2009/04/spotlight.jpg?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://infosonic.wordpress.com/2009/04/13/spotlight-indexing-timemachine-backups/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b64ccf52aaf31873e05b1a2d4684249f40e37a36c4ed7a2ee574be6fa08b32d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">factman</media:title>
		</media:content>

		<media:content url="https://infosonic.wordpress.com/wp-content/uploads/2009/04/spotlight.jpg?w=300" medium="image">
			<media:title type="html">spotlight</media:title>
		</media:content>
	</item>
		<item>
		<title>CurrentCost CC128 &#8211; Battery Pack</title>
		<link>https://infosonic.wordpress.com/2009/04/10/currentcost-cc128-battery-pack/</link>
					<comments>https://infosonic.wordpress.com/2009/04/10/currentcost-cc128-battery-pack/#comments</comments>
		
		<dc:creator><![CDATA[Shane Duffy]]></dc:creator>
		<pubDate>Fri, 10 Apr 2009 00:18:23 +0000</pubDate>
				<category><![CDATA[cc128]]></category>
		<category><![CDATA[CurrentCost]]></category>
		<guid isPermaLink="false">http://infosonic.wordpress.com/?p=121</guid>

					<description><![CDATA[Having got a CC128 currentcost energy monitoring device recently and have been playing with it writing some nice new software but the main aim was to cut down on the power usage which comes from leaving devices plugged in and not used around the house. The currentcost device needs to be plugged into power which [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Having got a CC128 <a href="http://www.currentcost.co.uk" target="_blank">currentcost</a> energy monitoring device recently and have been playing with it writing some nice <a href="https://infosonic.wordpress.com/2009/03/19/currentcost-c128-ubuntu-data-logging/" target="_self">new software</a> but the main aim was to cut down on the power usage which comes from leaving devices plugged in and not used around the house.</p>
<p>The currentcost device needs to be plugged into power which limits where you can go with it and its makes it a bit unfriendly to go around the house finding devices which are using power.While doing some research for writing my application I noticed <a href="http://eightbar.co.uk/wp-content/uploads/2009/02/img-3669-4.jpg" target="_blank">this picture</a> with a battery pack powering the currentcost unit.</p>
<p>For any one who wants one this is all you need.</p>
<ol>
<li><a href="http://www.maplin.co.uk/Module.aspx?ModuleNo=31427" target="_blank">Battery pack</a></li>
<li><a href="http://www.maplin.co.uk/module.aspx?moduleno=43084" target="_blank">DC Power Plug 2.8mm</a></li>
<li><a href="http://www.maplin.co.uk/Module.aspx?ModuleNo=44392" target="_blank">PP3 Clip + Cable</a></li>
</ol>
<p>Very simple to put together and you will end up with something which looks like this and can be used to power your currentcost while you move around the house finding devices which are using power.</p>
<div data-shortcode="caption" id="attachment_122" style="width: 490px" class="wp-caption alignnone"><img aria-describedby="caption-attachment-122" data-attachment-id="122" data-permalink="https://infosonic.wordpress.com/2009/04/10/currentcost-cc128-battery-pack/currentcost_batterypack/" data-orig-file="https://infosonic.wordpress.com/wp-content/uploads/2009/04/currentcost_batterypack.jpg" data-orig-size="500,457" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="currentcost_batterypack" data-image-description="" data-image-caption="&lt;p&gt;Current Cost Battery Pack&lt;/p&gt;
" data-medium-file="https://infosonic.wordpress.com/wp-content/uploads/2009/04/currentcost_batterypack.jpg?w=300" data-large-file="https://infosonic.wordpress.com/wp-content/uploads/2009/04/currentcost_batterypack.jpg?w=480" class="size-full wp-image-122" title="currentcost_batterypack" src="https://infosonic.wordpress.com/wp-content/uploads/2009/04/currentcost_batterypack.jpg?w=480&#038;h=438" alt="Current Cost Battery Pack" width="480" height="438" srcset="https://infosonic.wordpress.com/wp-content/uploads/2009/04/currentcost_batterypack.jpg?w=480&amp;h=439 480w, https://infosonic.wordpress.com/wp-content/uploads/2009/04/currentcost_batterypack.jpg?w=150&amp;h=137 150w, https://infosonic.wordpress.com/wp-content/uploads/2009/04/currentcost_batterypack.jpg?w=300&amp;h=274 300w, https://infosonic.wordpress.com/wp-content/uploads/2009/04/currentcost_batterypack.jpg 500w" sizes="(max-width: 480px) 100vw, 480px" /><p id="caption-attachment-122" class="wp-caption-text">Current Cost Battery Pack</p></div>
<h6>Sorry for the bad photo used the phone as I was too lazy to get the camera out.</h6>
]]></content:encoded>
					
					<wfw:commentRss>https://infosonic.wordpress.com/2009/04/10/currentcost-cc128-battery-pack/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b64ccf52aaf31873e05b1a2d4684249f40e37a36c4ed7a2ee574be6fa08b32d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">factman</media:title>
		</media:content>

		<media:content url="https://infosonic.wordpress.com/wp-content/uploads/2009/04/currentcost_batterypack.jpg" medium="image">
			<media:title type="html">currentcost_batterypack</media:title>
		</media:content>
	</item>
		<item>
		<title>CurrentCost cc128 Ubuntu data logging</title>
		<link>https://infosonic.wordpress.com/2009/03/19/currentcost-c128-ubuntu-data-logging/</link>
					<comments>https://infosonic.wordpress.com/2009/03/19/currentcost-c128-ubuntu-data-logging/#comments</comments>
		
		<dc:creator><![CDATA[Shane Duffy]]></dc:creator>
		<pubDate>Thu, 19 Mar 2009 16:02:08 +0000</pubDate>
				<category><![CDATA[CurrentCost]]></category>
		<category><![CDATA[Power Meter]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://infosonic.wordpress.com/?p=92</guid>

					<description><![CDATA[I decided to get some logging data from the CurrentCost (cc128) model which I have but I was having issues with getting data from the /dev/ttyUSB0 port at which it was attached using the pl2303 drivers for usb to serial. A simple cat of /dev/ttyUSB0 lead to just gibberish been output on the terminal. Poking [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I decided to get some logging data from the <a title="CurrentCost Energy Monitor" href="http://www.currentcost.co.uk" target="_blank">CurrentCost</a> (cc128) model which I have but I was having issues with getting data from the /dev/ttyUSB0 port at which it was attached using the pl2303 drivers for usb to serial.</p>
<p>A simple cat of /dev/ttyUSB0 lead to just gibberish been output on the terminal. Poking around at the system I found that the cable im using has the pl2303x chip set which can have driver issues with some older kernel modules. There are patchs for the older kernal modules which stop this device been picked up as the older incompatible pl2303 (<a title="PL2303X Patch" href="http://koti.mbnet.fi/lonnberg/pl2303x.html" target="_blank">see here</a>).  The real cause of my problems was the serial port settings which I was able to resolve by using minicom to set the right settings for the port.</p>
<p>The cc128 uses 57600 bps 8N1</p>
<p>You can use the minicom application to set this and then using cat /dev/ttyUSB0 will work fine for you.</p>
<p>Ill add another update later once I start logging the data. Plan is to be able to log all data to mysql DB, create a RRD file at the same time for some simple graphs and also allow a real time feed of the application in the form of an AJAX web client I think.</p>
<p><strong>Update: </strong>Just found the link to the <a title="CurrentCost Energy Monitor XML Spec" href="http://www.currentcost.com/cc128/xml.htm">full xml spec</a> of the CurrentCost cc128 v11 that I have thanks to the CurrentCost founder <a title="MartinDix CurrentCost" href="http://twitter.com/MartinDix" target="_blank">MartinDix</a></p>
<p>On a note for anyone who needs to factory reset there CurrentCost energy monitor you can just hold down any 2 of the buttons when powering up the device and it will reset everything to factory defaults.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://infosonic.wordpress.com/2009/03/19/currentcost-c128-ubuntu-data-logging/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b64ccf52aaf31873e05b1a2d4684249f40e37a36c4ed7a2ee574be6fa08b32d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">factman</media:title>
		</media:content>
	</item>
		<item>
		<title>CurrentCost Electricty Meter</title>
		<link>https://infosonic.wordpress.com/2009/03/14/currentcost-electricty-meter/</link>
					<comments>https://infosonic.wordpress.com/2009/03/14/currentcost-electricty-meter/#comments</comments>
		
		<dc:creator><![CDATA[Shane Duffy]]></dc:creator>
		<pubDate>Sat, 14 Mar 2009 20:45:26 +0000</pubDate>
				<category><![CDATA[CurrentCost]]></category>
		<category><![CDATA[Power Meter]]></category>
		<guid isPermaLink="false">http://infosonic.wordpress.com/?p=83</guid>

					<description><![CDATA[For a while now I have been looking at different products which can provide an insight into electrical energy usage with a realtime display and preferably a link to a computer to provide logging, graphing and analysis. Just when I though I would be building my own with some current induction clamps I came across [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>For a while now I have been looking at different products which can provide an insight into electrical energy usage with a realtime display and preferably a link to a computer to provide logging, graphing and analysis. Just when I though I would be building my own with some current induction clamps I came across <a title="CurrentCost Energy Monitor" href="http://www.currentcost.co.uk" target="_blank">www.currentcost.co.uk</a> which provides a energy monitoring device which can be plugged into a computer using usb port (Serial over USB connection).</p>
<div style="width: 490px" class="wp-caption alignnone"><img title="CurrentCost cc128 Energy Monitor" src="https://i0.wp.com/www.currentcost.com/images/lightbox-cc128-large_04.jpg" alt="CurrentCost cc128 Energy Monitor" width="480" height="300" /><p class="wp-caption-text">CurrentCost cc128 Energy Monitor</p></div>
<p>I ordered the device after emailing the company and discussing my needs and figuring out what I would need to monitor a 3 phase power connection which I have at the house. The currentcost setup is really simple it is a basic induction loop in the form of a cable clamp which is placed around the power cables in your meter box and connected to a transmitter box. The receiver is a nice display which can store historical data and show current energy usage and give a guide cost of the usage.</p>
<p>I think this device is a very cool idea as it also the basic user to get an idea of whats wasting electricty even when they are asleep at night and for the more advanced user it also provides access to data every 6 seconds and monitoring of up to 10 individual devices through the base station. The device allows you to see how much a device uses by showing your the changed usage when you switch something on like your dishwasher.</p>
<p>I have only been using the device for a few hours now and im really liking it already, Spotting lots of devices which are left on all the time wasting power and costing extra for no reason. I can see loads of usage for this and will be creating a few applications for this device.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://infosonic.wordpress.com/2009/03/14/currentcost-electricty-meter/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b64ccf52aaf31873e05b1a2d4684249f40e37a36c4ed7a2ee574be6fa08b32d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">factman</media:title>
		</media:content>

		<media:content url="http://www.currentcost.com/images/lightbox-cc128-large_04.jpg" medium="image">
			<media:title type="html">CurrentCost cc128 Energy Monitor</media:title>
		</media:content>
	</item>
		<item>
		<title>Using .htaccess to provide a maintenance page for your website</title>
		<link>https://infosonic.wordpress.com/2008/11/20/using-htaccess-to-provide-a-maintenance-page-for-your-website/</link>
					<comments>https://infosonic.wordpress.com/2008/11/20/using-htaccess-to-provide-a-maintenance-page-for-your-website/#comments</comments>
		
		<dc:creator><![CDATA[Shane Duffy]]></dc:creator>
		<pubDate>Thu, 20 Nov 2008 10:26:13 +0000</pubDate>
				<category><![CDATA[beta testing]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[maintenance]]></category>
		<guid isPermaLink="false">http://infosonic.wordpress.com/?p=78</guid>

					<description><![CDATA[At some stage most of us have needed to work on our websites and move things around, For most people would do this live on the website and this does not make for a great experience for your customers and clients who end up visiting broken and half finished pages. Or even worse the search [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>At some stage most of us have needed to work on our websites and move things around, For most people would do this live on the website and this does not make for a great experience for your customers and clients who end up visiting broken and half finished pages. Or even worse the search engine crawlers that come along and find sample text on your pages.</p>
<p>One of the neat tricks of a .htaccess file is been able to enable a maintenance page for all your visitors to your website but still been able to access the website yourself for testing and development.</p>
<blockquote>
<pre><code class="css">RewriteEngine On
RewriteBase /
RewriteCond %<span class="rules">{REMOTE_HOST}</span> !^86\.43\.107\.123
RewriteCond %<span class="rules">{REMOTE_HOST}</span> !^86\.43\.107\.201
RewriteCond %<span class="rules">{REQUEST_URI}</span> !/maintenance\<span class="class">.html</span>$
RewriteRule .* /maintenance<span class="class">.html</span> [R=302,L]
</code></pre>
</blockquote>
<p>The above when placed in a .htaccess file will redirect all clients who are not coming from 86.43.107.123<br />
or 86.43.107.201 to the maintenance.html webpage</p>
<p>Simple yet very handy to have!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://infosonic.wordpress.com/2008/11/20/using-htaccess-to-provide-a-maintenance-page-for-your-website/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b64ccf52aaf31873e05b1a2d4684249f40e37a36c4ed7a2ee574be6fa08b32d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">factman</media:title>
		</media:content>
	</item>
		<item>
		<title>HP Jetdirect Cold Reset</title>
		<link>https://infosonic.wordpress.com/2008/09/09/hp-jetdirect-cold-reset/</link>
					<comments>https://infosonic.wordpress.com/2008/09/09/hp-jetdirect-cold-reset/#comments</comments>
		
		<dc:creator><![CDATA[Shane Duffy]]></dc:creator>
		<pubDate>Tue, 09 Sep 2008 11:32:11 +0000</pubDate>
				<category><![CDATA[Factory Reset]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[Printers]]></category>
		<category><![CDATA[2300 DTN]]></category>
		<category><![CDATA[Hewlett Packard]]></category>
		<category><![CDATA[Laser]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[reset]]></category>
		<guid isPermaLink="false">http://infosonic.wordpress.com/?p=74</guid>

					<description><![CDATA[I have a few HP laser printers which are connected to our network. The problem I was having was one of the network cards in the printers was not showing up anymore and I needed to preform a reset of the configuration in order to clear the settings on the card and reconfigure the printer. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I have a few HP laser printers which are connected to our network. The problem I was having was one of the network cards in the printers was not showing up anymore and I needed to preform a reset of the configuration in order to clear the settings on the card and reconfigure the printer.</p>
<p>The procedure that I found for resetting the HP 2300 DTN is as follows:</p>
<ol>
<li>Turn the printer off</li>
<li>Hold the green button on the front</li>
<li>Power the printer on (while holding the green button still)</li>
<li>Keep pressing the green button until all three lights are on the front panel then release</li>
<li>Then use the up arrow to go from Select Language to &#8220;Cold Reset&#8221;</li>
<li>Press the green button again and the printer will reset to factory defaults.</li>
</ol>
<p>Hope this helps anyone who is having problems either connecting to a Hewlett Packard networked laser printer. This procedure is useful if you have bought one of these printers second hand and need to reset the IP range that the printer is using.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://infosonic.wordpress.com/2008/09/09/hp-jetdirect-cold-reset/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b64ccf52aaf31873e05b1a2d4684249f40e37a36c4ed7a2ee574be6fa08b32d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">factman</media:title>
		</media:content>
	</item>
		<item>
		<title>Google App Engine</title>
		<link>https://infosonic.wordpress.com/2008/05/06/google-app-engine/</link>
					<comments>https://infosonic.wordpress.com/2008/05/06/google-app-engine/#respond</comments>
		
		<dc:creator><![CDATA[Shane Duffy]]></dc:creator>
		<pubDate>Tue, 06 May 2008 06:53:12 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://infosonic.wordpress.com/?p=70</guid>

					<description><![CDATA[Google App Engine has just added some more invitations for developers who missed out on the first round. http://appengine.google.com]]></description>
										<content:encoded><![CDATA[<p>Google App Engine has just added some more invitations for developers who missed out on the first round.</p>
<p><a title="Google app engine" href="http://appengine.google.com" target="_blank"><span> http://appengine.google.com</span></a></p>
<p><a href="https://infosonic.wordpress.com/wp-content/uploads/2008/05/appengine.gif"><img loading="lazy" data-attachment-id="71" data-permalink="https://infosonic.wordpress.com/2008/05/06/google-app-engine/appengine/" data-orig-file="https://infosonic.wordpress.com/wp-content/uploads/2008/05/appengine.gif" data-orig-size="145,111" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="appengine" data-image-description="" data-image-caption="" data-medium-file="https://infosonic.wordpress.com/wp-content/uploads/2008/05/appengine.gif?w=145" data-large-file="https://infosonic.wordpress.com/wp-content/uploads/2008/05/appengine.gif?w=145" class="alignnone size-full wp-image-71" src="https://infosonic.wordpress.com/wp-content/uploads/2008/05/appengine.gif?w=480" alt=""   /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://infosonic.wordpress.com/2008/05/06/google-app-engine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b64ccf52aaf31873e05b1a2d4684249f40e37a36c4ed7a2ee574be6fa08b32d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">factman</media:title>
		</media:content>

		<media:content url="https://infosonic.wordpress.com/wp-content/uploads/2008/05/appengine.gif" medium="image" />
	</item>
		<item>
		<title>Ubuntu 8.04 only 1 day to go</title>
		<link>https://infosonic.wordpress.com/2008/04/23/ubuntu-804-only-1-day-to-go/</link>
					<comments>https://infosonic.wordpress.com/2008/04/23/ubuntu-804-only-1-day-to-go/#respond</comments>
		
		<dc:creator><![CDATA[Shane Duffy]]></dc:creator>
		<pubDate>Wed, 23 Apr 2008 10:29:24 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://infosonic.wordpress.com/?p=69</guid>

					<description><![CDATA[With only 1 more day left to the official release of Ubuntu 8.04. Check back here were we will give any guides and tips needed to get this release installed under Parallels on the MAC and also VMware fusion offering. I will also go true the details for anyone who has already 7.10 installed and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>With only 1 more day left to the official release of Ubuntu 8.04. Check back here were we will give any guides and tips needed to get this release installed under Parallels on the MAC and also VMware fusion offering. I will also go true the details for anyone who has already 7.10 installed and wants to preform an upgrade.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://infosonic.wordpress.com/2008/04/23/ubuntu-804-only-1-day-to-go/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/6b64ccf52aaf31873e05b1a2d4684249f40e37a36c4ed7a2ee574be6fa08b32d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">factman</media:title>
		</media:content>
	</item>
	</channel>
</rss>
