<?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>Kyle Anderson</title>
	<atom:link href="http://xkyle.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://xkyle.com</link>
	<description></description>
	<lastBuildDate>Sun, 22 Aug 2010 07:24:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Bash Boggle &#8211; A Boggle Solver Written in Bash!</title>
		<link>http://xkyle.com/2010/08/21/bash-boggle-a-boggle-solver-written-in-bash/</link>
		<comments>http://xkyle.com/2010/08/21/bash-boggle-a-boggle-solver-written-in-bash/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 07:24:10 +0000</pubDate>
		<dc:creator>Kyle Anderson</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[nclug]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://xkyle.com/?p=526</guid>
		<description><![CDATA[Bash is my favorite computer language. I also love writing programs to help human problems. Inspired by this online Boggle solver, I decided to write my own solver while my friends were too busy playing the game and having fun If you would like to test my work, here is the code: http://dev.xkyle.com/bashboggle/ You will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://xkyle.com/wp-content/uploads/boggle.jpg"><img class="alignnone size-medium wp-image-527" title="boggle" src="http://xkyle.com/wp-content/uploads/boggle-300x239.jpg" alt="" width="300" height="239" /></a></p>
<p>Bash is my favorite computer language. I also love writing programs to help human problems.</p>
<p>Inspired by this <a href="http://www.circlemud.org/~jelson/software/netboggle.pl">online Boggle solver</a>, I decided to write my own solver while my friends were too busy playing the game and having fun <img src='http://xkyle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you would like to test my work, here is the code:</p>
<p><a href="http://dev.xkyle.com/bashboggle/">http://dev.xkyle.com/bashboggle/</a></p>
<p>You will need the linux &#8220;words&#8221; dictionary, which is installable on Ubuntu by running &#8220;sudo apt-get install wamerican&#8221;</p>
<p>Why Bash? Yea it is not as fast as C, not as terse as Perl, not as elegant as Python, bla bla bla. But Bash is Fun, and it is good to keep the skills sharp. I think I will port it to python next just for the practice.</p>
<p>Here is an example input and output:</p>
<blockquote>
<pre>kyle@kyle:~/Projects/bashboggle$ cat board.txt
E    I    D    A    N
I    G    S    S    H
R    R    Qu   D    L
A    Y    T    E    T
I    A    O    A    E
kyle@kyle:~/Projects/bashboggle$ ./boggle.sh board.txt
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
arty
dash
delta
digs
diss
eels
girt
girted
gray
hassle
hassled
rigid
rigs
sans
sash
shad
shads
sled
sleds
sleet
teaed
teat
teed
tels
toed
tray
trig
</pre>
</blockquote>
<p>The board format is pretty flexible. As long as there is some sort of whitespace in between the letters, it will work. It is also case insensitive. For test boggle problems I used this <a href="http://www.easysurf.cc/boggle.htm">online Boggle site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://xkyle.com/2010/08/21/bash-boggle-a-boggle-solver-written-in-bash/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Computer Assisted Jenga with the Wii Balance Board and Linux</title>
		<link>http://xkyle.com/2010/07/31/computer-assisted-jenga-with-the-wii-balance-board-and-linux/</link>
		<comments>http://xkyle.com/2010/07/31/computer-assisted-jenga-with-the-wii-balance-board-and-linux/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 05:07:57 +0000</pubDate>
		<dc:creator>Kyle Anderson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[cwiid]]></category>
		<category><![CDATA[nclug]]></category>
		<category><![CDATA[pygame]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://xkyle.com/?p=518</guid>
		<description><![CDATA[I like to think about how games work, in the case of Jenga, it is just physics! But don&#8217;t you wish you could peel back reality and see what is happening with the physics from the inside? Well now you can, with the help of a Wii Balance Board. For the setup you need these [...]]]></description>
			<content:encoded><![CDATA[<p>I like to think about how games work, in the case of <a href="http://en.wikipedia.org/wiki/Jenga">Jenga</a>, it is just physics!</p>
<p>But don&#8217;t you wish you could peel back reality and see what is happening with the physics from the inside? Well now you can, with the help of a Wii Balance Board.</p>
<p><a href="http://xkyle.com/wp-content/uploads/wii-jengasetup.jpg"><img class="alignnone size-medium wp-image-519" title="wii-jengasetup" src="http://xkyle.com/wp-content/uploads/wii-jengasetup-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>For the setup you need these ingredients:</p>
<ul>
<li>Wii Balance Board</li>
<li>Computer with Bluetooth</li>
<li>Linux, preferably Ubuntu</li>
<li>Jenga Set, alternatively &#8220;<a href="http://www.argos.co.uk/static/Product/partNumber/3904172.htm">Tension Tower</a>&#8220;</li>
<li>Some know-how to compile a trunk version of <a href="http://abstrakraft.org/cwiid/">Cwiid</a></li>
<li>Some other python stuff (see the build instructions for details)</li>
<li><a href="http://wiki.xkyle.com/WiiJenga">And my code</a></li>
</ul>
<p>I&#8217;m going to maintain all instructions on how to setup all the technical details on my wiki: <a href="http://wiki.xkyle.com/WiiJenga">http://wiki.xkyle.com/WiiJenga</a></p>
<p>Once you have it setup, you can see where the real center of balance is of your game, and you can tell how close it is to toppling over.</p>
<p>In reality, the balance board isn&#8217;t quite sensitive enough to very accurately detect the center of balance of the Jenga blocks, or detect how many Jenga blocks there are, but it is fun to watch:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/GHYw2Wzpg2A&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/GHYw2Wzpg2A&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://xkyle.com/2010/07/31/computer-assisted-jenga-with-the-wii-balance-board-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Seagate Dockstar: A Very Cool Linux Device</title>
		<link>http://xkyle.com/2010/07/19/the-seagate-dockstar-a-very-cool-linux-device/</link>
		<comments>http://xkyle.com/2010/07/19/the-seagate-dockstar-a-very-cool-linux-device/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 05:35:25 +0000</pubDate>
		<dc:creator>Kyle Anderson</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[dockstar]]></category>
		<category><![CDATA[nclug]]></category>
		<category><![CDATA[openwrt]]></category>

		<guid isPermaLink="false">http://xkyle.com/?p=511</guid>
		<description><![CDATA[What if I told you there was a computer out there, a small one, with gigabit ethernet, 4 USB 2.0 ports, runs on 5 watts, and serves as a great NAS (network attached storage) for your home.  It can share files, serve media, be a router, make backups for you, host a lamp stack, be [...]]]></description>
			<content:encoded><![CDATA[<p>What if I told you there was a computer out there, a small one, with gigabit ethernet, 4 USB 2.0 ports, runs on 5 watts, and serves as a great NAS (network attached storage) for your home.  It can share files, serve media, be a router, make backups for you, host a lamp stack, be a mail server, etc. It can do whatever you can think up.</p>
<p><a href="http://xkyle.com/wp-content/uploads/dockstar.jpg"><img class="alignnone size-full wp-image-512" title="dockstar" src="http://xkyle.com/wp-content/uploads/dockstar.jpg" alt="" width="576" height="300" /></a></p>
<p>How much would you pay for such a neat little device? $100? $120? What if I told you that this device is ~$35. What a deal. Lose your P4 electricity guzzler and stick this on your shelf with some harddrives plugged into it.</p>
<p>Now the next question, what Linux distro should we use, and how does one go about installing it? After all, there is no keyboard ports, no display, no cdrom drive. No problem.</p>
<p>To hack this thing, all you need to do is connect to its internal serial port. Here are some instructions to hook up a <a href="http://wiki.xkyle.com/Seagate_Dockstar">serial port to the Seagate Dockstar</a>.</p>
<p><a href="http://xkyle.com/wp-content/uploads/2010-07-19-23.31.22.jpg"><img class="alignnone size-medium wp-image-513" title="2010-07-19 23.31.22" src="http://xkyle.com/wp-content/uploads/2010-07-19-23.31.22-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>Now, there are lots of distros, not too many that support the ARM processor. The stock OS is indeed Ubuntu 9.04, however my OS of choice for this hardware is <a href="http://openwrt.org">OpenWRT</a>. Openwrt is a very light, simple, linux distro, designed for embedded systems and routers.  If you wish to follow my steps, here are some instructions on <a href="http://wiki.xkyle.com/Install_Openwrt_on_a_Seagate_Dockstar">installing Openwrt on a Dockstar</a>. I plan to buy a bunch of these and build some sort of super cheap SAN. I&#8217;ll let you know where it goes. The possibilities are only bounded by your imagination. (And I guess maybe the hardware)</p>
]]></content:encoded>
			<wfw:commentRss>http://xkyle.com/2010/07/19/the-seagate-dockstar-a-very-cool-linux-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Your Very Own PXE Server!</title>
		<link>http://xkyle.com/2010/07/16/setting-up-your-very-own-pxe-server/</link>
		<comments>http://xkyle.com/2010/07/16/setting-up-your-very-own-pxe-server/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 22:42:46 +0000</pubDate>
		<dc:creator>Kyle Anderson</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[nclug]]></category>
		<category><![CDATA[pxe]]></category>

		<guid isPermaLink="false">http://xkyle.com/?p=508</guid>
		<description><![CDATA[Ever fumbled around your house looking for a Linux CD, but you can&#8217;t find it? Ever suspected that your ram was going bad, but you didn&#8217;t have a way to test it? Ever needed to backup files on a computer that had a dead and broken operating system? A solution to all these problems is [...]]]></description>
			<content:encoded><![CDATA[<p>Ever fumbled around your house looking for a Linux CD,  but you can&#8217;t find it? Ever suspected that your ram was going bad, but  you didn&#8217;t have a way to test it? Ever needed to backup files on a  computer that had a dead and broken operating system? A solution to all  these problems is a super cool tool called PXE booting. PXE booting  allows you to load alternative operating systems over the network,  without the need for cds, cdroms, etc!</p>
<div id="attachment_509" class="wp-caption alignnone" style="width: 1034px"><a href="http://xkyle.com/wp-content/uploads/pxebooting.jpg"><img class="size-large wp-image-509" title="Things you can do with a PXE server" src="http://xkyle.com/wp-content/uploads/pxebooting-1024x623.jpg" alt="Things you can do with a PXE server" width="1024" height="623" /></a><p class="wp-caption-text">Things you can do with a PXE server</p></div>
<p>Sound like something that you could benefit from? Setting up your  own PXE boot environment is easy and Fun! Check out my <a href="http://wiki.xkyle.com/File:Pxe.pdf">presentation</a> and then later my <a href="http://wiki.xkyle.com/pxe">wiki  page</a> for notes, commands, and configuration snippets to get your own  setup going.</p>
]]></content:encoded>
			<wfw:commentRss>http://xkyle.com/2010/07/16/setting-up-your-very-own-pxe-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ISPs Should Capitalize on their Reverse DNS!</title>
		<link>http://xkyle.com/2010/05/18/isps-should-capitalize-on-their-reverse-dns/</link>
		<comments>http://xkyle.com/2010/05/18/isps-should-capitalize-on-their-reverse-dns/#comments</comments>
		<pubDate>Wed, 19 May 2010 01:20:39 +0000</pubDate>
		<dc:creator>Kyle Anderson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nclug]]></category>

		<guid isPermaLink="false">http://xkyle.com/?p=504</guid>
		<description><![CDATA[Actually&#8230; no they shouldn&#8217;t. Here is what it would look like: My traceroute  [v0.75] kyle (0.0.0.0)                                                              Tue May 18 15:14:52 2010 Keys:  Help   Display mode   Restart statistics   Order of fields   quit Host                                                           Loss%    Snt  Last  Avg  Best  Wrst StDev 1. 192.168.0.1                                                 0.0%     10   12.0  15.6  11.3  33.6   6.7 2  UPGRADE-YOUR-CONNECTION-1800-COMCAST.res.comcast.net        0.0%     10   13.1  15.8  11.5  [...]]]></description>
			<content:encoded><![CDATA[<p>Actually&#8230; no they shouldn&#8217;t. Here is what it would look like:</p>
<pre>                                           My traceroute  [v0.75]
kyle (0.0.0.0)                                                              Tue May 18 15:14:52 2010
Keys:  Help   Display mode   Restart statistics   Order of fields   quit

 Host                                                           Loss%    Snt  Last  Avg  Best  Wrst StDev
 1. 192.168.0.1                                                 0.0%     10   12.0  15.6  11.3  33.6   6.7
 2  UPGRADE-YOUR-CONNECTION-1800-COMCAST.res.comcast.net        0.0%     10   13.1  15.8  11.5  31.1   5.9
 3. TURBOBOOST-UP-TO-50MBS.car1.Den.core.comcast.net            44.4%    10   15.3  17.7  11.8  23.1   4.5
 4. LIKE-WHAT-YOU-SEE?-GET-WITH-LEVEL3!.Level3.net              0.0%     10   27.5  22.5  12.5  43.5   9.0
 5. v----LEVEL3-EATS-SAVVISs-PACKETS.Level3.net                 0.0%     10   43.6  35.9  29.7  43.6   5.7
 6. ^----SUCK-IT-L3.das3-v3037.ch3.savvis.net                   50.0%    10   31.2  32.1  30.8  34.5   1.5
 7. FOR-A-GOOD-PING-TIME-CALL-888-638-6771.dallas3.savvis.net   0.0%     9    28.8  31.8  28.8  43.5   4.8
 8. We-heart-savvis.dllstx0.us.bb.gin.ntt.net                   0.0%     9    30.1  33.1  29.4  51.5   7.0
 9. 4.2.2.2......jk..25.209.2.4                                 0.0%     9    70.3  83.1  68.1 186.6  38.9
10. 0.0.0.zero                                                  0.0%     9    51.6  58.0  51.6  72.9   8.0
11. nothing.here.move.along.                                    0.0%     9    55.4  55.1  51.7  62.1   3.5
12. THIS-SPACE-FOR-RENT!!!                                      0.0%     9    86.3  87.4  83.7  91.3   2.7
13. the-real-site.net                                           0.0%     9    103.9 105.9  84.0 128.2  12.0
</pre>
]]></content:encoded>
			<wfw:commentRss>http://xkyle.com/2010/05/18/isps-should-capitalize-on-their-reverse-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stream of Conciousness Youtube Videos on Linux</title>
		<link>http://xkyle.com/2010/05/16/stream-of-conciousness-youtube-videos-on-linux/</link>
		<comments>http://xkyle.com/2010/05/16/stream-of-conciousness-youtube-videos-on-linux/#comments</comments>
		<pubDate>Mon, 17 May 2010 03:20:20 +0000</pubDate>
		<dc:creator>Kyle Anderson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nclug]]></category>
		<category><![CDATA[totem]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://xkyle.com/?p=502</guid>
		<description><![CDATA[While sitting watching TV I yearned for a more stream-of-consciousness experience. Youtube was the answer. However, Youtube requires too much interaction. I wanted to vege out and let it just feed me the stream of random images and sound. Selecting purely random youtube videos sounded like a bad idea though&#8230; I decided to do a [...]]]></description>
			<content:encoded><![CDATA[<p>While sitting watching TV I yearned for a more <a href="http://en.wikipedia.org/wiki/Stream_of_consciousness_%28psychology%29">stream-of-consciousness</a> experience. Youtube was the answer.</p>
<p>However, Youtube requires too much interaction. I wanted to vege out and let it just feed me the stream of random images and sound. Selecting purely random youtube videos sounded like a bad idea though&#8230;</p>
<p>I decided to do a twitter search for anything with a youtube link, and then let a script just enqueue them into totem, ad-infinitum. Here is my abomination:</p>
<pre>#!/bin/bash
while [ 1 ];
do
 for EACHVIDEO in `wget -O - -q "http://search.twitter.com/search.atom?q=youtube.com" | grep http://www.youtube.com | grep "&lt;content" | sed 's/quot;/\n/g' | grep "http://www.youtube.com" | cut -f 1 -d "&amp;" `
 do
 totem --enqueue `youtube-dl -g -b "$EACHVIDEO" ` &amp;
 sleep  2s
 done
 sleep 30s
done
</pre>
<p>You need a recent version of the youtube-dl script, located <a href="http://bitbucket.org/rg3/youtube-dl/wiki/Home">here</a>. Put it in your path as appropriate. Press N for next! Next! Next!</p>
<pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://xkyle.com/2010/05/16/stream-of-conciousness-youtube-videos-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sparkfun&#8217;s Autonomous Vehicle Competition</title>
		<link>http://xkyle.com/2010/04/17/sparkfuns-autonomous-vehicle-competition/</link>
		<comments>http://xkyle.com/2010/04/17/sparkfuns-autonomous-vehicle-competition/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 03:50:33 +0000</pubDate>
		<dc:creator>Kyle Anderson</dc:creator>
				<category><![CDATA[UAV]]></category>
		<category><![CDATA[nclug]]></category>
		<category><![CDATA[sparkfun]]></category>

		<guid isPermaLink="false">http://xkyle.com/?p=491</guid>
		<description><![CDATA[The Sparkfun Autonomous Vehicle Competition (AVC) was a smash! You can watch some footage of the event at Sparkfun&#8217;s Ustream page. Here is what the starting / finishing line looked like: And some judges on the roof watching to make sure the Flying robots do not cut corners. I was very impressed by the UAVs [...]]]></description>
			<content:encoded><![CDATA[<p>The Sparkfun Autonomous Vehicle Competition (AVC) was a smash! You can watch some footage of the event at <a href="http://www.ustream.tv/channel/autonomous-vehicle-competition">Sparkfun&#8217;s Ustream</a> page.</p>
<p>Here is what the starting / finishing line looked like:</p>
<p><a href="http://xkyle.com/wp-content/uploads/startingline.jpg"><img class="alignnone size-medium wp-image-495" title="startingline" src="http://xkyle.com/wp-content/uploads/startingline-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>And some judges on the roof watching to make sure the Flying robots do not cut corners.</p>
<p><a href="http://xkyle.com/wp-content/uploads/startingline.jpg"></a><a href="http://xkyle.com/wp-content/uploads/Judges.jpg"><img class="alignnone size-medium wp-image-496" title="Judges" src="http://xkyle.com/wp-content/uploads/Judges-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>I was very impressed by the UAVs (unmanned aerial vehicles). Most of them were able to complete the course in record time. Some were even able to land autonomosouly!</p>
<p><a href="http://xkyle.com/wp-content/uploads/Robota-Landing.3gp">Robota-Landing</a> <a href="http://xkyle.com/wp-content/uploads/DougWiebel-landing.3gp">DougWiebel-landing</a> <a href="http://xkyle.com/wp-content/uploads/Robota-Launch.3gp">Robota-Launch</a></p>
<p>Sorry for the 3gp format, it is native to the Droid. I wasn&#8217;t satisfied with the outcome of a transcode from ffmpeg or gstreamer. If someone wants to transcode for me, I would be happy to re-upload.</p>
<p>I was unimpressed with the ground vehicles. Only a few were able to complete the course. (Just four turns around the Sparkfun building) Most couldn&#8217;t make it past the first turn. Did they simply not test them? Was it the new environment? I wasn&#8217;t able to tell.</p>
<p>For sparkfun, having a three-piece band to play during the heats was a big win! They certainly kept the audience entertained, and by the time the 3rd heat came around, every team had their very own made-up-silly-them-song. I suppose it would be the equivalent of the organ player at a baseball game, but on steroids.</p>
<p>I hope to enter and win the next years competition!</p>
]]></content:encoded>
			<wfw:commentRss>http://xkyle.com/2010/04/17/sparkfuns-autonomous-vehicle-competition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://xkyle.com/wp-content/uploads/Robota-Landing.3gp" length="5002337" type="video/3gpp" />
<enclosure url="http://xkyle.com/wp-content/uploads/DougWiebel-landing.3gp" length="2719735" type="video/3gpp" />
<enclosure url="http://xkyle.com/wp-content/uploads/Robota-Launch.3gp" length="6882990" type="video/3gpp" />
		</item>
		<item>
		<title>Yes yes&#8230; very professional&#8230;</title>
		<link>http://xkyle.com/2010/04/10/yes-yes-very-professional/</link>
		<comments>http://xkyle.com/2010/04/10/yes-yes-very-professional/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 00:42:25 +0000</pubDate>
		<dc:creator>Kyle Anderson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[nclug]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://xkyle.com/?p=488</guid>
		<description><![CDATA[I&#8217;m not saying that all OS&#8217;s don&#8217;t have problems, but it would be nice if you didn&#8217;t plaster the problems all over the store]]></description>
			<content:encoded><![CDATA[<p><a href="http://xkyle.com/wp-content/uploads/2010-04-10-15.49.42.jpg"><img class="alignnone size-large wp-image-489" title="2010-04-10 15.49.42" src="http://xkyle.com/wp-content/uploads/2010-04-10-15.49.42-1024x764.jpg" alt="" width="1024" height="764" /></a></p>
<p>I&#8217;m not saying that all OS&#8217;s don&#8217;t have problems, but it would be nice if you didn&#8217;t plaster the problems all over the store <img src='http://xkyle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://xkyle.com/2010/04/10/yes-yes-very-professional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix a Power Plug with Sugru!</title>
		<link>http://xkyle.com/2010/04/07/how-to-fix-a-power-plug-with-sugru/</link>
		<comments>http://xkyle.com/2010/04/07/how-to-fix-a-power-plug-with-sugru/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 02:52:53 +0000</pubDate>
		<dc:creator>Kyle Anderson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[nclug]]></category>
		<category><![CDATA[sugru]]></category>

		<guid isPermaLink="false">http://xkyle.com/?p=480</guid>
		<description><![CDATA[I have a first generation Asus Eeepc, but the power plug is failing. All plugs do this eventually. Lots of tiny wires, bending back and forth all the time&#8230; It just happens. So should I throw it away and buy a new one? No! It can be easily fixed. Here is what you need: Soldering [...]]]></description>
			<content:encoded><![CDATA[<p>I have a first generation Asus Eeepc, but the power plug is failing. All plugs do this eventually. Lots of tiny wires, bending back and forth all the time&#8230; It just happens.</p>
<p>So should I throw it away and buy a new one? No! It can be easily fixed. Here is what you need:</p>
<ul>
<li>Soldering Iron + Solder</li>
<li>Flux helps if you have it (If you have not soldered with flux, you are missing out big time)</li>
<li>Heat shrink or electrical tape</li>
<li><a href="http://sugru.com/">Sugru</a> can add a nice touch</li>
</ul>
<p>Start by using a sharp blade to cut off the plastic molding around the connector to expose the raw barrel connector and wires:</p>
<p><a href="http://xkyle.com/wp-content/uploads/plug.jpg"><img class="size-medium wp-image-481 alignnone" title="plug" src="http://xkyle.com/wp-content/uploads/plug-300x222.jpg" alt="" width="300" height="222" /></a><a href="http://xkyle.com/wp-content/uploads/2010-04-07-19.37.16.jpg"><img class="size-medium wp-image-482 alignnone" title="2010-04-07 19.37.16" src="http://xkyle.com/wp-content/uploads/2010-04-07-19.37.16-300x192.jpg" alt="" width="300" height="192" /></a></p>
<p>Now your soldering skills will be put to the test. Flux helps! Don&#8217;t forget to put the heat shrink on first before you solder:</p>
<p><a href="http://xkyle.com/wp-content/uploads/soldering.jpg"><img class="alignnone size-large wp-image-483" title="soldering" src="http://xkyle.com/wp-content/uploads/soldering-1024x743.jpg" alt="" width="1024" height="743" /></a></p>
<p>Yea, the sugru, graciously provided by <a href="http://www.dangerjim.com/">DangerJim</a> could use an artist&#8217;s touch.</p>
<p><a href="http://xkyle.com/wp-content/uploads/2010-04-07-19.54.19.jpg"><img class="alignnone size-large wp-image-484" title="2010-04-07 19.54.19" src="http://xkyle.com/wp-content/uploads/2010-04-07-19.54.19-1024x824.jpg" alt="" width="1024" height="824" /></a></p>
<p>But it works! Looks pretty good.</p>
]]></content:encoded>
			<wfw:commentRss>http://xkyle.com/2010/04/07/how-to-fix-a-power-plug-with-sugru/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Help Wanted: What is the pattern in these new WEP Keys?</title>
		<link>http://xkyle.com/2010/04/02/help-wanted-what-is-the-pattern-in-these-new-wep-keys/</link>
		<comments>http://xkyle.com/2010/04/02/help-wanted-what-is-the-pattern-in-these-new-wep-keys/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 18:40:56 +0000</pubDate>
		<dc:creator>Kyle Anderson</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[wep]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://xkyle.com/?p=477</guid>
		<description><![CDATA[Can you see the pattern? ESSID ESSID in Hex BSSID KEY MCFVC 23CB158 0021636A7177 F8AA1AABA2 H47MD 1B6B095 001D19E2A557 BFD896F9D4 Q36G7 29C9D67 0021632D31E3 BCD77B3755 UX78G 31880E0 0024d2682944 18DD3AB249 These key pairs were graciously provided by Eric Betts. They do not conform to my existing WEP key calculator. Maybe Verizon wised up and made them random? The [...]]]></description>
			<content:encoded><![CDATA[<p>Can you see the pattern?</p>
<p><!--   		BODY,DIV,TABLE,THEAD,TBODY,TFOOT,TR,TH,TD,P { font-family:"Arial"; font-size:x-small } --></p>
<table style="height: 160px;" border="0" cellspacing="0" width="761" frame="VOID" rules="NONE">
<colgroup>
<col width="86"></col>
<col width="86"></col>
<col width="86"></col>
<col width="250"></col>
</colgroup>
<tbody>
<tr>
<td width="86" height="17" align="LEFT">ESSID</td>
<td width="86" align="LEFT">ESSID in Hex</td>
<td width="86" align="LEFT">BSSID</td>
<td width="250" align="LEFT">KEY</td>
</tr>
<tr>
<td height="17" align="LEFT">MCFVC</td>
<td align="LEFT">23CB158</td>
<td align="LEFT">0021636A7177</td>
<td align="LEFT">F8AA1AABA2</td>
</tr>
<tr>
<td height="17" align="LEFT">H47MD</td>
<td align="LEFT">1B6B095</td>
<td align="LEFT">001D19E2A557</td>
<td align="LEFT">BFD896F9D4</td>
</tr>
<tr>
<td height="17" align="LEFT">Q36G7</td>
<td align="LEFT">29C9D67</td>
<td align="LEFT">0021632D31E3</td>
<td align="LEFT">BCD77B3755</td>
</tr>
<tr>
<td height="17" align="LEFT">UX78G</td>
<td align="LEFT">31880E0</td>
<td align="LEFT">0024d2682944</td>
<td align="LEFT">18DD3AB249</td>
</tr>
</tbody>
</table>
<p>These key pairs were graciously provided by <a href="http://ericbetts.org">Eric Betts</a>. They do not conform to my existing <a href="http://xkyle.com/2009/03/03/verizon-fios-wireless-key-calculator/">WEP key calculator</a>.</p>
<p>Maybe Verizon wised up and made them random? The previous correlation was dead obvious, but this one I can&#8217;t see.</p>
<p>Of course, I am only a wannabe cryptologist <img src='http://xkyle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://xkyle.com/2010/04/02/help-wanted-what-is-the-pattern-in-these-new-wep-keys/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
