<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>kahrn's abode</title>
	<atom:link href="http://kahrn.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kahrn.wordpress.com</link>
	<description>kahrn's abode: where dreams slowly become reality!</description>
	<lastBuildDate>Thu, 12 Nov 2009 09:23:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='kahrn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/da08643635116149f5aa5cbf2ac7124c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>kahrn's abode</title>
		<link>http://kahrn.wordpress.com</link>
	</image>
			<item>
		<title>Why it is important to specify a character encoding</title>
		<link>http://kahrn.wordpress.com/2009/10/29/why-it-is-important-to-specify-a-character-encoding/</link>
		<comments>http://kahrn.wordpress.com/2009/10/29/why-it-is-important-to-specify-a-character-encoding/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 23:26:20 +0000</pubDate>
		<dc:creator>kahrn</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[character encoding]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://kahrn.wordpress.com/?p=216</guid>
		<description><![CDATA[Many website designers design really scrappy websites that do not follow standards at all. I myself tend to write all my XHTML to be XHTML1.1 compliant. As a reader of this blog, I will assume you also attempt to follow standards.
Usually I implement everything to pass xhtml transitional validation. One thing I usually ignore however, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=216&subd=kahrn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Many website designers design <strong>really</strong> scrappy websites that do not follow standards at all. I myself tend to write all my XHTML to be XHTML1.1 compliant. As a reader of this blog, I will assume you also attempt to follow standards.</p>
<p>Usually I implement everything to pass xhtml transitional validation. One thing I usually ignore however, is the character encoding.</p>
<p id="firstHeading">Put simply, character encoding allows a browser to display and render the document as originally intended. For instance, browsing a site developed using a Japanese-based encoding (e.g. JIS X 0208) will not display correctly unless you have the JIS X 0208 character set installed on your computer.</p>
<p>Without specifying a character encoding, a default character encoding is used. So specifying a character encoding when developing sites that use other characters is a must. But a more important reason exists even if you only develop english websites using UTF-8 or ISO 8859-1. It is a potential <a href="http://code.google.com/p/doctype/wiki/ArticleUtf7" target="_blank">security vulnerability</a>.</p>
<p>Essentially, when a character encoding is not specified it could allow for a potential XSS-style attack. This can be achieved by encoding the javascript code using UTF-7. When a clients webbrowser attempts to autodetect the type of encoding used, it will detect it as UTF-7, and the javascript code can then be executed.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kahrn.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kahrn.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kahrn.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kahrn.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kahrn.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kahrn.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kahrn.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kahrn.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kahrn.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kahrn.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=216&subd=kahrn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kahrn.wordpress.com/2009/10/29/why-it-is-important-to-specify-a-character-encoding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3cd5ff2b96744b7a943159e0d35eb42a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">kahrn</media:title>
		</media:content>
	</item>
		<item>
		<title>Your entire life.</title>
		<link>http://kahrn.wordpress.com/2009/10/11/your-entire-life/</link>
		<comments>http://kahrn.wordpress.com/2009/10/11/your-entire-life/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 21:28:07 +0000</pubDate>
		<dc:creator>kahrn</dc:creator>
				<category><![CDATA[Space]]></category>
		<category><![CDATA[astronomy]]></category>
		<category><![CDATA[carl sagan]]></category>
		<category><![CDATA[philosophy]]></category>

		<guid isPermaLink="false">http://kahrn.wordpress.com/?p=207</guid>
		<description><![CDATA[The image you see below is earth. Hundreds of millions of miles away. This is your home and it will most likely be the place you live the rest of your life and eventually die. A Tiny, tiny dot in something unimaginably vast.

http://www.youtube.com/watch?v=2pfwY2TNehw
The extract below is from Carl Sagan. A rather famous astronomer that really [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=207&subd=kahrn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div>The image you see below is earth. Hundreds of millions of miles away. This is your home and it will most likely be the place you live the rest of your life and eventually die. A Tiny, tiny dot in something unimaginably vast.</div>
<div>
<div id="attachment_208" class="wp-caption alignright" style="width: 254px"><img class="size-full wp-image-208  " title="earth" src="http://kahrn.files.wordpress.com/2009/10/earth.jpg?w=244&#038;h=137" alt="The small dot that we live on. A very small stage. In a vast cosmic arena." width="244" height="137" /><p class="wp-caption-text">The small dot that we live on. A very small stage. In a vast cosmic arena.</p></div>
<p><a rel="nofollow" href="http://www.youtube.com/watch?v=2pfwY2TNehw" target="_blank">http://www.youtube.com/watch?v=2pfwY2TNehw</a></p>
<p>The extract below is from Carl Sagan. A rather famous astronomer that really puts this image into perspective.</p>
</div>
<div>&#8220;Look again at that dot. That&#8217;s here. That&#8217;s home. That&#8217;s us. On it everyone you love, everyone you know, everyone you ever heard of, every human being who ever was, lived out their lives. The aggregate of our joy and suffering, thousands of confident religions, ideologies, and economic doctrines, every hunter and forager, every hero and coward, every creator and destroyer of civilization, every king and peasant, every young couple in love, every mother and father, hopeful child, inventor and explorer, every teacher of morals, every corrupt politician, every &#8220;superstar,&#8221; every &#8220;supreme leader,&#8221; every saint and sinner in the history of our species lived there &#8212; on a mote of dust suspended in a sunbeam.
<p>&nbsp;</p>
<p><strong>The Earth is a very small stage in a vast cosmic arena.</strong> Think of the rivers of blood spilled by all those generals and emperors so that, in glory and triumph, they could become the momentary masters of a fraction of a dot. Think of the endless cruelties visited by the inhabitants of one corner of this pixel on the scarcely distinguishable inhabitants of some other corner, how frequent their misunderstandings, how eager they are to kill one another, how fervent their hatreds.</p>
<p>Our posturings, our imagined self-importance, the delusion that we have some privileged position in the Universe, are challenged by this point of pale light. Our planet is a lonely speck in the great enveloping cosmic dark. In our obscurity, in all this vastness, there is no hint that help will come from elsewhere to save us from ourselves.</p>
<p>The Earth is the only world known so far to harbor life. There is nowhere else, at least in the near future, to which our species could migrate. Visit, yes. Settle, not yet. Like it or not, for the moment the Earth is where we make our stand.</p>
<p>It has been said that astronomy is a humbling and character-building experience. There is perhaps no better demonstration of the folly of human conceits than this distant image of our tiny world. To me, it underscores our responsibility to deal more kindly with one another, and to preserve and cherish the pale blue dot, the only home we&#8217;ve ever known.&#8221;</p>
</div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kahrn.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kahrn.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kahrn.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kahrn.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kahrn.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kahrn.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kahrn.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kahrn.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kahrn.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kahrn.wordpress.com/207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=207&subd=kahrn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kahrn.wordpress.com/2009/10/11/your-entire-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3cd5ff2b96744b7a943159e0d35eb42a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">kahrn</media:title>
		</media:content>

		<media:content url="http://kahrn.files.wordpress.com/2009/10/earth.jpg" medium="image">
			<media:title type="html">earth</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook Privacy Breach</title>
		<link>http://kahrn.wordpress.com/2009/09/11/facebook-privacy-breach/</link>
		<comments>http://kahrn.wordpress.com/2009/09/11/facebook-privacy-breach/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 22:18:35 +0000</pubDate>
		<dc:creator>kahrn</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://kahrn.wordpress.com/?p=192</guid>
		<description><![CDATA[Facebook, one of the web&#8217;s leading social networking websites has compromised private data.
Private data from thousands of users has been released despite the privacy settings on some profiles. It appears that anyone can access any data stored on the notes application, regardless of its privacy setting. This data is now easily accessible, as major search [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=192&subd=kahrn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignright size-full wp-image-193" title="FaceBook-128x128" src="http://kahrn.files.wordpress.com/2009/09/facebook-128x128.png?w=110&#038;h=110" alt="FaceBook-128x128" width="110" height="110" />Facebook, one of the web&#8217;s leading social networking websites has compromised private data.</p>
<p>Private data from thousands of users has been released despite the privacy settings on some profiles. It appears that anyone can access any data stored on the notes application, regardless of its privacy setting. This data is now easily accessible, as major search engines such as Google have already <a href="http://www.google.com/search?hl=en&amp;q=site%3Ahttp%3A%2F%2Fwww.facebook.com%2Fnotes.php&amp;aq=f&amp;oq=&amp;aqi=" target="_blank">indexed the data</a>.</p>
<p>Once again the security of social networking has come into question. Is it really safe to trust a company with information that details almost every aspect of our lives? Facebook has yet to comment on the latest data breach.</p>
<p>You can read more about this over at <a href="http://www.reddit.com/r/programming/comments/9jn8i/facebook_fail_a_misconfigured_webserver_has/" target="_blank">reddit.com</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kahrn.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kahrn.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kahrn.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kahrn.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kahrn.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kahrn.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kahrn.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kahrn.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kahrn.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kahrn.wordpress.com/192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=192&subd=kahrn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kahrn.wordpress.com/2009/09/11/facebook-privacy-breach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3cd5ff2b96744b7a943159e0d35eb42a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">kahrn</media:title>
		</media:content>

		<media:content url="http://kahrn.files.wordpress.com/2009/09/facebook-128x128.png" medium="image">
			<media:title type="html">FaceBook-128x128</media:title>
		</media:content>
	</item>
		<item>
		<title>Free VPN</title>
		<link>http://kahrn.wordpress.com/2009/09/11/free-vpn/</link>
		<comments>http://kahrn.wordpress.com/2009/09/11/free-vpn/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 15:13:35 +0000</pubDate>
		<dc:creator>kahrn</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[anonymity]]></category>
		<category><![CDATA[free vpn]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://kahrn.wordpress.com/?p=188</guid>
		<description><![CDATA[If you don&#8217;t already know about VPN&#8217;s, go check out the article on Wikipedia.
I recently discovered a new VPN provider over at itshidden.com. If you&#8217;ve been looking for a free VPN, then it may be worth taking a look.
The blog is lacking in content lately due to life issues and other work. If you&#8217;re looking [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=188&subd=kahrn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you don&#8217;t already know about VPN&#8217;s, go check out the article on <a href="http://en.wikipedia.org/wiki/Virtual_private_network" target="_blank">Wikipedia</a>.</p>
<p>I recently discovered a new VPN provider over at <a href="http://itshidden.com/" target="_blank">itshidden.com</a>. If you&#8217;ve been looking for a free VPN, then it may be worth taking a look.</p>
<p>The blog is lacking in content lately due to life issues and other work. If you&#8217;re looking for more reading material then it might be worth checking out <a href="http://blog.theultimatecouponsite.info" target="_blank">TheUltimateCouponSite Blog</a>.</p>
<p>See ya&#8217; soon!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kahrn.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kahrn.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kahrn.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kahrn.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kahrn.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kahrn.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kahrn.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kahrn.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kahrn.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kahrn.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=188&subd=kahrn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kahrn.wordpress.com/2009/09/11/free-vpn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3cd5ff2b96744b7a943159e0d35eb42a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">kahrn</media:title>
		</media:content>
	</item>
		<item>
		<title>I was a victim of the recent VAServ attacks</title>
		<link>http://kahrn.wordpress.com/2009/06/12/i-was-a-victim-of-the-recent-vaserv-attacks/</link>
		<comments>http://kahrn.wordpress.com/2009/06/12/i-was-a-victim-of-the-recent-vaserv-attacks/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 13:45:45 +0000</pubDate>
		<dc:creator>kahrn</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[vaserv]]></category>

		<guid isPermaLink="false">http://kahrn.wordpress.com/?p=179</guid>
		<description><![CDATA[Some of you may have seen a recent news article about VAServ&#8217;s entire infrastructure being compromised leading to data loss/theft on over 100,000 sites.
I was a victim of this attack (I host around 6 sites on my VPS &#8212; all of which were downed). Luckily I managed to get into the server today, and it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=179&subd=kahrn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some of you may have seen a recent news article about VAServ&#8217;s entire infrastructure being compromised leading to data loss/theft on over 100,000 sites.</p>
<p>I was a victim of this attack (I host around 6 sites on my VPS &#8212; all of which were downed). Luckily I managed to get into the server today, and it seems most of my files are intact (so far). A quick reboot of mysql and it seems everything is working as it should be.</p>
<p>Sadly the DNS provider was also hacked, so trying to access via domains will fail. Moral of the story? Always make backups. I almost lost EVERYTHING. Anything can happen.</p>
<p>You can read more about it over at <a href="http://it.slashdot.org/story/09/06/09/1422200/Security-Flaw-Hits-VAserv-Head-of-LxLabs-Found-Hanged">slashdot</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kahrn.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kahrn.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kahrn.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kahrn.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kahrn.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kahrn.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kahrn.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kahrn.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kahrn.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kahrn.wordpress.com/179/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=179&subd=kahrn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kahrn.wordpress.com/2009/06/12/i-was-a-victim-of-the-recent-vaserv-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3cd5ff2b96744b7a943159e0d35eb42a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">kahrn</media:title>
		</media:content>
	</item>
		<item>
		<title>Follow me on Twitter!</title>
		<link>http://kahrn.wordpress.com/2009/05/29/follow-me-on-twitter/</link>
		<comments>http://kahrn.wordpress.com/2009/05/29/follow-me-on-twitter/#comments</comments>
		<pubDate>Fri, 29 May 2009 12:44:27 +0000</pubDate>
		<dc:creator>kahrn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[kahrn]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://kahrn.wordpress.com/?p=176</guid>
		<description><![CDATA[If you&#8217;re a reader of this blog and enjoy anything I write, you might wanna come check me out on twitter.
twitter.com/kahrn
I&#8217;m starting to get more comfortable with the whole idea of micro-blogging. It has its uses.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=176&subd=kahrn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you&#8217;re a reader of this blog and enjoy anything I write, you might wanna come check me out on twitter.</p>
<p><a href="http://twitter.com/kahrn">twitter.com/kahrn</a></p>
<p>I&#8217;m starting to get more comfortable with the whole idea of micro-blogging. It has its uses.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kahrn.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kahrn.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kahrn.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kahrn.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kahrn.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kahrn.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kahrn.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kahrn.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kahrn.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kahrn.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=176&subd=kahrn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kahrn.wordpress.com/2009/05/29/follow-me-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3cd5ff2b96744b7a943159e0d35eb42a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">kahrn</media:title>
		</media:content>
	</item>
		<item>
		<title>Looking for more linux?</title>
		<link>http://kahrn.wordpress.com/2009/05/28/looking-for-more-linux/</link>
		<comments>http://kahrn.wordpress.com/2009/05/28/looking-for-more-linux/#comments</comments>
		<pubDate>Thu, 28 May 2009 21:36:46 +0000</pubDate>
		<dc:creator>kahrn</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux blog]]></category>
		<category><![CDATA[linux tutorials]]></category>

		<guid isPermaLink="false">http://kahrn.wordpress.com/?p=172</guid>
		<description><![CDATA[If you&#8217;re looking for more linux-oriented content I have started a new Linux site. It can be found at linux.tdlabs.co.uk.
I plan on posting much of my linux-related articles to this site now as not all are suitable for this blog. I will also be posting howto&#8217;s and tips and possibly other content to the site. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=172&subd=kahrn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you&#8217;re looking for more linux-oriented content I have started a new Linux site. It can be found at <a href="http://linux.tdlabs.co.uk">linux.tdlabs.co.uk</a>.</p>
<p>I plan on posting much of my linux-related articles to this site now as not all are suitable for this blog. I will also be posting howto&#8217;s and tips and possibly other content to the site. If you would like to join me in editing, refer to this <a href="http://linux.tdlabs.co.uk/node/1">post</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kahrn.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kahrn.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kahrn.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kahrn.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kahrn.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kahrn.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kahrn.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kahrn.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kahrn.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kahrn.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=172&subd=kahrn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kahrn.wordpress.com/2009/05/28/looking-for-more-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3cd5ff2b96744b7a943159e0d35eb42a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">kahrn</media:title>
		</media:content>
	</item>
		<item>
		<title>Using tor+privoxy in BackTrack 4</title>
		<link>http://kahrn.wordpress.com/2009/05/28/using-torprivoxy-in-backtrack-4/</link>
		<comments>http://kahrn.wordpress.com/2009/05/28/using-torprivoxy-in-backtrack-4/#comments</comments>
		<pubDate>Thu, 28 May 2009 01:52:44 +0000</pubDate>
		<dc:creator>kahrn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[anonymity]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[backtrack 4]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[privoxy]]></category>
		<category><![CDATA[tor]]></category>

		<guid isPermaLink="false">http://kahrn.wordpress.com/?p=167</guid>
		<description><![CDATA[By default BackTrack does not seem to come with tor or privoxy. These tools are very useful in providing anonymity. You can read about the tor project at wikipedia.
1. Install tor and privoxy
apt-get install tor privoxy
2. Modify privoxy configuration
nano /etc/privoxy/config
Add the line:
forward-socks4a / localhost:9050 .
Save the file (ctrl+o).
3. Restart privoxy
/etc/init.d/privoxy restart
4. Restart tor
/etc/init.d/tor restart
You should [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=167&subd=kahrn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>By default BackTrack does not seem to come with tor or privoxy. These tools are very useful in providing anonymity. You can read about the tor project at <a href="http://en.wikipedia.org/wiki/Tor_(anonymity_network)">wikipedia</a>.</p>
<p><strong>1. Install tor and privoxy</strong><br />
<code>apt-get install tor privoxy</code></p>
<p><strong>2. Modify privoxy configuration</strong><br />
<code>nano /etc/privoxy/config</code><br />
Add the line:<br />
<code>forward-socks4a / localhost:9050 .</code><br />
Save the file (ctrl+o).</p>
<p><strong>3. Restart privoxy</strong><br />
<code>/etc/init.d/privoxy restart</code></p>
<p><strong>4. Restart tor</strong><br />
<code>/etc/init.d/tor restart</code></p>
<p>You should now have tor and privoxy running and you should be able to configure software to utilize tor by using 127.0.0.1:9050 in the proxy settings of the specific programs you want to push through the tor network.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kahrn.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kahrn.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kahrn.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kahrn.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kahrn.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kahrn.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kahrn.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kahrn.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kahrn.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kahrn.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=167&subd=kahrn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kahrn.wordpress.com/2009/05/28/using-torprivoxy-in-backtrack-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3cd5ff2b96744b7a943159e0d35eb42a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">kahrn</media:title>
		</media:content>
	</item>
		<item>
		<title>Belkin F5D7051 USB WiFi and Linux</title>
		<link>http://kahrn.wordpress.com/2009/05/27/belkin-f5d7051-usb-wifi-and-linux/</link>
		<comments>http://kahrn.wordpress.com/2009/05/27/belkin-f5d7051-usb-wifi-and-linux/#comments</comments>
		<pubDate>Wed, 27 May 2009 12:44:08 +0000</pubDate>
		<dc:creator>kahrn</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[belkin]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://kahrn.wordpress.com/?p=159</guid>
		<description><![CDATA[These methods have been tested under Fedora, Ubuntu and BackTrack 4. All of the following should work in almost any linux distribution to get a Belkin F5D7051 (or possibly similar device) working in Linux for WiFi access.
By default the F5D7051 conflicts with 3 drivers (the rt* set of drivers). These drivers must be disabled, rndis_wlan [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=159&subd=kahrn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>These methods have been tested under Fedora, Ubuntu and BackTrack 4. All of the following should work in almost any linux distribution to get a Belkin F5D7051 (or possibly similar device) working in Linux for WiFi access.</p>
<p>By default the F5D7051 conflicts with 3 drivers (the rt* set of drivers). These drivers must be disabled, rndis_wlan must be loaded and then hopefully the strange problems will go away.</p>
<p><strong>1. Remove Conflicting Drivers</strong><code><br />
rmmod rt2500usb<br />
rmmod rt2x00lib<br />
rmmod rt2x00usb<br />
</code></p>
<p><strong>2. Reinsert the device</strong></p>
<p><strong>3. Load rndis_wlan</strong><br />
<code>modprobe rndis_wlan</code></p>
<p>You should now restart NetworkManager and things should be good to go. You might wanna check out the bug report I made for <a href="https://bugzilla.redhat.com/show_bug.cgi?id=480865">Fedora/RH</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kahrn.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kahrn.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kahrn.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kahrn.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kahrn.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kahrn.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kahrn.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kahrn.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kahrn.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kahrn.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=159&subd=kahrn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kahrn.wordpress.com/2009/05/27/belkin-f5d7051-usb-wifi-and-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3cd5ff2b96744b7a943159e0d35eb42a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">kahrn</media:title>
		</media:content>
	</item>
		<item>
		<title>Statistics about the film industry &#8212; directly from the mouth of the MPAA</title>
		<link>http://kahrn.wordpress.com/2009/05/03/statistics-about-the-film-industry-directly-from-the-mouth-of-the-mpaa/</link>
		<comments>http://kahrn.wordpress.com/2009/05/03/statistics-about-the-film-industry-directly-from-the-mouth-of-the-mpaa/#comments</comments>
		<pubDate>Sun, 03 May 2009 10:35:26 +0000</pubDate>
		<dc:creator>kahrn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mpaa]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[thepiratebay]]></category>

		<guid isPermaLink="false">http://kahrn.wordpress.com/?p=153</guid>
		<description><![CDATA[With the recent Pirate Bay trial, many are once again wondering about the future of the torrent scene, piracy, and the stability of the film industry.
Various sources would like you to believe that piracy is causing great harm to the film industry. When it is not. I don&#8217;t think the pirate bay should be liable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=153&subd=kahrn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>With the recent Pirate Bay trial, many are once again wondering about the future of the torrent scene, piracy, and the stability of the film industry.</p>
<p>Various sources would like you to believe that piracy is causing great harm to the film industry. When it is not. I don&#8217;t think the pirate bay should be liable for merely indexing torrents &#8212; that said, the attitudes of the staff in regard to piracy is questionable.</p>
<p>I think the most important thing to consider is the users. If you have such a tool available, it should not necessarily be taken down as hopefully some or many of the users will actually pay for the content (or would if the majority of it wasn&#8217;t going to already-heaping-rich-greedy-middlemen)</p>
<p>Regardless, here are some statistics..</p>
<blockquote><p>The Domestic box office continued to grow in 2008, reaching $9.79 billion after a 1.7% gain. (refer to page 3 of the 2008 MPAA Theatrical Statistics report</p></blockquote>
<blockquote><p>Worldwide box office reached another all-time high in 2008 at $28.1 billion, an increase of 5.2% over 2007. (refer to page 2 of the 2008 MPAA Theatrical Statistics report)</p></blockquote>
<blockquote><p>The number of screens in the U.S. remain constant at just over 40,000 in 2008.</p></blockquote>
<p>As you can see.. the movie industry is not suffering.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kahrn.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kahrn.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kahrn.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kahrn.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kahrn.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kahrn.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kahrn.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kahrn.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kahrn.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kahrn.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kahrn.wordpress.com&blog=1349141&post=153&subd=kahrn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kahrn.wordpress.com/2009/05/03/statistics-about-the-film-industry-directly-from-the-mouth-of-the-mpaa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3cd5ff2b96744b7a943159e0d35eb42a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">kahrn</media:title>
		</media:content>
	</item>
	</channel>
</rss>