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

<channel>
	<title>SudoSeth &#187; College</title>
	<atom:link href="http://www.sudoseth.com/blog/category/college/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sudoseth.com/blog</link>
	<description>Ideas, Videos, Projects, and More!</description>
	<lastBuildDate>Wed, 01 Feb 2012 04:07:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The 6800 Project</title>
		<link>http://www.sudoseth.com/blog/2011/02/the-6800-project-2/</link>
		<comments>http://www.sudoseth.com/blog/2011/02/the-6800-project-2/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 04:29:59 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=528</guid>
		<description><![CDATA[As you may have noticed, I&#8217;ve been rather quiet over the past several months. That is because I&#8217;ve been spending the vast majority of my time on a somewhat unique project. I haven&#8217;t mentioned this project much on the public internet because I didn&#8217;t want to start the project with extremely high expectations and then [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://sudoseth.com/static-pages/images/blog/6800-red-led-doorway.jpg"><img class=" aligncenter" title="6800-red-led-doorway" src="http://sudoseth.com/static-pages/images/blog/6800-red-led-doorway-small.jpg" alt="The Red Doorway" width="400" height="533" /></a></p>
<p>As you may have noticed, I&#8217;ve been rather quiet over the past several months. That is because I&#8217;ve been spending the vast majority of my time on a somewhat unique project. I haven&#8217;t mentioned this project much on the public internet because I didn&#8217;t want to start the project with extremely high expectations and then never post about the work being done. However, after starting this project at the end of May 2010 my friends and I have come a long way. My goals are in sight and progress is being made every day.</p>
<p>Rest assured that there will be write-ups and many photos from throughout the process. And yes, I am being very vague.</p>
<p>For now I&#8217;ll leave you with the above  image. My friends already know what is going on, and I will reveal details on the internet once the project is &#8220;Live.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2011/02/the-6800-project-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Highpoint RAID Card Drivers on Ubuntu Linux 10.10</title>
		<link>http://www.sudoseth.com/blog/2010/12/highpoint-raid-card-drivers-on-ubuntu-linux-10-10/</link>
		<comments>http://www.sudoseth.com/blog/2010/12/highpoint-raid-card-drivers-on-ubuntu-linux-10-10/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 22:27:31 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=521</guid>
		<description><![CDATA[This took me a little while to figure out, so I&#8217;ve decided to post what ended up working for me in case it could save someone time. I have a server running Ubuntu 10.10 (though this should also work for 10.04) with a Highpoint Rocket Raid 2680. After getting the card working I learned that [...]]]></description>
			<content:encoded><![CDATA[<p>This took me a little while to figure out, so I&#8217;ve decided to post what ended up working for me in case it could save someone time. I have a server running Ubuntu 10.10 (though this should also work for 10.04) with a Highpoint Rocket Raid 2680. After getting the card working I learned that you must have a parition on the hard drives you plan to use, otherwise the raid card will not pass the drive on to the operating system. If this happens, you can go into the bios configuration for the card and initialize the hard drive that doesn&#8217;t show up in the OS.</p>
<p><span id="more-521"></span></p>
<p>For my setup I am using software RAID/LVM and not the built in RAID abilities of the card. If you want to use the card instead, it will map the entire array to a single &#8220;hard drive&#8221; in linux, such as a 4TB RAID 5 array mapped only to /dev/sdb</p>
<p>This is the highpoint website for the series of cards: http://www.highpoint-tech.com/USA_new/series_rr2600.htm</p>
<p>Follow these commands:</p>
<blockquote><p>$ mkdir highpoint-raid-stuff    #You can call the folder whatever you like<br />
$ cd highpoint-raid-stuff/<br />
$ wget http://www.support-highpoint-tech.com/Main/rr26xx/268x/Linux/opensrc/rr268x-linux-src-v1.4-091124-1558.tar.gz tar xzf rr268x-linux-src-v1.4-091124-1558.tar.gz<br />
$ cd rr268x-linux-src-v1.4/product/rr2680/linux/<br />
$ make<br />
$ sudo make install<br />
$ sudo modprobe rr2680</p></blockquote>
<p>Next, create a file called rr2680.sh in the /etc/init.d folder</p>
<p>Edit the file so that it contains the following text, then save it.</p>
<blockquote><p>#!/bin/sh<br />
modprobe rr2680<br />
exit 0</p></blockquote>
<p>Then run the following command:</p>
<blockquote><p>$ sudo ln rr2680.sh /etc/rc3.d/rr2680.sh</p></blockquote>
<p>After that, the server should automatically load the new driver each time it boots and you should be able to access all of the drives connected to it. I hope this helped!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2010/12/highpoint-raid-card-drivers-on-ubuntu-linux-10-10/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Asus T91MT</title>
		<link>http://www.sudoseth.com/blog/2010/01/asus-t91mt/</link>
		<comments>http://www.sudoseth.com/blog/2010/01/asus-t91mt/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 20:48:32 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=439</guid>
		<description><![CDATA[I got a new tablet computer / netbook last week for taking notes in class. I really like this tablet, but it has a few quirks that really need to be ironed out. I&#8217;ll get to the complaints in a moment. The first thing I noticed about this computer once it arrived is that it [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.sudoseth.com/static-pages/images/computers/t91mt-open.JPG"><img class="aligncenter" title="Open" src="http://www.sudoseth.com/static-pages/images/computers/t91mt-open.JPG" alt="" width="480" height="396" /></a></p>
<p>I got a new tablet computer / netbook last week for taking notes in class. I really like this tablet, but it has a few quirks that really need to be ironed out. I&#8217;ll get to the complaints in a moment.</p>
<p>The first thing I noticed about this computer once it arrived is that it is very small and very light. It has an 8.9 inch LED backlit display and weighs around 2lbs; it is very portable. It only has 32GB of hard drive space, of which the operating system accounts for nearly half. Asus makes up for the small drive by having TWO SD card slots, which is wonderful. One of the slots is protected by a semi-permanent cover and is labelled &#8220;Expansion Slot&#8221; while the other slot is the more traditional front facing open access design. Both slots are spring loaded.</p>
<p>They key asset that this netbook leverages is that<span id="more-439"></span> its screen rotates and flips down to convert the computer into a tablet. Sadly the T91MT does not have a accelerometer to determine the screen orientation automatically. Instead one must either press and hold the button next to the power switch or use ctrl + an arrow key to select the screen orientation. The button stopped functioning for me as I was removing the bloatware that came with the system, and even after reinstalling all of the Asus software it still does not function. I have also not found out how to rehotkey the rotate button.</p>
<p>The single largest problem I have with this netbook is how slow it is. It only comes with 1GB of RAM and uses the slower 1.33GHz Atom single core processor. I really would have appreciated the 1.6GHz chip and slightly better graphics, but I knew about all of this when I got it. It preforms adequately for taking notes, although it does struggle when I am drawing graphs during math class while recording audio of the lecture. You can&#8217;t really play games on this computer, although I did manage to tweak Warcraft III to run at around 10FPS on DoTA, which is better than some other old computers. Web sites with heavy flash usage are almost unusable, including Youtube. The videos play, but there is a <em>lot</em> of stuttering. I&#8217;m also not sure why Asus included the webcam as no software I have is able to stream and receive video calls (including Gtalk or several SIP programs). The camera stutters so badly that it causes the audio to ripple and lag as well, making it completely unusable.</p>
<p>I&#8217;ve loaded Ubuntu Netbook Remix 9.10 to one of the SD cards and found out that the touch screen doesn&#8217;t work out of the box. I haven&#8217;t done too much work to try and get it working, but I thought I would let you know.</p>
<p style="text-align: center;"><a href="http://www.sudoseth.com/static-pages/images/computers/t91mt-tablet.JPG"><img class="aligncenter" title="Tablet Mode" src="http://www.sudoseth.com/static-pages/images/computers/t91mt-tablet.JPG" alt="" width="480" height="407" /></a></p>
<p>The power supply is also really small and very easy to carry around. The netbook runs on 12v and 3A with a 10% tolerance, so this is theoretically capable of running directly off of a lead acid battery. While it is also technically capeable of being wired directly into a cars electrical system I would recommend getting a car adapter of some sort in order to clean up the power from the car.</p>
<p>I&#8217;ve paired this tablet with my Android G1 in order to tether my internet access for use on the go. It works extremely well. I would recommend making a shortcut on your desktop for the bluetooth profile so that it becomes easier to connect the two paired devices. It takes a few seconds for Windows to setup the connection, but once established you get the full 1mbs connection that bluetooth can provide. In a 3G zone I consistently get 800kbs downloads and 130kbs uploads.</p>
<p>The battery life is nice, clocking in at around four to four and a half hours for my usage (1/2 screen brightness, high performance mode). The T91MT can be found online for around $480, so you pay a good deal extra for the benefit of the touch screen. I think that the next generation of this product should iron out most of the issues I have with this model. Overall I really like this little computer, in spite of its limitations.</p>
<p>It&#8217;s way better than an iPad and cheaper too <img src='http://www.sudoseth.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2010/01/asus-t91mt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opinion Essay: Robots &gt; Humans</title>
		<link>http://www.sudoseth.com/blog/2009/04/opinion-essay-robots-humans/</link>
		<comments>http://www.sudoseth.com/blog/2009/04/opinion-essay-robots-humans/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 21:17:00 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[essay]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=288</guid>
		<description><![CDATA[War has changed by leaps and bounds in the past decade due to the introduction of truly inexpensive robotics technology. War no longer requires sending a human soldier into a hostile battlefield. Robots that cost only a few thousand dollars are now able to engage enemies either with assistance from a human remote operator or [...]]]></description>
			<content:encoded><![CDATA[<p>War has changed by leaps and bounds in the past decade due to the introduction of truly inexpensive robotics technology. War no longer requires sending a human soldier into a hostile battlefield. Robots that cost only a few thousand dollars are now able to engage enemies either with assistance from a human remote operator or even completely autonomously. If a machine were to be destroyed during a mission there are few repercussions for the force that owned the machine, other than the need to order a replacement. This contrasts greatly to wartimes in the past where casualties resulted in funerals and grieving families. As the use of mechanized soldiers increases, humans will no longer be required on the front line, causing the removal of all moral judgment from military actions.</p>
<p>The force with the best machines has<span id="more-288"></span> a strong tactical advantage. Robots have a much lower cost of operation than their human counterparts and require no sleep, food, or safety equipment. If a machine is destroyed, another can be instantly deployed to take its place. Humans simply cannot compete against those types of abilities. Any combat engagement between the cold steel of machines and the flesh and blood of humans would result in the slaughter of all the organic combatants involved.</p>
<p>Machines have no conscience to evaluate their actions; A gun does not know the difference between a 5 year old child and a hardened soldier, only a human operator does. The only way for those on the receiving end of robotic warfare to retaliate is to turn to terrorism. If one has no chance of defeating the opponent on the battlefield then one is forced to strike at the civilian population instead. If, however, both forces have access to robotic technologies, war on a traditional battlefield will become pointless, as neither side will suffer human losses, defeating whatever meaning that could be found in war.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2009/04/opinion-essay-robots-humans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WiFi Security Fail</title>
		<link>http://www.sudoseth.com/blog/2009/04/wifi-security-fail/</link>
		<comments>http://www.sudoseth.com/blog/2009/04/wifi-security-fail/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 06:54:35 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/2009/04/wifi-security-fail/</guid>
		<description><![CDATA[In order to use the wireless internet you have to get the settings from their website. Good job guys.]]></description>
			<content:encoded><![CDATA[<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" height="240" width="320" src="http://www.sudoseth.com/blog/wp-content/uploads/2009/04/wpid-1238533433219.jpg"/></p>
<p>In order to use the wireless internet you have to get the settings from their website. Good job guys.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2009/04/wifi-security-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WikiCollege.info</title>
		<link>http://www.sudoseth.com/blog/2009/03/wikicollegeinfo/</link>
		<comments>http://www.sudoseth.com/blog/2009/03/wikicollegeinfo/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 17:47:43 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Wiki College]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=277</guid>
		<description><![CDATA[WikiCollege.info is now up and running. Wiki College is designed to act as a universal study guide for college students. While many students use wikipedia to help study for their classes I thought that it might be useful to have as much information as possible available in one location. Eventually Wiki College should be able [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wikicollege.info">WikiCollege.info</a> is now up and running. Wiki College is designed to act as a universal study guide for college students. While many students use wikipedia to help study for their classes I thought that it might be useful to have as much information as possible available in one location. Eventually Wiki College should be able to go through classes chapter by chapter and effectively teach the subject, much like a textbook. While content is currently in short supply, content is being added quickly. The beauty of using a wiki as a platform for this type of site is that anyone can post questions, respond to others, and add content for everyone else to view and learn from.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2009/03/wikicollegeinfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essay: Jack London&#8217;s To Build a Fire</title>
		<link>http://www.sudoseth.com/blog/2009/02/essay-jack-londons-to-build-a-fire/</link>
		<comments>http://www.sudoseth.com/blog/2009/02/essay-jack-londons-to-build-a-fire/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 15:08:43 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[essay]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=266</guid>
		<description><![CDATA[Even a hundred years after this story was written, mankind (as a whole) still does not have a healthy respect for nature. We have created immensely powerful machines that can literally change the face of the earth, but at the same time we are still dependent on the very planet we are pillaging in order [...]]]></description>
			<content:encoded><![CDATA[<p>Even a hundred years after this story was written, mankind (as a whole) still does not have a healthy respect for nature. We have created immensely powerful machines that can literally change the face of the earth, but at the same time we are still dependent on the very planet we are pillaging in order to stay alive. Our polluting of the planet is comparable to the man&#8217;s disregard for the cold weather. We ignore warning signs, similar to his spit turning to ice in the air, and proceed onward in our path of self-destruction until nature forces us to stop. Jack London was attempting to warn humanity about being so secure in our knowledge that we disregard all warnings and charge forward with our god-like powers, only to destroy ourselves in the process.</p>
<p><span id="more-266"></span></p>
<p>Much like humanity as a whole, the man in the story ignored countless warning signs. “He knew that at fifty below spittle crackled on the snow, but this spittle had crackled in the air.” The man was completely aware that he should not have continued into the extreme cold of the Yukon, and yet he was so secure in his abilities that he pressed forward. Similarly, humans release enormous amounts of toxic gases into the atmosphere, even though we are fully aware of how damaging they are to life. We know better than to breathe in the gases our chemical plants release, and yet we don&#8217;t seem to grasp the fact that those gases have no way to leave the planet. Eventually, perhaps sooner rather than latter, they will come right back to harm us.</p>
<p>“It was as though he had just heard his own sentence of death&#8230;Perhaps the old-timer on Sulphur Creek was right.”(London) Even though he continued to struggle for the chance of surviving the ordeal, from that point on he knew that he was as good as dead. He had enough intelligence to realize how hopeless his situation was. Shortly after this he accepts the cold reality of the situation and determines that “he might as well take it decently.” While humanity may not have reached such a tipping point yet, many do not realize how close we are to an irreversible decline, like the man’s death, we may actually be. If enough of the polar ice caps melt, the amount of sunlight (and heat) reflected back into space will diminish to the point where the poles will no longer be able to refreeze, and the world climate will change even more drastically (Revkin). This is in addition to the more well known concept of rising sea levels causing entire cities to be flooded, including New York and London (Revkin). From that point on there would be nothing we could do to repair the damage in any measurable amount of time</p>
<p>Mankind continuously “tests the ice” of the world by adding more destructive abilities to what we already do. Man builds a single coal power plant, testing an area of ice. Because there was no immediate change in the area as an effect of the new power plant, humans build hundreds more. Mankind might hear a metaphoric crackle in the ice, but continues building yet more toxic machines, such as automobiles. It might not be until our entire civilization has fallen through the thin layer of ice that we realize that we probably shouldn&#8217;t have been so reckless, and that all of those pesky environmentalists were actually right all along. &#8220;You were right, old hoss; you were right&#8221;(London). Even with all of the abuse the Earth has taken because of us, it will take no notice of our departure.</p>
<p>Jack London’s century old story warned the world about the dangers of trusting knowledge over wisdom Since then, few improvements have been made in how humanity treats the planet, in fact, the situation as become even more dire. Nature has warned us countless times to discontinue our destructive ways, all to no avail. The global community attempted to set the gears in motion to attempt to alter our amount of destruction with the Kyoto Protocol, but it has the same effect as the man building his fire under the snow covered tree. An attempt at survival was made, but it was not sufficient. Humanity now has far more wisdom than the lone man in the Yukon, but only time will tell if we posses more wisdom than he had.</p>
<p>Works Cited<br />
London, Jack. To Build a Fire. 1908. Wikisource. 6 Sept. 2006. 2 Feb. 2009 .<br />
Revkin, Andrew. &#8220;Arctic Melt Unnerves the Experts.&#8221; New York Times 2 Oct. 2009. Feb 2009<br />
Merriman, C. D. &#8220;Jack London &#8211; Biography and Works.&#8221; The Literature Network: Online classic literature, poems, and quotes. Essays &amp; Summaries. Jalic Inc. 10 Feb. 2009 .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2009/02/essay-jack-londons-to-build-a-fire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terrorism Prevention: At What Cost?</title>
		<link>http://www.sudoseth.com/blog/2008/12/terrorism-prevention-at-what-cost/</link>
		<comments>http://www.sudoseth.com/blog/2008/12/terrorism-prevention-at-what-cost/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 08:46:37 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=190</guid>
		<description><![CDATA[The United States of America is more resistant to terrorist attacks than ever before because of recent policies, inducing the Bush Doctrine and The Patriot Act, but the huge economic and social consequences may negate many long term benefits. Our military has deployed troops to several different countries in order to combat terrorist groups. Without [...]]]></description>
			<content:encoded><![CDATA[<p>The United States of America is more resistant to terrorist attacks than ever before because of recent policies, inducing the Bush Doctrine and The Patriot Act, but the huge economic and social consequences may negate many long term benefits. Our military has deployed troops to several different countries in order to combat terrorist groups. Without this military action, it is extremely likely that terrorism would have been a much larger threat than it is today. The troops have done an admirable job defending us from the hostile terrorist forces, and many Americans are no longer concerned with the possibility of dying in a terrorist attack. There has not been a major terrorist attack on American soil since September 11th 2001. Our government has spent vast sums of money to attempt to make sure that an event of that magnitude never happens again. In order to reduce the risk of such attacks, many ethically questionable policies have become standard practice. One such policy is the Patriot Act, which allows for warrant-less wiretapping, reading online communications, and adding citizens to do-not-fly lists, to name a few. Although the country as a whole is safer from terrorist attacks because of these measures, the cost for this added safety negatively impacts our civil liberties,  domestic preparedness, and economics, which is more than citizens should be reasonably  expected to bear.<br />
<span id="more-190"></span><br />
According to J.B. Schramm,  “There are no gated communities that are safe from the threat (of terrorism), and there are no professional, volunteer armed forces that can, alone, fight this enemy.” This means that no matter what the military does in an attempt to squelch terrorism, there is no way for them to eliminate the threat of terrorism completely. All that the military is able to do is reduce the risk of an attack, the key word being “reduce”. It is therefore impossible to prepare for every single terrorist attack. The issue soon becomes deciding how safe is safe enough. If Schramm is correct, and there is no community on earth that is safe from an attack, a decision must be made that establishes the point at which military action can be reduced.</p>
<p>The War on Terror was necessary. If the USA had not acted with force after the September 11th attack, it is logical to assume that there would have been more terrorist attacks attempted on American soil. Robert Kagan expressed the theory that if the United States had not acted to remove Saddam Hussein from power he would have grown more powerful and would have launched a larger scale assault against the United States. The world is certainly more secure now that Saddam Hussein is out of power. He would not have been removed from power had it not been for the War on Terror. Kagan also thinks that although management mistakes have been made by the Bush administration, the War on Terror can be considered successful.</p>
<p>That being said, the financial cost of the War on Terror has been enormous. Veronique de Rugy estimates that the war has already cost upwards of one trillion dollars. He stated that “(one trillion dollars is) 10 times more than what specialists predict it would take to eradicate malaria once and for all.” Although the money was needed to pay for the military action in Iraq and Afghanistan, we need to reduce the amount we spend on the war in the future. This amount of expense is unsustainable and could ultimately prove to be much more of a problem than most people realize (Rugy). However, money is not the only thing American citizens have been giving up in order to further the war on terror</p>
<p>Joyce Slaton warned in November of 2001 that the Patriot Act grants the government far to much power. She was especially concerned with the ease at which the personal privacy of citizens could now be infringed upon. The Act grants the executive branch the ability to, with easy to obtain approval, track and view anyone&#8217;s online activity (Slaton). This monitoring is, according to Slaton, trivial to bypass using simple encryption, code words, and/or other obfuscation techniques. Any terrorist with the slightest desire to not be caught would use these techniques, leaving regular citizens with little benefit for their loss of online privacy. In addition to the privacy issue, monitoring vast amounts of internet traffic is expensive and requires large amounts of resources (Slaton). Because of the high cost and low effectiveness rate, the monitoring of internet activity should be be limited to already suspected terrorists only, and not include the general population as is currently the case.</p>
<p>Americans, Slaton claimed, have given up their privacy rights in order to be better protected from terrorists. This could possibly have been a good idea when the Patriot Act was introduced, but the American people need to reclaim the rights that they deserve. It is easy to see how being able to spy on someone who is planing to bomb a subway station would be beneficial to society and save lives. The problem arises when telecommunication providers look at everyone&#8217;s communications, not just suspected terrorists, on the off-chance that one of them turns out to be a terrorist. Slaton made the accurate assessment that it is counter productive to give up the rights that your country is going to war to protect.</p>
<p>The lack of privacy is not the only concern that faces many American citizens. American emergency systems are not prepared to deal with a terrorist attack of any magnitude. According to Arthur Kellerman, funding needed to maintain an adequate state of readiness in hospitals is being diverted to other areas of government. With the current medical system, hospitals are barely able to maintain their day-to-day operations, let alone a large scale emergency (Kellerman). Hospitals must be able to have surplus capacity in order to be an effective tool for assisting with a recovery after an attack. If hospitals are not able to cope with a large scale emergency or attack there will be many needless casualties that could have been avoided.</p>
<p>In addition to hospitals necessitating a larger operating capacity, ambulance technicians need to be trained in how to respond to common types of terrorist attacks, including bombings (Kellerman). The London subway bombings are a prime example of what emergency personnel need to be able to respond to.</p>
<p>Daniel Hamilton and Tara O&#8217;Toole used the Atlantic Storm project to demonstrate how woefully unprepared the current emergency system is for dealing with a bioterrorist attack. Atlantic Storm was a war-game that was designed to demonstrate the importance of how nations from all over the world would need to work together if there were ever to be a new pandemic virus, such as a bio-weapon (Hamilton and O&#8217;Toole). While a bioterrorist attack may be impossible to prevent, it is possible to reduce the effectiveness of an attack to very low levels (Hamilton and O&#8217;Toole). They stated that “The first step (to improve emergency preparedness) is to recognize that this (bioterrorist) threat requires something more holistic than buying more vaccine or training more doctors.” This means that hospitals cannot simply buy medicines that negate the damage done by an attack. Instead, the world as a whole must be ready to pool resources and work together to quickly develop and deploy vaccines in sufficient quantities to eradicate the contagion (Hamilton and O&#8217;Toole).</p>
<p>Because the War on Terror has so far been relatively successful with it&#8217;s goal of reducing the threat of terrorism, it is time to refocus our resources. While a military presence is still required in other countries, it is now time to begin strengthening the United States itself. As Hamilton and O&#8217;Toole have explained, our emergency response systems, specifically our ability to combat bioterrorist attacks, are not currently in a suitable condition to face an attack successfully. Funding for our hospitals needs to be increased dramatically  in order to allow them to properly deal with the many threats that the military alone cannot combat. Although the War on Terror is fulfilling it&#8217;s objectives, the price in privacy and domestic emergency preparedness has been high. Now that the threat of a terrorist attack in the US is lower, it is time to refocus our objectives and to improve anti-terror preparedness domestically, in addition to other countries.</p>
<p>Works Cited:</p>
<p>Hamilton, Daniel, and Tara O&#8217;Toole. &#8220;Facing up to the bioterror threat.&#8221; International Herald Tribune. 31 Jan. 2005. 15 Dec. 2008 . http://www.iht.com/articles/2005/01/30/opinion/edotoole.php?page=1</p>
<p>Kagan, Robert. &#8220;Whether This War Was Worth It.&#8221; Washingtonpost.com. 19 June 2005. The Washington Post. 15 Dec. 2008 . http://www.washingtonpost.com/wp-dyn/content/article/ 2005/06/17/AR2005061701217.html</p>
<p>Kellerman, Arthur. &#8220;Still Not Ready in The ER.&#8221; Washingtonpost.com. 5 Aug. 2005. The Washington Post. 15 Dec. 2008 . http://www.washingtonpost.com/wp-dyn/content/article/2005/08/04/AR2005080401826.html</p>
<p>Rugy, Veronique. &#8220;The Trillion-Dollar War.&#8221; Reason Online. May 2008. Reason Magazine. 16 Dec. 2008 . http://www.reason.com/news/show/125438.html</p>
<p>Schramm, J.B. &#8220;The Best Anti-Terror Force:  Us.&#8221; Operational Risk Management. 23 June 2004. 10 Dec. 2008 . http://operationalrisk.blogspot.com/2004/06/best-anti-terror-force-us.html</p>
<p>Slaton, Joyce. &#8220;What Price Patriotism?&#8221; SFGate. 15 Nov. 2001. San Francisco Chronicle. 15 Dec. 2008 . http://www.sfgate.com/cgi-bin/article/article?f=/g/a/2001/11/15/patriotisp.DTL</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2008/12/terrorism-prevention-at-what-cost/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Website Review: My Pyramid Tracker</title>
		<link>http://www.sudoseth.com/blog/2008/12/website-review-my-pyramid-tracker/</link>
		<comments>http://www.sudoseth.com/blog/2008/12/website-review-my-pyramid-tracker/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 17:36:39 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[health]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=175</guid>
		<description><![CDATA[For an assignment in my health class I was to keep very close track of what I ate over the span of 3 days and then use the site My Pyramid Tracker to keep track of my diet. It turns out that I did better than most Americans, I just need to eat more vegetables. [...]]]></description>
			<content:encoded><![CDATA[<p>For an assignment in my health class I was to keep very close track of what I ate over the span of 3 days and then use the site <a href="http://www.mypyramidtracker.gov/">My Pyramid Tracker</a> to keep track of my diet. It turns out that I did better than most Americans, I just need to eat more vegetables.</p>
<p>I found this assignment interesting even though I did not learn much from it that I did not already know.  Basically it confirms that I drink enough milk, eat an adequate amount of fruit and meat, and that I need more vegetables. My sodium intake, unlike most Americans, is, on average, within it&#8217;s limits. The average sodium intake for the 3 days is 2145mg, which is below the 2300mg limit. Basically if I were to simply add more vegetables to my diet I would be in good shape. Now if only vegetables tasted better&#8230;<br />
<span id="more-175"></span><br />
I found several flaws with the system that we used for this assignment. Most of the food items that were in the database appeared to be from fast food restaurants, which is not a very good place to get information about food from. A cheeseburger from McDonald&#8217;s is going to have very different nutrient values when compared to a cheeseburger made at home by hand.  This was my largest issue with this website. A shortcoming of this assignment was the time span that we were given. Three days (data points) is not enough quantitative data to obtain an informed opinion of what is going on. A full 30  or 60 days of data collection would have been much more informative and accurate, although I realize that it would have been unpractical to collect that much data for this class.</p>
<p>Although not related to the calculations themselves, the database server for the website either failed or went down for maintenance while I was attempting to input my list of food.  That to me looks like bad management skills on behalf of the site owner and operator. (If you must preform website maintenance, you do so during off hours, not in the middle of a weekday). The website could also have been designed better. There should be a standard menu, like the one that can be found while adding food items to your day,  that is shown on all screens. This would allow for easier navigation to the different features of the site. Overall, the website is very interesting, and I would recommend it to a friend interested in tracking their food intake.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2008/12/website-review-my-pyramid-tracker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essay: Cause and Effect, Peak Oil</title>
		<link>http://www.sudoseth.com/blog/2008/10/essay-cause-and-effect-peak-oil/</link>
		<comments>http://www.sudoseth.com/blog/2008/10/essay-cause-and-effect-peak-oil/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 04:28:47 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[essay]]></category>
		<category><![CDATA[peak oil]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=159</guid>
		<description><![CDATA[In the not-so-distant future dwindling crude oil production capability will cause economic devastation on a large scale. This is not what I personally believe will happen, but what could be considered a worse case scenario. Peak Oil is a theory that was introduced in 1956 by Marion King Hubbert that is used to accurately predict [...]]]></description>
			<content:encoded><![CDATA[<p><!--[endif]--></p>
<p class="MsoNormal">In the not-so-distant future dwindling crude oil production capability will cause economic devastation on a large scale. This is not what I personally believe will happen, but what could be considered a worse case scenario. Peak Oil is a theory that was introduced in 1956 by Marion King Hubbert that is used to accurately predict the rate of oil extraction of a single oil well, oil field, region, country, and most recently applied to the entire world. Peak Oil is defined as the idea that the rate of oil extraction from a well follows a bell curve, starting off slow when the well is first discovered, rising exponentially as more equipment is used to extract the oil, reaching a peak, and then equally as quickly declining in output due to the increased difficulties of lower pressure, lower quality of oil, and other such issues. This is a proven concept on the individual oil well, field, region, and nation oil production level.</p>
<p class="MsoNormal">
<p class="MsoNormal" style="text-indent: 0.5in;">For the purpose of this essay it is assumed that the theory of peak oil applies to global production rates as well. It is a common misconception that reaching peak oil means that the world is running out of oil. In reality, that is far from the truth. Peak oil simply means that the maximum production RATE of oil has been reached, and then irreversibly declines from that point on. This would have a disastrous effect on the world.</p>
<p class="MsoNormal" style="text-indent: 0.5in;"><span id="more-159"></span></p>
<p class="MsoNormal" style="text-indent: 0.5in;">
<p class="MsoNormal" style="text-indent: 0.5in;">It is common knowledge that almost everything that humans do in the western world depends heavily on fossil fuels, and oil in particular. Even relatively small changes to the ratio of supply and demand can have huge effects on the cost of oil. Hurricane Katrina is a prime example. For several weeks key oil refineries in the Gulf of Mexico were shutdown, which decreased gasoline supply in the USA by several percentage points. As a result, gasoline and diesel prices around the country increased, in many places, dramatically. Running out of gasoline was not the problem (in most areas); it was the increasing cost of gasoline that was the issue.</p>
<p class="MsoNormal" style="text-indent: 0.5in;">
<p class="MsoNormal" style="text-indent: 0.5in;">At this point I’m going to begin my speculation. Based on the previous information I am going to extrapolate one possible outcome. The year is 2015 and although the global economy has been struggling to recover from the American financial crisis of 2008, life has been continuing more or less, business as usual. Crude oil prices have recently sharply risen due to a particularly cold winter, but nothing is really out of the ordinary. Spring comes and goes, but oil prices continue to rise. As the summer driving season begins oil prices set new records, beating out the previous highs of $150 per barrel set in 2008. Many families cancel summer vacations in order to save money.</p>
<p class="MsoNormal" style="text-indent: 0.5in;">
<p class="MsoNormal" style="text-indent: 0.5in;">The fall season has arrived, but oil prices are begging to rise at increasingly rapid rates, and most people are not sure why. People are driving less, there haven’t been any natural disasters of consequence, and the weather is mild, and yet still oil prices continue to rise. Most of the population still has no idea as to why prices continue to climb.</p>
<p class="MsoNormal" style="text-indent: 0.5in;">
<p class="MsoNormal" style="text-indent: 0.5in;">As the winter comes, things take a turn for the worse. It is now known that the reason prices are rising so quickly is that although global demand for oil has slowed in growth over the past year, oil supply has fallen from the year before. In particular, several key oil fields under OPEC have cut oil production rates after maintaining them at constant levels for the past two years. Global supply of oil has only shrunk 5 percent, but that was enough for demand to outstrip supply. This has the immediate effect of raising gasoline prices, but it also has many deeper reaching effects. Food prices will increase dramatically because the oils that fertilizer is made from have increased in cost. Transportation cost for everything from t-shirts, to building supplies, to food at the supermarket have skyrocketed due to rising diesel prices.</p>
<p class="MsoNormal" style="text-indent: 0.5in;">
<p class="MsoNormal" style="text-indent: 0.5in;">As time passes prices for all goods begin to increase as the cost of oil derived plastics, <span style="font-family: Helvetica; color: black;">Styrofoam</span>, and even medicine begin to feel the pressure from crude oil prices. The United States decides to take military action in the middle east in order to “spread democracy” and “liberate the local population”, while in reality is only interested in securing oil supply to itself. The action backfires and a shipping port is destroyed, cutting off a major trade route and further reducing the oil supply to the world, because most oil is transported by large ships. If the tanker ships can’t reach a function port to be filled with oil, then there is no way to transport the oil from the Middle East to other countries. What ports remain are stressed to the breaking point in order to keep up with demand.</p>
<p class="MsoNormal" style="text-indent: 0.5in;">
<p class="MsoNormal" style="text-indent: 0.5in;">Due to the further reduced global supply of all sorts of goods, the middle class struggles to stay functional. Some people resort to crime, stealing food from super markets, robbing gas stations late at night to get free gasoline, trucks and SUVs sit parked in driveways with empty fuel tanks. During the coldest parts of winter there is no longer any source of affordable heating oil, causing extremely cold conditions in northern regions. Soon mobs form, robbing downtown areas for much needed supplies. The government and police step in to try to contain the situation, but are stretched very thin themselves due to insufficient fuel budgets.<span> </span>Small unprepared police departments are soon overrun and a sense of lawlessness ensues. Governments are virtually powerless to help, immobilized by their un-prepairdness. As the winter nears its end, gasoline becomes so scarce that it is difficult to find a functioning gas station. Economies worldwide come to a crashing halt. These conditions could easily lead to war as countries try to fight for the few remaining large oil fields.</p>
<p class="MsoNormal" style="text-indent: 0.5in;">
<p class="MsoNormal" style="text-indent: 0.5in;">Whether these dire events actually take place in the manner previously described is up for debate, and should most likely be taken with a dose of salt, but the point illustrated remains valid. If even small disruptions in oil supply can cause gasoline prices to rise dramatically, peak oil occurring in an unprepared world could cause disastrous results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2008/10/essay-cause-and-effect-peak-oil/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

