<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Farmdawg Nation</title>
	
	<link>http://farmdawgnation.com</link>
	<description>Web Developer and College Student</description>
	<lastBuildDate>Thu, 02 Sep 2010 03:08:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/farmdawg" /><feedburner:info uri="farmdawg" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>What is HTTPS?</title>
		<link>http://feedproxy.google.com/~r/farmdawg/~3/pwTFwJQMdmI/</link>
		<comments>http://farmdawgnation.com/2010/09/01/what-is-https/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 03:08:52 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Discourses]]></category>

		<guid isPermaLink="false">http://farmdawgnation.com/?p=512</guid>
		<description><![CDATA[Greetings and good Wednesday to you my friends. I hope you&#8217;ve been having a less hectic week than I have. In order to take a break from what else I have going on by continuing my practice I started last week of using Wednesdays to explain some basic concepts in Computer Science. I find that [...]]]></description>
			<content:encoded><![CDATA[<p>Greetings and good Wednesday to you my friends. I hope you&#8217;ve been having a less hectic week than I have. In order to take a break from what else I have going on by continuing my practice I started last week of using Wednesdays to explain some basic concepts in Computer Science. I find that a lot of websites fall victim to one of two major faults in the area of explanation: their explanations are either too simple to be accurate, or they give you so much information that they loose the ability to effectively communicate the message behind what they&#8217;re talking about. So, hopefully I will find a happy medium.</p>
<p>Today, I&#8217;m covering something called the <strong>Hypertext Transfer Protocol Secure (HTTPS)</strong> that is used to secure communication between you and websites.  So, if it sounds like something you&#8217;re interested in reading about it, you&#8217;ll find more after the jump! <span id="more-512"></span></p>
<h3>Foundations: How Websites Work</h3>
<p>It wasn&#8217;t very long ago that organizations like banks and other organizations that transmit sensitive information figured out that the World Wide Web was an awesome tool for communicating with their customers and peers. Websites allowed these companies to do communicate prices and product details to anyone who wanted to know them. These websites, much like every other one out there, are only useful through the use of the <em>Hypertext Transport Protocol (HTTP)</em> that allows computers to transmit website data to each other.</p>
<p>To really boil down how the whole process works, consider this graphic:</p>
<div id="attachment_516" class="wp-caption aligncenter" style="width: 310px"><a href="http://farmdawgnation.com/wp-content/uploads/2010/09/HTTPSGraphic1.jpg" rel="lightbox[512]"><img class="size-medium wp-image-516" title="An example of a regular HTTP Exchange of information" src="http://farmdawgnation.com/wp-content/uploads/2010/09/HTTPSGraphic1-300x115.jpg" alt="" width="300" height="115" /></a><p class="wp-caption-text">An example of a regular HTTP Exchange of information (click to enlarge)</p></div>
<p>This is pretty simple right? The user (that would be you) manipulates you web browser into asking a website (technically, a web server &#8211; but I&#8217;m being lax with my terminology for the sake of communication) for a home page. The website then sends the homepage back to you. This entire exchange happens in something we in the computing world call <strong>plain text,</strong> meaning that if you were an outsider looking in on the exchange of data, you could pretty easily read what was going on. And on the Internet, there is always <em>some</em> third party watching what is going on.</p>
<h3>Locking down communications</h3>
<p>So, let&#8217;s be honest. Do we really care if someone knows that we accessed the homepage for the Bachellorette? Ok, well some people might. But most of the time, our use of the Internet is pretty mundane. Making sure that mysterious shadow on the wall can&#8217;t see what is going on isn&#8217;t usually that big of a deal. But, I propose this possibility: what if the exchange in the graphic above looked more like this:</p>
<div id="attachment_518" class="wp-caption aligncenter" style="width: 310px"><a href="http://farmdawgnation.com/wp-content/uploads/2010/09/HTTPSGraphic2.jpg" rel="lightbox[512]"><img class="size-medium wp-image-518" title="We don't want this to happen!" src="http://farmdawgnation.com/wp-content/uploads/2010/09/HTTPSGraphic2-300x107.jpg" alt="" width="300" height="107" /></a><p class="wp-caption-text">We don&#39;t want this to happen! (click to enlarge)</p></div>
<p>Naturally, this is a bad idea because anyone could be listening in on this little exchange between you and what is presumably your banking website. Surely you don&#8217;t want to end up having your banking account number plastered all over the web for anyone to use. It was on this realization that people came up with a modification to HTTP called <strong>HTTPS</strong>, or <strong>Hypertext Transfer Protocol Secure</strong>. The goal of HTTPS is to scramble, or <a href="http://en.wikipedia.org/wiki/Encryption" target="_blank">encrypt</a>, HTTP messages so that anyone who might be listening in will have no idea what is going on. So, the graphic above ends up looking like this:</p>
<div id="attachment_519" class="wp-caption aligncenter" style="width: 310px"><a href="http://farmdawgnation.com/wp-content/uploads/2010/09/HTTPSGraphic3.jpg" rel="lightbox[512]"><img class="size-medium wp-image-519" title="Someone looking in would have no idea what is going on here." src="http://farmdawgnation.com/wp-content/uploads/2010/09/HTTPSGraphic3-300x115.jpg" alt="" width="300" height="115" /></a><p class="wp-caption-text">Someone looking in would have no idea what is going on here. (click to enlarge)</p></div>
<p>Of course, while this is going on &#8211; you don&#8217;t notice any difference in what you see in your web browser. You are still sending messages to the website and receiving webpages as a response, but someone who is snooping on your connection won&#8217;t be able to see what is going on. Your computer and the website use these items called <strong>certificates</strong> that allow the both parties that are privy to the conversation to understand each other, while everyone else listening in is clueless. Think of it as if you&#8217;re actually speaking a completely different language than everyone else on the Internet, that is unique to your specific conversation. Pretty cool, right?</p>
<h3>How do I use this technology?</h3>
<p>Odds are you already do and don&#8217;t realize it. Look up in the address bar of your web browser. You probably noticed that the address starts out &#8220;http://&#8221; &#8211; which means that you&#8217;re running on a regular connection. <strong>But</strong> anytime that starts out &#8220;https://&#8221; you&#8217;re running in a secure mode and it will be very difficult for someone else to snoop in on your connection.</p>
<p>In addition to this, most modern browsers will even provide some visual indicator when the highest level of security has been reached successfully. Take Chrome and Firefox visiting a secure page on Facebook as an example:</p>
<div id="attachment_520" class="wp-caption aligncenter" style="width: 310px"><a href="http://farmdawgnation.com/wp-content/uploads/2010/09/chromehttps.jpg" rel="lightbox[512]"><img class="size-medium wp-image-520" title="Chrome's Address Bar while visiting a secure site" src="http://farmdawgnation.com/wp-content/uploads/2010/09/chromehttps-300x16.jpg" alt="" width="300" height="16" /></a><p class="wp-caption-text">Chrome&#39;s Address Bar while visiting a secure site (click to enlarge)</p></div>
<div id="attachment_521" class="wp-caption aligncenter" style="width: 310px"><a href="http://farmdawgnation.com/wp-content/uploads/2010/09/ffsecure.jpg" rel="lightbox[512]"><img class="size-medium wp-image-521" title="Firefox's address bar while visiting a secure site" src="http://farmdawgnation.com/wp-content/uploads/2010/09/ffsecure-300x14.jpg" alt="" width="300" height="14" /></a><p class="wp-caption-text">Firefox&#39;s address bar while visiting a secure site (click to enlarge)</p></div>
<p>In addition to this, these security measures can also be used to ensure that the website you&#8217;re talking to is the one that you&#8217;re supposed to be talking to. Some browsers like Google Chrome will give you a pretty clear indication when something may be hinky with site you&#8217;re trying to visit, and often it looks something like this:</p>
<div id="attachment_522" class="wp-caption aligncenter" style="width: 310px"><a href="http://farmdawgnation.com/wp-content/uploads/2010/09/chrome-beta-ssl-3.png" rel="lightbox[512]"><img class="size-medium wp-image-522" title="Chrome letting you know something is wrong" src="http://farmdawgnation.com/wp-content/uploads/2010/09/chrome-beta-ssl-3-300x226.png" alt="" width="300" height="226" /></a><p class="wp-caption-text">Chrome letting you know something is wrong (click to enlarge)</p></div>
<p>Take note of two things. First, of course, the big warning message in place of a web page. But secondly, note that the &#8220;https&#8221; in the address bar is crossed out in red, instead of appearing in green in the previous image I showed you. This is Chrome telling you something isn&#8217;t right.</p>
<p>Certificates for secure communication on the Internet have to be renewed periodically. And oftentimes, it is the case with some large organizations (coughThe University of Georgiacough) that the certificates expire &#8211; generating warnings like the one you see above. However, if you&#8217;re not completely sure that you&#8217;re communicating with someone trustworthy &#8211; those warning signs are generally a pretty good reason to back up and go find another website to hang out on.</p>
<h3>In Conclusion</h3>
<p>I hope this has been a helpful, yet still technically accurate explanation of what HTTPS is and why it&#8217;s helpful to know about. As always, leave me some comment love below. At some point I&#8217;ll get around to covering some recent events again &#8211; I&#8217;m just tired of the lawsuit drama for now.</p>
<img src="http://feeds.feedburner.com/~r/farmdawg/~4/pwTFwJQMdmI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://farmdawgnation.com/2010/09/01/what-is-https/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://farmdawgnation.com/2010/09/01/what-is-https/</feedburner:origLink></item>
		<item>
		<title>Cars and Computers, and lots of problems.</title>
		<link>http://feedproxy.google.com/~r/farmdawg/~3/Zm9ac4pn1xk/</link>
		<comments>http://farmdawgnation.com/2010/08/30/cars-and-computers-and-lots-of-problems/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 20:14:47 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Discourses]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://farmdawgnation.com/?p=509</guid>
		<description><![CDATA[Happy Monday to everyone. I don&#8217;t really have anything special to report on today, but I thought you might be interested to know what has been going on over the past few days instead of blogging on here. First off, I was spending time with my girlfriend while I had the opportunity this weekend. Sorry, blogosphere. She [...]]]></description>
			<content:encoded><![CDATA[<p>Happy Monday to everyone. I don&#8217;t really have anything special to report on today, but I thought you might be interested to know what has been going on over the past few days instead of blogging on here.</p>
<p>First off, I was spending time with my girlfriend while I had the opportunity this weekend. Sorry, blogosphere. She takes priority over you.</p>
<p>Secondly, I&#8217;ve been preoccupied with dealing with a malfunctioning car. I own an older Nissan Sentra that has decided it is time for its air conditioning to die. For those of you who haven&#8217;t visited Georgia before, this is unacceptable behavior for a car in August. So, there has been a considerable amount of time and effort over the last week dealing with those problems. The good news is that it looks like I&#8217;ll be able to drive my brother&#8217;s car for awhile when it gets out of the shop. It&#8217;s about 4 years newer than mine, and in much better shape. Unfortunately for my brother, he gets to drive around in the Sentra until we find a replacement for it. So, needless to say &#8211; I&#8217;m looking forward to that.</p>
<p>Third, if any of you tried to access Farmdawg Nation over the weekend you probably had some trouble. We had some more glitches in our server software over the weekend, and last night the site was down for a bit while I was investigating different options for server software. The server that runs Farmdawg Nation is named Jethro (yes, my servers are named after NCIS characters) and I&#8217;m beginning to think that I&#8217;ve been pushing it too hard. The system only has 256MB of RAM, which is less than most desktop systems require as a bare minimum. Now, servers are more lightweight in terms of software, but 256MB can get cramped if you&#8217;re trying to do too many things at once. Jethro is a mail server, regular web server, ruby on rails web server, MySQL server, and Subversion server &#8211; all in one. Surely someone out there is ready to slap me for trying to do all that with 256MB.</p>
<p>I waffled between expanding the memory on Jethro and starting a new server. I opted to start a new server. I want a server that I can work on and not have to worry about Farmdawg Nation or any other sites that I host going down if something goes amiss. This week I will begin the process process of migrating services over to reduce the load I&#8217;m putting on Jethro. Farmdawg Nation will be offline for parts of this move. So, I don&#8217;t know how much I will blog this week, but I may have some useful tutorials or something for things that I figure out along the way.</p>
<p>So, that&#8217;s pretty much what has been happening. As always, feel free to leave me some comment love (or try to at least). I hope to talk to you guys in a couple of days after the dust has settled with the server move.</p>
<img src="http://feeds.feedburner.com/~r/farmdawg/~4/Zm9ac4pn1xk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://farmdawgnation.com/2010/08/30/cars-and-computers-and-lots-of-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://farmdawgnation.com/2010/08/30/cars-and-computers-and-lots-of-problems/</feedburner:origLink></item>
		<item>
		<title>What is a Virtual Machine?</title>
		<link>http://feedproxy.google.com/~r/farmdawg/~3/Fv2ANDh-alo/</link>
		<comments>http://farmdawgnation.com/2010/08/25/what-is-a-virtual-machine/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 23:44:27 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Discourses]]></category>

		<guid isPermaLink="false">http://farmdawgnation.com/?p=501</guid>
		<description><![CDATA[So, along with the idea of having regular features, I know that I want one of these regular features to be an explanation of one computing concept or another. Maybe titled What Wednesdays, following the template set forth by Mark in the comments of one of my earlier posts. Anyway, today I&#8217;m going to take [...]]]></description>
			<content:encoded><![CDATA[<p>So, along with the idea of having regular features, I know that I want one of these regular features to be an explanation of one computing concept or another. Maybe titled <em>What Wednesdays</em>, following the template set forth by Mark in the comments of <a href="http://farmdawgnation.com/2010/08/22/bloggers-block/" target="_blank">one of my earlier posts</a>. Anyway, today I&#8217;m going to take a stab at something that has risen in popularity in both power-user and mainstream user groups: virtual machines.</p>
<p>The term &#8220;virtual machine&#8221; may sound confusing or may not evoke any type of mental picture at all. But my hope is that by the end of this blog post, you&#8217;ll have a clear understanding of the meaning of the term &#8211; and why they are such a popular innovation in modern computing. More after the jump!<span id="more-501"></span></p>
<h3>What is a Machine?</h3>
<p>This may sound completely ridiculous, but to even begin understanding virtual machines, we must first understand machines. What is a machine? Well, for the purposes of this computer-oriented discussion, a machine is some hardware (physical components and circuitry) that is designed the process and allow a user to interact with some software (e.g. Microsoft Word). So, using this definition we can clearly see that the physical components you are using to view this web page on your computer make up a machine. What you may not know is that there are a lot of other devices you see in your daily life that also meet this definition. Graphing Calculators are machines, for example (and are quite often more complex than people give them credit for).</p>
<p>So, if we accept this definition of <em>machine</em> it should go without saying (because it&#8217;s common knowledge) that not all machines are created equal. Some computers run faster than others, or can store more memory than others. However, these days the limiting factor to being able to run the software you want to run will rarely be what type of machine you have. Rather, more often than not, it will be a matter of whether the piece of software you <em>want</em> to run can in fact run with your <strong>Operating System</strong> (e.g. Windows, Mac), which serves as the intermediary between your machine and your applications like Microsoft Word.</p>
<p>I am a Website Developer. So, the question that most often poses this problem for me is when a client asks: &#8220;Does this work in Microsoft Internet Explorer?&#8221; Well, I&#8217;m a Mac user, and I can&#8217;t get a current version of Internet Explorer for Mac. They haven&#8217;t released a new version in several years, so testing with that version would hardly be representative of how things work in Internet Explorer today. Also, I can&#8217;t very well go back to my client and say, &#8220;Sorry, I&#8217;m running a Mac&#8230; I can&#8217;t test that because my <strong>Operating System</strong> doesn&#8217;t let me.&#8221; And it is also true that I&#8217;m not going to get rid of my current Operating System to do one test that&#8217;s going to take a matter of minutes, and I&#8217;d also like to avoid buying a PC exclusively for the purpose of running Windows.</p>
<p>If only there were some way to run a different Operating System <strong>side-by-side</strong> with or <strong>on top of</strong> my Operating System.</p>
<h3>The Machine Goes Virtual</h3>
<p>Awhile back, some clever people figured out that this was, in fact, possible using a concept that we in the Computer Science world call a <strong>system virtual machine</strong> that essentially tricks an Operating System like Windows into believing that it is running on a real computer independent of any other supporting software. To illustrate, let us take a very simplistic view of how a computer is organized in terms of what depends on what:</p>
<p style="text-align: center;"><img class="size-medium wp-image-504 aligncenter" title="Illustration of how a Computer is Organized" src="http://farmdawgnation.com/wp-content/uploads/2010/08/RegularMachine-300x174.jpg" alt="" width="300" height="174" /></p>
<p style="text-align: left;">So, I think it is a pretty safe statement to make that every system is organized like this on a large scale. Of course, there are a lot of elements in here I&#8217;ve omitted, as this is supposed to be more of a broad strokes outline than anything else. But every Operating System and Application pretty much expects this kind of arrangement.</p>
<p style="text-align: left;">The magic of the Virtual Machine is that it <strong>lies</strong>.</p>
<p style="text-align: left;">See, whenever an Operating System is starting up, the first thing that it tries to do is learn about its environment. The Virtual Machine lies to it when it reports the information about the Operating System&#8217;s environment, and essentially <em>tricks</em> an Operating System to believe it is running on a computer where it is the sole Operating System. The Operating System that is being lied to, or <strong>virtualized</strong>, is called the <strong>guest operating system</strong>. Likewise, the Operating System that is really in charge of working with the hardware on the physical computer is called the <strong>host operating system</strong>.</p>
<p style="text-align: left;">The end result of this little ruse is that you can do something like run Windows and Mac OS X side-by-side.</p>
<h3>Virtual Machines Today</h3>
<div id="attachment_506" class="wp-caption aligncenter" style="width: 310px"><a href="http://farmdawgnation.com/wp-content/uploads/2010/08/VMWareFusionUbuntu10.jpg" rel="lightbox[501]"><img class="size-medium wp-image-506" title="VMWare Fusion Running Ubuntu 10.04" src="http://farmdawgnation.com/wp-content/uploads/2010/08/VMWareFusionUbuntu10-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">A screenshot of VMWare Fusion on my computer running a Guest Operating System, Ubuntu Linux.</p></div>
<p>Virtual Machines soared in popularity when Apple came out with their line of MacBooks. MacBooks were the first Apple product to use Intel Processors in them. Many people, myself included, invested in purchasing Virtual Machines when we made the switch to Mac because there were still a few programs that ran only in Windows. So, instead of maintaing two computers, we utilized Virtual Machine technology to run Windows as a guest operating system only when we needed it. It turns out that it worked pretty well.</p>
<p>Virtual Machines exist in all arenas in the technology industry, and they&#8217;re always growing in popularity. Keep in mind, these are not the only type of virtual machines out there either. There are some that are specialized toward one specific purpose, like the Java Virtual Machine. Anytime you run an application written in Java, a Java Virtual Machine starts and runs the application completely transparently. There have also been rumors that the next version of Windows will be using Virtual Machine technology to help make systems more secure, but how that works is slightly outside the scope of this article.</p>
<h3>Conclusion</h3>
<p>Sorry if this article seems like it was a little rushed, because it was. But, nonetheless, I hope that you have gained something from my discourse into the concept of the Virtual Machine. As always, leave me some comment love below. Questions are always welcome.</p>
<p>Have an excellent Wednesday evening everyone!</p>
<img src="http://feeds.feedburner.com/~r/farmdawg/~4/Fv2ANDh-alo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://farmdawgnation.com/2010/08/25/what-is-a-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://farmdawgnation.com/2010/08/25/what-is-a-virtual-machine/</feedburner:origLink></item>
		<item>
		<title>Aug 24: Facebook starts lawsuit, new iPhone anti-theft, and more!</title>
		<link>http://feedproxy.google.com/~r/farmdawg/~3/uelXqon32u4/</link>
		<comments>http://farmdawgnation.com/2010/08/24/aug-24-facebook-starts-lawsuit-new-iphone-anti-theft-and-more/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 23:42:39 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Cool Finds]]></category>
		<category><![CDATA[Tech Industry]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[human-rights]]></category>
		<category><![CDATA[lawsuits]]></category>
		<category><![CDATA[pluto]]></category>

		<guid isPermaLink="false">http://farmdawgnation.com/?p=491</guid>
		<description><![CDATA[Good Tuesday to all of you. I&#8217;m back again with a news roundup for today. Overall it&#8217;s a pretty interesting day, so if you&#8217;re interesting in seeing what I&#8217;ve compiled, read on! Lawsuits, Lawsuits, Lawsuits Surprise! Yes, there is yet another outrageous lawsuit out there. It seems that Facebook has decided they own any word [...]]]></description>
			<content:encoded><![CDATA[<p>Good Tuesday to all of you. I&#8217;m back again with a news roundup for today. Overall it&#8217;s a pretty interesting day, so if you&#8217;re interesting in seeing what I&#8217;ve compiled, read on!<span id="more-491"></span></p>
<p><strong>Lawsuits, Lawsuits, Lawsuits</strong><br />
Surprise! Yes, there is yet another outrageous lawsuit out there. It seems that Facebook <a href="http://www.wired.com/threatlevel/2010/08/facebook-owns-book/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+wired/index+(Wired:+Index+3+(Top+Stories+2))" target="_blank">has decided they own any word ending in &#8220;book&#8221;</a> &#8211; or at lest the rights to it. I enjoy Wired&#8217;s initial response to this:</p>
<blockquote><p>This begs the obvious question: Would Facebook sue a social-networking site for priests named Goodbook? Or a librarian-networking site named Librarybook?</p></blockquote>
<p>What I want to know is why Facebook is targeting a no-name site that very few people would have thought to find on their own anyway? Why haven&#8217;t they targeted social networking sites like &#8220;yearbook.com&#8221;? I&#8217;m not sure what sparked this, as I doubt this site would have ever actually gained any popularity. Trying to re-invent the wheel has always been an exercise left to the student, unless you&#8217;ve got something unique to present. Teachbook, however, seems to be a Joomla! driven website run by someone without much concept of what they are doing. Case in point, an about page that has no information on it (screen shot below).</p>
<p><a href="http://farmdawgnation.com/wp-content/uploads/2010/08/teachbookabout.jpg" rel="lightbox[491]"><img class="aligncenter size-medium wp-image-494" title="Screencap of the Teachbook About Page" src="http://farmdawgnation.com/wp-content/uploads/2010/08/teachbookabout-300x167.jpg" alt="" width="300" height="167" /></a></p>
<p>Yeah, anyway&#8230; moving on.</p>
<p><strong> </strong></p>
<div id="attachment_497" class="wp-caption alignright" style="width: 210px"><a href="http://farmdawgnation.com/wp-content/uploads/2010/08/Pluto-map-hs-2010-06-c180.jpeg" rel="lightbox[491]"><img class="size-full wp-image-497" title="Pluto Image from Hubble" src="http://farmdawgnation.com/wp-content/uploads/2010/08/Pluto-map-hs-2010-06-c180.jpeg" alt="" width="200" height="200" /></a><p class="wp-caption-text">Not a planet. Sad.</p></div>
<p><strong>Pluto: The Dwarf Planet</strong><br />
<a href="http://www.wired.com/thisdayintech/2010/08/0824pluto-deplanetized?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+wired/index+(Wired:+Index+3+(Top+Stories+2))" target="_blank">Wired reminds us today</a> that four years ago this day Pluto was downgraded to a dwarf planet. I personally remember this being a pretty big deal for me in high school&#8230; I guess because I didn&#8217;t really consider the classification of a planet something that has one of those ominous &#8220;thems&#8221; behind it, you know? But alas, everything is controlled by someone. But, if you&#8217;re feeling bad for pluto like I am &#8211; consider investing in this <a href="http://www.snorgtees.com/itsokaypluto-p-460.html" target="_blank">pluto support t-shirt.</a></p>
<p><strong>Google is all about the human rights!</strong><br />
Google had a <a href="http://googleblog.blogspot.com/2010/08/what-do-you-think-about-human-rights.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+blogspot/MKuf+(Official+Google+Blog)" target="_blank">post on their blog</a> today I was completely in support of, detailing their support for human rights on the internet video community. What is curiouser, is the same day they <a href="http://googleblog.blogspot.com/2010/08/google-scholarship-program-kicks-off-in.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+blogspot/MKuf+(Official+Google+Blog)" target="_blank">announced the recipients of their scholarship</a> for students attending Universities in China. Am I the only one that finds this somewhat comical? For those who may not be in the loop, earlier this year Google suffered a major security breach where the Chinese government was suspected. Google even had the NSA helping them beef up their security. I would have been in support of their plan to pull out of mainland china, but alas &#8212; it is not happening. Oh well, no big deal. <a href="http://farmdawgnation.com/2010/08/23/upgrade-schedules-traveling-guides-and-traffic-jams/" target="_blank">All of the recipients are still stuck in their cars trying to get home anyway</a>, for all we know.</p>
<p><strong>Loosing Your iPhone Sucks</strong><br />
It really does. So Macworld has two articles today concering the topic of recovering lost iPhones. The <a href="http://www.macworld.com/article/153618/2010/08/customizeiphonelockscreen.html?lsrc=rss_main" target="_blank">first article</a> is a lifehacker-esqe article that gives you step-by-step instructions on setting your lock screen wallpaper to include your contact information. However, the second article is far more interesting.</p>
<p>Some new patents <a href="http://www.macworld.com/article/153612/2010/08/apple_mobiledevice_patent.html?lsrc=rss_main" target="_blank">seem to indicate</a> that Apple is coming up with some pretty clever ways of telling if your iPhone is missing. The general idea is that soon your iPhone may be able to detect if it has been stolen on its own based on the heartbeat of the person holding the device, or the distance away from a certain object that it is paired with. It will even be able to alert the authorities how the culprit is getting away (or your Don, if that&#8217;s how you take care of things).</p>
<img src="http://feeds.feedburner.com/~r/farmdawg/~4/uelXqon32u4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://farmdawgnation.com/2010/08/24/aug-24-facebook-starts-lawsuit-new-iphone-anti-theft-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://farmdawgnation.com/2010/08/24/aug-24-facebook-starts-lawsuit-new-iphone-anti-theft-and-more/</feedburner:origLink></item>
		<item>
		<title>Upgrade Schedules, Traveling Guides, and Traffic Jams</title>
		<link>http://feedproxy.google.com/~r/farmdawg/~3/uoCAkH1kSYs/</link>
		<comments>http://farmdawgnation.com/2010/08/23/upgrade-schedules-traveling-guides-and-traffic-jams/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 00:15:40 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Cool Finds]]></category>
		<category><![CDATA[Tech Industry]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[beijing]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[motorola]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://farmdawgnation.com/?p=486</guid>
		<description><![CDATA[So, this blog post is going to be going out a little bit later than I had intended, but I had a little bit of a crazy day &#8211; what with having to take my car into the shop. Anyway, it&#8217;s time for me to give a little roundup of interesting news items that I [...]]]></description>
			<content:encoded><![CDATA[<p>So, this blog post is going to be going out a little bit later than I had intended, but I had a little bit of a crazy day &#8211; what with having to take my car into the shop. Anyway, it&#8217;s time for me to give a little roundup of interesting news items that I saw in the feeds today. Here we go!<span id="more-486"></span></p>
<p><strong>Android News</strong><br />
The first fun news in the area of my favorite mobile platform is the release of the upgrade plans for Motorola Android phones. For US telephone users, the Droid X will see the Android 2.2 update sometime late in the summer. The Backflip, Cliq, and Cliq XT should be seeing an upgrade to Android 2.1 sometime around the end of 2010 (possibly as late as the beginning of 2011). The Devour, on the other hand, will <strong>not</strong> be getting an update to Android 2.1. If you want to see the full article on Talk Android, complete with a list of upgrade plans for other countries, click <a href="http://www.talkandroid.com/11916-upgrade-plans-for-motorola-devices-to-android-2-1-and-2-2-released/?utm_source=feedburner-ta&amp;utm_medium=feed&amp;utm_campaign=Feed:+AndroidNewsGoogleAndroidForums+(Android+News,+Rumours,+and+Updates)" target="_blank">here</a>.</p>
<p>On a similar note, it seems that Motorola accidentally leaked the Android 2.2 update to some Droid X users. Well, some clever people who had the upgrade leaked to their device shared it with some friends&#8230; who shared it with some websites&#8230; who shared it with everyone. Anyway, now Motorola is up in arms, according to Wired. They&#8217;re reporting <a href="http://www.wired.com/gadgetlab/2010/08/motorola-droidx-crackdown/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+wired/index+(Wired:+Index+3+(Top+Stories+2))" target="_blank">here</a> that Motorola is sending cease and desist orders to the websites that were hosting the update.</p>
<p>The Amazon Kindle seems to have inspired something slightly more advanced, Engadget reports. The new device is an Android reader with a color screen. Pocketbook, the company behind the readers, is announcing a series of five models supporting 6 and 9.7 inch screens. Engadget has a full gallery of images and the full press release that you can find <a href="http://www.engadget.com/2010/08/21/pocketbook-announces-color-touch-screen-android-powered-e-reader/" target="_blank">here</a>. I don&#8217;t know about you, but all the talk about these Android tablet devices is getting me excited. Then again, I just like seeing Apple jump through hoops, and am completely for anything that will let me see some of that. I will still admit the iPad is pretty sexy though&#8230;</p>
<p><strong>Lifestyle News</strong><br />
So, everyone loves traveling &#8211; but as technology expands, so do the way in which we can use that technology when we&#8217;re on the go. The iPad is one particular device that can change how we travel, and Wired put together <a href="http://www.wired.com/gadgetlab/2010/08/eight-great-tips-for-traveling-with-the-ipad/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+wired/index+(Wired:+Index+3+(Top+Stories+2))#" target="_blank">a pretty cool list</a> for using your iPad when you&#8217;re traveling. They have everything from practical battery and money saving techniques to useful apps that will help you get around wherever you might be. I don&#8217;t own an iPad, so I won&#8217;t talk about how bitter the article makes me feel, and will instead suggest you check it out yourself.</p>
<p><strong>Odd News</strong><br />
Wired is nothing if not diverse, and I love some of the stranger stuff they can come up with. Oftentimes, I know people who work in Atlanta have good reason to complain about the traffic on their daily commute. But, if you think your commute is bad &#8211; Wired is here to prove you wrong. One of their articles today was about something that I term as &#8220;the worst traffic jam of all time&#8221; &#8211; <a href="http://www.wired.com/autopia/2010/08/nine-day-traffic-jam-makes-your-commute-look-rosy/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+wired/index+(Wired:+Index+3+(Top+Stories+2))" target="_blank">a 9-day traffic jam in Beijing</a>. I don&#8217;t think I can really augment that with anything.</p>
<img src="http://feeds.feedburner.com/~r/farmdawg/~4/uoCAkH1kSYs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://farmdawgnation.com/2010/08/23/upgrade-schedules-traveling-guides-and-traffic-jams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://farmdawgnation.com/2010/08/23/upgrade-schedules-traveling-guides-and-traffic-jams/</feedburner:origLink></item>
		<item>
		<title>Blogger’s Block</title>
		<link>http://feedproxy.google.com/~r/farmdawg/~3/NEY_rWU5_uU/</link>
		<comments>http://farmdawgnation.com/2010/08/22/bloggers-block/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 19:07:52 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Discourses]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://farmdawgnation.com/?p=484</guid>
		<description><![CDATA[So it seems I&#8217;ve hit that inevitable block that all the bloggers talk about where I&#8217;m having trouble finding things I&#8217;m interested in writing about. The other problem I&#8217;m facing is that when I find something I&#8217;m interested in writing about, I have trouble sitting down and writing about it while it is still relevant. I haven&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>So it seems I&#8217;ve hit that inevitable block that all the bloggers talk about where I&#8217;m having trouble finding things I&#8217;m interested in writing about. The other problem I&#8217;m facing is that when I find something I&#8217;m interested in writing about, I have trouble sitting down and writing about it while it is still relevant. I haven&#8217;t done any in-depth pieces for awhile, so I really should sit down and do that &#8211; because let&#8217;s be honest&#8230; no one really needs just another blog out there that&#8217;s <em>just</em> going to recap the news.</p>
<p>So why not blog about having trouble blogging? Seems natural right?</p>
<p>I&#8217;m playing with a few different ideas as to how I can bridge the gap of silence on days when I don&#8217;t have a big piece. One option is to accumulate news items over the course of the day, Monday thru Friday, and make one large post at about 6PM or 7PM with a composite view of what happened (complete with the occasional editorial remark, of course). Then, aim for one to two larger stories per week. I think that shall be my goal for this coming week, and if I feel like it is a good schedule, I&#8217;ll keep it.</p>
<p>As always, I&#8217;d love to hear any ideas you&#8217;d like to have covered in depth. Be it something you think I should explain in the tech industry to ideas for recurring articles. Let me know what you think, or just leave some miscellaneous comment love, as always!</p>
<p>See you guys tomorrow.</p>
<img src="http://feeds.feedburner.com/~r/farmdawg/~4/NEY_rWU5_uU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://farmdawgnation.com/2010/08/22/bloggers-block/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://farmdawgnation.com/2010/08/22/bloggers-block/</feedburner:origLink></item>
		<item>
		<title>A Modern Keyboard-Computer?</title>
		<link>http://feedproxy.google.com/~r/farmdawg/~3/IsLS6IKt4WU/</link>
		<comments>http://farmdawgnation.com/2010/08/20/a-modern-keyboard-computer/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 22:17:58 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Cool Finds]]></category>
		<category><![CDATA[hackery]]></category>
		<category><![CDATA[keyboard-computer]]></category>
		<category><![CDATA[macbook]]></category>

		<guid isPermaLink="false">http://farmdawgnation.com/?p=476</guid>
		<description><![CDATA[So in today OMGAWESOME category, we have the first keyboard-computer&#8230;. or at least the first modern one frankensteined together from a Macbook Air. Bart Reardon, the organizer of this little project to salvage a busted Macbook Air, seems to have made some pretty cool progress. For anyone that&#8217;s interested in his hackery (yes, that&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>So in today OMGAWESOME category, we have the first keyboard-computer&#8230;. or at least the first modern one frankensteined together from a Macbook Air.</p>
<div id="attachment_480" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-480" title="MB Air Project" src="http://farmdawgnation.com/wp-content/uploads/2010/08/mbairproject-300x225.jpg" alt="A computer-keyboard mac!!!" width="300" height="225" /><p class="wp-caption-text">A picture of the Computer-keyboard Macbook!</p></div>
<p>Bart Reardon, the organizer of this little project to salvage a busted Macbook Air, seems to have made some pretty cool progress. For anyone that&#8217;s interested in his hackery (yes, that&#8217;s a word) he has daily blog posts following new developments in the creation of his little pet project. Not everyone may think this falls into the OMGAWESOME category, but I sure do. If you want to read more about it, check out the link below?</p>
<p>Source: <a href="http://macbookairproject.blogspot.com/" target="_blank">The Macbook Air Project</a></p>
<img src="http://feeds.feedburner.com/~r/farmdawg/~4/IsLS6IKt4WU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://farmdawgnation.com/2010/08/20/a-modern-keyboard-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://farmdawgnation.com/2010/08/20/a-modern-keyboard-computer/</feedburner:origLink></item>
		<item>
		<title>Oracle vs. Google Overview</title>
		<link>http://feedproxy.google.com/~r/farmdawg/~3/r7Fe_1BG97s/</link>
		<comments>http://farmdawgnation.com/2010/08/18/oracle-vs-google-overview/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 19:11:42 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tech Industry]]></category>

		<guid isPermaLink="false">http://farmdawgnation.com/?p=473</guid>
		<description><![CDATA[Hello blogosphere! As you&#8217;ve probably noticed I&#8217;ve been absent for awhile. I&#8217;ve been spending the past few weeks taking a break from the typical daily routine &#8211; so my blogging schedule has gotten off schedule, but maybe now that classes are starting back I&#8217;ll be able to jump back into my daily routine. So, at this point [...]]]></description>
			<content:encoded><![CDATA[<p>Hello blogosphere! As you&#8217;ve probably noticed I&#8217;ve been absent for awhile. I&#8217;ve been spending the past few weeks taking a break from the typical daily routine &#8211; so my blogging schedule has gotten off schedule, but maybe now that classes are starting back I&#8217;ll be able to jump back into my daily routine. So, at this point I feel it would be remiss of me not to mention the latest drama in the technology world: the lawsuit between Oracle and Google. That&#8217;s right, there&#8217;s another lawsuit. This time, it&#8217;s over a little thing called <em>Java</em> and to explain why &#8211; it is time for a history lesson. More after the jump!<span id="more-473"></span></p>
<p><strong>Java isn&#8217;t just coffee&#8230;</strong><br />
As everyone in the Information Technology knows, Java is a programming language that was developed by Sun Microsystems in the mid-1990&#8242;s. Today, Java is considered one of the standard programming language in the industry and everyone who graduates from a Computer Science program worth throwing a stick at is required to know it. All in all, Java is a major slam dunk by Sun Microsystems.</p>
<p>Part of the reason why Java is such a success is that, as programming languages go, it is one of the easiest to work with. Anyone with experience with a systems-level programming language like C will tell a Java programmer to count their blessings. Java programs are also &#8220;safe&#8221; in the sense that no Java program is able to crash another Java program. This is accomplished through the use of something called a <em>Java Virtual Machine</em> that serves as a container for each Java application.</p>
<p>As with all things in Computing, it is not uncommon for one company to think they can do something better than another company. This has lead to the development of over Java Virtual Machines besides the Sun Microsystems JVM. Apple has implemented their own JVM for use on their Mac computers, and Google implemented their own JVM for use on Android.</p>
<p>Here beginith the drama.<br />
Thursday Oracle, a major technology company that acquired Java developer and owner Sun Microsystems earlier this year, sued Google over their Java Virtual Machine, Dalvik.</p>
<p><strong>Don&#8217;t get any dirt in a clean room.</strong><br />
In the fast-paced world of computing, this practice is not uncommon. A lot of todays popular technologies are based on clones of previous technologies and ideologies. This is done using the concept of &#8220;clean room development.&#8221; The idea of clean room development allows a company to clone a technology without infringing on any intellectual property of the company that originally developed the technology.</p>
<p>Whenever a lawsuit like this appears, the first questions that are going to be asked are about practices the defendant used to develop their clone. In this situation, Oracle is going to want to see proof that Google did not directly use Oracle programming as a reference for the Google JVM. Instead, Google will be required to show that they first used one team to create a specification for how the Oracle JVM worked, then had that reviewed by a lawyer, and then wrote their code off of the specification they developed &#8211; instead of directly off of the other code.</p>
<p>To be honest, I don&#8217;t see Google being stupid enough to neglect this protocol. What is more likely to be the issue at hand is whether or not Google could in fact form a &#8220;clean room.&#8221; There are people at Google like Eric Schmidt, Google&#8217;s CEO, who were employed by Sun Microsystems while they were in the process of first developing Java in the 1990&#8242;s. Without a doubt, Schmidt will have had some inside knowledge of the techniques Sun Microsystems used in their implementation of Java.</p>
<p>Quite frankly, if I were Google &#8211; I would be nervous if Schmidt had any direct involvement with the development of the Dalvik JVM. Google&#8217;s only hope in this issue is that they were conscious of the potential inside knowledge Schmidt could have had, and used some method of documentation to show that no inside understanding of Sun technology was used to improve the performance of the Dalvik JVM.</p>
<p>There have been a lot of lawsuits recently, and I&#8217;ve responded to most of them with an attitude of distain because I believe a lot of them are a question of well-dated patents being used to claim ownership to innovations made by other people. What we see here is a completely different situation. Many people have been using this lawsuit to open the question of whether or not Software Patents should be allowed on the basis that they hinder innovation. I&#8217;ll let that sit for another post, but what I will say for now is that with the way the law is written today, I feel that Oracle has a strong case against Google.</p>
<p>I&#8217;m the last person that wants to see Android suffer, but I, like many others, will be following this case closely in the coming months.</p>
<img src="http://feeds.feedburner.com/~r/farmdawg/~4/r7Fe_1BG97s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://farmdawgnation.com/2010/08/18/oracle-vs-google-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://farmdawgnation.com/2010/08/18/oracle-vs-google-overview/</feedburner:origLink></item>
		<item>
		<title>Here Endith the Jailbreak Honeymoon</title>
		<link>http://feedproxy.google.com/~r/farmdawg/~3/xqzn_ziBYT0/</link>
		<comments>http://farmdawgnation.com/2010/08/12/here-endith-the-jailbreak-honeymoon/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 13:52:38 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Current Issues]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Tech Industry]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jailbreaking]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://farmdawgnation.com/2010/08/12/here-endith-the-jailbreak-honeymoon/</guid>
		<description><![CDATA[Well it looks like the jailbreak honeymoon is over. Stories about how iPhone jailbreaking code could potentially be used to create iPhone rootkits have started surfacing. I can&#8217;t say I&#8217;m entirely surprised. Since the federal government ruled that jailbreaking was an exception to the DMCA copyright law, it has been getting coverage on major media [...]]]></description>
			<content:encoded><![CDATA[<p>Well it looks like the jailbreak honeymoon is over. Stories about how iPhone jailbreaking code could potentially be used to create iPhone rootkits have started surfacing.</p>
<p>I can&#8217;t say I&#8217;m entirely surprised. Since the federal government ruled that jailbreaking was an exception to the DMCA copyright law, it has been getting coverage on major media networks like CNN Headline News. This means that more of the less tech savy users out there will join the jailbreak bandwagon, and malicious programmers will have a much larger target.</p>
<p>Apple really should act in the interest of their users and come up with a sanctioned jailbreak, but good luck getting Steve Jobs to agree to that.</p>
<p>Source: <a href="http://mobile.computerworld.com/device/article.php?CALL_URL=http://www.computerworld.com/s/article/9180601/_Dangerous_iPhone_exploit_code_goes_public">Computer World</a> </p>
<img src="http://feeds.feedburner.com/~r/farmdawg/~4/xqzn_ziBYT0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://farmdawgnation.com/2010/08/12/here-endith-the-jailbreak-honeymoon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://farmdawgnation.com/2010/08/12/here-endith-the-jailbreak-honeymoon/</feedburner:origLink></item>
		<item>
		<title>Saudi Kingdom vs RIM</title>
		<link>http://feedproxy.google.com/~r/farmdawg/~3/wMFe_sqi3_g/</link>
		<comments>http://farmdawgnation.com/2010/08/07/saudi-kingdom-vs-rim/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 16:11:49 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Current Issues]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Tech Industry]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[geopolitics]]></category>
		<category><![CDATA[rim]]></category>

		<guid isPermaLink="false">http://farmdawgnation.com/2010/08/07/saudi-kingdom-vs-rim/</guid>
		<description><![CDATA[So I may be the only person that finds this concerning, but the Saudi government seems to want RIM, the company behind Blackberry, to have a physical server for their Blackberry Messenger service located in-country. For those who don&#8217;t know, BlackBerry&#8217;s internal network is entirely encrypted making it hard for governments to peek into for [...]]]></description>
			<content:encoded><![CDATA[<p>So I may be the only person that finds this concerning, but the Saudi government seems to want RIM, the company behind Blackberry, to have a physical server for their Blackberry Messenger service located in-country.</p>
<p>For those who don&#8217;t know, BlackBerry&#8217;s internal network is entirely encrypted making it hard for governments to peek into for &#8220;law enforcement&#8221; purposes. Essentially, RIM could tell them to take a hike. However by locating a Messenger server in-country, the Saudis would have legal leverage over the contents of the server.</p>
<p>Here&#8217;s my question: should this be a big deal? Part of me is screaming because I don&#8217;t trust the Saudi&#8217;s (which I, unlike most Americans, will credit to a lack of understanding of what they&#8217;re about and the influence of mainstream media as opposed to any real knowledge) while the other part of me acknowledges their need to enforce their laws appropriately. Just food for thought.</p>
<p>Source: <a href="http://www.reuters.com/article/idUSLDE6750Q720100806">Reuters.com</a></p>
<img src="http://feeds.feedburner.com/~r/farmdawg/~4/wMFe_sqi3_g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://farmdawgnation.com/2010/08/07/saudi-kingdom-vs-rim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://farmdawgnation.com/2010/08/07/saudi-kingdom-vs-rim/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.418 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-02 15:33:14 -->
