<?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/"
	>

<channel>
	<title>foxpa.ws</title>
	<atom:link href="http://foxpa.ws/feed/" rel="self" type="application/rss+xml" />
	<link>http://foxpa.ws</link>
	<description>pitter patter on the keyboard</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:33:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fix Unable to connect to xend: Connection refused. ExpatError: no element found</title>
		<link>http://foxpa.ws/2012/01/23/fix-unable-to-connect-to-xend-connection-refused-expaterror-no-element-found/</link>
		<comments>http://foxpa.ws/2012/01/23/fix-unable-to-connect-to-xend-connection-refused-expaterror-no-element-found/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 01:32:28 +0000</pubDate>
		<dc:creator>كارما</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[corrupt]]></category>
		<category><![CDATA[corruption]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[snafu]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[xend]]></category>

		<guid isPermaLink="false">http://foxpa.ws/?p=1187</guid>
		<description><![CDATA[The error message Unable to connect to xend: Connection refused. Is xend running? can be caused by a number of issues, but if your xend.log contains lines regarding syntax, such as: [2012-01-23 11:33:37 5670] INFO (SrvDaemon:227) Xend stopped due to signal 15. [2012-01-23 11:33:38 6427] INFO (SrvDaemon:332) Xend Daemon started [2012-01-23 11:33:38 6427] INFO (SrvDaemon:336) ]]></description>
			<content:encoded><![CDATA[<p>The error message</p>
<pre>
Unable to connect to xend: Connection refused. Is xend running?
</pre>
<p>can be caused by a number of issues, but if your xend.log contains lines regarding syntax, such as:</p>
<pre>
[2012-01-23 11:33:37 5670] INFO (SrvDaemon:227) Xend stopped due to signal 15.
[2012-01-23 11:33:38 6427] INFO (SrvDaemon:332) Xend Daemon started
[2012-01-23 11:33:38 6427] INFO (SrvDaemon:336) Xend changeset: unavailable.
[2012-01-23 11:33:38 6427] ERROR (SrvDaemon:349) Exception starting xend (no element found: line 1, column 0)
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/xen/xend/server/SrvDaemon.py", line 341, in run
    servers = SrvServer.create()
  File "/usr/lib64/python2.6/site-packages/xen/xend/server/SrvServer.py", line 251, in create
    root.putChild('xend', SrvRoot())
  File "/usr/lib64/python2.6/site-packages/xen/xend/server/SrvRoot.py", line 40, in __init__
    self.get(name)
  File "/usr/lib64/python2.6/site-packages/xen/web/SrvDir.py", line 84, in get
    val = val.getobj()
  File "/usr/lib64/python2.6/site-packages/xen/web/SrvDir.py", line 52, in getobj
    self.obj = klassobj()
  File "/usr/lib64/python2.6/site-packages/xen/xend/server/SrvNode.py", line 30, in __init__
    self.xn = XendNode.instance()
  File "/usr/lib64/python2.6/site-packages/xen/xend/XendNode.py", line 1140, in instance
    inst = XendNode()
  File "/usr/lib64/python2.6/site-packages/xen/xend/XendNode.py", line 158, in __init__
    self._init_PPCIs()
  File "/usr/lib64/python2.6/site-packages/xen/xend/XendNode.py", line 270, in _init_PPCIs
    saved_ppcis = self.state_store.load_state('ppci')
  File "/usr/lib64/python2.6/site-packages/xen/xend/XendStateStore.py", line 104, in load_state
    dom = minidom.parse(xml_path)
  File "/usr/lib64/python2.6/site-packages/_xmlplus/dom/minidom.py", line 1915, in parse
    return expatbuilder.parse(file)
  File "/usr/lib64/python2.6/site-packages/_xmlplus/dom/expatbuilder.py", line 926, in parse
    result = builder.parseFile(fp)
  File "/usr/lib64/python2.6/site-packages/_xmlplus/dom/expatbuilder.py", line 211, in parseFile
    parser.Parse("", True)
ExpatError: no element found: line 1, column 0
</pre>
<p>there is a good chance your xend database (stored, intuitively, in python syntax&#8230;) is suffering from corruption. </p>
<p>It is safe to remove the database but best practice to back it up so rename the directory:</p>
<pre>
# mv /var/lib/xend /var/lib/xend.bak
# /etc/init.d/xend restart
</pre>
]]></content:encoded>
			<wfw:commentRss>http://foxpa.ws/2012/01/23/fix-unable-to-connect-to-xend-connection-refused-expaterror-no-element-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Telus LG Optimus One (P500h): Not The Worst Thing Ever</title>
		<link>http://foxpa.ws/2012/01/18/the-telus-lg-optimus-one-p500h-not-the-worst-thing-ever/</link>
		<comments>http://foxpa.ws/2012/01/18/the-telus-lg-optimus-one-p500h-not-the-worst-thing-ever/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 22:45:51 +0000</pubDate>
		<dc:creator>كارما</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Telephony]]></category>
		<category><![CDATA[2.2]]></category>
		<category><![CDATA[2.3]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[animated]]></category>
		<category><![CDATA[ap]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[bus]]></category>
		<category><![CDATA[busses]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[canadian]]></category>
		<category><![CDATA[cellular]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[eslut]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[forecast]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[go launcher]]></category>
		<category><![CDATA[go launcher ex]]></category>
		<category><![CDATA[go transit]]></category>
		<category><![CDATA[go weather]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[hotspot]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[keybo]]></category>
		<category><![CDATA[keybo2]]></category>
		<category><![CDATA[lg]]></category>
		<category><![CDATA[live wallpaper]]></category>
		<category><![CDATA[market]]></category>
		<category><![CDATA[meteorology]]></category>
		<category><![CDATA[metro]]></category>
		<category><![CDATA[metrolinx]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile hotspot]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nsa]]></category>
		<category><![CDATA[ontario]]></category>
		<category><![CDATA[optimus]]></category>
		<category><![CDATA[optimus one]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[schedules]]></category>
		<category><![CDATA[se android]]></category>
		<category><![CDATA[security enhanced]]></category>
		<category><![CDATA[sense]]></category>
		<category><![CDATA[sense ui]]></category>
		<category><![CDATA[sim]]></category>
		<category><![CDATA[sim card]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[subway]]></category>
		<category><![CDATA[TED]]></category>
		<category><![CDATA[ted air]]></category>
		<category><![CDATA[telus]]></category>
		<category><![CDATA[tether]]></category>
		<category><![CDATA[tethering]]></category>
		<category><![CDATA[toronto star]]></category>
		<category><![CDATA[train]]></category>
		<category><![CDATA[trains]]></category>
		<category><![CDATA[transit now toronto]]></category>
		<category><![CDATA[ttc]]></category>
		<category><![CDATA[ttc alerts]]></category>
		<category><![CDATA[tube]]></category>
		<category><![CDATA[unlimited]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[virgin]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[zoom]]></category>

		<guid isPermaLink="false">http://foxpa.ws/?p=1165</guid>
		<description><![CDATA[About a year ago I shared my nightmarish adventure on the Keybo2 with you. It&#8217;s finally dying and I&#8217;ll be moving soon so I decided it was high time for a new phone. In my time with the Keybo, Telus and Virgin began offering actual smartphones on their prepaid plans. Unfortunately, Telus is the only ]]></description>
			<content:encoded><![CDATA[<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/optimus.png"><img class="alignright size-medium wp-image-1176" title="optimus" src="http://foxpa.ws/wp-content/uploads/2012/01/optimus-203x300.png" alt="" width="203" height="300" /></a>About a year ago I shared my <a href="http://foxpa.ws/2010/08/31/the-telus-lg-keybo-2-hacker-hater-aka-vx9200-cx9200-env3/">nightmarish adventure on the Keybo2</a> with you. It&#8217;s finally dying and I&#8217;ll be moving soon so I decided it was high time for a new phone. In my time with the Keybo, <a href="http://www.telus.com/">Telus</a> and <a href="http://www.virginmobile.ca/">Virgin</a> began offering actual smartphones on their prepaid plans. Unfortunately, Telus is the only carrier with a true <a href="http://www.telusmobility.com/en/ON/prepaid/add-ons.shtml">one-number-unlimited</a> feature which I need to tunnel all of my calls through a VoIP incoming/dial-out gateway for unlimited North America calling and great justice.</p>
<p>I was a little wary given my caged experience on the keybo; I expected captive portals and locked down features abound. I talked myself into it though, realizing if I really liked it I would probably return it, drop all the VoIP buggery and get a real plan with an incumbent provider. Imagine my delight when I turned it on and:</p>
<ul>
<li>Connected to my access point</li>
<li>Downloaded an SSH client from the REAL android market for FREE</li>
<li>Created a VPN and shelled into a server</li>
<li>Browsed a bunch of websites</li>
<li>Installed and ran a terminal emulator</li>
<li>Enabled built-in mobile hotspot (tethering)</li>
</ul>
<p>At this point I knew I was in love; even though the prepaid data on Telus is crap ($10/250MB), totally unrestricted wifi makes up for that by letting one sync and cache certain apps before heading out. Kudos to Telus for embracing tethering; to tether the Keybo you have to unlock the service menu and grab your PPP credentials then use dial-up modem emulation over BlueTooth or USB.  Unfortunately, the terminal emulator doesn&#8217;t really give you any access to your phone unless you install a custom (rooted) ROM. I&#8217;m two weeks in and haven&#8217;t <em>needed</em> to root my phone yet but if the urge arises expect another article. Interestingly, the NSA released <a href="http://selinuxproject.org/page/SEAndroid">SE Android</a> yesterday but at present it looks like it must be built from source and probably won&#8217;t be very noob-friendly for a while to come.</p>
<p>Here are the specs, courtesy of <a href="http://www.gsmarena.com/lg_optimus_one_p500-3516.php">GSMArena</a>:</p>
<table style="margin: 0 auto;" cellspacing="0">
<tbody>
<tr>
<td>2G Network</td>
<td>GSM 850 / 900 / 1800 / 1900</td>
</tr>
<tr>
<td>3G Network</td>
<td>HSDPA 900 / 2100</td>
</tr>
<tr>
<td>Announced</td>
<td>2010, July</td>
</tr>
<tr>
<td>Status</td>
<td>Available. Released 2010, October</td>
</tr>
<tr>
<td>Dimensions</td>
<td>113.5 x 59 x 13.3 mm</td>
</tr>
<tr>
<td>Weight</td>
<td>129 g</td>
</tr>
<tr>
<td>Type</td>
<td>TFT capacitive touchscreen, 256K colors</td>
</tr>
<tr>
<td>Size</td>
<td>320 x 480 pixels, 3.2 inches (~180 ppi pixel density)</td>
</tr>
<tr>
<td>Alert types</td>
<td>Vibration, MP3 ringtones</td>
</tr>
<tr>
<td>Loudspeaker</td>
<td>Yes</td>
</tr>
<tr>
<td>3.5mm jack</td>
<td>Yes</td>
</tr>
<tr>
<td>Card slot</td>
<td>microSD, up to 32GB, 2GB included</td>
</tr>
<tr>
<td>Internal</td>
<td>170 MB user available, 512 MB RAM</td>
</tr>
<tr>
<td>GPRS</td>
<td>Class 10 (4+1/3+2 slots), 32 &#8211; 48 kbps</td>
</tr>
<tr>
<td>EDGE</td>
<td>Class 10, 236.8 kbps</td>
</tr>
<tr>
<td>Speed</td>
<td>HSDPA 7.2 Mbps</td>
</tr>
<tr>
<td>WLAN</td>
<td>Wi-Fi 802.11 b/g, Wi-Fi hotspot</td>
</tr>
<tr>
<td>Bluetooth</td>
<td>Yes, v2.1 with A2DP</td>
</tr>
<tr>
<td>USB</td>
<td>Yes, microUSB</td>
</tr>
<tr>
<td>Camera</td>
<td> 3.15 MP, 2048&#215;1536 pixels, autofocus</td>
</tr>
<tr>
<td></td>
<td> Geo-tagging, face and smile detection, Beauty Shot</td>
</tr>
<tr>
<td>Video</td>
<td>Yes, VGA@18fps</td>
</tr>
<tr>
<td>Flash</td>
<td>No</td>
</tr>
<tr>
<td>OS</td>
<td>Android OS, v2.2 (Froyo), upgradable to v2.3</td>
</tr>
<tr>
<td>Chipset</td>
<td>Qualcomm MSM7227</td>
</tr>
<tr>
<td>CPU</td>
<td>600 MHz ARM 11</td>
</tr>
<tr>
<td>GPU</td>
<td>Adreno 200</td>
</tr>
<tr>
<td>Sensors</td>
<td>Accelerometer, proximity, compass</td>
</tr>
<tr>
<td>Messaging</td>
<td>SMS (threaded view), MMS, Email, Push Email, IM</td>
</tr>
<tr>
<td>Browser</td>
<td>HTML</td>
</tr>
<tr>
<td>Radio</td>
<td>Stereo FM radio</td>
</tr>
<tr>
<td>GPS</td>
<td>Yes, with A-GPS support</td>
</tr>
<tr>
<td>Java</td>
<td>Yes, via Java MIDP emulator</td>
</tr>
<tr>
<td>Features</td>
<td>- Social networking integration<br />
- Google Search, Maps, Gmail<br />
- YouTube, Google Talk<br />
- DivX/Xvid/MP4/H.264/H.263/WMV player<br />
- MP3/WAV/WMA/eAAC+ player<br />
- Document viewer/editor<br />
- Organizer<br />
- Voice memo<br />
- Predictive text input</td>
</tr>
</tbody>
</table>
<p>Although the camera&#8217;s resolution is no improvement over the Keybo I&#8217;m thrilled to finally have automatic, mechanical focus. Now instead of snapping 50 shots to get one decent one I&#8217;m down to something like 5. My Optimus shipped with Android 2.3 and a now-defunct app called the LG App Advisor.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/golaunch.png"><img class="alignleft size-full wp-image-1166" title="golaunch" src="http://foxpa.ws/wp-content/uploads/2012/01/golaunch.png" alt="" width="124" height="124" /></a>Now that I had become introduced to my new toy it was time to get that totally badass animated weather wallpaper HTC Sense UI users have. To do this without purchasing <a href="https://market.android.com/details?id=com.levelup.beautifulwidgets&amp;hl=en">Beautiful Widgets</a> we first replace the default launcher (LG&#8217;s kind of sucks anyway) with <a href="https://market.android.com/details?id=com.gau.go.launcherex&amp;hl=en">GO Launcher EX</a>. Then download <a href="https://market.android.com/details?id=com.mediawoz.goweather&amp;feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5tZWRpYXdvei5nb3dlYXRoZXIiXQ..">GO Weather</a>, both available through the Android Market. GO Weather is a beautiful (literally) piece of software that provides three interfaces:</p>
<p><strong><a href="http://foxpa.ws/wp-content/uploads/2012/01/weather.png"><img class="alignright size-full wp-image-1167" title="weather" src="http://foxpa.ws/wp-content/uploads/2012/01/weather.png" alt="" width="124" height="124" /></a>App</strong> &#8211; This sits in your app tray and has its own video theme. Opening the app provides detailed weather information and updates the weather data.<br />
<strong>Widget</strong> &#8211; There are four different sized widgets that can be included in your launcher; depending on the skin you choose they may display different things.<strong></strong><br />
<strong>Live Wallpaper</strong> &#8211; Set your launcher&#8217;s background to the GO Weather Live Wallpaper and download a video theme to get a similar effect as the App.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/ttcalerts.png"><img class="size-full wp-image-1170 alignleft" title="ttcalerts" src="http://foxpa.ws/wp-content/uploads/2012/01/ttcalerts.png" alt="" width="124" height="124" /></a>Next I wanted to grab a few apps that would be handy around the city. <a href="https://market.android.com/details?id=com.mediawoz.goweather&amp;feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5tZWRpYXdvei5nb3dlYXRoZXIiXQ..">TTC Alerts</a>  is probably the neatest, most useful app I have installed so far. When a diversion, delay or cancellation happens on Toronto&#8217;s bus, subway and light rail system I am notified by a vibration and red TTC icon in my status bar. Dragging down the status bar gives me the details. When the issue clears up and everything is moving smoothly once more the icon turns green. Essential for anyone who relies on The Rocket.</p>
<p>Another sweet app for TTC users is <a href="https://market.android.com/details?id=opl.textc&amp;hl=en">Transit Now Toronto</a>. You can use your GPS to find the closest bus stop and plan your route. The free version of this app does not support the Alerts function but the TTC Alerts app discussed above makes this sort of moot. If you&#8217;re lazy like me you may also like the <a href="https://market.android.com/details?id=com.hogdex.TtcRider&amp;hl=en">TTC Subway Efficiency Guide</a> which helps users pick the right place to stand on platforms so they are better situated to stairs and escalators at their destination. <a href="https://market.android.com/details?id=se.dou.torontopathmap&amp;hl=en">Toronto PATH Map</a> is a pocket-sized map of the world&#8217;s largest underground shopping complex.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/go.png"><img class="alignright size-full wp-image-1171" title="go" src="http://foxpa.ws/wp-content/uploads/2012/01/go.png" alt="" width="124" height="124" /></a>Being a man of the province I also downloaded <a href="https://market.android.com/details?id=com.ryerson.go">Go Mobile</a> from Ryerson University. Go Transit is Ontario&#8217;s inter-municipal transit system, it operates a combination of diesel-electric locomotives and coach busses to interconnect the towns and cities of Southern Ontario. My biggest complaint about this app is it requires a data connection to even get to the main menu. I feel the bus and train schedules could at least be cached daily. A minor gripe is that it is impossible to plan a route end-to-end where there is a connecting bus or train.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/map.png"><img class="alignleft size-full wp-image-1172" title="map" src="http://foxpa.ws/wp-content/uploads/2012/01/map.png" alt="" width="124" height="124" /></a>Speaking of caching, data is going to cost a lot on a prepaid plan so anything we can grab while at home or near a hotspot is golden. Nowhere can I see this being more beneficial than with GPS navigation. The apps that came loaded on my droid &#8211; and many of the third party apps out there -  rely on a data connection and Google Maps. Fortunately, <a href="http://www.mapdroyd.com/">MapDroyd</a> has you covered: you can download a pre-compiled map of a given geographical area to your SD card .</p>
<p>That brings me to entertainment: with all of the weather and TTC updates and bells and whistles going on in the background non-stop I expect to be chewing through my 250MB quota without even <em>using</em> the connection. Obviously, browsing youtube is not going to be an option on the road. In addition to audio and video files off the PC I have found these interesting apps which will let you store their content for offline viewing:</p>
<ul>
<li><a href="https://market.android.com/details?id=com.dipoletech.android.toi.ts&amp;hl=en"><strong>The Toronto Star</strong></a> &#8211; News notifications, background synchronization and off-line viewing of one of Canada&#8217;s most respected news outlets.</li>
<li><strong><a href="https://market.android.com/details?id=com.tedtalk&amp;hl=en">TED Air</a></strong> &#8211; Download videos of TED talks to watch at any time. Very slick looking but also very crashy. I have had a _lot_ of problems with this one.</li>
</ul>
<p>To track my data usage I&#8217;ve been using <a href="https://market.android.com/details?id=nitro.phonestats&amp;hl=en">DroidStats</a> because it&#8217;s one of few which track wifi in addition to 3G. DroidStats also comes with 4 different sized widgets to keep you informed of your quota usage on the launcher.</p>
<p>I&#8217;ve decided to keep this phone for the time being. The wifi combined with $10 data plan and one-number-unlimited still make it more economical for me to put up with routing my calls through VoIP than ponying up for a real phone on a proper data plan. It&#8217;s a big shock for me, giving Telus a good review but I&#8217;m so happy to finally have a cellphone that <em><strong>DOES</strong></em> things.</p>
<p>For $99 I have no regrets. This time.</p>
]]></content:encoded>
			<wfw:commentRss>http://foxpa.ws/2012/01/18/the-telus-lg-optimus-one-p500h-not-the-worst-thing-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everything I Wanted to Tell You About X10 Home Automation</title>
		<link>http://foxpa.ws/2012/01/04/everything-i-wanted-to-tell-you-about-x10-home-automation/</link>
		<comments>http://foxpa.ws/2012/01/04/everything-i-wanted-to-tell-you-about-x10-home-automation/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 03:00:10 +0000</pubDate>
		<dc:creator>كارما</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[AC]]></category>
		<category><![CDATA[AF120]]></category>
		<category><![CDATA[air conditioning]]></category>
		<category><![CDATA[alternating current]]></category>
		<category><![CDATA[AM466]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[amperes]]></category>
		<category><![CDATA[amps]]></category>
		<category><![CDATA[bottlerocket]]></category>
		<category><![CDATA[cfl]]></category>
		<category><![CDATA[CM17A]]></category>
		<category><![CDATA[compact fluorescent]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[dimmer]]></category>
		<category><![CDATA[DS10A]]></category>
		<category><![CDATA[electrical]]></category>
		<category><![CDATA[electrician]]></category>
		<category><![CDATA[environmental]]></category>
		<category><![CDATA[FireCracker]]></category>
		<category><![CDATA[garage]]></category>
		<category><![CDATA[garage door]]></category>
		<category><![CDATA[garage door opener]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[HA]]></category>
		<category><![CDATA[heating]]></category>
		<category><![CDATA[home automation]]></category>
		<category><![CDATA[house]]></category>
		<category><![CDATA[HR12A]]></category>
		<category><![CDATA[HVAC]]></category>
		<category><![CDATA[junction]]></category>
		<category><![CDATA[junction box]]></category>
		<category><![CDATA[KR22A]]></category>
		<category><![CDATA[lighting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[magnetic sensor]]></category>
		<category><![CDATA[mains]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[nc]]></category>
		<category><![CDATA[no]]></category>
		<category><![CDATA[normally closed]]></category>
		<category><![CDATA[normally open]]></category>
		<category><![CDATA[phase]]></category>
		<category><![CDATA[plc]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[power line communications]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[PS561]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[radio frequency]]></category>
		<category><![CDATA[receiver]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[remote administration]]></category>
		<category><![CDATA[remote control]]></category>
		<category><![CDATA[rf]]></category>
		<category><![CDATA[SC546A]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[security console]]></category>
		<category><![CDATA[security system]]></category>
		<category><![CDATA[sensor]]></category>
		<category><![CDATA[sensors]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[SH10A]]></category>
		<category><![CDATA[signal]]></category>
		<category><![CDATA[SS13A]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[TM751]]></category>
		<category><![CDATA[transmitter]]></category>
		<category><![CDATA[triac]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[ventilation]]></category>
		<category><![CDATA[watt]]></category>
		<category><![CDATA[watts]]></category>
		<category><![CDATA[wiring]]></category>
		<category><![CDATA[WS12A]]></category>
		<category><![CDATA[WS13A]]></category>
		<category><![CDATA[X10]]></category>
		<category><![CDATA[XPPF]]></category>

		<guid isPermaLink="false">http://foxpa.ws/?p=1095</guid>
		<description><![CDATA[&#8230;But Didn&#8217;t Have the Time to Say I had been meaning to chronicle my tinkering with Home Automation in the same way I have been documenting my ongoing experience with Electronic Cigarettes. Unfortunately, I never found the time to post as I made my installations and I will be moving soon, leaving most of them ]]></description>
			<content:encoded><![CDATA[<h3>&#8230;But Didn&#8217;t Have the Time to Say</h3>
<p>I had been meaning to chronicle my tinkering with <a href="http://en.wikipedia.org/wiki/Home_automation">Home Automation</a> in the same way I have been documenting my ongoing experience with <a href="http://foxpa.ws/series/">Electronic Cigarettes</a>. Unfortunately, I never found the time to post as I made my installations and I will be moving soon, leaving most of them behind. I want to make sure the 100th post on foxpa.ws has substance so without further carry-on may I present unto you my complete experience with X10:</p>
<h3>What Are X10 and Home Automation?</h3>
<p>Home Automation is the art of modifying and integrating household systems (lighting, HVAC, etc.) to respond to events automatically (timers, security sensors, etc.) or methods of control not already provided (computer, remote control, etc.).</p>
<p>X10 is a power-line and wireless communications standard for home automation. Developed in 1975, X10 is widely deployed and devices that use it are relatively inexpensive.</p>
<h3>How Does X10 Work?</h3>
<p>X10 devices communicate digital information over your house&#8217;s power lines at the <a href="http://en.wikipedia.org/wiki/Zero_crossing">zero-crossing point</a> of the (60 Hz) AC current by either sending a 1ms long 120 kHz pulse to represent a 1 bit or not sending anything to indicate a 0. Each device is configured with a 4-bit &#8220;house&#8221; code (A-P) and a 5-bit &#8220;key&#8221; code (1-16, always ends in 0). Additionally, there are 16 global commands which are also 5-bits and always end in 1. The house code is intended to prevent conflicts with neighbouring houses or units but is more commonly used to group different sets of devices together in larger installations.</p>
<table>
<thead>
<tr>
<th>House Code</th>
<th style="text-align: right;">Device Code</th>
<th style="text-align: right;">Binary Value</th>
<th style="width: 50px;"></th>
<th>Function</th>
<th style="text-align: right;">Binary Value</th>
</tr>
</thead>
<tbody>
<tr>
<td align="LEFT" height="17">A</td>
<td align="RIGHT">1</td>
<td align="RIGHT">0110</td>
<td align="LEFT"></td>
<td align="LEFT">All Units Off</td>
<td align="RIGHT">0000</td>
</tr>
<tr>
<td align="LEFT" height="17">B</td>
<td align="RIGHT">2</td>
<td align="RIGHT">1110</td>
<td align="LEFT"></td>
<td align="LEFT">All Lights On</td>
<td align="RIGHT">0001</td>
</tr>
<tr>
<td align="LEFT" height="17">C</td>
<td align="RIGHT">3</td>
<td align="RIGHT">0010</td>
<td align="LEFT"></td>
<td align="LEFT">On</td>
<td align="RIGHT">0010</td>
</tr>
<tr>
<td align="LEFT" height="17">D</td>
<td align="RIGHT">4</td>
<td align="RIGHT">1010</td>
<td align="LEFT"></td>
<td align="LEFT">Off</td>
<td align="RIGHT">0011</td>
</tr>
<tr>
<td align="LEFT" height="17">E</td>
<td align="RIGHT">5</td>
<td align="RIGHT">0001</td>
<td align="LEFT"></td>
<td align="LEFT">Dim</td>
<td align="RIGHT">0100</td>
</tr>
<tr>
<td align="LEFT" height="17">F</td>
<td align="RIGHT">6</td>
<td align="RIGHT">1001</td>
<td align="LEFT"></td>
<td align="LEFT">Bright</td>
<td align="RIGHT">0101</td>
</tr>
<tr>
<td align="LEFT" height="17">G</td>
<td align="RIGHT">7</td>
<td align="RIGHT">0101</td>
<td align="LEFT"></td>
<td align="LEFT">All Lights Off</td>
<td align="RIGHT">0110</td>
</tr>
<tr>
<td align="LEFT" height="17">H</td>
<td align="RIGHT">8</td>
<td align="RIGHT">1101</td>
<td align="LEFT"></td>
<td align="LEFT">Extended Code</td>
<td align="RIGHT">0111</td>
</tr>
<tr>
<td align="LEFT" height="17">I</td>
<td align="RIGHT">9</td>
<td align="RIGHT">0111</td>
<td align="LEFT"></td>
<td align="LEFT">Hail Request</td>
<td align="RIGHT">1000</td>
</tr>
<tr>
<td align="LEFT" height="17">J</td>
<td align="RIGHT">10</td>
<td align="RIGHT">1111</td>
<td align="LEFT"></td>
<td align="LEFT">Hail Acknowledge</td>
<td align="RIGHT">1001</td>
</tr>
<tr>
<td align="LEFT" height="17">K</td>
<td align="RIGHT">11</td>
<td align="RIGHT">0011</td>
<td align="LEFT"></td>
<td align="LEFT">Pre-set Dim (1)</td>
<td align="RIGHT">1010</td>
</tr>
<tr>
<td align="LEFT" height="17">L</td>
<td align="RIGHT">12</td>
<td align="RIGHT">1011</td>
<td align="LEFT"></td>
<td align="LEFT">Pre-set Dim (2)</td>
<td align="RIGHT">1011</td>
</tr>
<tr>
<td align="LEFT" height="17">M</td>
<td align="RIGHT">13</td>
<td align="RIGHT">0000</td>
<td align="LEFT"></td>
<td align="LEFT">Extended Data Transfer</td>
<td align="RIGHT">1100</td>
</tr>
<tr>
<td align="LEFT" height="17">N</td>
<td align="RIGHT">14</td>
<td align="RIGHT">1000</td>
<td align="LEFT"></td>
<td align="LEFT">Status On</td>
<td align="RIGHT">1101</td>
</tr>
<tr>
<td align="LEFT" height="17">O</td>
<td align="RIGHT">15</td>
<td align="RIGHT">0100</td>
<td align="LEFT"></td>
<td align="LEFT">Status Off</td>
<td align="RIGHT">1110</td>
</tr>
<tr>
<td align="LEFT" height="17">P</td>
<td align="RIGHT">16</td>
<td align="RIGHT">1100</td>
<td align="LEFT"></td>
<td align="LEFT">Status Request</td>
<td align="RIGHT">1111</td>
</tr>
</tbody>
</table>
<p>To grab the attention of the devices all commands are preceded with a start code, 1110. Since the idle data-stream consists of an <em>absence of 120kHz pulses</em> or 0s, devices can be sure if they see three 1s in a row that a command is being sent and they are not simply picking up noise. To improve reliability all commands are sent twice, with a three cycle delay in between. An X10 frame might look like this:</p>
<pre>1110  0110  01100 000   1110  0110  01100
start house  key  pause start house  key</pre>
<p>X10 also has a radio frequency specification that lets remote controls and computer attachments send X10 commands via a radio receiver plugged into the house wiring.</p>
<h3>My Installaton</h3>
<p>My installation started small and increased in stages as I became more aware of the capabilities of X10. My first order was for:</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/round1a.jpg"><img class="aligncenter size-medium wp-image-1101" title="round1a" src="http://foxpa.ws/wp-content/uploads/2012/01/round1a-300x225.jpg" alt="" width="300" height="225" /></a></p>
<ul>
<li><strong>TM751</strong> Mini Transciever &#8211; This is the device that takes wireless X10 signals and repeats them on the wire.</li>
<li><strong>HR12A</strong> PalmPad Remote Control &#8211; These are large RF &#8220;clickers&#8221;</li>
<li><strong>KR22A</strong> Credit Card Controller &#8211; A less bulky RF controller that only covers 4 units</li>
<li><strong>AM466</strong> 3 Pin Grounded Appliance Module &#8211; A grounded module is slightly more expensive than a 2-prong &#8220;lamp&#8221; module</li>
<li><strong>WS12A</strong> 3-Way Dimmers &#8211; I didn&#8217;t use their 3-way capability. Annoying one-pole switch requires double tap to adjust light in opposite direction</li>
</ul>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/round1.jpg"><img class="aligncenter size-medium wp-image-1102" title="round1" src="http://foxpa.ws/wp-content/uploads/2012/01/round1-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>As you can see, some modules are designed to be wired into the electrical box and others are designed to plug into pre-existing sockets. There are some light modules that even screw into the Edison-type connector typical North American light bulbs use for easy installation in fixtures and lamps. Maliciously, these dimmers have cover plates which are shaped to provide the appearance of rocker switches. In truth, they are one-poll switches. A single tap to turn the light on or off, hold to dim or brighten the light or &#8211; this is my favourite part &#8211; hold to see if the current &#8220;direction&#8221; is dim or brighten, release, very quickly press and hold to go in the opposite direction.</p>
<p>It should be noted that most dimmers &#8211; including the ones I purchased &#8211; do NOT work with fluorescent lighting. I use the 20A rated on/off wall-switches which are usually advertised for appliances where there are fluorescent lights or fans. The drawback to this is every few moments the CFL may flicker very dimly while the switch is &#8220;off&#8221; due to the switch itself drawing a small amount of current. The other caveat in using the 20A switches is that they must be wired into both hot and neutral; this presents a problem in electrical boxes where both are not accessible. It is perfectly safe to use a 20A rated switch in a 15A circuit; overload protection is provided by the breaker which only means the switch has leftover potential capacity on a 15A circuit.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/bathroom.jpg"><img class="aligncenter size-medium wp-image-1145" title="bathroom" src="http://foxpa.ws/wp-content/uploads/2012/01/bathroom-300x221.jpg" alt="" width="300" height="221" /></a></p>
<p>Here&#8217;s a shot of the dimmer and 20A switch I installed in my ensuite. The dimmer is rated for 500watts so it runs my 4x100Watt vanity strip perfectly. I&#8217;m sure the ladies can appreciate the kind of light range that can give you in a bathroom. The fan, being an induction-driven appliance, does not like TRIAC-based dimmers so it goes on on a simple 20A switch (<strong>WS13A</strong>).</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/round2.jpg"><img class="aligncenter size-medium wp-image-1103" title="round2" src="http://foxpa.ws/wp-content/uploads/2012/01/round2-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>It wasn&#8217;t long before I noticed there were intermittent problems getting the signals across to certain parts of the house from the RF receiver. Many household devices, particularly: televisions, PCs and uninterruptible power supplies will absorb X10 signals passing through them. The most effective solution is to put them on a filter. X10 filters block the frequency X10 devices use from entering the connected device(s) at the wall. Unfortunately, while the modules in the first two pictures averaged $10 each filters are much more expensive.</p>
<p>An <strong>XPPF</strong> 5 amp plug-in filter (far below) runs upward of $15 and an <strong>AF120</strong> 15 amp filter (above) runs upward of $35. Given I use two 1400VA UPSes for my workstation and networking I was forced to get the full 15A filters. These come with a screw hole in a tab at the top aligned so that the screw of a standard receptacle faceplate can be used to secure the filter into the wall. Given its size and weight, I highly recommend doing this. Smaller, singular appliances should be fine with the 5A rated units but check your documentation. I have seen <a href="http://www.el34world.com/misc/home/x10_problems.htm">folks out there</a> wire what is intended to be an inline (in the wall) 20A filter into a power strip and use this instead. It is cheaper than the 15A plug-in filters; it is also ballsier.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/round3.jpg"><img class="aligncenter size-medium wp-image-1104" title="round3" src="http://foxpa.ws/wp-content/uploads/2012/01/round3-300x245.jpg" alt="" width="300" height="245" /></a></p>
<p>It didn&#8217;t take long for me to get interested in the security applications of X10. To start off I purchased a security console (<strong>PS561</strong>) and two cheap magnetic sensors (<strong>DS10A</strong>). The security consoles seem to operate using a proprietary (non-X10 specification) wireless protocol. Sensors and remotes are configured using two-button authentication; first the console is put into a programming mode then the test button or equivalent is pressed on the device to be registered. This particular unit will dial up to 4 numbers until one of the dialled people presses 0 to confirm they are listening to the call. At that point one can listen in on what&#8217;s happening in the vicinity of the console. This is severely hindered by the fact that there are two piezoelectric sirens mounted in the same chassis going off at the same time (and optionally additional alarms).</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/round3a.jpg"><img class="aligncenter size-medium wp-image-1105" title="round3a" src="http://foxpa.ws/wp-content/uploads/2012/01/round3a-300x235.jpg" alt="" width="300" height="235" /></a></p>
<p>Like an idiot I didn&#8217;t realize the console would not come with at least one controller. This set back installation by T+shipping.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/powerhorn.jpg"><img class="aligncenter size-medium wp-image-1141" title="powerhorn" src="http://foxpa.ws/wp-content/uploads/2012/01/powerhorn-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>The peizo sirens in the security console don&#8217;t penetrate much farther than the room it&#8217;s in if the door is closed. Apparently the solution to this is throwing more sirens at it. I purchased the X10 PowerHorn <strong>(SH10A</strong>) which can be installed anywhere in the house by plugging it into the mains. The security console is configured to send alternating on and off commands to a certain house and device code. The original purpose of this was to flash lights on and off to make your house more visible to law enforcement. The PowerHorn takes advantage of this by sitting on the same house and device code as your lights and waiting for a pattern of on and off codes to activate. This sort of brute-force approach has two major limitations: the PowerHorn will lag behind your security console when the alarm is tripped and if you turn the lights with the same code on and off too many times too quickly by hand you can easily produce a false positive. This happened to me twice at poorly chosen hours before I decided to live without the horn. It deactivates shortly after the alternating pattern ceases.</p>
<p>I find the door sensor I installed falls out of sync once every two months or so; this is inconvenient enough to make it not worth using. Often I just don&#8217;t have the time to re-program the unit when I&#8217;m on my way out the door.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/round4.jpg"><img class="aligncenter size-medium wp-image-1106" title="round4" src="http://foxpa.ws/wp-content/uploads/2012/01/round4-300x165.jpg" alt="" width="300" height="165" /></a></p>
<ul>
<li><strong>XPPA</strong> Plug-In Filter Module &#8211; A grounded, 5 amp plug-in X10 signal filter.</li>
<li><strong>SS13A</strong> 3 Unit + Dim RF Style Switch &#8211; A wireless X10 switch that can be mounted anywhere</li>
<li><strong>SC546A</strong> Remote Chime &#8211; A doorbell-type module which responds to the ON command</li>
</ul>
<p>To use the SS13A modules as doorbells I had to open them and slice out the rubber tab that produces the rocker-switch effect that makes one side of the button &#8220;on&#8221; and the other &#8220;off.&#8221; I then taped over the &#8220;off&#8221; contacts on the circuit board so no matter what side the button is physically pressed only the &#8220;on&#8221; command is sent.</p>
<p>The 15A filters helped my signal problems a lot but there was still the odd blip in service so I went ahead and bought two 5A filters to dick around with. The chimes take a simple on command and &#8211; contrary to some advertising &#8211; have only one, non-selectable &#8220;melody.&#8221; The wireless switches can be programmed to take any 3 consecutive key IDs and any of the 16 house codes. The bottom button is a toggle pad for bright and dim commands. The cool thing about them is they stick on to the wall using an adhesive backing and are thin enough to provide the illusion that they are the faceplate of a recessed electrical box without having to smash into the wall. They take a CR-32 battery in the bottom tray and communicate using the RF-&gt;mains receiver.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/timer.jpg"><img class="aligncenter size-full wp-image-1123" title="timer" src="http://foxpa.ws/wp-content/uploads/2012/01/timer.jpg" alt="" width="260" height="260" /></a></p>
<p>My final purchase was the <a href="http://kbase.x10.com/wiki/Mini_Timer">MT13A Mini Timer</a>. I had for some reason been under the impression that the PalmPad remote would be able to act as a timer, which was one of the main reasons I became interested in X10: it would be possible to automatically turn off the lights when I pass out with them on. I didn&#8217;t have the time to do anything really sophisticated with computer automation and I needed a new alarm clock so I ponied up, plugged it in <em><strong>and never touched it again</strong></em>. I&#8217;m sure it&#8217;s great, I just wouldn&#8217;t know.</p>
<h3>Controlling X10 Devices with your Computer</h3>
<p>Obviously the really sweet part about Home Automation is interfacing your house with your computer. For about $5 you can pick up a wireless transmitter called a <a href="http://kbase.x10.com/wiki/Firecracker">FireCracker</a> (<strong>CM17A</strong>) that works with standard X10 wireless receivers and takes instructions from a standard serial port. I have found that there is an issue with the internal timing on one of my USB-serial cables&#8217; particular chips. The transmitter uses pins not normally used by serial devices to transmit data so it can be transparently daisy-chained with another serial device behind it. I have read that some USB-serial adapters drop one or more of these pins. If your USB-serial adapter does not seem to work with the transmitter be sure to do your research before selecting another one.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/serial.jpg"><img class="aligncenter size-full wp-image-1109" title="serial" src="http://foxpa.ws/wp-content/uploads/2012/01/serial.jpg" alt="" width="290" height="290" /></a></p>
<p>Other versions exist for USB which plug directly into the wall. I can only guess as to whether or not these use an embedded USB-&gt;serial adapter (linux compatible) or if they are intended for use with Windows based home automation software.</p>
<p>There are a couple of packages that can drive the FireCracker but I have only used <a href="http://www.linuxha.com/bottlerocket/"><strong>bottlerocket</strong></a></p>
<p>To compile on Gentoo run:</p>
<pre># emerge bottlerocket</pre>
<p>Bottlerocket takes these options:</p>
<pre>Usage: br [&lt;options&gt;][&lt;housecode&gt;(&lt;list&gt;) &lt;native command&gt; ...]

  Options:
  -v, --verbose                 add v's to increase verbosity
  -x, --port=PORT               set port to use
  -c, --house=[A-P]             use alternate house code (default "A")
  -n, --on=LIST                 turn on devices in LIST
  -f, --off=LIST                turn off devices in LIST
  -N, --ON                      turn on all devices in housecode
  -F, --OFF                     turn off all devices in housecode
  -d, --dim=LEVEL[,LIST]        dim devices in housecode to  relative LEVEL
  -B, --lamps_on                turn all lamps in housecode on
  -D, --lamps_off               turn all lamps in housecode off
  -r, --repeat=NUM              repeat commands NUM times (0 = ~ forever)
  -h, --help                    this help

          is a comma separated list of devices (no spaces),
                each ranging from 1 to 16
      is an integer from -12 to 12 (0 means no change)
     is a letter between A and P
    is one of ON, OFF, DIM, BRIGHT, ALL_ON, ALL_OFF,
                LAMPS_ON or LAMPS_OFF

For native commands,  should only be specified for ON or OFF.</pre>
<p>In order to control the lights with a meta key on my mouse I had to wrap this in a little script so the KDE shortcut manager could reference it correctly:</p>
<pre>mdma bin # cat x10on
#!/bin/bash
br -x /dev/firecracker k2 on</pre>
<p>Where /dev/firecracker is, in my case, a symlink to /dev/ttyUSB0.</p>
<p>I&#8217;ve noticed that the device has little or no buffer; sending too many commands too quickly will cause the device to cease functioning, possibly temporarily. Unplugging and re-seating it seems to solve the problem every time. The lack of built in buffer or command queue (indeed, even the ability to ignore commands while one is being transmitted) is something which should probably be addressed in controller software or front-ends.</p>
<h3>Neat Stuff I Wanted to Play With But Never Got the Chance</h3>
<p>The coolest part about X10 if you&#8217;re a real geek is its ability to remotely turn on or off anything that has an on or off switch through your house&#8217;s existing wiring.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2012/01/uni.jpg"><img class="aligncenter size-full wp-image-1107" title="uni" src="http://foxpa.ws/wp-content/uploads/2012/01/uni.jpg" alt="" width="275" height="275" /></a></p>
<p>The so-called universal modules allow you to wire directly into an existing switch. They can be configured for normally open or normally closed operation. This means that you can control virtually any device which does not natively support X10 or remote control like, say, your old garage door opener. Or a hydroponics pump.</p>
<div id="attachment_1108" class="wp-caption aligncenter" style="width: 310px"><a href="http://foxpa.ws/wp-content/uploads/2012/01/farm.jpg"><img class="size-medium wp-image-1108" title="farm" src="http://foxpa.ws/wp-content/uploads/2012/01/farm-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Just sayin&#39;.</p></div>
<p>Coupled with computerized control it would not be hard to make a web interface that controls your coffee maker, or other sinister devices.</p>
<h3>Conclusions</h3>
<p>Since most houses have their three-phase input split into two two-phase segments signals from one side of the house may need to travel all the way down to the transformer at the end of the road then back into the house, by this time severely degraded. To remedy this a repeater can be installed across the phases at the breaker panel (about $30) but this is &#8220;serious business&#8221; and should only be performed by a real electrician. The safer alternative is a $100 (depending on three or four prong configuration) repeater that plugs into the dryer or stove outlet.</p>
<p>I look forward to trying <a href="http://en.wikipedia.org/wiki/Insteon">one of the newer</a> home automation protocols in the future. X10 is slow to the point of agony. To dim a 100W light bulb from maximum to minimum takes about a minute of repeat pressing on the buttons. The controllers either do not auto-repeat when the buttons are held down or they repeat so quickly the messages become garbled on the wire. In support of this theory, I have found that clicking the dim button then waiting for the reaction before clicking it again is far faster than mindless rapid clicking. This, combined with the poor quality of the entry level security modules and lacklustre signal performance make X10 a labour of love in my most humble of opinions.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://foxpa.ws/2012/01/04/everything-i-wanted-to-tell-you-about-x10-home-automation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoDaddy&#8217;s Latest Scumbag Move Backfires, Damage Control Failing</title>
		<link>http://foxpa.ws/2011/12/25/godaddys-latest-scumbag-move-backfires-damage-control-failing/</link>
		<comments>http://foxpa.ws/2011/12/25/godaddys-latest-scumbag-move-backfires-damage-control-failing/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 17:47:21 +0000</pubDate>
		<dc:creator>كارما</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Rights]]></category>
		<category><![CDATA[america]]></category>
		<category><![CDATA[american]]></category>
		<category><![CDATA[damage]]></category>
		<category><![CDATA[damage control]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[jurisdiction]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[legislation]]></category>
		<category><![CDATA[meme]]></category>
		<category><![CDATA[negative publicity]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[pirate]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[prospecting]]></category>
		<category><![CDATA[prospector]]></category>
		<category><![CDATA[public image]]></category>
		<category><![CDATA[public relations]]></category>
		<category><![CDATA[publicity]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[registrar]]></category>
		<category><![CDATA[right]]></category>
		<category><![CDATA[rights]]></category>
		<category><![CDATA[sopa]]></category>
		<category><![CDATA[us]]></category>
		<category><![CDATA[usa]]></category>

		<guid isPermaLink="false">http://foxpa.ws/?p=1068</guid>
		<description><![CDATA[GoDaddy is no stranger to the ire of Internet liberty advocates but the last few days have seen what could be the registrar giant&#8217;s biggest PR blunder yet. Although GoDaddy has been involved with new American anti-piracy legislation Stop Online Piracy Act (or SOPA) since nearly its inception the media started buzzing when the U.S. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.godaddy.com/">GoDaddy</a> is no stranger to the ire of Internet liberty advocates but the last few days have seen what could be the registrar giant&#8217;s biggest PR blunder yet. Although GoDaddy has been involved with new American anti-piracy legislation <a href="http://en.wikipedia.org/wiki/Stop_Online_Piracy_Act">Stop Online Piracy Act (or SOPA)</a> since nearly its inception the media started buzzing when the U.S. House Judiciary Committee published <a href="http://judiciary.house.gov/issues/Rogue%20Websites/List%20of%20SOPA%20Supporters.pdf">a list of corporations</a> supporting their legislation on the 23rd. This led to a number of Internet personalities calling for a boycott of the registrar&#8217;s services and numerous individuals began posting step-by-step tutorials detailing how to transfer domain names from GoDaddy to their competitors.</p>
<p>As of yesterday the number that is being thrown around the most is 37,000 transfers out; however this figure is based on the number of domains transferred away from GoDaddy <a href="http://www.thedomains.com/2011/12/25/update-godaddy-loses-28000-more-domains-on-saturday/"><strong>using their DNS service</strong></a> (<a href="www.webhosting.info/registrars/reports/GODADDY.COM">domaincontrol.com</a>) and not the actual number of domains transferred out of the registrar. As <a href="http://www.thedomains.com/2011/12/24/2-days-loss-from-transfers-out-of-godaddy-com-37000/">this article</a> outlines, the number of transfers <em>in</em> are also not taken into account. As commenter <a href="http://www.thedomains.com/2011/12/24/2-days-loss-from-transfers-out-of-godaddy-com-37000/#comment-100372">Jamie Zoch</a> of <a href="http://www.dotweekly.com/">DotWeekly</a> points out:</p>
<blockquote><p>One interesting stat that I found (based on data from Webhosting.info) is the total loss over the past 30 days…. in the tune of 1 Million domains. This data is from 11/14/2011 to 12/19/2011. 37,841,094 down to 36,884,911.</p>
<p>So the transfer out because of the SOPA deal really doesn’t mean a ton as much as the total loss over the past 30 days IMO. If my memory servers me correctly, I have not seen a loss like this for GoDaddy.</p></blockquote>
<p><a href="http://www.webhosting.info/registrars/reports/total_domains/GODADDY.COM"><img class="aligncenter size-full wp-image-1069" style="width: 500px;" title="godaddydomains" src="http://foxpa.ws/wp-content/uploads/2011/12/godaddydomains.png" alt="" /></a></p>
<p>Despite this, webhosting.info reports their market share has been increasing over the same period:</p>
<table style="margin: 0 auto;">
<thead>
<tr>
<th align="center">Weeks</th>
<th align="center">Total Domains</th>
<th align="center">Global Market Share</th>
</tr>
<tr>
<td align="center">12/19/11</td>
<td align="right">36,884,911</td>
<td align="right">32.430%</td>
</tr>
<tr>
<td align="center">12/12/11</td>
<td align="right">37,097,675</td>
<td align="right">32.430%</td>
</tr>
<tr>
<td align="center">12/05/11</td>
<td align="right">37,297,640</td>
<td align="right">32.428%</td>
</tr>
<tr>
<td align="center">11/28/11</td>
<td align="right">37,504,999</td>
<td align="right">32.433%</td>
</tr>
<tr>
<td align="center">11/21/11</td>
<td align="right">37,667,786</td>
<td align="right">32.427%</td>
</tr>
<tr>
<td align="center">11/14/11</td>
<td align="right">37,841,094</td>
<td align="right">32.408%</td>
</tr>
</thead>
</table>
<p>I am prone to believe that this is due to deficiencies in their reporting mechanism rather than a decline in the actual total number of domain names. Nonetheless I don&#8217;t think anyone has accurate statistics but GoDaddy themselves and they have deemed the loss great enough to <a href="http://www.godaddy.com/newscenter/release-view.aspx?news_item_id=378">reverse their position</a> on SOPA. Despite this, they have reminded consumers of their true colours and by all accounts the campaign to switch moves on. There are now <a href="http://www.pcmag.com/article2/0,2817,2398045,00.asp">reports of GoDaddy staff personally calling customers</a> whom have transferred multiple domains to ask them to change their minds.</p>
<p>I would find all this personally very amusing if I wasn&#8217;t locked into agreements with their reseller service, <a href="http://www.wildwestdomains.com">Wild West Domains</a>. Since the resale business is a relatively small club there isn&#8217;t a lot of information on GoDaddy&#8217;s ethics in dealing with reseller domains but it is conventional wisdom that if they are willing to seize one of their own they are willing to seize one of yours. If SOPA ever becomes a reality it will be easy to diversify your domain portfolio into registrars not under American jurisdiction but resellers may find themselves without recourse.</p>
<p>Exactly how far this will go and what effect &#8211; if any &#8211; it may have on SOPA remains to be seen. GoDaddy isn&#8217;t the kind of giant a boycott can topple; conversely they don&#8217;t have significant lobbying clout no matter what position they are forced to take. If I were an anti-SOPA activist I would be trying to look for a more meaningful way to attack the legislation &#8211; though I don&#8217;t mind seeing GoDaddy take one in the kisser. It&#8217;s a long long list of supporters and so far there&#8217;s only one down.</p>
<p>On a lighter note, all the hullabaloo has sparked a new meme:<a href="http://www.seanpercival.com/blog/2011/12/23/scumbag-godaddy/?utm_source=twitterfeed&amp;utm_medium=twitter"> Scumbag GoDaddy</a></p>
<p><a href="http://foxpa.ws/wp-content/uploads/2011/12/scumbag-godaddy1.jpg"><img class="aligncenter size-medium wp-image-1070" title="scumbag-godaddy1" src="http://foxpa.ws/wp-content/uploads/2011/12/scumbag-godaddy1-298x300.jpg" alt="" width="298" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://foxpa.ws/2011/12/25/godaddys-latest-scumbag-move-backfires-damage-control-failing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horrible News in the Bradley Manning/Wikileaks Case</title>
		<link>http://foxpa.ws/2011/12/19/horrible-news-in-the-bradley-manningwikileaks-case/</link>
		<comments>http://foxpa.ws/2011/12/19/horrible-news-in-the-bradley-manningwikileaks-case/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 04:22:38 +0000</pubDate>
		<dc:creator>كارما</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[assange]]></category>
		<category><![CDATA[bradley manning]]></category>
		<category><![CDATA[cryptanalysis]]></category>
		<category><![CDATA[deniable encryption]]></category>
		<category><![CDATA[disc encryption]]></category>
		<category><![CDATA[disk encryption]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[frontline]]></category>
		<category><![CDATA[julian assange]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[manning]]></category>
		<category><![CDATA[pbs]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[pretrial]]></category>
		<category><![CDATA[rubber hose]]></category>
		<category><![CDATA[rubber hose cryptanalysis]]></category>
		<category><![CDATA[rubberhose]]></category>
		<category><![CDATA[steganography]]></category>
		<category><![CDATA[stegfs]]></category>
		<category><![CDATA[trial]]></category>
		<category><![CDATA[wikileaks]]></category>
		<category><![CDATA[wired]]></category>

		<guid isPermaLink="false">http://foxpa.ws/?p=1043</guid>
		<description><![CDATA[New evidence emerged hours ago that implies a personal link between Bradley Manning, suspected of leaking the war logs &#8211; among other classified military information &#8211; to whistleblower organization WikiLeaks and Julian Assange, the embattled spokesman thereof. This poses a problem for WikiLeaks; if it can be proven Assange or an associate intentionally helped Manning ]]></description>
			<content:encoded><![CDATA[<p>New evidence emerged hours ago that implies a personal link between Bradley Manning, suspected of leaking the war logs &#8211; among other classified military information &#8211; to whistleblower organization WikiLeaks and Julian Assange, the embattled spokesman thereof. This poses a problem for WikiLeaks; if it can be proven Assange or an associate intentionally helped Manning violate secrecy laws (and indeed, their own privacy protocols) they are open to prosecution.</p>
<p>Please read:</p>
<ul>
<li><a href="http://www.wired.com/threatlevel/2011/12/manning-assange-laptop/">http://www.wired.com/threatlevel/2011/12/manning-assange-laptop/</a></li>
<li><a href="http://www.pbs.org/wgbh/pages/frontline/foreign-affairs-defense/wikisecrets/new-evidence-of-assange-manning-link/">http://www.pbs.org/wgbh/pages/frontline/foreign-affairs-defense/wikisecrets/new-evidence-of-assange-manning-link/</a></li>
</ul>
<p>Assuming this isn&#8217;t a set-up, this story disappoints me in two ways. First, the super-smart and fastidious image of WikiLeaks has been effectively shattered. All the talk of encrypted phones and special security measures may be true but when they are so casually discarded they are practically useless. This is exactly the kind of loss-of-confidence the naysayers have been praying for. Second, this makes an AMAZING case for disc encryption and proper log wiping/disabling. I don&#8217;t have everything encrypted myself (might after this wakeup call!) but if I were the guy who leaked a bunch of  classified material I would hope to have the good sense to <em>plan for the worst beforehand</em>.</p>
<p>Ironically, Assange once contributed to the Rubberhose filesystem, an exercise in <a href="http://en.wikipedia.org/wiki/Deniable_encryption">Deniable Encryption</a> and precursor to StegFS that probably would have served its purpose excellently in this case.</p>
]]></content:encoded>
			<wfw:commentRss>http://foxpa.ws/2011/12/19/horrible-news-in-the-bradley-manningwikileaks-case/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun With Vapour Part Six: eGo-W Variable Voltage</title>
		<link>http://foxpa.ws/2011/12/19/fun-with-vapour-part-six-ego-w-variable-voltage/</link>
		<comments>http://foxpa.ws/2011/12/19/fun-with-vapour-part-six-ego-w-variable-voltage/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 00:45:56 +0000</pubDate>
		<dc:creator>كارما</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[atomizer]]></category>
		<category><![CDATA[cartomizer]]></category>
		<category><![CDATA[cartridge]]></category>
		<category><![CDATA[cigarette]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[e-cig]]></category>
		<category><![CDATA[e-juice]]></category>
		<category><![CDATA[ego]]></category>
		<category><![CDATA[ego-t]]></category>
		<category><![CDATA[ego-w]]></category>
		<category><![CDATA[electronic cigarette]]></category>
		<category><![CDATA[eliq]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[perzonal vaporizer]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[tank]]></category>
		<category><![CDATA[vapor]]></category>
		<category><![CDATA[vaporizer]]></category>
		<category><![CDATA[vapour]]></category>
		<category><![CDATA[variable voltage]]></category>
		<category><![CDATA[voltage]]></category>

		<guid isPermaLink="false">http://foxpa.ws/?p=1032</guid>
		<description><![CDATA[I did not expect to be writing my third product review so soon but my bulk order of eGo-W Variable Voltage kits came so fast that here we are. An eGo-W is essentially an eGo-T with a third party (Eliq) tank cartomizer. Add a variable voltage battery with LED status indicator and you have the ]]></description>
			<content:encoded><![CDATA[<p>I did not expect to be writing my third product review so soon but my bulk order of eGo-W Variable Voltage kits came so fast that here we are. An eGo-W is essentially an eGo-T with a third party (Eliq) tank cartomizer. Add a variable voltage battery with LED status indicator and you have the <a href="http://www.esco-e-cigarette.com/pid10379193/EGO-W+E+Cigarette+650+mAh.htm">eGo-W Variable Voltage</a> from <a href="http://www.esco-e-cigarette.com/">Esco Technology</a>.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2011/12/egos.jpg"><img class="aligncenter size-medium wp-image-1033" title="egos" src="http://foxpa.ws/wp-content/uploads/2011/12/egos-300x273.jpg" alt="" width="300" height="273" /></a></p>
<p>This kit retails for up to $120 in Canada but if you&#8217;re able to fill an order for <a href="http://www.alibaba.com/product-gs/510753945/2011_the_best_e_cigarette_variable.html">at least 10</a> they run about $38/unit after shipping. It took only four days for my package to leave Shenzen, China and arrive in Vancouver, half a day to clear customs and only another two days to reach me here in Ontario. Mind blowing. The coffee maker I had shipped from the states a month ago only arrived today. :/</p>
<p>The kits include:</p>
<ul>
<li>2 × EGO-W clear atomizer</li>
<li>2 × VV batteries</li>
<li>1 × Inject bottle (10ml)</li>
<li>1 × Wall Charger</li>
<li>1 × USB charger</li>
<li>1 × User manual</li>
</ul>
<p>eGo-Ws also have a pen-style cap with a clip on it. This sounds more useful than it is, because the (at least 1100mAh) batteries are long and heavy enough to club someone to death with. I do like the cap for the fact that it keeps the mouthpiece from getting filthy when in transit but the clip exerts an alarming amount of pressure on the &#8211; as I am beginning to read &#8211; fragile inner cartomizer.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2011/12/egow.jpg"><img class="aligncenter size-medium wp-image-1034" title="egow" src="http://foxpa.ws/wp-content/uploads/2011/12/egow-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>My shipment came with two (I am assuming) sample eGo-T type B (cone) atomizers and 5 T-style tanks. If my first W cartomizer breaks like this guy&#8217;s I&#8217;ll be giving those a shot and appending my findings:</p>
<p><iframe style="margin: 0pt auto;" src="http://www.youtube.com/embed/gq5dnrP0NXs" frameborder="0" width="500" height="284"></iframe></p>
<p>eGo batteries support 510 atomizers and cartomizers thanks to dual threading. I can&#8217;t see myself using the atties off of <a href="http://foxpa.ws/2011/11/16/fun-with-vapour-part-three-back-in-the-game-with-the-510-e-cigarette/">my 510s</a>; so far I have found the W cartomizer to be superior in every way. There is none of the burnt polyfill taste that comes with cartridges and the e-juice flavour comes out much more clearly.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2011/12/egowopen.jpg"><img class="aligncenter size-medium wp-image-1035" title="egowopen" src="http://foxpa.ws/wp-content/uploads/2011/12/egowopen-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>The part that makes this particlar e-cig really cool is the variable voltage battery. Though I was hoping there would be a 5-click safety on-off as in some newer eGo-T batts this is sacrificed in the variable voltage battery; it is always ready and clicking the button 5 times in under 2 seconds changes the voltage.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2011/12/vv.jpg"><img class="aligncenter size-medium wp-image-1036" title="vv" src="http://foxpa.ws/wp-content/uploads/2011/12/vv-300x232.jpg" alt="" width="300" height="232" /></a>Voltages range from:</p>
<ul>
<li>3.8 &#8211; 4.2V   Blue LED</li>
<li>3.4 &#8211; 3.8V   Blue &amp; Red LED</li>
<li>3.0 &#8211; 3.4V   Red LED</li>
</ul>
<p>I am <strong>so glad</strong> I went with variable voltage batteries. I can see the higher voltages causing problems with additives that combust at too low a temperature but the high setting is so intense it can make me cough. This is exactly the kind of experience I was hoping for in terms of vapour production, throat hit and flavour purity.</p>
<p>It would be nice to be able to disable the battery indicator; on a full charge 5 LEDs must be powered on every hit. That&#8217;s a lot of juice that could be better spent &#8230; vaping juice. On that note, if you&#8217;re ordering bulk you&#8217;d be an idiot not to go with the 1100mAh batteries as they only run $2 more per unit than the 650mAh batts. If your regular 650mAh eGo-T only lasts so long without charging imagine what the higher voltages would mean to your vaping time.</p>
<p>I have one serious issue with this model. To fill a new cartomizer one must puncture an indentation in the silicone plug that is flush against the side of the tank. The indentation only goes about halfway down the plug. This results in a lop-sided plug after you&#8217;ve done your first fill, worse you may end up compromising some of the seal&#8217;s integrity by coming out too far up or close to the side. I recommend removing the sleeve around the tank for this first step and make the puncture at as inward an angle as possible. Once the sleeve has been replaced it&#8217;s probably wise to leave it there for the next refill(s) to reduce unnecessary stress on the tank plastic.</p>
<p>As with my review of the 510s I&#8217;ll be adding updates to this post as these begin to grow on me (or not).</p>
<p>I also want to make special mention of <a href="http://escoecigarette.en.alibaba.com/contactinfo.html?mseq=200672846">Ms. Lucy Lu of Esco</a>&#8216;s excellent customer service; she was a pleasure to deal with and kept us informed of our order&#8217;s progress every step of the way.</p>
<p><strong>UPDATE </strong>Lucy was kind enough to send me some great shots of the individual components of the eGo-W:</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2011/12/ego-w-cap%E5%89%AF%E6%9C%AC1.jpg"><img class="aligncenter size-full wp-image-1046" title="DCIM100MEDIA" src="http://foxpa.ws/wp-content/uploads/2011/12/ego-w-cap%E5%89%AF%E6%9C%AC1.jpg" alt="" width="458" height="344" /></a><a href="http://foxpa.ws/wp-content/uploads/2011/12/ego-w-Clearmizer-1%E5%89%AF%E6%9C%AC.jpg"><img class="aligncenter size-full wp-image-1047" title="DCIM100MEDIA" src="http://foxpa.ws/wp-content/uploads/2011/12/ego-w-Clearmizer-1%E5%89%AF%E6%9C%AC.jpg" alt="" width="458" height="344" /></a><a href="http://foxpa.ws/wp-content/uploads/2011/12/ego-w-Clearmizer-2%E5%89%AF%E6%9C%AC.jpg"><img class="aligncenter size-full wp-image-1048" title="DCIM100MEDIA" src="http://foxpa.ws/wp-content/uploads/2011/12/ego-w-Clearmizer-2%E5%89%AF%E6%9C%AC.jpg" alt="" width="458" height="344" /></a><a href="http://foxpa.ws/wp-content/uploads/2011/12/ego-w-clearmizer-shell%E5%89%AF%E6%9C%AC.jpg"><img class="aligncenter size-full wp-image-1049" title="DCIM100MEDIA" src="http://foxpa.ws/wp-content/uploads/2011/12/ego-w-clearmizer-shell%E5%89%AF%E6%9C%AC.jpg" alt="" width="471" height="354" /></a><a href="http://foxpa.ws/wp-content/uploads/2011/12/ego-w-inhaler%E5%89%AF%E6%9C%AC.jpg"><img class="aligncenter size-full wp-image-1050" title="DCIM100MEDIA" src="http://foxpa.ws/wp-content/uploads/2011/12/ego-w-inhaler%E5%89%AF%E6%9C%AC.jpg" alt="" width="458" height="344" /></a><a href="http://foxpa.ws/wp-content/uploads/2011/12/FILE0733%E5%89%AF%E6%9C%AC.jpg"><img class="aligncenter size-full wp-image-1051" title="DCIM100MEDIA" src="http://foxpa.ws/wp-content/uploads/2011/12/FILE0733%E5%89%AF%E6%9C%AC.jpg" alt="" width="458" height="344" /></a><a href="http://foxpa.ws/wp-content/uploads/2011/12/FILE0744%E5%89%AF%E6%9C%AC.jpg"><img class="aligncenter size-full wp-image-1052" title="DCIM100MEDIA" src="http://foxpa.ws/wp-content/uploads/2011/12/FILE0744%E5%89%AF%E6%9C%AC.jpg" alt="" width="273" height="218" /></a></p>
<p>I should note that &#8211; possibly due to the fact that these were being shipped to Canada &#8211; the filler bottles in my order came empty despite the apparent option of different strength juices.</p>
<p>Another thing I want to mention is that the low air resistance on this cartomizer is fantastic. The draw is nowhere near as hard as with the 510s so it is possible to puff without straining one&#8217;s cheeks. I found with the 510s I have to smoke them like a joint; straight into and only with the lungs. The Eliq cart provides a much more realistic cigarette experience despite the default flute tips, which I am getting quite used to.</p>
<p><strong>UPDATE</strong> Day three and I&#8217;m still at half the factory charge, having used only one battery. I think I mixed the blackberry juice a little heavy on the nicotine and the all-round better experience this e-cig provides has significantly reduced how often I vape. I also haven&#8217;t had to re-fill yet, and the hits are staying consistent (though decreasing slightly with the battery&#8217;s charge). I don&#8217;t want to come down on the 510s because they were good enough to get me to quit smoking but they are absolutely no match. I can never go back.</p>
<p>As far as my addiction is concerned I am going so long between puffs now I often forget why I feel <strong>mildly</strong> stressed in a peculiar way and have to think about it for a minute before I realize I could use a hit off the vape. This provides instant relief, I can feel the first three or four puffs rushing up my spine and into my brain. It&#8217;s definitely time to kick the nicotine down a notch.</p>
<p>My only complaint so far is that this morning I started getting juice in my mouth. After taking off the flute tip it&#8217;s clear this is from condensation and not leaking by the way the droplets are configured within the chamber. It just takes a q-tip to clean but I am wary about removing and re-inserting the mouthpiece more than absolutely necessary to prolong the life of the tank.</p>
<p><strong>UPDATE</strong> I refilled my cartomizer with &#8220;apple candy&#8221; juice mixed fresh last night and realized that when you inject juice into the tank you can create tremendous pressure on the tank walls from within. I don&#8217;t think it&#8217;s a leap to suggest this might make the cartomizer particularly vulnerable to shattering. I recommend that after every fifth or sixth of the tank that you fill it should be brought battery-connection-up so you can suck some of the air pocket into your squeeze bottle.</p>
<p><strong>UPDATE</strong> The unit rolled behind my keyboard while typing. It took me a while to realize I was hearing the atomizer firing. The coil has discoloured the silicone around it and there is a bit of an off-taste. If I place another order I&#8217;m going to see what can be done about the 5-click on/off safety mechanism found in newer regular eGo batteries.</p>
<p><strong>UPDATE</strong> One of the customers left their cig in a car outside over night. It froze and the tank shattered. This is probably an obvious one to avoid but worthy of mention nonetheless.</p>
<p><strong>UPDATE</strong> It has only been 8 days and I&#8217;ve already managed to burn both of my cartomizers. I just loaded up a &#8220;type B version 2&#8243; or regular cone atomizer and tank. Much to my surprise there has so far been no overtly disagreeable taste from the primer fluid. The regular atomizer does not produce nearly as well as the Eliq W cartomizer and I find the larger flute-tip of the tanks less comfortable.</p>
<p><strong>UPDATE</strong> Still going strong with the cone T-type atomizer and tank. It hits well enough and I&#8217;ve had no problems with leakage etc. Touch wood. Every filler bottle that came with the kits and I have used (about 4 so far) has broken at the tip on the first use. Be careful when you withdraw the needle or it may stay stick in the silicone.</p>
<p><strong>UPDATE</strong> Day 18. The cone T-type atomizer and tank are still holding up well. Just made some Juicy Fruit juice, not bad. Doing peach in the T right now and it&#8217;s still weak, will try adding more flavour drops. One of the customers passed her e-cig around at Christmas and something happened whereby it stopped hitting and the Wildberry juice I mixed myself turned fluorescent piss yellow. Will investigate when I have time. Cleaned out my first W cartomizer today. Pretty sure I ruined the seal by pressing to hard on the air straw, which also serves as one of the battery contacts so this may hold it in place. Also may have put the silicone seal on improperly. We&#8217;ll see. Serious pain in the ass, got my hands and the carto covered in full strength nicotine juice. I&#8217;m <span style="text-decoration: underline;">wired</span>.</p>
]]></content:encoded>
			<wfw:commentRss>http://foxpa.ws/2011/12/19/fun-with-vapour-part-six-ego-w-variable-voltage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with Vapour Part Five: DIY Mixing your own E-Juice/E-Liquid</title>
		<link>http://foxpa.ws/2011/12/15/fun-with-vapour-part-five-diy-mixing-your-own-e-juicee-liquid/</link>
		<comments>http://foxpa.ws/2011/12/15/fun-with-vapour-part-five-diy-mixing-your-own-e-juicee-liquid/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 18:38:54 +0000</pubDate>
		<dc:creator>كارما</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[cessation]]></category>
		<category><![CDATA[cessation aid]]></category>
		<category><![CDATA[cigarette]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[e-cig]]></category>
		<category><![CDATA[e-juice]]></category>
		<category><![CDATA[e-liquid]]></category>
		<category><![CDATA[electronic]]></category>
		<category><![CDATA[electronic cigarette]]></category>
		<category><![CDATA[peg 400]]></category>
		<category><![CDATA[pg]]></category>
		<category><![CDATA[smoker]]></category>
		<category><![CDATA[smokers]]></category>
		<category><![CDATA[smoking]]></category>
		<category><![CDATA[vg]]></category>

		<guid isPermaLink="false">http://foxpa.ws/?p=1017</guid>
		<description><![CDATA[I gave up cigarettes for e-cigs 29 days ago today. Until now I have been vaping various tobacco flavours but the concentrated flavour additives I ordered from The Perfumer&#8217;s Apprentice have finally arrived. E-juice &#8211; the stuff that makes it &#8220;go&#8221; &#8211; isn&#8217;t a very clear-cut matter. For instance, in many countries there are difficulties ]]></description>
			<content:encoded><![CDATA[<p>I gave up cigarettes for e-cigs 29 days ago today. Until now I have been vaping various tobacco flavours but the concentrated flavour additives I ordered from <a href="http://perfumersapprentice.com/">The Perfumer&#8217;s Apprentice</a> have finally arrived. E-juice &#8211; the stuff that makes it &#8220;go&#8221; &#8211; isn&#8217;t a very clear-cut matter. For instance, in many countries there are difficulties locally obtaining juice with nicotine. I had to ask some e-cig veterans for a &#8220;secret&#8221; list to find a Canadian vendor that would ship it. There are three different common bases for the e-juice and some people like to mix them in different proportions. The intensity of flavours varies from producer to producer. Rather than buying a sample from here or there to feel the market out I figured the more sensible route of action given the cost of materials would be to make my own juice to-taste.</p>
<div id="attachment_1018" class="wp-caption aligncenter" style="width: 310px"><a href="http://foxpa.ws/wp-content/uploads/2011/12/wrong.jpg"><img class="size-medium wp-image-1018" title="wrong" src="http://foxpa.ws/wp-content/uploads/2011/12/wrong-300x175.jpg" alt="" width="300" height="175" /></a><p class="wp-caption-text">How to Do It WRONG</p></div>
<p style="text-align: left;">A week into my adventure I realized I would soon be running out of e-juice. At the time fearing I would only be able to get nicotine juice from China (~30 days shipping) and with little knowledge I hit up a health food store and bought a bottle of Vegetable Glycerine (VG) and some flavour additives. There are two things horribly wrong with this picture:</p>
<ol>
<li>The gauge of those needles is far too fine to draw highly viscous VG; pulling the plunger on anything much smaller than an 18 gauge will simply suck the air in from behind</li>
<li>Those arty-farty <em>organic</em> flavour additives are oil based. Apparently using oil-based flavour additives in your e-juice may lead to a build-up of fluid in your lungs, which is conducive to respiratory infections.</li>
</ol>
<p>With a little more research under my belt I ordered some water-soluble flavours from <a href="http://perfumersapprentice.com/">The Perfumer&#8217;s Apprentice</a> and some tobacco samplers from <a href="http://northernvapor.ca/">NorthernVapor</a>.</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2011/12/flava.jpg"><img class="aligncenter size-medium wp-image-1019" title="flava" src="http://foxpa.ws/wp-content/uploads/2011/12/flava-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p>I have this to say about the tobacco flavours I tried:</p>
<ul>
<li>Weak.</li>
<li>Canadabacco tastes grapey.</li>
<li>Flu-cured hits better in the nose, tastes somewhere in the ballpark of burnt toffee.</li>
</ul>
<p>Naturally, the flavours become more dilute when mixed with an appropriate amount of nicotine juice. This confirmed my theory that it is not worth leaving the flavouring up to other people, whom are fallible and may not have as deadened taste-buds as we.</p>
<p>Behold:</p>
<p><a href="http://foxpa.ws/wp-content/uploads/2011/12/flava2.jpg"><img class="aligncenter size-medium wp-image-1020" title="flava2" src="http://foxpa.ws/wp-content/uploads/2011/12/flava2-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>It took them a while to ship and a million years to get here (US-&gt;Canada postal service is abysmal during the hollies) but I&#8217;m finally breaking into my new flavours:</p>
<ul>
<li>Caramel Cappuccino</li>
<li>Maple Syrup</li>
<li>Bavarian Cream</li>
<li>Lemon</li>
<li>Maraschino Cherry &#8211; Very fruit-punchy. Sort of a powdery, perfumy rose petal undertone. Burns the tongue when over-mixed.</li>
<li>Apple Candy &#8211; Weak in small quantities, awful if over-used</li>
<li>Peach &#8211; Delicious but much less potent than Cherry, cart required full cleaning to noticeably change flavours.</li>
<li>Granny Smith</li>
<li>Key Lime &#8211; Crisp and refreshing!</li>
<li>Tea</li>
<li>Hazelnut</li>
<li>Cola</li>
<li>Juicy Fruit</li>
<li>Mango</li>
<li>Blackberry &#8211; Amazing! Has a sort of floral note in weaker concentrations. Cool fluorescent colour. Contains ethanol and hits strong! Good tolerance for under/overmixing. My favourite so far.</li>
</ul>
<p>I&#8217;ll post what I think of them as I try them out.</p>
<p>To make your own e-juice first decide what base you want to start with:</p>
<ul>
<li>Propylene Glycol &#8211; The standard which most e-cig producers and commercial juice suppliers use.</li>
<li>Vegetable Glycerine &#8211; Slightly sweeter, produces noticeably more vapour.</li>
<li>PEG 400 (Polyethylene Glycol) &#8211; Some people say it&#8217;s safer, some people say it produces more vapour and some say it tastes worse. It is usually the most expensive of the three.</li>
</ul>
<p>Many seem to find that they are happier mixing two or even all three of these in varying proportions. The second item for consideration is nicotine. Nicotine is so poisonous that a couple of undiluted drops on the skin is potentially lethal. Chances are you can not and do not want to get your hands on some of it. Patronizingly, some &#8220;veteran&#8221; e-ciggers will throw a tantrum at the mere mention of the idea; but the fact is they&#8217;re probably right and you&#8217;re really not as clever or careful as you think you are.</p>
<p>The generally accepted standard in the e-cigging community is to try and get very high strength flavourless juice, be it from China or a local vendor if you can find one. I have seen juice with concentrations as high as 100mg/ml but the bottle I am working with currently is 46mg/ml which can be cut by two parts to produce &#8220;medium-high&#8221; juice. Obviously the lower the concentration of nicotine in the mixing juice the less room you have to add flavours etc. Some folks like to add a drop or two of ethanol or vodka (I imagine the higher the proof the better the taste) to enhance the throat hit. It&#8217;s difficult to obtain scientific grade ethanol in Ontario without the benefit of paperwork but not at all difficult to distil; I will share my thoughts once I have tried it.</p>
]]></content:encoded>
			<wfw:commentRss>http://foxpa.ws/2011/12/15/fun-with-vapour-part-five-diy-mixing-your-own-e-juicee-liquid/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Megaupload Song ft. P Diddy, Will.i.am, Alicia Keys, Snoop Dogg, Kanye West, Lil John, Kim Kardashian, Jamie Foxx, Chris Brown</title>
		<link>http://foxpa.ws/2011/12/09/megaupload-song-ft-p-diddy-will-i-am-alicia-keys-snoop-dogg-kanye-west-lil-john-kim-kardashian-jamie-foxx-chris-brown/</link>
		<comments>http://foxpa.ws/2011/12/09/megaupload-song-ft-p-diddy-will-i-am-alicia-keys-snoop-dogg-kanye-west-lil-john-kim-kardashian-jamie-foxx-chris-brown/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 00:23:02 +0000</pubDate>
		<dc:creator>كارما</dc:creator>
				<category><![CDATA[Rights]]></category>
		<category><![CDATA[Alicia Keys]]></category>
		<category><![CDATA[Chris Brown]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[Jamie Foxx]]></category>
		<category><![CDATA[Kanye West]]></category>
		<category><![CDATA[Kim Kardashian]]></category>
		<category><![CDATA[Lil John]]></category>
		<category><![CDATA[megaupload]]></category>
		<category><![CDATA[megavideo]]></category>
		<category><![CDATA[mpaa]]></category>
		<category><![CDATA[P Diddy]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[riaa]]></category>
		<category><![CDATA[rights]]></category>
		<category><![CDATA[Snoop Dogg]]></category>
		<category><![CDATA[torrentfreak]]></category>
		<category><![CDATA[Will.i.am]]></category>

		<guid isPermaLink="false">http://foxpa.ws/?p=1009</guid>
		<description><![CDATA[RIAA Label Artists &#38; A-List Stars Endorse Megaupload In New Song MegaUpload is currently being portrayed by the MPAA and RIAA as one of the world’s leading rogue sites. But top music stars including P Diddy, Will.i.am, Alicia Keys, Snoop Dogg and Kanye West disagree and are giving the site their full support in a ]]></description>
			<content:encoded><![CDATA[<p><a href="http://torrentfreak.com/riaa-label-artists-a-list-stars-endorse-megaupload-in-new-song-111209/">RIAA Label Artists &amp; A-List Stars Endorse Megaupload In New Song</a></p>
<blockquote><p>MegaUpload is currently being portrayed by the MPAA and RIAA as one of the world’s leading rogue sites. But top music stars including P Diddy, Will.i.am, Alicia Keys, Snoop Dogg and Kanye West disagree and are giving the site their full support in a brand new song. TorrentFreak caught up with the elusive founder of MegaUpload, Kim Dotcom, who shrugged off “this rogue nonsense” and told us he wants content owners to get paid.</p></blockquote>
<p><a href="http://torrentfreak.com/universal-censors-megaupload-song-gets-branded-a-rogue-label-111210/">Universal is already attempting to censor this video</a>.<br />
<strong>UPDATE</strong> <a href="http://torrentfreak.com/megaupload-to-sue-universal-joins-fight-against-sopa-111212/">Megaupload files a suit against Universal on Monday Dec. 12</a></p>
<p>Please download your copy courtesy of foxpa.ws at <a href="http://foxpa.ws/dist/megaupload.mp4">http://foxpa.ws/dist/megaupload.mp4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://foxpa.ws/2011/12/09/megaupload-song-ft-p-diddy-will-i-am-alicia-keys-snoop-dogg-kanye-west-lil-john-kim-kardashian-jamie-foxx-chris-brown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://foxpa.ws/dist/megaupload.mp4" length="22299432" type="video/mp4" />
		</item>
		<item>
		<title>You Can Still Get Cheap Comodo Positive SSL for Under $10</title>
		<link>http://foxpa.ws/2011/12/01/you-can-still-get-cheap-comodo-positive-ssl-for-under-10/</link>
		<comments>http://foxpa.ws/2011/12/01/you-can-still-get-cheap-comodo-positive-ssl-for-under-10/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 17:28:37 +0000</pubDate>
		<dc:creator>كارما</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[authority]]></category>
		<category><![CDATA[ca]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[certification authority]]></category>
		<category><![CDATA[cheap]]></category>
		<category><![CDATA[cheapssls]]></category>
		<category><![CDATA[comodo]]></category>
		<category><![CDATA[consumer]]></category>
		<category><![CDATA[csr]]></category>
		<category><![CDATA[discount]]></category>
		<category><![CDATA[discounts]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[geotrust]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[its]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[resale]]></category>
		<category><![CDATA[retail]]></category>
		<category><![CDATA[savings]]></category>
		<category><![CDATA[shop]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[signing authority]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[ssl certifcate]]></category>
		<category><![CDATA[symantec]]></category>
		<category><![CDATA[tls]]></category>
		<category><![CDATA[trust]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[verification]]></category>
		<category><![CDATA[verisign]]></category>

		<guid isPermaLink="false">http://foxpa.ws/?p=1000</guid>
		<description><![CDATA[Comodo has offered discount chained SSL certificates through its PositiveSSL brand for some time. A few months ago I was shocked to see the renewal fee for what used to be a $9.99 certificate had gone up to $49.00/yr. This rate has unfortunately not dropped since, prompting the search for a new bargain-basement supplier. As ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.comodo.com/">Comodo</a> has offered discount chained SSL certificates through its <a href="http://www.positivessl.com/">PositiveSSL</a> brand for some time. A few months ago I was shocked to see the renewal fee for what used to be a $9.99 certificate had gone up to $49.00/yr. This rate has unfortunately not dropped since, prompting the search for a new bargain-basement supplier.</p>
<p>As it turns out there is good news: it is still possible to get PositiveSSL for cheap through a reseller. Currently 1 year is running only $8.00 on <a href="http://www.cheapssls.com/">CheapSSLs</a>. I&#8217;d never heard of CheapSSLs before yesterday but my bare modicum of research indicates it is a reputable front-end for Comodo, GeoTrust and VeriSign/Symantec and a daughter of registrar <a href="http://www.namecheap.com/">DomainCheap.com</a>.</p>
<p>After one makes their purchase one must proceed to the &#8220;My SSL Certificates&#8221; page on CheapSSLs to activate it which seems to throw off some folks expecting the process to be taken over by the actual issuer of the certificate. In fact, the CSR is provided to CheapSSLs and the entire process is handled through their site.</p>
<p>There is a small e-mail verification step but if everything goes correctly you will be issued your certificate from the signing authority proper via e-mail in mere minutes.</p>
<p>Bonus: CheapSSLs accepts payment by PayPal allowing for truly anonymous/paper-trail-less certificates.</p>
<p>Happy reselling :)</p>
]]></content:encoded>
			<wfw:commentRss>http://foxpa.ws/2011/12/01/you-can-still-get-cheap-comodo-positive-ssl-for-under-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Epik Troll</title>
		<link>http://foxpa.ws/2011/12/01/epik-troll/</link>
		<comments>http://foxpa.ws/2011/12/01/epik-troll/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 06:28:20 +0000</pubDate>
		<dc:creator>كارما</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domaining]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[epik]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[prospecting]]></category>
		<category><![CDATA[prospector]]></category>
		<category><![CDATA[prospectors]]></category>
		<category><![CDATA[sniper]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spammer]]></category>
		<category><![CDATA[spamming]]></category>
		<category><![CDATA[troll]]></category>

		<guid isPermaLink="false">http://foxpa.ws/?p=998</guid>
		<description><![CDATA[I wholeheartedly concur with your company&#8217;s warm sentiments regarding the proliferation of furry porn and drugs into the homes of consumers benefiting from the SEO-minded stewardship of a varied domain portfolio. While I can not at this time justify the expense of this particular domain I pledge to inform my colleagues in the furry porn ]]></description>
			<content:encoded><![CDATA[<p>I wholeheartedly concur with your company&#8217;s warm sentiments regarding<br />
the proliferation of furry porn and drugs into the homes of consumers<br />
benefiting from the SEO-minded stewardship of a varied domain portfolio.<br />
While I can not at this time justify the expense of this particular<br />
domain I pledge to inform my colleagues in the furry porn and drugs<br />
industry about the benefits of expanding their on-line presence through<br />
the exciting line of products and services offered by Epik.</p>
<p>It&#8217;s good to know you have our back :)</p>
<p>k</p>
<p>On 30/11/11 10:15 PM, info@epik.com wrote:<br />
&gt; Hello,<br />
&gt;<br />
&gt; I am writing to let you know that the website karmanetworks.com is for sale.  After visiting 420furs.org, I thought this name would be of interest to you.<br />
&gt;<br />
&gt; Using a website like karmanetworks.com can significantly increase visitors and business for your website: 420furs.org.<br />
&gt;<br />
&gt; By way of introduction, Epik is a leading developer and broker of domain names. We are behind some of the largest domain name developments.<br />
&gt;<br />
&gt; You can view more information about this site url here: http://epikdomains.com/karmanetworks.com.<br />
&gt;<br />
&gt; If you have questions or are interested in purchasing karmanetworks.com, please contact me.<br />
&gt;<br />
&gt; Thanks for your time,<br />
&gt;<br />
&gt; David<br />
&gt;<br />
&gt; David Jennings<br />
&gt; Epik Sales Associate<br />
&gt; info@epik.com<br />
&gt; (801) 901-EPIK (801-901-3745)<br />
&gt; PO Box 52686<br />
&gt; Bellevue, WA 98015<br />
&gt;<br />
&gt; To comply with FTC rules, this email is considered an advertisement.<br />
&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://foxpa.ws/2011/12/01/epik-troll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

