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

<channel>
	<title>Caedis.net</title>
	<atom:link href="http://caedis.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://caedis.wordpress.com</link>
	<description>Smashing the paradigm</description>
	<lastBuildDate>Mon, 05 Dec 2011 15:43:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='caedis.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/2297f671e6e8b5a32092754165e657f9?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Caedis.net</title>
		<link>http://caedis.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://caedis.wordpress.com/osd.xml" title="Caedis.net" />
	<atom:link rel='hub' href='http://caedis.wordpress.com/?pushpress=hub'/>
		<item>
		<title>What’s your entropy?</title>
		<link>http://caedis.wordpress.com/2009/06/03/what%e2%80%99s-your-entropy/</link>
		<comments>http://caedis.wordpress.com/2009/06/03/what%e2%80%99s-your-entropy/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 16:30:01 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[brute force]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spread sheet]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=463</guid>
		<description><![CDATA[If you think your password is "good enough" be warned, the answer might shock you. Today's powerfull computers can crack simple passwords very quickly. Use the brute force calculator to see if your password really is "good enough."<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=463&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter size-full wp-image-464" title="bruteforce" src="http://caedis.files.wordpress.com/2009/06/bruteforce.jpg?w=510" alt="bruteforce"   /></p>
<p>Have you ever typed in your password while logging into a page and it has that little password strength bar on it that fills up the more you type? How accurate is it? Can you even trust such a novel multi-colored doo-dad?</p>
<p>Why guess? I went to the trouble of getting together a spreadsheet that can definitively tell you exactly how secure you are using that password of yours. It can even give suggestions as to how to improve your password. Be warned, it’s not always pretty to see the honest truth.</p>
<h2 style="text-align:center;"><a href="http://drop.io/caedishax/asset/bruteforcecalc-xls" target="_blank">Give it a try by clicking here</a></h2>
<h2 style="text-align:center;"><a href="http://drop.io/caedishax/asset/bruteforcecalc-xls" target="_blank">then click “Download”</a></h2>
<p>(Updated 6/5/09)</p>
<ul>
<li>Added extended data validation to prevent accidental entry of erroneous data.</li>
<li>Cleaned up the document to fix some grammatical errors</li>
<li>Added a &#8220;Galactic Years&#8221; option that gives a better frame of reference for larger passwords.</li>
<li>Additional tweaks and fixes to improve visibility and visual appeal.</li>
</ul>
<p>(Updated 6/4/09)</p>
<p>&nbsp;</p>
<div>I took all the comments and criticism I received and revamped the calculator to use speeds derived from the Nvidia GTX295 to calculate estimated brute force times.<br />
Additionally I added a box at the bottom of the calculator that can be used to quickly and easily copy your score to any forum or blog you want. A solid password really is something to be proud of, show it off!</div>
<p>Additionally if you want to link to the calculator I have added a entry in my domain name for just such a purpose:<br />
<a href="http://bruteforce.caedis.net/" target="_blank">http://bruteforce.caedis.net</a><br />
Link there if you plan to repost, don&#8217;t link directly to the file. (as I have been approached by several people already about this)</p>
<p><strong>What is brute force?</strong></p>
<p>Brute force attacks are when your password is guessed by blindly going from one password to the next without little or no reguard for what is being tried. Bascially doing the following:</p>
<ol>
<li>a</li>
<li>aa</li>
<li>ab</li>
<li>abc</li>
<li>abc1</li>
<li>abc11</li>
<li>abc12</li>
<li>abc121</li>
<li>abc122</li>
</ol>
<p>As you can see it’s just adding more onto the guess until it gets it right.</p>
<p>This method is the only remaining method to get passwords in situations where the person hasn’t put any real words or significant dates or numbers into the password.</p>
<p>If the person does put words or significant combinations of numbers (like anniversaries or birthdates) then a dictionary attack is usually tried first as it is exponentially faster.</p>
<p>When multiple combinations of common words or combinations of words/numbers are checked. This is often done first as it can sometimes take SECONDS to crack a password this way. If you have a password such as “myDogSkip” the cracker will just have to combine “my” “dog” and “Skip” into the right order to get the password. When this is especially effective is when the person knows even a little about you. Many times this is done by simply asking a friend/co-worker off-hand about some trivial part of your life. Your dogs name? Your wife’s name? or even more easily by going to your Facebook or Myspace page and getting a few key words off it. Think of all the words you use on your profile pages, then think if ANY of them could be used in any way to get a password of yours. If the answer is anything but a strong “NO” then you probably need to re-evaluate what you have secured with that weak password. Which is worse? Identity theft, or an annoying password that’s hard to type in quickly?</p>
<p>&nbsp;</p>
<p>UPDATE: 5Dec2011</p>
<p>The Security Now! Podcast released an episode and website to go along with the concepts I discussed here. For further reading and a web based entropy calculator check out the links below.</p>
<p>• <a href="http://media.grc.com/Padded-Passwords.mp3">37 minute, high-quality, 64kbps MP3 audio file</a>, 17.9 MB</p>
<p>• <a href="http://media.grc.com/Padded-Passwords-lq.mp3">37 minute, lower-quality, 16kbps MP3 audio file</a>, 4.47 MB</p>
<p><a href="https://www.grc.com/haystack.htm">GRC Password &#8220;Haystacks&#8221;</a></p>
<p>&nbsp;</p>
<br />Posted in Computing Tagged: brute force, calculator, how-to, howto, password, passwords, security, spread sheet, spreadsheet <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/463/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=463&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2009/06/03/what%e2%80%99s-your-entropy/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
<enclosure url="http://media.grc.com/Padded-Passwords.mp3" length="17896385" type="audio/mpeg" />
<enclosure url="http://media.grc.com/Padded-Passwords-lq.mp3" length="4474253" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2009/06/bruteforce.jpg" medium="image">
			<media:title type="html">bruteforce</media:title>
		</media:content>
	</item>
		<item>
		<title>Demystifying the Nvidia Driver</title>
		<link>http://caedis.wordpress.com/2009/05/13/demystifying-the-nvidia-driver/</link>
		<comments>http://caedis.wordpress.com/2009/05/13/demystifying-the-nvidia-driver/#comments</comments>
		<pubDate>Wed, 13 May 2009 22:43:48 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computer Gaming]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hobbies]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=445</guid>
		<description><![CDATA[One of the most mysterious things people coming into Linux find is that Linux graphics card drivers can be a chore to properly install. Fortunately the process has become a process so simple it's merely procedural.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=445&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-444" title="Nvidia_drivers-800" src="http://caedis.files.wordpress.com/2009/05/nvidia_drivers-800.png?w=510" alt="Nvidia_drivers-800"   />One of the most mysterious things people coming into Linux find is that Linux graphics card drivers can be a chore to properly install. Up until recently this process has been almost a circus act with how many hoops one had to jump through in order to properly utilize a modern GPU. Installing GPU drivers has become a process so simple it&#8217;s merely procedural. The following guide documents this process.</p>
<h2 style="text-align:center;">The process below is described for Ubuntu and other Debian-like Linux Distributions</h2>
<ul>
<li>Go to the Nvidia driver download web page and fill in all the appropriate fields with your relevant setup.</li>
</ul>
<p style="text-align:center;"><a href="http://caedis.files.wordpress.com/2009/05/nvdriver-1.jpg" target="_blank"><img class="aligncenter size-full wp-image-446" title="nvdriver-1" src="http://caedis.files.wordpress.com/2009/05/nvdriver-1.jpg?w=510&#038;h=354" alt="nvdriver-1" width="510" height="354" /></a></p>
<ul>
<li>Download the .run file (In my case NVIDIA-Linux-x86_64-180.51-pkg2.run) to your home folder</li>
</ul>
<p><strong><em>This next part you will want to print out or write down as proceeding from here will kill your desktop and browser. (But thats what we want)</em></strong></p>
<ul>
<li>Press [Ctrl] + [Alt] + [F5] to drop to a TTY command prompt(This sometimes takes pressing the key sequence 2-3 times before it switches)</li>
<li>Login with your user name and pass</li>
<li>Type the following:</li>
</ul>
<pre>sudo killall gdm
sudo sh NVIDIA-Linux-x86_64-180.51-pkg2.run</pre>
<ul>
<li>Hit enter on all the [OK] prompts</li>
<li>Say [Yes] to the 32-bit compatibility drivers</li>
<li>Say [Yes] to Updating your X configuration</li>
<li>When it finishes it will return you to the command prompt, type:</li>
</ul>
<pre>sudo gdm</pre>
<ul>
<li>Done!</li>
</ul>
<ul>
<li>You&#8217;ll notice your Nvidia X Configuration App in System &gt; Preferences &gt; NVIDIA X Server Settings</li>
<li>If you want to Overclock, see my post on <a href="http://caedis.net/2009/04/18/linux-overclocking/" target="_blank">Nvidia Overclocking</a></li>
</ul>
<br />Posted in Computer Gaming Tagged: documentation, driver, Gaming, GNU, guide, hobbies, how-to, linux, Nvidia, open source, ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/445/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=445&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2009/05/13/demystifying-the-nvidia-driver/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2009/05/nvidia_drivers-800.png" medium="image">
			<media:title type="html">Nvidia_drivers-800</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2009/05/nvdriver-1.jpg" medium="image">
			<media:title type="html">nvdriver-1</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Gaming Explained</title>
		<link>http://caedis.wordpress.com/2009/05/08/linux-gaming-explained/</link>
		<comments>http://caedis.wordpress.com/2009/05/08/linux-gaming-explained/#comments</comments>
		<pubDate>Fri, 08 May 2009 23:46:56 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computer Gaming]]></category>
		<category><![CDATA[City of Heroes]]></category>
		<category><![CDATA[Counter-Strike]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[Doom 3]]></category>
		<category><![CDATA[EVE Online]]></category>
		<category><![CDATA[Fallout 3]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Garry's Mod]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Guild Wars]]></category>
		<category><![CDATA[GW]]></category>
		<category><![CDATA[Half-Life]]></category>
		<category><![CDATA[Half-Life 2]]></category>
		<category><![CDATA[hobbies]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Left 4 Dead]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MMORPG]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Spore]]></category>
		<category><![CDATA[Starcraft]]></category>
		<category><![CDATA[The Elder Scrolls: Morrowind]]></category>
		<category><![CDATA[The Elder Scrolls: Oblivion]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[warcraft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[world of warcraft]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=429</guid>
		<description><![CDATA[Think real computer gaming is out of reach? Think again. This how-to details how to get into the games you want using Wine and a few handy scripts.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=429&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One popular myth I hear often usually revolves around a sliver of old truth. “Linux can’t play games.” This sliver of truth was derived from the day’s not too long ago when playing commercially available mainstream games wasn’t an option to Linux users. Granted there were some exceptions to this rule, like <a href="http://www.eve-online.com/download/linux.asp" target="_blank">EVE Online</a>, and <a href="http://www.fileplanet.com/146378/140000/fileinfo/DOOM-3-Demo-%5BLinux%5D" target="_blank">Doom 3</a>. But this myth has kept many unwitting gamers stuck on windows for all the wrong reasons. Allow me to lift the veil on modern Linux gaming.</p>
<div style="text-align:center;"><a href="http://caedis.files.wordpress.com/2009/05/booyafo3.png" target="_blank"><img src="http://caedis.files.wordpress.com/2009/05/booyafo3.png?w=510&amp;h=408" border="0" alt="" /></a></p>
<p><em>Click to enlarge</em></div>
<p>Linux, and more specifically Ubuntu Linux, has come a long way in a short period of time. Many game developers and freelance Open Source coders are making major strides in gaming tech for us Linux gamers, opening the door on a hidden market that seemed impossible to get into. Much of this success can be attributed to the many developers and supporters of the <a href="http://www.winehq.org/" target="_blank">Wine Project</a> a compatibility environment for Linux that allows Windows programs to run seamlessly in Linux. Wine is actually an acronym that, ironically enough, stands for “Wine Is Not an Emulator.” This is true of it when you launch a program in Wine. It actually runs the program like any other Linux program and as you can see in the many screen shots on the <a href="http://appdb.winehq.org/" target="_blank">Wine AppDB</a>, the programs are indistinguishable from their Windows installed counterparts. The applications to Linux gaming are limitless with this technology.</p>
<div><a href="http://caedis.files.wordpress.com/2009/05/l4donlin1.png" target="_blank"><img src="http://caedis.files.wordpress.com/2009/05/l4donlin1.png?w=510&amp;h=408" border="0" alt="" /></a></p>
<p><em>Click to enlarge</em></div>
<h1><span style="font-family:Arial Black;"><span style="font-size:large;">So how do I get wine Working?</span></span></h1>
<p><em>Pretty Simple for you Ubuntu users</em></p>
<p><strong>Go to your &#8220;Synaptic Package Manager&#8221; under System &gt; Administration &gt; Synaptic Package Manager</strong></p>
<p><strong>Then head over to the repositories section:</strong></p>
<p><img src="http://caedis.files.wordpress.com/2009/05/synaptic1.png?w=510" border="0" alt="" /></p>
<p><strong>Add one of the following apt lines to your repositories list based on which version of Ubuntu you have installed</strong>:</p>
<p><strong>For Ubuntu Jaunty (9.04):</strong></p>
<pre><em>deb http://wine.budgetdedicated.com/apt jaunty main #WineHQ - Ubuntu 9.04 "Jaunty Jackalope"</em></pre>
<p><strong>For Ubuntu Intrepid (8.10):</strong></p>
<pre><em>deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ - Ubuntu 8.10 "Intrepid Ibex"</em></pre>
<p><strong>For Ubuntu Hardy (8.04):</strong></p>
<pre><em>deb http://wine.budgetdedicated.com/apt hardy main #WineHQ - Ubuntu 8.04 "Hardy Heron"</em></pre>
<p><img src="http://caedis.files.wordpress.com/2009/05/synaptic2.png?w=510" border="0" alt="" /></p>
<p><a href="http://wine.budgetdedicated.com/apt/Scott%20Ritchie.gpg" target="_blank">Next Download Scott Riche&#8217;s GPG key here by right clicking and hitting save as&#8230;</a> (He is the maintainer of the Ubuntu Wine Repositories)</p>
<p>You&#8217;ll need to pay careful attention to where the .gpg file is saved as you&#8217;ll need to navigate to it.</p>
<p><strong>Next you need to actually import the .gpg key file you just downloaded. </strong>You&#8217;ve most likely saved the .gpg to your home directory so just navigate to it by clicking &#8220;File System&#8221; then clicking home &gt; your user name &gt; then the .gpg file.<br />
<img src="http://caedis.files.wordpress.com/2009/05/synaptic3.png?w=510" border="0" alt="" /></p>
<p>You&#8217;ll notice the red highlighted area in the picture above, that line is added if you correctly imported the key (minus the red highlighting I added)</p>
<p><strong>At this point you can hit close on everything, even Synaptic itself.</strong><br />
<strong>Open a Terminal ( Accessories &gt; Terminal )</strong><br />
<strong>Update your sources list</strong></p>
<pre>sudo apt-get update</pre>
<p><strong>Then install Wine!</strong></p>
<pre>sudo apt-get install wine</pre>
<p>The beauty of this is that Wine will self update and wont require you to do any fancy compiling every time it&#8217;s updated. You&#8217;ll be updated to the latest build any time it&#8217;s pushed out.</p>
<p><strong><span style="font-size:small;">Now, the fancy part that you may need to do in order to make some games run.</span></strong></p>
<p><strong>Still in the terminal type the following to get Winetricks</strong></p>
<pre>wget http://www.kegel.com/wine/winetricks</pre>
<p><strong><span style="font-size:x-small;"><span style="color:red;">This next part I must caution anyone using is restricted only to people who own copies of any version of Windows, as it relies on software that is copyrighted by Microsoft. So if you legally own ANY version of Windows your fine.</span></span></strong></p>
<pre>sudo apt-get install cabextract</pre>
<p><strong>And once that&#8217;s installed</strong></p>
<pre>sh winetricks vcrun6 allfonts allcodecs dotnet11 dotnet20 directx9</pre>
<p>You&#8217;ll have to set through a long line of windows EULA&#8217;S where you sell your soul to Microsoft forever and agree that you have a License of Windows basically. Accept them and just click next and Finish. don&#8217;t mess with any of the settings as the defaults work fine for all of them. Even the install paths.</p>
<p>After that, for most game you can just install them like you normally do in Windows, using the CD&#8217;s and standard installers.</p>
<p>If you need to check if a program works, or you are having issues with a game in particular head over to the <a href="http://appdb.winehq.org/" target="_blank">Wine AppDB</a> and do a search for the game. Most have how-to&#8217;s.  If anyone still cant figure out how to get a game going feel free to reply here or email me.</p>
<p>If you don&#8217;t use Ubuntu Linux you can see specific Wine instructions <a href="http://www.winehq.org/download/" target="_blank">here</a>.</p>
<p><strong>I have the following games running on Ultra High settings at ~60+FPS</strong></p>
<ul>
<li>Fallout 3</li>
<li>Spore</li>
<li>Left 4 Dead</li>
<li>Counter Strike: Source</li>
<li>Half-Life 2</li>
<li>Garry&#8217;s Mod</li>
<li>The Elder Scrolls: Oblivion</li>
<li>The Elder Scrolls: Morrowind</li>
<li>World of Warcraft</li>
<li>Guild Wars</li>
<li>City of Heroes</li>
<li>Starcraft <img class="inlineimg" title="Smile" src="http://www.overclock.net/images/smilies/smile.gif" border="0" alt="" /></li>
</ul>
<p><strong><span style="font-size:medium;">A word on GPU Manufacturers</span></strong></p>
<p>While great strides have been made on the GPU drivers side most Linux Gamers agree that at this time ATi is lackluster in comparison to Nvidia&#8217;s support. I personally know a few friends that attempted to install Ubuntu using the same methods I described above and were experiencing crashes and artifacts sporadically while playing games that my Lower powered Nvidia GPU had no issues with. ATi has made their drivers open source but that doesn&#8217;t help when no one is there to develop them. Whereas one can easily download the Nvidia drivers directly from their site and quickly install them without problems.  So at this time if you have the option, avoid ATi for Linux gaming as you&#8217;ll be getting less than positive results.</p>
<br />Posted in Computer Gaming Tagged: City of Heroes, Counter-Strike, documentation, Doom 3, EVE Online, Fallout 3, Gaming, Garry's Mod, GNU, guide, Guild Wars, GW, Half-Life, Half-Life 2, hobbies, how-to, Left 4 Dead, linux, MMORPG, Nvidia, open source, Spore, Starcraft, The Elder Scrolls: Morrowind, The Elder Scrolls: Oblivion, ubuntu, warcraft, windows, Wine, world of warcraft, wow <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/429/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=429&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2009/05/08/linux-gaming-explained/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2009/05/booyafo3.png?w=510&#038;h=408" medium="image" />

		<media:content url="http://caedis.files.wordpress.com/2009/05/l4donlin1.png?w=510&#038;h=408" medium="image" />

		<media:content url="http://caedis.files.wordpress.com/2009/05/synaptic1.png" medium="image" />

		<media:content url="http://caedis.files.wordpress.com/2009/05/synaptic2.png" medium="image" />

		<media:content url="http://caedis.files.wordpress.com/2009/05/synaptic3.png" medium="image" />

		<media:content url="http://www.overclock.net/images/smilies/smile.gif" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Overclocking</title>
		<link>http://caedis.wordpress.com/2009/04/18/linux-overclocking/</link>
		<comments>http://caedis.wordpress.com/2009/04/18/linux-overclocking/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 05:31:10 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computer Gaming]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[hobbies]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[overclock]]></category>
		<category><![CDATA[overclocking]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=396</guid>
		<description><![CDATA[In my pursuit of the optimal Linux gaming rig my journey must eventually lead to overclocking. It's where all these extra copper heat pipes, Arctic Silver, Lapping, and custom driver compiling lead up to. This guide will show Linux users the process of enabling overclocking on  Nvidia GPU's.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=396&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-395" title="linuxoc" src="http://caedis.files.wordpress.com/2009/04/linuxoc.png?w=510" alt="linuxoc"   /></p>
<p style="margin-bottom:0;">In my pursuit of the optimal Linux gaming rig my journey must eventually lead to overclocking. It&#8217;s where all these extra copper heat pipes, <a href="http://en.wikipedia.org/wiki/Arctic_silver" target="_blank">Arctic Silver</a>, <a href="http://en.wikipedia.org/wiki/Lapping" target="_blank">lapping</a>, and custom driver compiling lead up to. Be warned, overclocking is an obvious breach of any and all warranties your card may have. Only do this if you are prepared to accept the risk. Take your time and bump up the clock speeds slowly. If you ignore this advice and just crank everything to max you&#8217;ll get <a href="http://en.wikipedia.org/wiki/Artifact_(error)" target="_blank">artifact</a>s and/or burn up your <a href="http://en.wikipedia.org/wiki/GPU" target="_blank">GPU</a>. Take it from me, speaking from very personal experience, don&#8217;t rely on the GPU&#8217;s thermometer to shut down your system in the event of to high temps. It doesn&#8217;t always work and taking that kind of chance can be costly.</p>
<ul>
<li>The process below is described for Ubuntu and other Debian-like Linux distributions.</li>
</ul>
<p style="margin-bottom:0;">Do all this in terminal to avoid any accidents.</p>
<pre style="margin-bottom:0;">sudo nano /etc/X11/xorg.conf</pre>
<p style="margin-bottom:0;">Scroll down to the section that resembles the following</p>
<pre style="margin-bottom:0;">Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection</pre>
<p style="margin-bottom:0;">Add this to the bottom of the section just before the “EndSection” delimiter.</p>
<p style="margin-bottom:0;">*Please type this in by hand, don&#8217;t copy it just in case your browser is decoding this page funny. X wont put up with strange characters like your browser does.</p>
<pre style="margin-bottom:0;">    Option "Coolbits" "1"</pre>
<p style="margin-bottom:0;">So your device sections should look similar to the following:</p>
<pre style="margin-bottom:0;">Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option "Coolbits" "1"
EndSection</pre>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">After that reboot your system and check your Nvidia control panel.</p>
<p style="margin-bottom:0;"><img class="alignnone size-full wp-image-398" title="linuxoccp" src="http://caedis.files.wordpress.com/2009/04/linuxoccp.png?w=510&#038;h=346" alt="linuxoccp" width="510" height="346" /></p>
<p style="margin-bottom:0;">
<ul>
<li><span style="color:#ff0000;"><strong>If your X server won&#8217;t start</strong></span> you need to go to</li>
</ul>
<pre style="margin-bottom:0;">sudo nano /etc/X11/xorg.conf</pre>
<p style="margin-bottom:0;">and check your GPU device settings as described above and make sure your using the same form as the rest of the xorg.conf. Duplicate how the rest of your conf file looks. And restart your computer or restart X</p>
<pre style="margin-bottom:0;">sudo killall gdm
sudo gdm</pre>
<p>If even that doesn&#8217;t work then I suggest you validate that your graphics drivers are compiled perfectly for your running kernel. If all else fails simply delete the coolbits entry in your xorg.conf file.</p>
<hr />
<ul>
<li><strong>Making the changes permanent</strong></li>
</ul>
<p style="margin-bottom:0;">After you&#8217;ve resolved all that and are settled into overclocking the GPU, it&#8217;s time to learn how to make the settings above permanent. By default your nvidia overclock settings will reset upon every reboot. To fix this, follow the steps below:</p>
<p style="margin-bottom:0;">Install the nvclock utility (It can set and probe the GPU&#8217;s from the command line)</p>
<pre style="margin-bottom:0;">sudo apt-get install nvclock</pre>
<p style="margin-bottom:0;">in your Gnome menu go to System &gt; Preferences &gt; Sessions</p>
<p style="margin-bottom:0;">Click [Add] on the right side</p>
<ul>
<li><strong>Name: </strong>Set GPU Clocks</li>
<li><strong>Command:</strong> nvclock -n<em> &lt;your preferred GPU clock&gt;</em> -m<em> &lt;your preferred Memory clock&gt;</em></li>
</ul>
<p style="margin-bottom:0;">After that your clocks will be set to the values you specified above on every reboot or restart of the X server. Additionally you can add a &#8220;-f&#8221; to the end of that nvclock command to force the clocks without checking if they are reasonable. Only do this if you know for certain that the frequencies wont make a bon fire in your case.</p>
<p style="margin-bottom:0;">Enjoy!</p>
<br />Posted in Computer Gaming Tagged: Computing, Gaming, hobbies, linux, Nvidia, open source, overclock, overclocking, ubuntu, Wine <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/396/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=396&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2009/04/18/linux-overclocking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2009/04/linuxoc.png" medium="image">
			<media:title type="html">linuxoc</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2009/04/linuxoccp.png" medium="image">
			<media:title type="html">linuxoccp</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Gaming Rig &#8211; First Aid</title>
		<link>http://caedis.wordpress.com/2009/04/17/linux-gaming-rig-first-aid/</link>
		<comments>http://caedis.wordpress.com/2009/04/17/linux-gaming-rig-first-aid/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 17:08:35 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computer Gaming]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Asus P5N32-E SLI Plus]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=370</guid>
		<description><![CDATA[2 days of research compiled into one post. Hopefully others can benefit. Especially those with the Asus P5N32-E SLI Plus motherboard.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=370&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;"><a href="http://www.ubuntu.com/" target="_blank"><img class="size-medium wp-image-380 alignnone" title="ubuntulozengelogo" src="http://caedis.files.wordpress.com/2009/04/ubuntulozengelogo.png?w=450&#038;h=138" alt="ubuntulozengelogo" width="450" height="138" /></a></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">I&#8217;m not usually so simplistic in my posts but I feel I need to get this info on the web in all one place so other people who may be having issues with the motherboard I&#8217;m using can have a one stop fix for all their Linux Gaming woes. If you don&#8217;t have my exact setup some of these hacks/tweaks may help if implemented properly.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>My Specs:</strong></p>
<ul>
<li><strong>OS</strong>: <a href="http://www.ubuntu.com/" target="_blank">Ubuntu 8.10 &#8220;Intrepid&#8221;</a></li>
<li><strong>Motherboard:</strong> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813131153" target="_blank">Asus P5N32-E SLI Plus</a></li>
<li><strong>GPU:</strong> <a href="http://www.nvidia.com/object/geforce_family.html" target="_blank">Nvidia 8 Series PCI-e</a></li>
<li><strong>CPU: </strong><a href="http://processorfinder.intel.com/details.aspx?sSpec=SL9S8" target="_blank">Intel E6600 LGA775</a></li>
<li><strong>RAM: </strong><a href="http://www.newegg.com/Store/Brand.aspx?Brand=8476&amp;name=G-SKILL" target="_blank">2 GB Gskill DRR2 800</a></li>
</ul>
<p style="margin-bottom:0;">I realize this isn&#8217;t a top end gaming rig, but after I chose to sell my old gaming rig a few years ago to pay for my wife&#8217;s engagement ring I was left with nothing to work with. I needed a place to start and get my foot back in the door to high performance OCing and gaming, only this time I&#8217;m determined to go totally Open Source with Ubuntu Linux as my weapon of choice. I procured this setup for about 200$ from some long time friends. Many more parts were thrown in but they are not pertinent to the scope of this how to.</p>
<p style="margin-bottom:0;">
<hr />
<ul>
<li><strong><span style="color:#800000;">Problem</span>: </strong>When installing with the standard desktop edition I was unable to boot into the graphical environment on the live cd.</li>
<li><strong><span style="color:#0000ff;">Solution</span>: </strong>I fixed this by downloading the alternate install disk which installs from the command line.</li>
</ul>
<p style="margin-bottom:0;">
<hr />
<ul>
<li><strong><span style="color:#800000;">Problem</span>: </strong>GDM (Gnome Desktop Manager, AKA graphical environment) would not start. The monitor flickered sporadically and nothing happened.</li>
<li><strong><span style="color:#0000ff;">Solution</span>: </strong>Compile the latest drivers from Nvidia for maximum performance</li>
</ul>
<p style="margin-bottom:0;">Press [Ctrl] +[Alt] + F6 through F8 (whichever gets you to a login prompt on the command line)</p>
<p style="margin-bottom:0;">Login to the command line with your regular credentials.</p>
<p style="margin-bottom:0;">On a separate computer with internet access go to the Nvidia website and download the appropriate drivers for your Linux build.</p>
<p style="margin-bottom:0;">Drop them on a flash drive.</p>
<p style="margin-bottom:0;">Mount the flash drive on your command line only box:</p>
<pre>sudo mkdir /media/usb
sudo mount /dev/sdb /media/usb  (sometimes it's labeled sdb1, so if sdb doesn't seem to work use sdb1)
cd /media/usb
sudo killall gdm (this kills X and GDM so the nvidia drivers can be compiled and installed without conflicts)
sudo sh NVIDIA-Linux-x86_64-180.44-pkg2.run</pre>
<p style="margin-bottom:0;">Follow the prompts and your done.</p>
<p style="margin-bottom:0;">Reboot</p>
<pre style="margin-bottom:0;">sudo shutdown -r now</pre>
<p style="margin-bottom:0;">
<hr />
<ul>
<li><strong><span style="color:#800000;">Problem</span>: </strong>Networking is not working</li>
<li><strong><span style="color:#0000ff;">Solution</span>: </strong>Force the networking stack into compliance with the nVidia MCP55</li>
</ul>
<p style="margin-bottom:0;">Open a terminal</p>
<pre>sudo su
rmmod forcedeth
modprobe forcedeth msi=0 msix=0
/etc/init.d/networking restart</pre>
<p>Now we want to make these changes permanent as this hack resets when the computer reboots.</p>
<pre>sudo su
cd /etc/modprobe.d/
nano options</pre>
<p>Add the following to the end of the file</p>
<pre>#nVIDIA Corporation MCP55 Ethernet
options forcedeth msi=0 msix=0</pre>
<p>Save the change to the options file</p>
<p>Now the boot image must be rebuilt</p>
<pre>update-initramfs -u</pre>
<p>After all that you should be running perfectly with no performance hang ups.</p>
<p>This setup has proven to be the most problematic I have ever dealt with. Most of the computers I&#8217;ve built with Ubuntu work out of the box with no hacking or tweaking, I just happened to get the least compliant of every version. Oh well, nothing a little command line wizardry can&#8217;t fix. I expect to be playing Left 4 Dead, Oblivion, Spore and even Crysis shortly.</p>
<p style="text-align:center;"><strong>Linux for gaming, you bet.</strong></p>
<p style="text-align:center;"><img class="size-full wp-image-388 aligncenter" title="penguincomputing" src="http://caedis.files.wordpress.com/2009/04/penguincomputing.jpg?w=510" alt="penguincomputing"   /></p>
<br />Posted in Computer Gaming, Computing Tagged: Asus P5N32-E SLI Plus, how-to, howto, linux, Nvidia, open source, ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/370/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=370&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2009/04/17/linux-gaming-rig-first-aid/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2009/04/ubuntulozengelogo.png?w=300" medium="image">
			<media:title type="html">ubuntulozengelogo</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2009/04/penguincomputing.jpg" medium="image">
			<media:title type="html">penguincomputing</media:title>
		</media:content>
	</item>
		<item>
		<title>Are you secure?</title>
		<link>http://caedis.wordpress.com/2008/12/01/are-you-secure/</link>
		<comments>http://caedis.wordpress.com/2008/12/01/are-you-secure/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 11:00:38 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GRC.com]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=222</guid>
		<description><![CDATA[You thought your dusty old computer was of no value, or was protected by simply buying an antivirus program.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=222&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;text-align:left;">Well if you think you are, you probably aren&#8217;t. There is no such thing as “secure” there is only levels of protection. Short if literally unplugging your computer from the Internet and sticking it in a nuclear fallout shelter forever you can not assume your safe at home on your computer. And before you write me off as an alarmist or paranoid, I invite you to check <a href="http://caedis.net/resume" target="_blank">my credentials</a>, the one thing I do best is security. So what&#8217;s the first step?</p>
<p style="margin-bottom:0;text-align:center;"><a href="http://www.jinx.com/men/shirts/coding_security/not_even_norton.html"><img class="aligncenter size-full wp-image-460" title="not-even-norton" src="http://caedis.files.wordpress.com/2008/12/not-even-norton.png?w=510" alt="not-even-norton"   /></a><em>Courtesy of Jinx.com</em></p>
<p style="margin-bottom:0;text-align:left;"><strong>Denail</strong></p>
<p style="margin-bottom:0;text-align:left;">
<p style="margin-bottom:0;text-align:left;">Most people think that because they don&#8217;t have anything of value on their computer that they are safe. Or more frighteningly, they believe that Norton or Mcafee will save them. The fact of the matter is, you have been lulled into a sense of false confidence by your lack of understanding of how hackers work. A hacker doesn&#8217;t want to destroy your computer, it&#8217;s to valuable a asset to him.</p>
<p style="margin-bottom:0;text-align:left;">
<p style="margin-bottom:0;text-align:left;">Hackers look for computers not necessarily so they can steal your information or “blow up” your hard drive. (Yes I&#8217;ve heard that)  Rather, they want to use your computer as a staging point for whatever they decide to do.</p>
<p style="margin-bottom:0;text-align:left;">
<p style="margin-bottom:0;text-align:left;"><em>Why is hacking profitable?</em></p>
<p style="margin-bottom:0;text-align:left;">
<p style="margin-bottom:0;text-align:left;">Hacking wouldn&#8217;t be as prevalent as it is today if there wasn&#8217;t money involved. Little kids in their basements messing around eventually have to grow up. What do they do with their talents? Monetize them. Some choose to use this information to make money by stealing your identity, but the real cash comes in when they are able to extort money from businesses. They do this using your little computer.</p>
<p style="margin-bottom:0;text-align:left;">
<p style="margin-bottom:0;text-align:left;">They first infect your computer in order to make it an unwilling participant in a network of interconnected computers all with the same virus. Your computer then “phones home” to the master server that the virus was programed to use. At which point the master server can tell this massive network of infected computers to do something. “Okay” your thinking, “so what.”  This is where it get&#8217;s interesting. The hacker will come to a gambling site, or a online store of some kind. He will say something like, “If you don&#8217;t pay me X number of dollars I will take your website down during Black Friday, or during the Superbowl” or whatever date is critical for that businesses&#8217; revenue stream. The business either pays the hacker money, or the hacker brings down the business.</p>
<p style="margin-bottom:0;text-align:left;">
<p style="margin-bottom:0;text-align:left;">When the hacker does this, he uses his master server to talk to all his computer zombies (your computer being part of that army now since you relied on Norton alone to save you) The zombie computers then begin flooding the businesses&#8217; website with trash data to clog their Internet connection so much that it literally kills their Internet connection. Taking them offline.</p>
<p style="margin-bottom:0;text-align:left;">
<p style="margin-bottom:0;text-align:left;">All that mess, because you thought your dusty old computer was of no value, or was protected by simply buying an antivirus program.</p>
<p style="margin-bottom:0;text-align:left;">
<p style="margin-bottom:0;text-align:left;"><strong>Acceptance<br />
</strong></p>
<p style="margin-bottom:0;text-align:left;">Acceptance of this simple fact either comes one of two ways, you listened to me or someone with a similar warning, or you yourself have been a victim of identity theft or had your computer dumped on by a virus. I pray you don&#8217;t learn the hard way.</p>
<p style="margin-bottom:0;text-align:left;">
<p style="margin-bottom:0;text-align:left;"><em>What can we do?</em></p>
<p style="margin-bottom:0;text-align:left;">
<p style="margin-bottom:0;text-align:left;">You can buy all the software in the world that should make you safe, but if you don&#8217;t change your habits your only as safe as your software. And last time I checked, software doesn&#8217;t read your mind. It doesn&#8217;t know what should and should not be happening in your computer, only you can know that. It can only guess at what is generally a bad thing, not what truly is.</p>
<p style="margin-bottom:0;text-align:left;">
<p style="margin-bottom:0;text-align:left;">As I discussed in my previous post, there are a few things you can do to make yourself that much safer online.</p>
<ol>
<li><strong>Never save your passwords</strong>
<ul>
<li>Saving your password&#8217;s to websites may seem like a way to make your life easier online, but all it really does is give a hacker an easy way to steal your valuable information. Do you really think that your browser is smarter than a trained hacker? Your passwords are stored in such a way that they have to be accessible in pain text. It&#8217;s like writing your password down on the side of your mailbox. Eventually someone will see it.</li>
</ul>
<ul>
<li> An alternative is by using Firefox with a “master password” set. This allows you to at least have your passwords hidden beneath a password that someone must know in order to get at your others. The catch is that you must type this password in every time you restart your browser. Also, if you set a trivial password like the name of your dog, or your birth date you&#8217;ll only be as safe as that trivial master password. So make sure the password you choose is at least 8 characters long, has numbers and letters, has some upper and lower case and possibly a symbol thrown in there for good measure. This way the hacker will get bored before he hits pay dirt.</li>
</ul>
</li>
<li><strong>Read emails with “rich text” or “html” off.</strong>
<ul>
<li> I know,  I know, it&#8217;s dumb, your not downloading anything, and your not going anywhere. Right? WRONG AGAIN!  How do you think those flashy images are getting into the email you just opened? Your computer must go to an outside site and actually ask that site for the data. Think that&#8217;s safe? Sorry, it&#8217;s not. In fact there was a recent exploit on myspace.com where a hacker bought an advertisement on their website. The advertisement was a carefully crafted image that actually ran a code on the unsuspecting Myspace user&#8217;s computer, thus, infecting them with a undetectable virus. And by opening every email you see with images enabled, you are easily a prime target for hackers. If you must get images, only view images from companies you trust at the very least.</li>
</ul>
</li>
<li> <strong>If you have WiFi “Wireless B or G or N”, aka, “Wireless Internet” in your home set a password for it using WPA</strong> (Not WEP)
<ul>
<li> It&#8217;s a hassle for visitors, it&#8217;s this, it&#8217;s that. You live out in the middle of nowhere, I&#8217;ve heard them all. Fact of the matter is, if someone wants free Internet on your dime, all they need is a laptop and a car. So that narrows it down to, oh, say, 1/3 of the United States. Now, think of all the things you do on your home Internet. You access your bank? Your credit cards? What about your 401k? Your personal Instant messages to that special someone? These and everything else you send over your wireless Internet will be sent as clear as day to anyone with a computer and the will to get it.</li>
<li>Here&#8217;s how it all works,  your computer literally has a radio strapped to it when you use wireless Internet. Similar to a walkie talkie. So imagine going through every bit of info you type into a website (including the address of the sites themselves) and saying all that information over a walkie talkie. Anyone with a walkie talkie will easily hear it and you are trusting anyone in earshot not to use this free information to go out and buy a car or take out a loan on a new boat.  Trust me, the technology is proven, it&#8217;s easy to accomplish, and it can be done on even a device as small as a Blackberry with WiFi capability.</li>
</ul>
<ul>
<li> Also, make sure you use the WPA standard, Not the WEP standard. It&#8217;s just just a matter of using a drop down box to select one or the other in most cases.</li>
</ul>
<ul>
<li> If you don&#8217;t have a clue how to do any of this, get a geeky friend or relative to help you out, if all else fails, hire a technician. If that even fails (and you enjoy feeling pain) call Best Buy&#8217;s “Geek Squad” or Circuit City&#8217;s “Firedog”</li>
</ul>
</li>
<li> <strong>Use Firefox, not Internet Explorer!</strong>
<ul>
<li> Firefox has a proven track record of security, in addition Firefox has several powerful addons that make browsing the web easier and safer, and don&#8217;t require a ton of guesswork and geeky know-how. Internet Explorer is much more difficult to configure for security, and just plain doesn&#8217;t have the security addons that Firefox does. In addition, more exploits are in the wild for Internet Explorer vs Firefox. The hackers do this because they think that people using Internet Explorer are generally less informed about security or don&#8217;t care about it. And as we discussed, ignorance is no excuse these days. It&#8217;s only a way to exploit you.</li>
</ul>
<ol>
<li> <a href="http://www.mozilla.com/en-US/firefox/" target="_blank">Get Firefox</a></li>
<li> <a href="http://noscript.net/" target="_blank">Get NoScript</a> after you&#8217;ve installed Firefox and have it running</li>
<li> <a href="http://adblockplus.org/en/installation" target="_blank">Get Adblock Plus</a>, when you restart Firefox it will ask what service you&#8217;d like to subscribe to (it&#8217;s all free) click “EasyList (USA)” and click ok. This will block banner ads and other ads on websites. You&#8217;ll notice the difference when you go to a site like Myspace right away.</li>
<li> <em>(Advanced Users Only, or get a nerdy relative)</em> <a href="https://addons.mozilla.org/en-US/firefox/addon/8996" target="_blank">Get CSRF Protector</a></li>
<li> <em>(Advanced Users Only, or get a nerdy relative)</em> <a href="https://addons.mozilla.org/en-US/firefox/addon/5207" target="_blank">Get CS Lite</a> (And disable third party cookies)</li>
</ol>
<ul>
<li> Once you have all the addons above installed you&#8217;ll have a invisible safety net that extends MUCH further than even the mighty Norton or Mcafee products can provide. And, its all 100% free. Beat that. Also, it will all work without your input, meaning, once it&#8217;s all installed, you can forget about it. If you run into a site that causes one of these addons to bring up a warning, just steer clear of that site, or that part of that site. Remember, you have to change your habits to be safe, simply dismissing the warning boxes that may come up on different sites will defeat the purpose of all this, because they addons are sending up warning trying to keep you from walking off the cliff, if you ignore that&#8230; well&#8230; you&#8217;ll fall of the cliff just the same.</li>
</ul>
</li>
<li> <strong>Log out of sites when your done by clicking the sites “Logout” link/button</strong>
<ul>
<li> When you simply close your browser (even Firefox) after being logged into a website, you leave the information that was used to give you access on the computer. This allows you to be exploited by difference hackers and scams. Don&#8217;t become a statistic. When your done you need to actually click the logout link on the page, this deletes your login information so that it can&#8217;t be used for foul play. It&#8217;s easy, it&#8217;s simple, just do it.</li>
</ul>
</li>
<li> <strong>Never use trivial passwords, always use strong passwords, and don&#8217;t make things worse by writing down your password and sticking it to your monitor or under your keyboard.</strong>
<ul>
<li> I don&#8217;t care if your in your own home, if you have guests over, you are trusting them with your sensitive information when you leave your password out.</li>
</ul>
<ul>
<li> Always make sure your passwords are 8 or more characters long and make sure they have a few numbers, upper and lower case letters, and possibly a symbol thrown in</li>
</ul>
<ul>
<li> <em>Bad passwords:</em> “jenny12”, “041083” (your birthday),  ilovespike (your dog), abc123 (your dumb)</li>
</ul>
<ul>
<li> <em>Good passwords:</em> “J3nny!2%243”, “234352Ksj”, “!L0v3sP!ke6334”, “AbC1123.sde234”, or you can <a name="GRC's Ultra High Security Password Generator" href="https://www.grc.com/passwords.htm" target="_blank">go to GRC.com and use the perfect password generator </a>to make passwords. I generally snip off the first 8 characters and use that for things. That way I&#8217;m not making up easily guessable passwords, but at least after some practice I can type the random junk in pretty quick.</li>
<li>OR, if all that sounds like too much work, <a title="KeePass Portable" href="http://portableapps.com/apps/utilities/keepass_portable" target="_blank">Download the KeePass Portable Password safe</a> for free. It password protects your passwords and can even generate more secure passwords for you to use. (Did I mention it&#8217;s free?)</li>
</ul>
</li>
</ol>
<h6><em>Revised and updated 12/5/08 for grammar and the addition of the KeePass link</em></h6>
<p style="margin-bottom:0;text-align:left;">
<br />Posted in Computing Tagged: antivirus, Computing, Firefox, GRC.com, hacking, howto, privacy, security <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/222/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=222&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/12/01/are-you-secure/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2008/12/not-even-norton.png" medium="image">
			<media:title type="html">not-even-norton</media:title>
		</media:content>
	</item>
		<item>
		<title>The end of Wireless Internet Security!</title>
		<link>http://caedis.wordpress.com/2008/11/28/the-end-of-wireless-internet-security/</link>
		<comments>http://caedis.wordpress.com/2008/11/28/the-end-of-wireless-internet-security/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 22:39:48 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[GRC.com]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<category><![CDATA[WPA]]></category>
		<category><![CDATA[WPA2]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=237</guid>
		<description><![CDATA[Don't trust everything you see online.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=237&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>The articles I found after a quick Google search were the following:</strong></p>
<p class="MsoNormal" style="margin-left:.5in;text-indent:-.5in;">“<a title="Trash" href="http://blogs.zdnet.com/gadgetreviews/?p=471" target="_blank">No longer safe: WPA encryption cracked in 12 to 15 minutes</a> -<strong>ZDnet</strong></p>
<p class="MsoNormal">“<a title="Trash" href="http://it.slashdot.org/article.pl?sid=08/11/06/1546245&amp;from=rss" target="_blank">Researchers Crack WPA Wi-Fi Encryption</a>” -<strong>Slashdot</strong></p>
<hr />
<div id="attachment_241" class="wp-caption alignright" style="width: 250px"><img class="size-full wp-image-241" title="oh_noes" src="http://caedis.files.wordpress.com/2008/11/oh_noes.jpg?w=510" alt="oh_noes"   /><p class="wp-caption-text">The blind leading the blind</p></div>
<p class="MsoNormal">These headlines are all around the security websites and inner circles of hackers. Here’s the real deal, it’s an overblown myth made up by uneducated mass media and ignorant journalists to scare people.</p>
<p class="MsoNormal">
<p class="MsoNormal">I won’t get into the messy details but essentially the REAL scoop is this. A small hole has been found in the previously perceived as “impervious” security of WPA. This hole allows a very tiny amount of data to be injected into a wireless network. The issue is easily fixed by setting a few settings in your wireless router, and even if you don’t the hacker cannot do very much with this at the moment.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>How do we fix this issue?</strong></p>
<p class="MsoNormal">
<p class="MsoNormal">If you have a WPA2 certified router, (most newer routers are) turn on WPA2 and AES and make sure TKIP is off. TKIP is the protocol that had the small hole; AES is used by the government and just makes more sense to use anyway. It won’t affect your current settings. As always I recommend you use a strong password for the WPA Pre-Shared key. Also, turn off QoS (Quality of Service) Scheduling if it&#8217;s enabled for some reason.</p>
<p class="MsoNormal"><strong>Moral of the story</strong></p>
<p class="MsoNormal">Don&#8217;t trust everything you see online. Mass media is in the business of making headlines and &#8220;WPA *Almost* cracked&#8221; isn&#8217;t as attention grabbing as &#8220;WPA Cracked! Head for the hills!&#8221;</p>
<p class="MsoNormal"><strong>Resources:</strong></p>
<p class="MsoNormal">
<p class="MsoNormal">This issue was discounted by a recent <a title="Security Now" href="http://www.grc.com/securitynow.htm" target="_blank">&#8220;Security Now!&#8221; podcast segment (Ep 170 &#8220;The TKIP Crack&#8221;)</a></p>
<br />Posted in Computing Tagged: Computing, GRC.com, privacy, security, Wi-Fi, WPA, WPA2 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/237/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=237&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/11/28/the-end-of-wireless-internet-security/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2008/11/oh_noes.jpg" medium="image">
			<media:title type="html">oh_noes</media:title>
		</media:content>
	</item>
		<item>
		<title>Privacy at work</title>
		<link>http://caedis.wordpress.com/2008/11/26/privacy-at-work/</link>
		<comments>http://caedis.wordpress.com/2008/11/26/privacy-at-work/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 14:00:09 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GRC.com]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=215</guid>
		<description><![CDATA[The only way to have anything resembling security and privacy on a computer system is to trust no one to make mistakes or make intentional “mistakes” as it were with your information.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=215&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> Sounds stupid doesn’t it? The two don’t usually go hand in hand, but if you have a little know how, you can get your piece of the pie.</p>
<p class="MsoNormal">
<p class="MsoNormal">I will state going in that I do not advocate the use of these techniques to circumvent company policy or do anything illegal. I’m just in the business of security and I make a point to follow as <a href="http://www.grc.com/securitynow.htm" target="_blank">Steve Gibson of GRC.com</a> puts it “TNO” Trust No One. This means that the only way to have anything resembling security and privacy on a computer system is to trust no one to make mistakes or make intentional “mistakes” as it were with your information. I use my security techniques to ensure my identity is safe and my privacy is ensured.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Privacy should start with the basics</strong>:</p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal">Log      out of sites you aren’t using to prevent cross site scripting or click      jacking (Two of the leading causes of identity theft) I mean actually click      the log out button, don’t click the X button.</li>
<li class="MsoNormal">Use Firefox,      coupled with the <a href="http://noscript.net/" target="_blank">Noscript plugin</a> and an      arsenal of other powerful apps that you just can’t get anywhere else it is      your first line of defense against things you can’t help.</li>
<li class="MsoNormal">Never      set your browser to remember you passwords, it’s just not a safe practice,      period.</li>
</ul>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">Now I know no everyone can afford or bother to deal with a USB flash drive, but for me, it’s a Godsend. I use the portable apps version of Firefox and install it on my jump drive so I can take it with me wherever I go. This allows me easy access to my bookmarks and fancy plugins that I talked about earlier.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Pulling out the big guns</strong></p>
<p class="MsoNormal">Here’s where it gets a bit sticky, if you aren’t technically inclined I suggest you skip to the comments section. (comments are always appreciated <span style="font-family:Wingdings;"><span>J</span></span> )</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Recipe</strong>: One USB Flash drive with a portable Firefox that can remotely connect to your home computer and browse using your home’s internet via a heavily encrypted private VPN-like connection your jump drive will establish.<span> </span>(Secure browsing from any computer, even your work computer or over public WiFi)</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Ingredients</strong>:</p>
<p class="MsoNormal">1 Ubuntu Linux powered home computer</p>
<p class="MsoNormal">1 Client computer with Windows or Linux installed (The install won’t be portable on Linux, but you can make a shell script for the apt commands)</p>
<p class="MsoNormal">1 Flash drive</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Step 1: Install SSH on your Linux home computer</strong></p>
<p class="MsoNormal">
<p class="MsoNormal">Go to your terminal and type:</p>
<p class="MsoNormal"><code><span style="font-size:10pt;">sudo apt-get install openssh-server openssh-client</span></code></p>
<p class="MsoNormal"><code><span style="font-size:10pt;"> </span></code></p>
<p class="MsoNormal"><strong>Step 2: Install SSH client on client computer</strong></p>
<p class="MsoNormal">
<p class="MsoNormal">For Ubuntu Linux computers type</p>
<p class="MsoNormal"><code><span style="font-size:10pt;">sudo apt-get install putty</span></code></p>
<p class="MsoNormal">
<p class="MsoNormal">For windows go to the <a href="http://portableapps.com/apps/internet/putty_portable" target="_blank">Portable Apps PuTTY page</a> and install it on your flash drive</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Step 3: Install Firefox</strong></p>
<p class="MsoNormal">
<p class="MsoNormal">Firefox comes with every Ubuntu Desktop install so your all set here for Linux</p>
<p class="MsoNormal">
<p class="MsoNormal">For Windows download the <a href="http://portableapps.com/apps/internet/firefox_portable" target="_blank">portable Firefox app</a> and install it to your flash drive</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Step 4: Configuration</strong></p>
<p class="MsoNormal">
<p class="MsoNormal">Download the <a href="http://foxyproxy.mozdev.org/" target="_blank">FoxyProxy extension</a> so you can choose what site’s you want to send through the secure tunnel to your house.</p>
<p class="MsoNormal">Download the <a href="http://noscript.net/" target="_blank">Noscript extension</a> for protection against click jacking or cross site scripting attacks (and a multitude of other security issues)</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">Open PuTTY</p>
<p class="MsoNormal">In the PuTTY Configuration screen set the location to your home’s IP and the port to the port you have SSH running on goes in the box to the right of the location (<a title="Howto change SSH's port" href="http://forums.spry.com/showthread.php?t=98" target="_blank">Please tell me you changed the port to something, ANYTHING but 22</a>)</p>
<p class="MsoNormal">
<p class="MsoNormal">Go to Connection &gt; SSH &gt; Tunnels</p>
<p class="MsoNormal">
<p class="MsoNormal">Pick an arbitrary port above 2000 and remember that number for this example I’m using 5678</p>
<p class="MsoNormal">
<p class="MsoNormal">Check both the boxes at the top talking about local ports accept connections and remote ports do the same</p>
<p class="MsoNormal">
<p class="MsoNormal">In the source port field fill in your port assignment, so 5678</p>
<p class="MsoNormal">Leave destination blank</p>
<p class="MsoNormal">Click the Radio button for Dynamic</p>
<p class="MsoNormal">Leave the bottom buttons set to auto</p>
<p class="MsoNormal">Click Add</p>
<p class="MsoNormal">
<p class="MsoNormal">You should see in the big box above “D5678”</p>
<p class="MsoNormal">
<p class="MsoNormal">Now were going to enable compression, (A sweet feature unique to SSH2 that has built in compression to speed things up)</p>
<p class="MsoNormal">
<p class="MsoNormal">Under Connection &gt; SSH (click the heading SSH)</p>
<p class="MsoNormal">Check<span> </span>“Enable Compression”</p>
<p class="MsoNormal">
<p class="MsoNormal">Click the Open button at the bottom</p>
<p class="MsoNormal">
<p class="MsoNormal">Once you login with your credentials you now have a pseudo VPN-like tunnel to your home computer. Just keep that putty session minimized, if you close it, it closes the tunnel.</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">Now go to the FoxyProxy options menu in firefox</p>
<p class="MsoNormal">
<p class="MsoNormal">Click the line called “Default”</p>
<p class="MsoNormal">
<p class="MsoNormal">Click the “Edit Selection” button</p>
<p class="MsoNormal">
<p class="MsoNormal">In the “Proxy details” tab click “Manual proxy configuration”</p>
<p class="MsoNormal">
<p class="MsoNormal">Type “localhost” into the Host name, and your port (5678) into the port field</p>
<p class="MsoNormal">
<p class="MsoNormal">Click “SOCKS proxy?” click SOCKS v5</p>
<p class="MsoNormal">
<p class="MsoNormal">Hit ok</p>
<p class="MsoNormal">
<p class="MsoNormal">And close the foxy proxy options</p>
<p class="MsoNormal">
<p class="MsoNormal">Now type in “about:config” into your Firefox URL bar, it may give a warning about blowing up the world, that’s fine, blow it up, hit ok.</p>
<p class="MsoNormal">
<p class="MsoNormal">Were looking for “network.proxy.socks_remote_dns” so use the filter at the top to find it</p>
<p class="MsoNormal">
<p class="MsoNormal">Set the vaulue to true so that the fiel should look like:</p>
<p class="MsoNormal">##Preference Name<span> </span>Status<span> </span>Type<span> </span>Value</p>
<p class="MsoNormal"><span> </span>network.proxy.socks_remote_dns<span> </span>user set<span> </span>boolean<span> </span>true</p>
<p class="MsoNormal">
<p class="MsoNormal">You should now be able to browse the web from the privacy of your corner café or corner office. Your traffic is totally encrypted up to the point it leaves your home’s internet and no one snooping on the line is capable of breaking into the connection to steal bank accounts or blog entries!</p>
<br />Posted in Computing Tagged: Computing, Firefox, GRC.com, privacy, PuTTY, security <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/215/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=215&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/11/26/privacy-at-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>
	</item>
		<item>
		<title>The great marriage debate</title>
		<link>http://caedis.wordpress.com/2008/11/22/the-great-marriage-debate/</link>
		<comments>http://caedis.wordpress.com/2008/11/22/the-great-marriage-debate/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 14:00:52 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Faith]]></category>
		<category><![CDATA[Views]]></category>
		<category><![CDATA[Bible]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[homosexual]]></category>
		<category><![CDATA[homosexuality]]></category>
		<category><![CDATA[marriage]]></category>
		<category><![CDATA[religion]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=206</guid>
		<description><![CDATA[I don't care your upbringing, I don't care your genetics. We’re all born with surroundings and genetic predispositions that make following God a daunting task even under the most mild of circumstances.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=206&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-align:center; display: block;"><a href="http://caedis.wordpress.com/2008/11/22/the-great-marriage-debate/"><img src="http://img.youtube.com/vi/fCRSIL4wY3U/2.jpg" alt="" /></a></span>So by now my point of view has been made crystal clear on my views about faith, and by extension my views on homosexuality should be clear as well&#8230;. right? Wrong!</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">The common idea that seems to be held by the world is that Christians are, by their very teachings, “<a href="http://en.wikipedia.org/wiki/Gay_bashing" target="_blank">gay bashers</a>” when nothing could be further from the truth. I believe this idea comes from the radical right wing conservatives that give all parishioners a bad name by holding up hate charged statements and generalities about homosexuality. I&#8217;m sure most of us have seen the anti-gay protests on capitol hill with the “Christians” screaming out profanities and hateful slurs against gays. Personally I find them reprehensible. Christ came to the down trodden, the sinners and the saints alike not to judge and scorn them but to give them hope for redemption, not by their own actions because their actions are not enough, but through the blood of Jesus.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">This idea that homosexuality is somehow more despicable than looking at another woman with lust, or lying to our kids, or committing perjury on the stand is ludicrous. It says it in plain black and white in the bible, all have sinned and fall short of God&#8217;s glory. Even the slightest sin is less than perfection and a abomination to him. So while it&#8217;s easy to say that being gay is evil, it&#8217;s hard and close to impossible for us to say that harboring hateful thoughts about our neighbor is no less a sin. In fact it states in the bible that that act of such a though is “murder.” Looking onto another woman with lustful thoughts is “adultery.” So you tell me which one of you is perfect enough to cast the first stone at the homosexual. You yourself are a murdering thieving adulterer. Pull out the plank in your own eye before you point out the splinter in your neighbors.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>So where do I stand?</strong></p>
<p style="margin-bottom:0;">By no means take what I&#8217;ve said out of context. Marriage is clearly defined in the Bible as a union of a man and a woman under God. Homosexuality is a sin. Period. I don&#8217;t care your upbringing, I don&#8217;t care your genetics. We&#8217;re all born with surroundings and genetic predispositions that make following God a daunting task even under the most mild of circumstances. The fact that your gay just means you have a hard road ahead of you. I personally apologize for anyone that has been set back in their walk with Christ because of a foolish and trite response by a fellow Christian.</p>
<p style="margin-bottom:0;">Don&#8217;t fall into the trap that so many homosexual apologetics run into. I am speaking of course about the popular tactic of discounting the <a href="http://en.wikipedia.org/wiki/Levite" target="_blank">Levitical laws</a>. True some of the laws are antiquated, and I can&#8217;t deny that some sound pretty silly when take out of context. There are plenty of references to homosexuality in the bible, and all refer to it as sin. We can pick apart grammatical inconsistencies and the oh so many arguments over semantics. But God has a consistent track record with regard to societies that encourage sodomy and homosexuality. Frankly, I don&#8217;t have the ability at this time in my walk with Christ to defend the Bible on point&#8217;s like this, not because there is no defense, but because believe it or not, I&#8217;m still learning about Christ and in that learning process I don&#8217;t have all the witty retorts that many Biblical scholars may have. (I&#8217;m not smart enough for that)</p>
<p style="margin-bottom:0;"><strong>Where do mature Christians stand?</strong></p>
<p style="margin-bottom:0;">This is not what God had in mind for this world when he made it, we Christians should be the first to tell you we aren&#8217;t perfect. I have my own immoral, unclean, and sinful thoughts and actions almost daily, but it&#8217;s the job of our brothers and sisters in Christ to lift one another up even in the face of our blatant daily failures. If we could do it all alone we wouldn&#8217;t need each other, and we wouldn&#8217;t need Christ. I encourage anyone who has been slighted by a so called follower of Jesus to come back to the faith. Don&#8217;t let a misguided group of ignorant radicals decide where your faith lies.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Though I am not a Mormon or a catholic, I believe this informative (albeit low quality) video speaks well what I&#8217;m talking about.</p>
<p style="margin-bottom:0;"><span style="text-align:center; display: block;"><a href="http://caedis.wordpress.com/2008/11/22/the-great-marriage-debate/"><img src="http://img.youtube.com/vi/Uv72urCWJcU/2.jpg" alt="" /></a></span></p>
<p style="margin-bottom:0;"><a title="Just to let them know I'm here." href="http://blogs.godhatesamerica.com/" target="_blank">.</a></p>
<br />Posted in Faith, Views Tagged: Bible, Faith, God, homosexual, homosexuality, marriage, religion <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=206&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/11/22/the-great-marriage-debate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>
	</item>
		<item>
		<title>Thus begins the sensationalism</title>
		<link>http://caedis.wordpress.com/2008/11/07/thus-begins-the-sensationalism/</link>
		<comments>http://caedis.wordpress.com/2008/11/07/thus-begins-the-sensationalism/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:28:37 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Views]]></category>
		<category><![CDATA[AlJazeera]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[conservative]]></category>
		<category><![CDATA[liberal]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[race]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=193</guid>
		<description><![CDATA[During this presidency I predict that the race card (a popular one among liberals) will be played so many times that it will be as worn out as a the paper the dead sea scrolls are written on.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=193&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;">I was browsing Youtube today and I stumbled upon <a href="http://www.youtube.com/watch?v=ODHiSg6stMU" target="_blank">this video</a>. At first I thought it was a joke but then began to see that it was a serious news piece. After watching it I posted the following comment.</p>
<p style="margin-bottom:0;"><span style="text-align:center; display: block;"><a href="http://caedis.wordpress.com/2008/11/07/thus-begins-the-sensationalism/"><img src="http://img.youtube.com/vi/ODHiSg6stMU/2.jpg" alt="" /></a></span></p>
<p style="margin-bottom:0;">
<blockquote>
<p style="margin-bottom:0;">&#8220;I love how foreign press can totally warp the reality of things that seem so black and white to us in the states. I would be willing to wager most (and by most I mean like 80%-90%) people noticed Barack was black but couldn&#8217;t have cared less. My vote for McCain wasn&#8217;t because <span>Barack</span> was black. AlJazeera pulled this race issue out of thin air to sensationalize their stories. All the while making conservatives look like racists.&#8221; <em>-CaedisHax on Youtube.com (Me)</em></p>
</blockquote>
<p style="margin-bottom:0;">
<div class="wp-caption alignleft" style="width: 330px"><img title="Gotta love liberal media" src="http://farm4.static.flickr.com/3154/3009848063_112f3cf94f.jpg?v=0" alt="Gotta love liberal media" width="320" height="304" /><p class="wp-caption-text">Gotta love liberal media</p></div>
<p style="margin-bottom:0;">I have a strong sensation that the sensationalism will only get worse. The media, when it doesn&#8217;t have a republican president to rip on, instead defends the democratic president and rips on anyone who opposes him. During this presidency I predict that the race card (a popular one among liberals) will be played so many times that it will be as worn out as the paper the <a href="http://en.wikipedia.org/wiki/Dead_Sea_scrolls" target="_blank">dead sea scrolls</a> are written on.</p>
<p style="margin-bottom:0;">
<table border="0" cellspacing="0" cellpadding="4" width="100%">
<col width="256"></col>
<tbody>
<tr>
<td width="100%" valign="top"><strong>Issues from thin air</strong></td>
</tr>
</tbody>
</table>
<p>The facts are clear, race was never an issue in this election. The fact that he&#8217;s black has nothing to do with his competency as a president and people aren&#8217;t stupid enough to vote based on race these days. Maybe if we lived 70 years ago it would be an issue, but as with anything else, when you take a large enough sample of people you will have the crazies at the opposite end of sanity doing their own irrational things, like the KKK.</p>
<p>Brace for impact though, because this non-issue will be made into one by the liberal media at large to help sell stories. Frankly the idea that his race is even a place for pause for conservatives is insulting. This is not the civil rights movement, so let&#8217;s just stick to reality and let the race cards collect some dust in the basement. Please?</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<table border="0" cellspacing="0" cellpadding="4" width="100%">
<col width="256"></col>
<tbody>
<tr>
<td width="100%" valign="top"><em><span>By the way, I did that picture up in like 10 minutes using the 			GIMP on my flash drive at work. Not my normal level of work since 			I&#8217;m accustomed to Photoshop. <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </span></em></td>
</tr>
</tbody>
</table>
<br />Posted in Views Tagged: AlJazeera, Barack Obama, conservative, liberal, politics, race <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/193/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=193&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/11/07/thus-begins-the-sensationalism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3154/3009848063_112f3cf94f.jpg?v=0" medium="image">
			<media:title type="html">Gotta love liberal media</media:title>
		</media:content>
	</item>
		<item>
		<title>PGP/GPG Signing, What&#8217;s this all about?</title>
		<link>http://caedis.wordpress.com/2008/10/29/pgpgpg-signing-whats-this-all-about/</link>
		<comments>http://caedis.wordpress.com/2008/10/29/pgpgpg-signing-whats-this-all-about/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 06:00:10 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=31</guid>
		<description><![CDATA[So you may or may not have noticed that I&#8217;ve started to have this funny stuff on much of what I put online. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is some message I've written. Etc... etc... etc.. -----BEGIN PGP SIGNATURE----- Comment: Go to   http://caedis.net/gpg    for details on how to use this iEYEARECAAYFAkqpx0QACgkQenKlZFsAAszrVQCg6e1EMGRV4cfCRAAcMwf8W1HC z9AAoNNEEbF/rc2taPyO1tvvpg6oy3xw =Z9VS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=31&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.thetechherald.com" target="_blank"><img title="Hacker" src="http://farm4.static.flickr.com/3003/2858466004_d7963701d6.jpg?v=0" alt="Image courtesy of thetechherald.com" width="500" height="333" /></a><p class="wp-caption-text">Image courtesy of thetechherald.com</p></div>
<p>So you may or may not have noticed that I&#8217;ve started to have this funny stuff on much of what I put online.</p>
<pre>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This is some message I've written. Etc... etc... etc..
-----BEGIN PGP SIGNATURE-----
Comment: Go to   http://caedis.net/gpg    for details on how to use this

iEYEARECAAYFAkqpx0QACgkQenKlZFsAAszrVQCg6e1EMGRV4cfCRAAcMwf8W1HC
z9AAoNNEEbF/rc2taPyO1tvvpg6oy3xw
=Z9VS
-----END PGP SIGNATURE-----</pre>
<p>What&#8217;s it all about? You may ask. Well, PGP (or GPG, or GnuPG&#8230; all the same thing basically) is a way of both <a href="http://www.new.facebook.com/note_redirect.php?note_id=12297603231&amp;h=5aa07e90b003efade9e69f3d66d84c73&amp;url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FEncipherment" target="_blank">enciphering</a> and <a href="http://www.new.facebook.com/note_redirect.php?note_id=12297603231&amp;h=1bcf0f0a89df7ad72c2d1af5042304c5&amp;url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FDigital_signature" target="_blank">digitally signing</a> a document&amp;183; In the case you see above I am using the PGP system to digitally sign the text inside the PGP block, &#8220;This is some message I&#8217;ve written. Etc&#8230; etc&#8230; etc..&#8221;</p>
<p>Whats this mean for me and why the heck do I care??</p>
<p>This signature can be verified WELL beyond a reasonable doubt to have come from me and no one else. Few things can be said to be impossible, but forging this signature is one that is very near impossible.</p>
<p>I won&#8217;t get into specifics on this as it&#8217;s a very complicated topic. But basically anyone, even you, can get a tool that will verify that whatever I&#8217;ve put inside the PGP block is in fact, beyond a shadow of a doubt, from me and me alone.</p>
<p>How the heck can that be?</p>
<p>Well, you&#8217;ll notice a garbled bunch of junk at the end of the signature. This is a special combination of what I&#8217;ve written and my personal key. The key is available from anywhere on the web, like <a href="http://www.new.facebook.com/note_redirect.php?note_id=12297603231&amp;h=b5b4fc123dd6d110f93c036b0c82d930&amp;url=http%3A%2F%2Fwww.msplinks.com%2FMDFodHRwOi8vY2xhaW1pZC5jb20vY2FlZGlz" target="_blank">here</a>.</p>
<p>or&#8230;. even on this very page&#8230;..</p>
<p>Below is the garbled crap that makes up a tottaly uniqe signature that contains independantly verifiable information about me and me alone:</p>
<pre>-----BEGIN PGP PUBLIC KEY BLOCK-----
Comment: Go to   http://caedis.net/gpg    for details on how to use this
Comment: Download: http://www.gnupt.de

mQGiBEgIJGYRBAC54vZVXjK5l4VRSiUC6XGMgEOjEFgWvruVr/PXBk0hbnZ47D8j
Bowq2xlmKerJyG2pWYe6MtTJLh7Gwwq290WnjL+/m1DDmbjJ+qW5MUG+z/jOERs8
7C8mTT82w8tcHzXgGE4XBkEuELBnMFSSwJYXuIjHGs7cWrAD9STLKPniGwCg8vqh
/IPTkHEpeLu+P4AsIvkh0nsD/jZwLvkFpWLg57fH+nnawX7NRsxBGI05Aexddv0t
MTS8Kgwh/oxeq2ujNHRXRxIHzQJpV0q9WwLYBDz5OL26NjNZ9eoDTdgn+pd7P7JH
/zy9K4I33sv8Ht5dxztzxI1Q74xBIVdkQAgxxEXkdWFLAAUp2NYRwg9wqwzIXk/H
JlrUA/4kmswGxRKVThmMkxbkccuH2bf6Aj83kYMG3v6LQqJWkwxlEPUO1Oy9SGto
Rss4tXzf05Xuy0VF6vN1E6ERmGYAdBpkt3pyOdNtLpARIMiDzFvN9Nv/cFYQYB4j
xu/or7RGbxykpd7ffeZmiul4eBRnL++ibFCl+c6CqvVVjvIeArQgQ2FlZGlzIEhh
eCA8Y2FlZGlzaGF4QGdtYWlsLmNvbT6IZgQTEQIAJgUCSAgkZgIbIwUJCWYBgAYL
CQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEHpypWRbAALMfcwAoL++ajgLP5XhBpqc
//BNDG0ypgLsAKCKcyRS+n1MJbrPRkjlajmQxjPMHbRIQnJhbmRvbiBCIChDYWVk
aXMgSGF4IEAgaHR0cDovL2NsYWltaWQuY29tL2NhZWRpcykgPGNhZWRpc2hheEBn
bWFpbC5jb20+iGYEExECACYFAkgIJhICGyMFCQlmAYAGCwkIBwMCBBUCCAMEFgID
AQIeAQIXgAAKCRB6cqVkWwACzEyqAKCP+cm6wnIxL+JCh5OFkL1HQJrPpQCfYwY8
/TeK3ikQbKeySpEab9TScEO0NUJyYW5kb24gQmxhY2tidXJuIDxicmFuZG9uLmJs
YWNrYnVybkBnbnMtYWJpbGVuZS5jb20+iGYEExECACYFAkpEAOECGyMFCQlmAYAG
CwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRB6cqVkWwACzO8rAKDw1qRQbOlXDXJp
uOLTgUPs6lIXFQCfWifdhX611/U73LMQ6Zh0d5nJn6m5Ag0ESAgkcRAIAJs3T3rA
RAPNlAI8C/bb+DxFvuuyePDa54BLV+HyFR9/f/gY6/umRuTlwpGjEB7QWwx0cqCh
n+hUMgfGfbR4Gux2Qlq1wh9evCZZvE5cPwVzBceaqHMdANKHZrOxn4VeSpTWiwec
fCUxaxUckKorEXrYhWbQKoMIs0ncUxMs5r3cNRwmBPNpUnxGLXGouFRdqdDtdp6W
ubar4CphHoR+kneynzBi/5w04RUu/5hEIda+b6UrKtZLo5Dk85dk+H6F93fq0I/k
5fO8jCF4G9STbmvfiMwV9yg5CMvDWNAMmuUwVtdpgtoz/QMpv9aD+2+871k8tOxM
tt0H76+1ErtyudsAAwYH/0o86+2UwUH7CNwlohGsPMbcEeP0gBYizAHEE55Mj6uK
GBJmCdy2ztS8LO8wdS5FPYag4Po2ZfhuBcBY8TH329G2nAZHdGYpoH+UopIodyp9
dKcug2x0twb3CPWp6+0MqgjCce1kEQtvKZR/hlA9HEaVVW9KdKg715bQrlH/CvUU
3mgl5PkGTWP4c/BVblsogy5EqYZs6254kOTM/KnbLBqnO29ABl1SvaiJwxG+fFFm
B/whIdXMGYxumkxBM7/AUBPd1+sdVVJ6DYVtiZJrEELFKbfB2CTPztJvkS8y9D6C
xxp5dlebmLrL/reb4x7o1GFRzPetO4JmEGQ6G5GwYgiITwQYEQIADwUCSAgkcQIb
DAUJCWYBgAAKCRB6cqVkWwACzKhvAJ4qXwMxWPd5yrVKEuNEUCK8RXlLKwCfU/+u
/F7e7Xg8Pzwc2zK7s+izJxU=
=L3v/
-----END PGP PUBLIC KEY BLOCK-----</pre>
<p>That MESS can be given to a special PGP tool that can then be given a document I&#8217;ve signed to verify that I in fact signed it&#8230;.</p>
<p>Well couldn&#8217;t anyone just change what you said and make this:</p>
<pre>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1</pre>
<pre>This is some message I've written. Etc... etc... etc..
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: <a href="http://firegpg.tuxfamily.org/" target="_blank">http://firegpg.tuxfamily.org</a></pre>
<pre>iD8DBQFIDuTzenKlZFsAAswRAqMkAJ9bpWgDzMawFoTnqPcRC2TJ9Jio9wCaAmyT
YSw5eouHFQ4kpwobo3CreW0=
=uosj
-----END PGP SIGNATURE-----</pre>
<p>into this??</p>
<pre>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1</pre>
<pre>Brandon is a moron and knows nothing!! HAH!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: <a href="http://firegpg.tuxfamily.org/" target="_blank">http://firegpg.tuxfamily.org</a></pre>
<pre>iD8DBQFIDuTzenKlZFsAAswRAqMkAJ9bpWgDzMawFoTnqPcRC2TJ9Jio9wCaAmyT
YSw5eouHFQ4kpwobo3CreW0=
=uosj
-----END PGP SIGNATURE-----</pre>
<p>Well&#8230; no!! Thats just it, a tool that reads these things takes what my message was and compares it against what my signature/message blendy thing (garbled crap at the bottom) says. if even ONE space or period is out of place&#8230; the verification fails. No way around it.</p>
<p>So, when you see this trash on my posts, pages, or whatever&#8230; your browser isin&#8217;t messing up, it&#8217;s supposed to be there!</p>
<p>If you&#8217;d like to try this out I would invite you to get <a href="http://www.new.facebook.com/note_redirect.php?note_id=12297603231&amp;h=33babf4373e83c02c3994c79989c9b9c&amp;url=http%3A%2F%2Ffirefox.com" target="_blank">Firefox</a> and pick up the <a href="http://www.new.facebook.com/note_redirect.php?note_id=12297603231&amp;h=916cf7984f9ffbc96b52539bc3157a9e&amp;url=http%3A%2F%2Ffiregpg.tuxfamily.org%2F" target="_blank">FireGPG addon</a>. This is the &#8220;tool&#8221; I was talking about. I realize that this is a very advanced topic to be talking about. But the people that care will pursue this and the ones that don&#8217;t at the very least, will know whats going on.</p>
<p>But anyway, the directions to get GPG up and running are on <a href="http://www.new.facebook.com/note_redirect.php?note_id=12297603231&amp;h=916cf7984f9ffbc96b52539bc3157a9e&amp;url=http%3A%2F%2Ffiregpg.tuxfamily.org%2F" target="_blank">FireGPG&#8217;s Website</a>. If you have Linux, GPG is already installed, but on Windows they give you a link to use on the website under the install page.</p>
<p>congrats! You just got a little smarter, enjoy!</p>
<p>Oh, and this is how a nerd says he loves someone ;D</p>
<pre>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1</pre>
<pre>I love you Stephanie Freeland!!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: <a href="http://firegpg.tuxfamily.org/" target="_blank">http://firegpg.tuxfamily.org</a></pre>
<pre>iD8DBQFIDvFNenKlZFsAAswRArJQAJ4yDftY4o9llj0hY99pj/yP2hyYCgCgiTwH
n1eeXwdB7J4jVBQdC5BcGkQ=
=oZlw
-----END PGP SIGNATURE-----</pre>
<br />Posted in Computing Tagged: GNU, linux, open source, privacy, security, windows <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=31&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/10/29/pgpgpg-signing-whats-this-all-about/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3003/2858466004_d7963701d6.jpg?v=0" medium="image">
			<media:title type="html">Hacker</media:title>
		</media:content>
	</item>
		<item>
		<title>Piracy is a victimless crime&#8230; right?</title>
		<link>http://caedis.wordpress.com/2008/10/22/piracy/</link>
		<comments>http://caedis.wordpress.com/2008/10/22/piracy/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 11:00:08 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Faith]]></category>
		<category><![CDATA[Views]]></category>
		<category><![CDATA[Bible]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=111</guid>
		<description><![CDATA[If you enjoy something that someone worked hard to create, support them and give thanks to their efforts by paying them what they ask.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=111&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;"><img class="alignleft" title="Pirate" src="http://farm4.static.flickr.com/3015/2873438000_f06b2e3cf5.jpg?v=0" alt="" width="288" height="324" />When  I want music I first look to places like Amazon and Napster for DRM free music. I never buy iTunes music anymore since it&#8217;s a waste of money for the DRMed content. I have what many previous generations of people have called the normal point of view, I actually WANT to support the content I enjoy. When I watch TV, I don&#8217;t mind the ads because I know they are providing the content to me at no additional charge. When I purchase music, I don&#8217;t mind paying for it because I know my music helps the artists to produce more of what I love. Lastly, I don&#8217;t have a problem paying for software I use since I know this helps the developers create and update the programs I use. Noticing a trend here? It&#8217;s a simple one. If you enjoy something that someone worked hard to create, support them and give thanks to their efforts by paying them what they ask.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Now, I can&#8217;t set here and say that I am just this perfect person that never has pirated. When I was in grade school I would pirate literally hundreds and hundreds of gigabytes of data using a broad spectrum of sources that ensured I would always get what I want, no matter how obscure. I haven&#8217;t forgotten any of my tactics, but I choose not to use them. Why? Because, quite frankly, it&#8217;s wrong. It&#8217;s not what got meant when he said, &#8220;People do not despise a thief if he steals to satisfy his appetite when he is hungry&#8221; -<a href="http://www.biblegateway.com/passage/?book_id=24&amp;chapter=6&amp;verse=30&amp;version=47&amp;context=verse" target="_blank">link</a> The only time I pirate now, is when content is no longer valuable to the author, or the author no longer offers the content for purchase or download. Such has been the case of some very old computer games I acquired  several months ago that are no longer for sale or in stores, heck I couldn&#8217;t even find them on Ebay. That&#8217;s the only time I would think it&#8217;s okay, because, in a sense, it&#8217;s not theft at that point, its more like <em>archeology</em>. The person or company that made it is ancient history and you just have to find it lying in the proverbial sand in order to get it.</p>
<p style="margin-bottom:0;">
<div class="wp-caption alignright" style="width: 271px"><img title="Microsoft Studios Gears of war" src="http://upload.wikimedia.org/wikipedia/en/1/15/Gearsofwar.JPG" alt="When I enjoy software, I make a point to pay for it" width="261" height="325" /><p class="wp-caption-text">When I enjoy software, I make a point to pay for it</p></div>
<p style="margin-bottom:0;">Given all of my past history as a pirate, I think I can really say with all confidence that piracy really is not justified except in circumstances where cost is not a factor anymore. If it&#8217;s costing someone when you pirate something, I think it&#8217;s wrong. Having been on both sides of the fence on this, I don&#8217;t see any reason why people would pirate anymore except that they are either too cheap to pay for what they want, or they are just narcissistic jerks that are so self centered that they can&#8217;t get their heads out of the sand and see for a second that their actions effect people in a bad way. Forgive me if I sound a bit harsh, but I&#8217;m truly tired of the argument&#8217;s advocating piracy, “They charge too much”, “They don&#8217;t deserve the money”, “I don&#8217;t want to support that organization, I could care less if they make a dime” the list of excuses goes on.</p>
<p style="margin-bottom:0;">Look, if you don&#8217;t want to support an organization, don&#8217;t use their products. Take me for instance, I don&#8217;t want to support Microsoft&#8217;s bid to spread it&#8217;s closed source OS around, so what do I do? I only buy products from Microsoft that I want to continue. I buy their <a href="http://en.wikipedia.org/wiki/Windows_MCE#Media_Center_Edition" target="_blank">MCE</a>, <a href="http://en.wikipedia.org/wiki/Xbox360" target="_blank">Xbox</a>, and some of their <a href="http://en.wikipedia.org/wiki/Gears_of_war" target="_blank">video games</a> because I believe in those products and want them to continue offering them, but I don&#8217;t buy their OS and much of their other hardware. I alone can&#8217;t effect change too huge, but if other people do the same, REAL change happens. Change for the better wont happen with piracy, only more restrictions like DRM. Piracy isn&#8217;t a victimless crime, because you the consumer are the one who suffers.</p>
<br />Posted in Computing, Faith, Views Tagged: Bible, God, iTunes, piracy, privacy <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=111&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/10/22/piracy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3015/2873438000_f06b2e3cf5.jpg?v=0" medium="image">
			<media:title type="html">Pirate</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/en/1/15/Gearsofwar.JPG" medium="image">
			<media:title type="html">Microsoft Studios Gears of war</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux can&#8217;t play games?</title>
		<link>http://caedis.wordpress.com/2008/10/15/linux-gaming/</link>
		<comments>http://caedis.wordpress.com/2008/10/15/linux-gaming/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 11:00:30 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computer Gaming]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Counter-Strike]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[EVE Online]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[Guild Wars]]></category>
		<category><![CDATA[GW]]></category>
		<category><![CDATA[Half-Life]]></category>
		<category><![CDATA[hobbies]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MMORPG]]></category>
		<category><![CDATA[Neverwinter Nights]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[warcraft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[world of warcraft]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=73</guid>
		<description><![CDATA[It's not harder to use, it's just different.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=73&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One popular myth I hear often usually revolves around a sliver of old truth. “Linux can&#8217;t play games.” This sliver of truth was derived from the day&#8217;s not too long ago when playing commercially available mainstream games wasn&#8217;t an option to Linux users. Granted there were some exceptions to this rule, like <a href="http://www.eve-online.com/download/linux.asp" target="_blank">EVE Online</a>, and <a href="http://nwn.bioware.com/downloads/linuxclient.html" target="_blank">Neverwinter Nights</a>. But this myth has kept many unwitting gamers stuck on windows for all the wrong reasons. Allow me to lift the veil on modern Linux gaming.</p>
<div class="wp-caption alignleft" style="width: 229px"><a href="http://farm4.static.flickr.com/3113/2867856335_6dcb11e67f_o_d.jpg" target="_blank"><img title="EotN in Ubuntu Linux" src="http://farm4.static.flickr.com/3113/2867856335_6dcb11e67f_o_d.jpg" alt="Guild Wars Plays like a dream in Linux" width="219" height="166" /></a><p class="wp-caption-text">Guild Wars Plays like a dream in Linux</p></div>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Linux, and more specifically Ubuntu Linux, has come a long way in a short period of time. Many game developers and freelance Open Source coders are making major strides in gaming tech for us Linux gamers, opening the door on a hidden market that seemed impossible to get into. Much of this success can be attributed to the many developers and supporters of the <a href="http://www.winehq.org/" target="_blank">Wine Project</a> a compatibility environment for Linux that allows Windows programs to run seamlessly in Linux. Wine is actually an acronym that, ironically enough, stands for “Wine Is Not and Emulator.” This is true of it when you launch a program in Wine. It actually runs the program like any other Linux program and as you can see in the many screen shots on the <a href="http://appdb.winehq.org/" target="_blank">Wine AppDB</a>, the programs are indistinguishable from their Windows installed counterparts. The applications to Linux gaming are limitless with this technology.</p>
<div class="wp-caption alignright" style="width: 229px"><a href="http://farm4.static.flickr.com/3165/2867856339_6b9317e627_o_d.jpg" target="_blank"><img title="World Of Warcraft in Ubuntu Linux" src="http://farm4.static.flickr.com/3165/2867856339_6b9317e627_o_d.jpg" alt="WOW Linux does play WoW" width="219" height="166" /></a><p class="wp-caption-text">WOW Linux does play WoW!</p></div>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">When someone wants to play a game such as the popular <a href="http://en.wikipedia.org/wiki/MMORPG" target="_blank">MMORPG</a> <a href="http://en.wikipedia.org/wiki/World_of_Warcraft" target="_blank">World of Warcraft</a>(WoW), they can simply insert the install disk and click install in the WoW installer dialog. The installer looks identical to the same install running in Windows and the game runs at the SAME SPEED. Of course there are a few caveats. For one, your graphics drivers have to be the official ones. Ubuntu can support most if not all graphics cards made in the last 3 years including the latest generation of Nvidia graphics cards, but the built in drivers (GLX) are only able to take advantage of a percentage of the speed that the card can pump out. To use the latest drivers you must go to the Nvidia site and download the latest Linux drivers. You must uninstall the GLX drivers and run the Nvidia installer from command line the first time. The installer automatically compiles the drivers for your version of Linux and starts them up. You should see a very attractive Nvidia logo when you start your Linux powered system from now on, in addition you have the same Nvidia control panel you&#8217;ve grown to love in Windows.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">That&#8217;s it! You can now play your games at full speed the same way you&#8217;ve grown to love them in Windows, now on Linux.</p>
<p style="margin-bottom:0;">
<div class="wp-caption alignleft" style="width: 290px"><a href="http://farm4.static.flickr.com/3142/2867856333_73aea3254c_o_d.png" target="_blank"><img title="Counter-Strike Source fraggin it up in Ubuntu" src="http://farm4.static.flickr.com/3142/2867856333_73aea3254c_o_d.png" alt="Source works beautifully in Linux" width="280" height="209" /></a><p class="wp-caption-text">Even our beloved Counter-Strike:Source works beautifully in Linux</p></div>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Granted I did leave some exact steps out and install instructions vary occasionally for some games,but doing a simple Google search for “&lt;your game name&gt; Ubuntu” should yield a wealth of community created step-by-step how-to&#8217;s that can make even the most daunting fix seem very simple and procedural. Gone are the days when the only people that could use Linux were geeks and hackers. My fiancée uses Ubuntu Linux on her Dell Laptop and she loves it to death. The one thing I have to tell people when they first start out with Ubuntu is that “it&#8217;s not harder to use, it&#8217;s just different.” If your used to things being in one place on Windows, just because they aren&#8217;t in that place on Linux doesn&#8217;t mean that it doesn&#8217;t exist. Give it a month, a good, solid month of nothing but Ubuntu Linux and I guarantee that you will be as at home as you were with Windows, if not more. You CAN play your games on Linux, many times they play better than Windows because of all the improvements in Linux. Not having to run a virus scanner, pop-up blocker, spyware removal tool, defragger, and application skinner WILL take a load off your CPU, freeing it for faster games. And best of all, since Linux is more stable than Windows you&#8217;ll be able to install and configure your games they way you like them one LAST time since the chances of having to reinstall the OS after a catastrophic hard drive failure or massive virus outbreak are slim to none.</p>
<br />Posted in Computer Gaming, Computing, Gaming Tagged: Counter-Strike, Dell, EVE Online, Gaming, GNU, Guild Wars, GW, Half-Life, hobbies, linux, MMORPG, Neverwinter Nights, Nvidia, open source, ubuntu, warcraft, windows, Wine, world of warcraft, wow <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=73&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/10/15/linux-gaming/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3113/2867856335_6dcb11e67f_o_d.jpg" medium="image">
			<media:title type="html">EotN in Ubuntu Linux</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3165/2867856339_6b9317e627_o_d.jpg" medium="image">
			<media:title type="html">World Of Warcraft in Ubuntu Linux</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3142/2867856333_73aea3254c_o_d.png" medium="image">
			<media:title type="html">Counter-Strike Source fraggin it up in Ubuntu</media:title>
		</media:content>
	</item>
		<item>
		<title>DRM WTH</title>
		<link>http://caedis.wordpress.com/2008/10/08/drm-wtf/</link>
		<comments>http://caedis.wordpress.com/2008/10/08/drm-wtf/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 06:00:50 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computer Gaming]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Views]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Napster]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[Rhapsody]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=39</guid>
		<description><![CDATA[Most DRM only allows you to use it on a few or just one device/computer. This means that if you want to take it elsewhere or to something else that the DRM decides for you that it doesn't want you to use, your screwed.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=39&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_40" class="wp-caption alignleft" style="width: 235px"><a rel="attachment wp-att-40" href="http://caedis.wordpress.com/2008/10/08/drm-wtf/ipoditunesdrm-1/" target="_blank"><img class="size-medium wp-image-40" title="iTunesDRM" src="http://caedis.files.wordpress.com/2008/09/ipoditunesdrm-1.jpg?w=225&#038;h=300" alt="iTunes dose have a dark side, DRM" width="225" height="300" /></a><p class="wp-caption-text">iTunes does have a dark side, DRM</p></div>
<p>So you have your nice new iPod or iPhone, you want some music for it, you just jump on iTunes and with a click, you have your new song. Later you stop off at the store and while looking through the games section you see that new game that just came out called &#8220;Spore&#8221; made by the popular game publisher EA. You pop it in your computer at home and install it, happily making new worlds and having a great time listening t your music. What do these two things have in common? <a href="http://en.wikipedia.org/wiki/Digital_rights_management" target="_blank">DRM</a>.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">What is <a href="http://en.wikipedia.org/wiki/Digital_rights_management" target="_blank">DRM</a>?</p>
<p style="margin-bottom:0;">DRM or Digital Rights Management is a new trend that were starting to see in the marketplace and mass media. It&#8217;s software that requires you to have a special permission to use whatever it is that you bought. It&#8217;s designed to prevent software piracy. I know what your thinking, &#8220;so what! It works doesn&#8217;t it?&#8221;  Well, yes and no. It works, for now. Most DRM only allows you to use it on a few or just one device/computer. This means that if you want to take it elsewhere or to something else that the DRM decides for you that it doesn&#8217;t want you to use, your screwed. So if you bought your music on iTunes you cant use it on anything else but a iPod or iPhone. So if you want to play it on your new Zune, or PSP, or XBOX, again, your screwed. And since you bought this DRMed music, you agreed to Apple&#8217;s iTunes music store rules that basically allow them to take away your rights to play the music. So the music you bought can be taken away from you. You payed the cash, but because of DRM, it&#8217;s never really yours to keep.</p>
<div id="attachment_44" class="wp-caption alignright" style="width: 266px"><img class="size-full wp-image-44" title="Spore Box Art" src="http://caedis.files.wordpress.com/2008/09/sporebox.jpg?w=510" alt="Cute and cuddly, but saddly locked down"   /><p class="wp-caption-text">Cute and cuddly, but sadly locked down</p></div>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Moving on the video game example. EA&#8217;s Spore incorporates DRM that only allows you install it on three computers before it basically self destructs and prevents it from being installed anywhere else no matter what. If your like me, you like to format your system and tinker with it, if you happen to need to reinstall after a virus or failure, and you hit that last activation, you guessed it&#8230;. your screwed. You have to actually go buy another copy of the game you already own, just to play it.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>Here&#8217;s my problem with DRM.</strong><br />
It solves nothing, software pirates are going to break past the DRM in a heartbeat. The only people this hurts are the people that are being honest. The person paying for the content doesn&#8217;t need to be punished for doing the right thing. They should be rewarded. Instead, we make them jump through hoops to simply get what they paid for, makes a lotta sense doesn&#8217;t it? I didn&#8217;t think so either. So why do they make more and more software DRMed? It&#8217;s the sign of the fact that software and music publishers are out of touch with their customers. In the real world, when people find out about this trash, we want out. I mean, who wants a corporation telling them when where, and how they are allowed to use their own property.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>How can you combat this issue?</strong></p>
<p style="margin-bottom:0;">Simple, only buy non-DRMed content. Lately there has been a number of great options on where to get music. I personally use Amazon.com&#8217;s Amazon MP3 service that allows a person to download 89 &#8211; 99 cent songs or entire albums. It downloads the music straight to your hard drive as a non-DRM MP3 file. You can use it as easily on your iPod as you can on your XBOX, PSP, or even Blackberry, or other MP3 enabled phone. Below are a few DRM free websites that you can use in place of iTunes.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong><a href="http://www.amazon.com/MP3-Music-Download/b/ref=sa_menu_dmusic1?ie=UTF8&amp;node=163856011" target="_blank">Amazon MP3</a></strong></p>
<p style="margin-bottom:0;"><strong><a href="http://www.napster.com/" target="_blank">Napster</a></strong></p>
<p style="margin-bottom:0;"><strong><a href="http://www.rhapsody.com/" target="_blank">Rhapsody</a></strong></p>
<br />Posted in Computer Gaming, Computing, Gaming, Views Tagged: Amazon, Apple, DRM, iPhone, iPod, iTunes, Napster, privacy, Rhapsody, windows <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=39&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/10/08/drm-wtf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2008/09/ipoditunesdrm-1.jpg?w=225" medium="image">
			<media:title type="html">iTunesDRM</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2008/09/sporebox.jpg" medium="image">
			<media:title type="html">Spore Box Art</media:title>
		</media:content>
	</item>
		<item>
		<title>“Religilous”, a movie about shells</title>
		<link>http://caedis.wordpress.com/2008/10/01/religilous/</link>
		<comments>http://caedis.wordpress.com/2008/10/01/religilous/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 06:00:37 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Faith]]></category>
		<category><![CDATA[Views]]></category>
		<category><![CDATA[Bible]]></category>
		<category><![CDATA[Bill Maher]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[religulous]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=164</guid>
		<description><![CDATA[The whole movies premise, round up random people and try to make them look foolish with carefully worded questions that no one can answer<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=164&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;"><img class="alignleft" title="Bill Maher" src="http://farm4.static.flickr.com/3250/2886878443_833f76d551_o.jpg" alt="" width="240" height="300" /> About shells? Yes, About shells. If this so called “documentary” is correct, we&#8217;re all just shells, there&#8217;s nothing underneath and once the shell is broken, we turn to dust and fade away, there&#8217;s nothing underneath and nothing deeper than what we can see and hear with electromagnetic waves and sound waves. <a href="http://en.wikipedia.org/wiki/Bill_Maher" target="_blank">Bill Maher</a> stars in “<a href="http://en.wikipedia.org/wiki/Religilous" target="_blank">Religilous</a>” a movie that seeks to make fools of us Christians by pointing out all the many things we don&#8217;t know about the universe. He asks the questions that many of use Christians struggle to come to grips with, only he asks them in a very mocking way in front of a camera so as to point out our short comings. Of course he thinks hes a super witty man that has figured out how he can out smart God himself.</p>
<p style="margin-bottom:0;">I ask to you this, Mr. Bill Maher, if a question that you sat around thinking up all day to stump a man of faith works, does that mean the mans whole faith is a sham? Or does it mean that we are human? Are you, in fact, tricking a man or tricking a God? In addition, if you interview a group of people smaller than the size of the attendance of a junior high basketball game, will that group of people be representative of an entire race of people?</p>
<p style="margin-bottom:0;">The questions are simple. But they bring to bare the whole movies premise, round up random people and try to make them look foolish with carefully worded questions that no one can answer. Perhaps we should round up a bunch of random people to ask them why comedians and actors are the self-appointed political activists of our time? What gives a person who acts or tells jokes for a living the license to say the things they do on the silver screen and TV? Why do we give credence to what they have to say?</p>
<p style="margin-bottom:0;">All these questions point to one grim and solitary fact. We live in a new age Babylon, or <a href="http://en.wikipedia.org/wiki/Sodom_and_Gomorrah" target="_blank">Sodom and Gomorrah</a>. A society wracked with incest, greed, sloth, idolatry, corrupt leaders and a sea of two faced liars. Our planet has few places not scarred by this. We try to fix the external but it never works. The internal must be fixed before the external can follow in turn.</p>
<p style="margin-bottom:0;"><strong>A world without God</strong></p>
<p style="margin-bottom:0;">If we don&#8217;t have a God that loves us, if we don&#8217;t have anything more than the here and now, then what&#8217;s the point, why do we even try. We should just go back to doing what we do best, looking out for our own selves and forgetting about the weak and helpless. If people slow us down, leave them. If God isn&#8217;t real, then Hitler had a good point. If Jesus never died for our sins, then why have remorse, it can&#8217;t change anything. Cry havoc and let slip the dogs of war, because if this is the only thing we have, we should milk it for all we got and ditch anything that slows us down. No compassion, no mercy, no real love, no grace. But, God as my witness, I KNOW we have a God that loves and cares for us, I KNOW that Jesus Christ died and was raised for our sins. We DO have hope, there is a way to grace, there is a reason we have compassion, hope, bravery, faith, and real love.</p>
<p style="margin-bottom:0;">The Bill Maher&#8217;s of the world speak out against the only thing that gives the world a reason for existing. If they got the world they believe exists, one without God, then there would be no law except the sword. Where do we get our sense of ultimate justice? The rule of law as it exists now wouldn&#8217;t have come to pass if God hadn&#8217;t inspired Moses with the <a href="http://en.wikipedia.org/wiki/Ten_Commandments" target="_blank">Ten Commandments</a>. If God doesn&#8217;t exist then someone could easily put a gun to our heads and pull the trigger, because we are no better than the animals that surrounds us without God. We evolved from monkeys so we&#8217;re basically animals, if that&#8217;s the case we should discard the elderly and sick, because they don&#8217;t contribute to furthering our existence. We should disband marriage totally, since marriage is a union of two souls under God. If there is no God, then there is no union, all men must now attack women and essentially rape them in the street so that we can spread our genes out, survival of the fittest.</p>
<p>Does this sound like a world you want to live in? True, each aspect does happen to a degree already, but imagine a world where the Ten Commandments never existed and we had no regard for human life. Where morals are never thought of except as a comedic piece. This is the world that Religilous believes we should have. Because Religilous would have you believe that all of this existence is merely chance, and we are animals, no better than maggots that feast on the remnants of life.</p>
<p style="margin-bottom:0;">Is Religilous based on truth? I submit to you unequivocally that it is not. I choose <em>real </em>living.</p>
<p style="margin-bottom:0;">Decide for yourself, but be careful, you only get one shot at this life.</p>
<br />Posted in Faith, Views Tagged: Bible, Bill Maher, Faith, God, Movies, religulous <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=164&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/10/01/religilous/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3250/2886878443_833f76d551_o.jpg" medium="image">
			<media:title type="html">Bill Maher</media:title>
		</media:content>
	</item>
		<item>
		<title>Only Human</title>
		<link>http://caedis.wordpress.com/2008/09/28/only-human/</link>
		<comments>http://caedis.wordpress.com/2008/09/28/only-human/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 19:00:21 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Faith]]></category>
		<category><![CDATA[Views]]></category>
		<category><![CDATA[Bible]]></category>
		<category><![CDATA[Book of Matthew]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[Jesus]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=93</guid>
		<description><![CDATA[Do not follow God if you are not prepared to be shot at with all manner of ammunition.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=93&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 250px"><a href="http://addonemore.deviantart.com" target="_blank"><img title="Mother holding babys hand" src="http://farm4.static.flickr.com/3080/2868075675_831b310335.jpg?v=0" alt="Image courtesy of Addonemore" width="240" height="180" /></a><p class="wp-caption-text">Image courtesy of Addonemore</p></div>
<p style="margin-bottom:0;">For me the question, “What does it mean to be human” has evolved. At first it meant that I&#8217;m here to live and replicate. For the first 18 years of my life that was as deep as I was. It was a meaningless existence. I truly believed in the deepest part of my soul that I was a flash in the pan. I&#8217;d go die for my country or something. I honestly thought I&#8217;d live to my late 20&#8242;s. My life took a downward turn when I got to college and has yet to return.</p>
<p>When I say down, I mean an emptying of myself. What is it to be human? The answer is simple to me now. It means I am here to serve God. I am here to spread the love of Jesus to the world. I am here to love mercy, do justly, walk humbly, with Jesus. For many this idea is classified as a cold and repugnant word, “Religion.” I believe this is a misnomer. It is a way of life, it is a higher calling than what we see. I believe, no&#8230; I know&#8230; that life becomes easy to explain. The <a href="http://en.wikipedia.org/wiki/Humanities" target="_blank">humanities</a> become a sad display of man&#8217;s attempt to describe an existence that is easy to understand, but hard to believe.</p>
<p>To be human is to fail, but to lift back up. Being human is to be hateful, but to redeem. Being human is to be both a imperfect husk of the earth, riddled with anxiety, doubt, anger, frustration, temptation, and to also have love, hope, justice, compassion, beauty, understanding, and most of all&#8230; <a href="http://www.biblegateway.com/passage/?search=Matthew%206:14-15;&amp;version=47;" target="_blank">Grace</a>. In short, when you are truly human, you are both of this world, and not. You have both the spirit of God and the salt of the earth in one being.</p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.173rdairborne.com" target="_blank"><img title="Be prepared for the war, because you are in it." src="http://farm4.static.flickr.com/3036/2868056505_1e6aae9f7f.jpg?v=0" alt="Image courtesy of 173rdairborne.com" width="500" height="361" /></a><p class="wp-caption-text">Image courtesy of 173rd Airborne Division</p></div>
<p style="margin-bottom:0;">For me this understanding did not come over night. I had to fall on my face, be tormented by my faith. I had to question if God was real. I still do to some extent. To ask me what it means to be human is a ever changing question. It changes in the form of a irregular wave. The assertiveness of the answer tends to fade as my understanding of myself changes. In no way would I call this a set answer. But of what I&#8217;ve seen of life thus far. My answer is very solid, and its a better answer than any answer I&#8217;ve seen yet. It is an answer that has no hidden meaning, it has no room for fault, it has no room for loss. Where other answers fall short, my answer, God&#8217;s answer, only unfolds with time. Even as I type this I feel my faith being galvanized with the reminder of past failures and successes in God. Make no mistake, my answer to the fundamental question is not an easy one. It is hard to accept, and it is hard to follow once accepted. The walk with God is a hard one. Do not follow God if you are not prepared to be shot at with all manner of ammunition. Words, fists, broken hearts, loss of heart, self doubt, hatred against you, and sometimes, actual bullets.</p>
<p>What does it mean to be human? It means you must be a warrior, capable of taking bullets, and it means you must return fire with love. The opposite reaction to what is normal in nature. What must we do? We must love mercy, do justly, and walk humbly with God.</p>
<br />Posted in Faith, Views Tagged: Bible, Book of Matthew, Faith, God, Jesus <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=93&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/09/28/only-human/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3080/2868075675_831b310335.jpg?v=0" medium="image">
			<media:title type="html">Mother holding babys hand</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3036/2868056505_1e6aae9f7f.jpg?v=0" medium="image">
			<media:title type="html">Be prepared for the war, because you are in it.</media:title>
		</media:content>
	</item>
		<item>
		<title>The perfect campaign, Gates and Seinfeld</title>
		<link>http://caedis.wordpress.com/2008/09/24/gates-and-seinfeld/</link>
		<comments>http://caedis.wordpress.com/2008/09/24/gates-and-seinfeld/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 15:43:50 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Bill Gates]]></category>
		<category><![CDATA[Jerry Seinfeld]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=127</guid>
		<description><![CDATA[Especially since Seinfeld himself is a Mac user and Advocate!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=127&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">So by now you&#8217;ve seen the ads on TV. Bill Gates and Jerry Seinfeld walking amongst us little people getting to know the commoners. This is Microsoft&#8217;s direct and intentional response to the <a href="http://en.wikipedia.org/wiki/Get_a_Mac" target="_blank">Apple “Switch” Ads</a> that have wreaked so much havoc on Vista&#8217;s reputation. Jerry Seinfeld was commissioned a couple months ago to be part of a 300 <em>million</em> dollar ad campaign that would “connect” to the people and improve public relations with Vista and Microsoft. I think this desperate plea for attention is only further underscoring the disjunct Microsoft has with it&#8217;s customers. They hire a washed out comedian than was popular YEARS ago to create an ad campaign for an intelligent, informed audience that can see right through the smoke screen. If this is any kind of indication as to how Microsoft&#8217;s next OS will be I think the future is grim. I say this because the next OS, Windows 7, is billed as the most powerful and intuitive user experience to date. If they we&#8217;re truly listening to their customers I don&#8217;t think that Jerry Seinfeld would have been the first person they would have picked. <strong>Especially since  Seinfeld himself is a Mac user and Advocate!</strong></div>
<div class="mceTemp mceIEcenter">
<div class="wp-caption aligncenter" style="width: 504px"><img title="Gates and Seinfeld" src="http://farm4.static.flickr.com/3243/2872816363_d8ae3a9f37.jpg?v=0" alt="Because buying shoes never made me want to buy Windows until now!" width="494" height="227" /><p class="wp-caption-text">Because buying shoes never made me want to buy Windows until now!</p></div>
</div>
<p style="margin-bottom:0;">The key difference between the Microsoft ads and the Apple Switch ad&#8217;s is that they project separate moods. The Apple ad creates a upbeat humorous mood that makes light of the weaknesses of Windows without being over the top about it. Whereas Microsoft&#8217;s ad&#8217;s give off this disingenuous mocking feel. I always feel like I&#8217;m a low peasant when watching the everyday people freak out and act weird around the two king-like figures of Gates and  Seinfeld touring the kingdom. It&#8217;s feels more like an advertisement against Microsoft than for. Leave it to Microsoft to hit another one out of the park.</p>
<p style="margin-bottom:0;">All of this may be for not, according to a rumor circulating around the web. It seems that Microsoft may pull the plug on the ad campaign after only a few weeks in circulation. This would be, of course, in response to how poorly the campaign was received. Not only did they wait almost 2 years to say something in response to Apple&#8217;s ads but they also responded in an ineffective and disjointed way that seems to have little to do with anything. All of this remains speculation at this point, but Microsoft says it was part of the plan all along. We most defiantly will see how this debacle shapes up.</p>
<br />Posted in Computing Tagged: Apple, Bill Gates, Jerry Seinfeld, microsoft <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=127&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/09/24/gates-and-seinfeld/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3243/2872816363_d8ae3a9f37.jpg?v=0" medium="image">
			<media:title type="html">Gates and Seinfeld</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu in Competition with Apple</title>
		<link>http://caedis.wordpress.com/2008/09/20/ubuntu-in-competition-with-apple/</link>
		<comments>http://caedis.wordpress.com/2008/09/20/ubuntu-in-competition-with-apple/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 13:34:25 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computer Gaming]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[GNOME and KDE]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[Gtk]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[X]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=104</guid>
		<description><![CDATA[Think of an Apple-like company without DRM on it major products, think of an ad on TV about an operating system that dosen't have 50,000 versions all of which cost over $100.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=104&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 210px"><img title="Mark Shuttleworth" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Mark_Shuttleworth_by_Martin_Schmitt.jpg/200px-Mark_Shuttleworth_by_Martin_Schmitt.jpg" alt="Mark Shuttleworth" width="200" height="284" /><p class="wp-caption-text">Mark Shuttleworth</p></div>
<p style="margin-bottom:0;"><a href="http://en.wikipedia.org/wiki/Mark_Shuttleworth" target="_blank">Mark Shuttleworth</a> said in a recent news release that he wants to make Ubuntu on par with Mac OS “within two years.” Hes decided to hire developers to “work on X, OpenGL, Gtk, Qt, GNOME and KDE”. This means that instead of having a split vision on what should be done where, and having a very mixed experience with the GUI in Ubuntu, one can enjoy a single , clean OS. This doesn&#8217;t mean however that his team will take monopoly of the OS. Rather, his team wants to fix problems quickly, and improve the OS while keeping the distinct open source view on the whole project. He says that his company, <a href="http://www.canonical.com/" target="_blank">Canonical</a>, has always released code under <a href="http://en.wikipedia.org/wiki/GPLv3#Version_3" target="_blank">GPLv3</a> and one could only assume that would be the case with the new <a href="http://en.wikipedia.org/wiki/User_interface" target="_blank">UIs</a> especially since the projects they are working with are, themselves, open source. Ubuntu is, and will remain free of charge.</p>
<p style="margin-bottom:0;text-align:center;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">What does this mean for us? It means that the two supposed giants of the personal computer market, Apple, and Microsoft, will be forced to get off their complacency (especially Microsoft) and bring about some kind of change in response to this upstart called Ubuntu coming in and making a very compelling user experience free of charge and open for development by anyone. Think of an Apple-like company without DRM on its major products, think of an ad on TV about an operating system that dosen&#8217;t have 50,000 versions all of which cost over $100. Canonical will create more competition in the marketplace and thus, benefit the consumer greatly. Just as the iPhone created a paradigm shift in cell phones because it forced cell phone manufacturers to get off their butts and make something that we actually want to buy.</p>
<p style="margin-bottom:0;text-align:center;"><img class="aligncenter" title="Canonical" src="http://farm4.static.flickr.com/3006/2853756019_ac9b090a71.jpg?v=0" alt="" width="351" height="50" /></p>
<p style="margin-bottom:0;">This also means that the potential is here for some major improvements in Linux gaming. If the claims from Shuttleworth are accurate, the team will be working to improve OpenGL support which, to date, has not been the best on certain hardware platforms like Intel. This could open the door for more laptops that couldn&#8217;t take full advantage of Ubuntu. One hopes this is the case as these are all issues that have plagued the open source community for years without any real solution.</p>
<br />Posted in Computer Gaming, Computing, Gaming Tagged: Apple, Canonical, GNOME and KDE, GNU, Gtk, Intel, linux, open source, OpenGL, Qt, ubuntu, X <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=104&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/09/20/ubuntu-in-competition-with-apple/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Mark_Shuttleworth_by_Martin_Schmitt.jpg/200px-Mark_Shuttleworth_by_Martin_Schmitt.jpg" medium="image">
			<media:title type="html">Mark Shuttleworth</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3006/2853756019_ac9b090a71.jpg?v=0" medium="image">
			<media:title type="html">Canonical</media:title>
		</media:content>
	</item>
		<item>
		<title>Buying a New Computer Q&amp;A</title>
		<link>http://caedis.wordpress.com/2008/09/18/buying-a-new-computer-qa/</link>
		<comments>http://caedis.wordpress.com/2008/09/18/buying-a-new-computer-qa/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 15:05:23 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[AVG]]></category>
		<category><![CDATA[ClamAV]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[System76]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=52</guid>
		<description><![CDATA[Apple and Linux use a different computer programming architecture that

makes them less of a target for viruses, but that won't always be

the case as they catch on.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=52&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-53" title="1" src="http://caedis.files.wordpress.com/2008/09/1.png?w=510" alt=""   /></p>
<p style="margin-bottom:0;">&#8220;What is your opinion of Apple computers…a friend of mine has a chance to get one a really good price, but her family wanted your opinion, are there any other options? Also, she&#8217;s concerned about getting a virus what can we do about that?&#8221;</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><img class="alignleft size-full wp-image-54" title="2" src="http://caedis.files.wordpress.com/2008/09/2.png?w=510" alt=""   />Well, it really does depend on the situation of the individual. One solution wont work for every person and therefore one operating system usually isn&#8217;t the fix-all for everyone. When I look at an <a href="http://en.wikipedia.org/wiki/Operating_system" target="_blank">OS</a> for someone, I Like to start with <a href="http://en.wikipedia.org/wiki/Unix" target="_blank">Unix</a> based OSes and work my way down to Windows. I use the following order when I look at this question: (I&#8217;ll explain why I do this)</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<ol>
<li>Linux (<a href="http://www.ubuntu.com/products/whatisubuntu" target="_blank">Ubuntu</a>)</li>
<li>Apple (<a href="http://www.apple.com/mac/" target="_blank">Mac</a>)</li>
<li>Windows (<a href="http://www.microsoft.com/windows/windows-vista/default.aspx" target="_blank">Vista</a>)</li>
<li>Clay Tablet (<a href="http://en.wikipedia.org/wiki/Clay_tablet" target="_blank">Sumerian</a>)</li>
</ol>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Apple (Mac/Macintosh) and Linux (Ubuntu) both are great Operating</p>
<p style="margin-bottom:0;">Systems. You&#8217;ll be able to use all of your office applications just</p>
<p style="margin-bottom:0;">fine. Word documents, Excel spreadsheets, PowerPoint presentations,</p>
<p style="margin-bottom:0;">all of them are easily created and viewable with the same ease on</p>
<p style="margin-bottom:0;">Linux and Apple systems.</p>
<p style="margin-bottom:0;"><img class="alignnone" src="http://farm4.static.flickr.com/3115/2866575705_7be86ee180.jpg" alt="" width="500" height="231" /></p>
<p style="margin-bottom:0;">You may be asking &#8220;What&#8217;s this Linux and why does he like it more?&#8221;</p>
<p style="margin-bottom:0;">Well, Linux and Apple are based off an old yet super powerful</p>
<p style="margin-bottom:0;">Operating System called &#8220;Unix&#8221;  So both Linux and Apple are strong and</p>
<p style="margin-bottom:0;">reliable. One problem, Apple computers have always been much more</p>
<p style="margin-bottom:0;">expensive than their Linux counterparts. Why?  Advertising and Design.</p>
<p style="margin-bottom:0;">Apple computers tend to look prettier and you see many more ads on</p>
<p style="margin-bottom:0;">TV.  So, it&#8217;s the same idea as when you choose NO-AD sun tan lotion</p>
<p style="margin-bottom:0;">versus Coppertone, Dasani versus Wal-Mart brand bottle water, because</p>
<p style="margin-bottom:0;">its the same stuff but costs less. Another difference is that Linux</p>
<p style="margin-bottom:0;">itself is 100% Free, not because it&#8217;s a cheap OS, but because dedicated</p>
<p style="margin-bottom:0;">programmers work for tips rather than commission. They love what they</p>
<p style="margin-bottom:0;">do over at Linux (Ubuntu) so they work for the love of it rather than</p>
<p style="margin-bottom:0;">the money. &#8220;Ubuntu is and always will be <strong><strong>free of charge</strong></strong>. You do not pay any licensing fees. You can download, use and share Ubuntu with your friends, family, school or business for absolutely nothing.&#8221; &#8211; <a href="http://www.ubuntu.com/products/whatisubuntu" target="_blank">Link</a></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>Reputable Linux computer sellers:</strong></p>
<p style="margin-bottom:0;">
<ul>
<li><strong><a href="http://system76.com/" target="_blank">System76</a></strong></li>
<li><strong><a href="http://www.dell.com/content/topics/segtopic.aspx/linux_3x?c=us&amp;cs=19&amp;l=en&amp;s=dhs" target="_blank">Dell</a> (Dell has a bad track record with laptops, only buy Dell if it&#8217;s your only choice)</strong></li>
</ul>
<p style="margin-bottom:0;">Personally as a starter computer I don&#8217;t think you can go wrong with</p>
<p style="margin-bottom:0;">Apple. You just gotta be willing to fork over the cash.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Apple and Linux use a different computer programming architecture that</p>
<p style="margin-bottom:0;">makes them <em>less </em>of a target for viruses, but that won&#8217;t always be</p>
<p style="margin-bottom:0;">the case as they catch on. More bad people will want to make viruses</p>
<p style="margin-bottom:0;">for them as they become a more lucrative target.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">BUT, the key difference is that safe computing practices will actually</p>
<p style="margin-bottom:0;">make you safe from many viruses, whereas on Windows it will only</p>
<p style="margin-bottom:0;">afford you some protection.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">If you don&#8217;t want viruses no matter what OS you choose, follow my advice below:</p>
<p style="margin-bottom:0;">
<ul>
<li>Never open attachments when you didn&#8217;t ask that person to send it,</li>
</ul>
<p style="margin-bottom:0;">or that person didn&#8217;t tell you they were sending it. (Yes you can get</p>
<p style="margin-bottom:0;">viruses from your dear Granny Girtrude) Viruses send unsolicited email</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">to people all the time from family members.</p>
<ul>
<li>Never use HTML composition to send or receive emails, yes that means</li>
</ul>
<p style="margin-bottom:0;">you cant bold your text or send cool looking newsletters. But hey, if</p>
<p style="margin-bottom:0;">we wanted to see a web page, just send us a link to the web.  HTML</p>
<p style="margin-bottom:0;">emails can send viruses EVEN IF YOU DON&#8217;T ATTACH ANYTHING. Just</p>
<p style="margin-bottom:0;">VIEWING an infected HTML email gets you the virus.</p>
<p style="margin-bottom:0;">
<ul>
<li>Always use some kind of Virus scanner, buying big fancy Norton or</li>
</ul>
<p style="margin-bottom:0;">McAffe is unnecessary, and usually produces the same results.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">For Mac: <a href="http://clamxav.com" target="_blank">ClamAV</a></p>
<p style="margin-bottom:0;">For Windows: <a href="http://free.grisoft.com/doc/2" target="_blank">AVG</a></p>
<p style="margin-bottom:0;">For Linux: (doesn&#8217;t get Viruses so no A/V needed)</p>
<p style="margin-bottom:0;">
<ul>
<li>Always use Firefox with the &#8220;NoScript&#8221; addon to browse websites</li>
</ul>
<p style="margin-bottom:0;"><em>(Available FREE for Linux, Apple, and yes, Windows too)</em></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><a href="http://firefox.com" target="_blank">Get Firefox for your computer</a></p>
<p style="margin-bottom:0;"><a href="http://addons.mozilla.org/en-US/firefox/addon/722" target="_blank">After you get Firefox, get the noscript plugin for it</a></p>
<p style="margin-bottom:0;">
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/caedis.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/caedis.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=52&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/09/18/buying-a-new-computer-qa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2008/09/1.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://caedis.files.wordpress.com/2008/09/2.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3115/2866575705_7be86ee180.jpg" medium="image" />
	</item>
		<item>
		<title>Windows Vista or Windoze Vista?</title>
		<link>http://caedis.wordpress.com/2008/09/15/windows-vista-or-windoze-vista/</link>
		<comments>http://caedis.wordpress.com/2008/09/15/windows-vista-or-windoze-vista/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 09:00:36 +0000</pubDate>
		<dc:creator>Caedis</dc:creator>
				<category><![CDATA[Computer Gaming]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mojave Experiment]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://caedis.wordpress.com/?p=17</guid>
		<description><![CDATA[Windows new Mojave Experiment has brought to the forefront what many of us have already known. Windows has issues! Now I should state coming in that while I did switch to Ubuntu Linux a long time ago due to my frustration with Windows, I am not a zealot that plugs his ears when people say [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=17&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;"><img class="alignnone" title="Windoze Vista" src="http://farm4.static.flickr.com/3024/2853884233_4fc3aa6c4e.jpg?v=0" alt="" width="483" height="354" /></p>
<p style="margin-bottom:0;">Windows new <a href="http://www.mojaveexperiment.com/" target="_blank">Mojave Experiment</a> has brought to the forefront what many of us have already known. Windows has issues!  Now I should state coming in that while I did switch to <a href="http://www.ubuntu.com/" target="_blank">Ubuntu Linux</a> a long time ago due to my frustration with Windows, I am not a zealot that plugs his ears when people say something positive about Vista. I am willing to recommend it to people when the person&#8217;s situation and unique needs justify it. I confess that I was one of the Vista haters that never had anything nice to say about Vista and couldn&#8217;t see why anyone would use it. My point of view changed when my best man and long time best bud Trent got me to see things in Vista I hadn&#8217;t seen to that date.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">For one, Vista makes a great Media center (<a href="http://en.wikipedia.org/wiki/Digital_video_recorder" target="_blank">DVR</a>) that is hard to beat, even in my beloved Linux. MythTV is a strong DVR but it&#8217;s not as powerful in my opinion. Secondly it does have the lions share of the hardware market. Granted this is simply a factor of Microsoft&#8217;s anti-competitive tactics and a lack of understanding of the general public. But, I have to give Vista some love, not much, but some. That being said, the OS has some substantial setbacks that I believe needs to be addressed before I can stop thinking of it as the inferior OS to Unix derivatives.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">1. Lack of true unprivileged user mode</p>
<p style="margin-bottom:0;">Vista and it&#8217;s predecessors all at their core allow the user to modify whatever he or she wants. When the user is confined to a so called “limited user” this essentially just gums up the OS and makes many simplistic tasks difficult. In addition there is proven exploits in the wild that dance around <a href="http://en.wikipedia.org/wiki/User_Account_Control" target="_blank">UAC</a> and Limited users access settings. This is why the first thing you have to do with a windows system is put a virus scanner on it.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">2. Lack of <a href="http://en.wikipedia.org/wiki/Data_Execution_Prevention" target="_blank">DEP</a> compliance across the board</p>
<p style="margin-bottom:0;">I know, I know, you can&#8217;t blame Microsoft for the stupidity of developers that code for Windows programs. But I have yet to see anything that resembles a push toward DEP compliance on Microsoft&#8217;s part. When a program is certified as being certified for Windows. (You know, that little sticker on software and hardware that you buy that has the Windows logo on it) Nowhere in it&#8217;s certification does Microsoft require it to conform to DEP, thus making the OS fundamentally and permanently unsafe. Viruses still exploit <a href="http://en.wikipedia.org/wiki/Buffer_overrun" target="_blank">buffer overrun</a> and underrun attacks on a daily basis. Yay.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">3. Use of a dated and crumbling File system.</p>
<p style="margin-bottom:0;"><a href="http://en.wikipedia.org/wiki/NTFS" target="_blank">NTFS</a> was a nice file system YEARS ago, now it is a old busted heap in comparison to <a href="http://en.wikipedia.org/wiki/ReiserFS" target="_blank">Reiser</a> and <a href="http://en.wikipedia.org/wiki/EXT3" target="_blank">EXT3</a> file systems. Many Windows users are shocked to find that Linux based systems don&#8217;t need to be defragmented, a annoying chore of Windows clients. Nor do they need to run any check disk utility under normal circumstances. Reiser and EXT3 file systems don&#8217;t get fragmented and file system checks  are run at every boot. The file system is kept at a very high level of efficiency 24/7.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">4. Cramming it down YOUR throat</p>
<p style="margin-bottom:0;">That&#8217;s right, Microsoft crams Windows down your throat at every turn and it&#8217;s hard to escape it. In the Mojave experiment link I gave at the begging of this page you were prompted to download something called <a href="http://en.wikipedia.org/wiki/Silverlight" target="_blank">Silverlight</a>. What&#8217;s that? An attempt by Microsoft at making a highly Windows proprietary Flash replacement that will say to anyone not running Windows “Tooo bad, you don&#8217;t have Windows, screw you!” Linux, Debian, and yes, even Macs cannot use Silverlight, and, if Microsoft does what it usually do, they never will. When you get the new version of Office 2008 your suite will attempt to save as docx format. This is a new spiffy format that essentially prevents the document you just saved from being viewable on any other document viewer. Thus forcing you to buy Office 2008 when other open source solutions like Open Office are freely available and often work better (IMHO) Why? So they can cram it down your throat. These are just some of many examples of Microsoft&#8217;s expanding head syndrome that makes anyone else in the room feel cramped. And is why I still shy away from recommending Vista to computer shoppers and enthusiasts alike unless the situation demands it.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">The problem I see with this Mojave Experiment is that it just underscores Microsoft&#8217;s incompetence in PR. The press for this OS has gotten so rotten that they have to literally trick people into using the OS, and now that they have acknowledged how terrible Vista&#8217;s PR is, they&#8217;ve reinforced peoples distaste for the OS. I&#8217;ll give an example, Little granny Gertrude down the street flips on her TV and sees that this Vista thing she&#8217;s heard so many bad things about (since she&#8217;s been computer shopping) has to trick people into using it. She&#8217;s either going to think “hey I&#8217;ll go to this Mojave page and see what&#8217;s going on”, OR she only sees people talking about what she heard her grandson talking about, that it is a bad OS. Do you think she will both to go to this Mojave page and find out, or, like most people, she&#8217;ll see the ad and see that it confirms what her grandson said since all these other people agree. I think the answer starts to get clearer as you think about it. In addition, if she were to miraculously go to this website on a whim she would find that the site has kicked off most of the video&#8217;s further confirming the negative stereotype of Vista. Thus, Microsoft has scored a coup de grâce for it&#8217;s very own OS, Vista.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">-Caedis</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/caedis.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/caedis.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caedis.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caedis.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caedis.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caedis.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caedis.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caedis.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caedis.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caedis.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caedis.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caedis.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caedis.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caedis.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caedis.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caedis.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caedis.wordpress.com&amp;blog=4844582&amp;post=17&amp;subd=caedis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caedis.wordpress.com/2008/09/15/windows-vista-or-windoze-vista/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef576e510d0d07f1b33dda4ecce1ecb6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">Caedis</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3024/2853884233_4fc3aa6c4e.jpg?v=0" medium="image">
			<media:title type="html">Windoze Vista</media:title>
		</media:content>
	</item>
	</channel>
</rss>
