<?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>sosguy.net</title>
	<atom:link href="http://sosguy.net/feed" rel="self" type="application/rss+xml" />
	<link>http://sosguy.net</link>
	<description>if there&#039;s a better title for this site than the domain, I&#039;ve not yet heard it.</description>
	<lastBuildDate>Tue, 08 Nov 2011 22:52:34 +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>Pok&#233;mon HeartGold / SoulSilver Rematch Chart</title>
		<link>http://sosguy.net/articles/356</link>
		<comments>http://sosguy.net/articles/356#comments</comments>
		<pubDate>Tue, 08 Nov 2011 22:49:20 +0000</pubDate>
		<dc:creator>zach</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://sosguy.net/articles/356</guid>
		<description><![CDATA[If ever you find yourself forgetting who you can call for a rematch in Pokémon HeartGold or SoulSilver, I’ve compiled a chart based on this information that will help you out. Now get out there and be the very best, &#8230; <a href="http://sosguy.net/articles/356">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If ever you find yourself forgetting who you can call for a rematch in Pokémon HeartGold or SoulSilver, I’ve compiled a chart based on <a href="http://bit.ly/utHHEr">this information</a> that will help you out. Now get out there and be the very best, like no one ever was.</p>
<p><a href="http://i.imgur.com/UPzw4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="rematch" border="0" alt="rematch" src="http://sosguy.net/wp-content/uploads/2011/11/rematch3.png" width="583" height="480"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sosguy.net/articles/356/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Set up a thin client cluster</title>
		<link>http://sosguy.net/articles/337</link>
		<comments>http://sosguy.net/articles/337#comments</comments>
		<pubDate>Sun, 17 Apr 2011 21:17:33 +0000</pubDate>
		<dc:creator>zach</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://sosguy.net/?p=337</guid>
		<description><![CDATA[For my final project in my CSC-231 computer organization class at Furman University, I had to set up an Ubuntu server to run some services. I&#8217;ve always been interested in computer clusters and PXE technology, so I decided to install &#8230; <a href="http://sosguy.net/articles/337">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For my final project in my CSC-231 computer organization class at Furman University, I had to set up an Ubuntu server to run some services. I&#8217;ve always been interested in computer clusters and PXE technology, so I decided to install the Linux Terminal Server Project (LTSP). In this tutorial, I&#8217;ll show how I set up a basic thin client server that provides a NAT for thin clients to tunnel through for internet access.</p>
<p><span id="more-337"></span></p>
<h2>Prerequisites</h2>
<p>In order to complete this project, I chose the following materials:</p>
<p>+ Dedicated terminal server:</p>
<ul>
<li>Asus DSAN-DX server motherboard and power supply</li>
<li><strong>2 network interfaces (eth0 and eth1; on motherboard)</strong></li>
<li>750GB Hard Disk</li>
<li>3.25GB RAM</li>
<li>CD-ROM drive</li>
</ul>
<p>+ Ubuntu 10.10 Desktop CD</p>
<p>+ 100Mbps switch</p>
<h2>Hardware Setup</h2>
<p><a href="http://sosguy.net/wp-content/uploads/2011/04/setup.png"><img class="alignnone size-full wp-image-339" title="setup" src="http://sosguy.net/wp-content/uploads/2011/04/setup.png" alt="" width="940" height="532" /></a></p>
<p>Here is the way that we set up our server. The physical terminal server has two NICs: one for connecting to the internet, and one that creates a LAN for all of the thin clients. We also got a fast switch for communication between the terminal server and the clients. Not shown, we had a monitor, keyboard, and mouse hookup for all the machines.</p>
<h2>Preparing the Thin Clients</h2>
<p>Any old machines that you have lying around can be turned into thin clients, and with no loss of data or major reconfigurations necessary! Well, the machine can&#8217;t be too old, as it needs to support net booting, or PXE. This usually depends on the BIOS, and most modern BIOSes support PXE. If your BIOS doesn&#8217;t support PXE, you can get a custom ROM chip that you can install in your network card that will allow it, but this is usually a non-issue. Another thing you must be aware of is that PXE currently does NOT work with wireless networks. You will need a wired connection to a switch on all of the thin clients that you want.</p>
<p>To prepare the thin clients for use, go into the BIOS for your machines and change the boot priority to use PXE, netboot, network, or your network card&#8217;s name. If you are using a Dell PC as a thin client, you may need to enable PXE under Network settings in the BIOS before netbooting will show up as an option on the Boot menu.</p>
<h2>Preparing the Switch</h2>
<p>If your switch happens to be a <strong>router</strong>, you must turn off the router&#8217;s DHCP functionality before you can use thin clients. The way that we are configuring this, the terminal server will be a DHCP server (something that assigns IPs to devices on the network.)</p>
<h2>Installing Ubuntu 10.10</h2>
<p>Firstly, <strong>even though this is a server, do not install Ubuntu Server edition</strong>. If you do, the process of getting a GUI running on the thin client will take more time than necessary. Install Ubuntu 10.10 by doing the following: (quite generic at this point)</p>
<ul>
<li>Put the Ubuntu 10.10 desktop CD in your server&#8217;s CD drive</li>
<li>Press &lt;Enter&gt; when you see the purple start-up screen with the Universal Access logo to access the Ubuntu install menu. Select &#8220;Install Ubuntu&#8221; from the menu.</li>
<li>When the installer appears, progress through the installation wizard as normal, making sure that you wipe the disks on the machine and do a clean install. (This is a dedicated machine, you know)</li>
</ul>
<p>Once you have finished the Ubuntu install and are sitting at a clean 10.10 desktop, it&#8217;s time to configure it.</p>
<h2>Configuring the Terminal Server</h2>
<p>Instructions largely based on the <a href="https://help.ubuntu.com/community/UbuntuLTSP/LTSPQuickInstall">LTSP Quick Install guide</a> on the Ubuntu Wiki.</p>
<p>Once you log into Ubuntu for the first time, you will need to configure it to be a terminal server. Make sure that your NIC&#8217;s are configured so that eth0 is facing out to the internet (ISP provided hostname and DNS) and that eth1 is plugged into the switch. Since eth1 is going to act as a DHCP server, set its IP address as 192.168.0.1. Next, install the LTSP server by opening a terminal (Applications &gt; Accessories &gt; Terminal) and executing the following:</p>
<pre>$ sudo apt-get install ltsp-server-standalone openssh-server</pre>
<p>This will install the <a href="http://www.ltsp.org/">Linux Terminal Server Project</a>, DHCP3, and all the other packages necessary for you to boot your thin clients. Next, open the DHCP server config:</p>
<pre>$ sudo nano /etc/ltsp/dhcpd.conf</pre>
<p>Edit your dhcpd.conf file to match the settings of your eth1 NIC. Next, save the file and restart the server:</p>
<pre>$ sudo /etc/init.d/dhcp3-server restart</pre>
<p>Now the DHCP server should be ready to go. You should see an [OK] message in the output of the restart. If it fails, check your config file and your IP on eth1 and try again.</p>
<p>Next, lets create user accounts for all the thin clients that you are going to use. This is recommended so that you can easily run processes assigned to each client. Go to System &gt; Administration &gt; Users and add a new standard user account with a name that is easily identifiable (thinclient01, thinclient02, etc&#8230;) and when you are finished, it is time to build the thin client system. Open up a terminal and run the following command:</p>
<pre>$ sudo ltsp-build-client</pre>
<p>This command will download from the internet all of the files required for a Ubuntu LTSP minimal installation and put them into the /opt/ltsp/i386 directory. This directory will be very important later on in this tutorial.</p>
<p>Once the thin client image is done being prepared, you are ready to boot your first thin client.</p>
<h2>Booting the first thin client</h2>
<p>Make sure that your switch is on, all cables are properly connected, and that you have a mouse, keyboard and monitor plugged into your thin client. Make sure you have also completed the steps in &#8220;Preparing the thin clients&#8221; above. Turn on the power to the thin client and make sure that it is set to boot from network. You should see that the thin client is assigned an IP and begins to download the image that you built on the terminal server previously. After seeing the Ubuntu logo you should be at a login screen, and your IP address of the machine should be in the corner.</p>
<p>Attempt to log in with the account you created above. Either you will be successful, or you won&#8217;t be. If you are not successful, first check your password and try again. If you are still not successful, go back to the terminal server and run the following command, which will update the server&#8217;s SSH keys and allow you to log in:</p>
<pre>$ sudo ltsp-update-sshkeys</pre>
<p>Try logging in again and this time an SSH session will be started connecting you to a remote X session on the server. While this is ideal for schools and workstations, all the processing power is being done on the server, so it&#8217;s no different than having a remote desktop session open on a computer that is running a different OS. This is not what we have set out to do, but it&#8217;s a great interim to be at.</p>
<p><a name="localapps-xterm">On</a> the terminal server, open the Thin Client Manager (System &gt; Administration &gt; Thin Client Manager) and make sure that you see your thin client listed under &#8220;Connected Clients.&#8221; Also, right click your thin client and click on &#8220;Execute command.&#8221; The command you want to execute will start an X terminal on the thin client, but using the thin client&#8217;s processing power, not the server&#8217;s:</p>
<pre>ltsp-localapps xterm</pre>
<p>You should see a terminal window popup on your thin client that reads [user]@[yourthinclientname]. The thin client&#8217;s name is the same as the one that was listed on the login window. Now try to ping Google:</p>
<pre>$ ping google.com</pre>
<p>This should fail, as we haven&#8217;t set up networking on the thin client&#8217;s local applications yet. However, if you open a regular terminal on the thin client (Applications &gt; Accessories &gt; Terminal) and try to ping Google, you should be able to reach it. Why is this? The reason is because you are running this terminal on the <strong>terminal server</strong>, which already has access to the Internet via eth0. What we need to do now is configure the terminal server and the thin client image so as to set up a <a href="http://en.wikipedia.org/wiki/Network_address_translation">NAT</a> between the internet (eth0) and the switch (eth1).</p>
<h2>Setting up a NAT</h2>
<p>Instructions largely based on the <a href="https://help.ubuntu.com/community/UbuntuLTSP/ThinClientHowtoNAT">Thin Client NAT Howto</a> on the Ubuntu Wiki.</p>
<p>On your terminal server, open up the DHCP server configuration once more:</p>
<pre>$ sudo nano /etc/ltsp/dhcpd.conf</pre>
<p>Next, look for the text &#8220;option routers [eth1 IP]&#8220;. If you do not see it, add it into the main block:</p>
<pre>subnet 192.168.0.1 netmask 255.255.255.0 {
	...
	option routers 192.168.0.1;
}</pre>
<p>Save and close the file. Now, reboot the DHCP server:</p>
<pre>$ sudo /etc/init.d/dhcp3-server restart</pre>
<p>Now, open the system configuration file:</p>
<pre>$ sudo nano /etc/sysctl.conf</pre>
<p>And look for the following command, adding it if it isn&#8217;t in the file:</p>
<pre>net.ipv4.ip_forward=1</pre>
<p>Save and close the file. Now run the following three commands:</p>
<pre>$ sudo sysctl -w net.ipv4.ip_forward=1
$ sudo iptables --table nat --append POSTROUTING --jump MASQUERADE  --source 192.168.0.0/24
$ sudo sh -c 'iptables-save &gt; /etc/ltsp/nat'</pre>
<p>These will enable the NAT and make requests from the thin clients able to be forwarded to the right places on the terminal server.</p>
<p>Now, right click on the network icon on the Ubuntu menu like before and click on Connection Information&#8230; to find out what the DNS server you are using is for eth0. This is important so that you can route the thin client requests on from the terminal server to the internet. Copy down the IP of the DNS server and once more edit the dhcpd.conf file, this time including the line &#8220;option domain-name-servers YOUR DNS IP;&#8221; and then restart the DHCP server one final time:</p>
<pre>$ sudo nano /etc/ltsp/dhcpd.conf</pre>
<pre>subnet 192.168.0.1 netmask 255.255.255.0 {
        ...
        option domain-name-servers [DNS IP];
}</pre>
<pre>$ sudo /etc/init.d/dhcp3-server restart</pre>
<p>Reboot the thin client, open a <a href="#localapps-xterm">local terminal</a> and ping Google again. It should be working! If not, check your DHCP server configuration and make sure you have IP forwarding enabled. Also make sure that all your IPs are correct in your configuration files!</p>
<p>On the terminal server, it is time to install openssh on the thin client image, which is required for the next step. The way that we will do this is by running the following commands:</p>
<pre>$ sudo chroot /opt/ltsp/i386</pre>
<p>You will now be inside the LTSP client image. It will say root@[your computer name]#. The first thing you will want to do is change root&#8217;s password:</p>
<pre># passwd root</pre>
<p>This is important since you will need to log in as root later on and will require a password. Install the openssh server and exit out of chroot:</p>
<pre># apt-get install openssh-server
# exit</pre>
<p>Now, update the thin client image and reboot the thin client:</p>
<pre>$ sudo ltsp-update-image</pre>
<p>After logging in to the thin client, start the openssh server. Start a local terminal and type the following:</p>
<pre>$ su -
# /etc/init.d/ssh start</pre>
<p>Now start all of your thin clients, log in, and make sure an SSH server is running. You can test to make sure by going to the terminal server and trying:</p>
<pre>$ ssh [THIN CLIENT IP]</pre>
<p>This should bring up a login prompt. If it does not, make sure that the server is running and try again.</p>
<h2>Installing and deploying Folding@Home and Origami</h2>
<p>I would recommend that you create a Folding@Home team first. This helps you track the performance of all your thin clients as one unit, not as each individual client. <a href="http://fah-web.stanford.edu/cgi-bin/createteam.pl">Fill out this form</a> to create a team and get a team number. Another thing that you&#8217;ll need is a passkey. <a href="http://fah-web.stanford.edu/cgi-bin/getpasskey.py">Go here to get one</a> once you have a team number and username.</p>
<p>On the terminal server, this is a pretty straightforward process. First, install Origami:</p>
<pre>$ sudo apt-get install origami</pre>
<p>Change to your home directory and make a file called .origamirc:</p>
<pre>$ nano ~/.origamirc</pre>
<p>Put in this file a list of all the thin client IPs that you know, separated by line. You can look at the IPs of currently logged in thin clients in the thin client manager we installed previously. The file should look similar to the following:</p>
<pre>192.168.0.20
192.168.0.21
192.168.0.22
192.168.0.23
etc.</pre>
<p>Finally, execute the following commands to start Folding@Home and finish up your cluster!</p>
<pre>$ sudo origami install  -u [USERNAME] -t [TEAMNUMBER]
$ sudo origami deploy -u [USERNAME] -k [PASSKEY]</pre>
<p>Be prepared to enter your root password A LOT. At least 3 times for every thin client. Also be prepared to wait quite a long time. Finally, make sure that you keep your thin clients and terminal server powered on all the time, as every time that you reboot you will need to do the following:</p>
<ul>
<li>Start the terminal server and thin client manager</li>
<li>Start the thin clients and log in to each</li>
<li>Start openssh on each of the thin clients (if it doesn&#8217;t start automatically)</li>
<li>Run the Origami deploy command</li>
</ul>
<p>Now that Origami is installed and deployed, you can check the status of each individual thin client by running the following command on the terminal server:</p>
<pre>$ sudo origami network-status</pre>
<p>And the status of your current machine:</p>
<pre>$ sudo origami status</pre>
<h2>Conclusion</h2>
<p>Congratulations! In 2,113 words you have learned how to install a Linux terminal server and a Folding@Home cluster, and with no cost to you except time and some old hardware! Enjoy helping to cure cancer from the comfort of your own home!</p>
<h2>Acknowledgements</h2>
<p>Thanks to Furman University for providing the awesome, high performance server and four thin clients for this project! This was a great opportunity for me to do something that I&#8217;ve never had the resources to do at home.</p>
]]></content:encoded>
			<wfw:commentRss>http://sosguy.net/articles/337/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Now on Youtube!</title>
		<link>http://sosguy.net/videos/328</link>
		<comments>http://sosguy.net/videos/328#comments</comments>
		<pubDate>Sun, 23 Jan 2011 06:44:01 +0000</pubDate>
		<dc:creator>zach</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[a blurred line]]></category>

		<guid isPermaLink="false">http://sosguy.net/?p=328</guid>
		<description><![CDATA[From now on, all future installments of Let&#8217;s Play A Blurred Line will be cross-posted on Youtube in 15 minute chunks! Now my bandwidth can be freed and users without Silverlight can access my videos. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>From now on, all future installments of Let&#8217;s Play A Blurred Line will be cross-posted on Youtube in 15 minute chunks! Now my bandwidth can be freed and users without Silverlight can access my videos. Enjoy!</p>
<p><object width="640" height="480"><param name="movie" value="http://www.youtube.com/cp/vjVQa1PpcFOWmQx4KHkQ7WsXUkdtGoCmo8I5_gDpwHY="></param><embed src="http://www.youtube.com/cp/vjVQa1PpcFOWmQx4KHkQ7WsXUkdtGoCmo8I5_gDpwHY=" type="application/x-shockwave-flash" width="640" height="480"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://sosguy.net/videos/328/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Play A Blurred Line part 08</title>
		<link>http://sosguy.net/videos/326</link>
		<comments>http://sosguy.net/videos/326#comments</comments>
		<pubDate>Sun, 23 Jan 2011 06:38:41 +0000</pubDate>
		<dc:creator>zach</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[a blurred line]]></category>

		<guid isPermaLink="false">http://sosguy.net/?p=326</guid>
		<description><![CDATA[A crazy old woman, the aftermath of war, the secret history of a friend and colleague. Remember this installment of Let&#8217;s Play A Blurred Line, because I forgot which part it was while recording! Enjoy!]]></description>
			<content:encoded><![CDATA[<p>A crazy old woman, the aftermath of war, the secret history of a friend and colleague. Remember this installment of Let&#8217;s Play A Blurred Line, because I forgot which part it was while recording! Enjoy!</p>
<p><iframe src="http://files.sosguy.net/res/lpabl21/p08/Default.html" width=640 height=480></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://sosguy.net/videos/326/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Play A Blurred Line part 07</title>
		<link>http://sosguy.net/videos/323</link>
		<comments>http://sosguy.net/videos/323#comments</comments>
		<pubDate>Mon, 17 Jan 2011 19:04:00 +0000</pubDate>
		<dc:creator>zach</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[a blurred line]]></category>

		<guid isPermaLink="false">http://sosguy.net/?p=323</guid>
		<description><![CDATA[Paradise found, paradise lost. Talan reports for his first day of work as a defender, and here&#8217;s what happens!]]></description>
			<content:encoded><![CDATA[<p>Paradise found, paradise lost. Talan reports for his first day of work as a defender, and here&#8217;s what happens!</p>
<p><iframe src="http://files.sosguy.net/res/lpabl21/p07/Default.html" width=640 height=480></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://sosguy.net/videos/323/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Storm at Furman!</title>
		<link>http://sosguy.net/articles/304</link>
		<comments>http://sosguy.net/articles/304#comments</comments>
		<pubDate>Sat, 15 Jan 2011 00:05:19 +0000</pubDate>
		<dc:creator>zach</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://sosguy.net/articles/304</guid>
		<description><![CDATA[Furman Spring Snow 2011 VIEW SLIDE SHOW DOWNLOAD ALL]]></description>
			<content:encoded><![CDATA[<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:66721397-FF69-4ca6-AEC4-17E6B3208830:a7a80a2c-c445-4948-a411-57aed27f3426" class="wlWriterEditableSmartContent">
<table border=0 cellspacing=0 cellpadding=0 style='outline:none;border-style:none;margin:0px;padding:0px;width:585px;border-collapse:collapse;' >
<tr>
<td colspan=2 style='outline:none;border-style:none;margin:0px;padding:5px 0px 5px 5px;width:231px;vertical-align:bottom;' >                            <a href="http://public.blu.livefilestore.com/y1pWO-EdgxQGEthkLJB97HlH7QMcSLcMc3R6lG-SMOiMW14dWW-7ic5ninzvZs-36ZWXkwsMWsxTFkxKIDgFc2oGg/DSC00332.jpg?psid=1" target="_blank" border="0" style="outline:none;border-style:none;margin:0px;padding:0px;">                                <img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" alt="View album" title="View album" width="231" height="231" src="http://sosguy.net/wp-content/uploads/2011/01/131735331112057154.png" /></a>                        </td>
<td colspan=3 style='vertical-align:middle;margin:0px;padding:5px 5px 5px 0px;outline:none;border-style:none;width:334px' >
<div style="margin-left:10px;top:-3%;" >
<div style='width:334px;overflow:visible;'><a style="text-decoration:none;" href="http://cid-b67c69258f23d80a.skydrive.live.com/redir.aspx?page=browse&amp;resid=B67C69258F23D80A!290&amp;type=5&amp;authkey=SfIKqBNFPGA%24&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos" target="_blank"><span  style="line-height:1.26em;padding:0px;width:334px;font-size:26pt;font-family:'Segoe UI', helvetica, arial, sans-serif;"  defaultText="Enter album name here">Furman Spring Snow 2011</span></a></div>
<div style="padding:10px 0px 0px 0px;margin:0px;">
<table border=0 cellspacing=0 cellpadding=0 style="margin:0px;padding:0px;outline:none;border-style:none;border-collapse:collapse;width:auto;">
<tr>
<td style="vertical-align:top;outline:none;border-style:none;margin:0px;padding:10px 15px 6px 0px;"><a href="http://cid-b67c69258f23d80a.skydrive.live.com/redir.aspx?page=play&amp;resid=B67C69258F23D80A!290&amp;type=5&amp;authkey=SfIKqBNFPGA%24&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;">VIEW SLIDE SHOW</a></td>
<td style="vertical-align:top;outline:none;border-style:none;margin:0px;padding:10px 0px 6px 0px;"><a href="http://cid-b67c69258f23d80a.skydrive.live.com/redir.aspx?page=downloadphotos&amp;resid=B67C69258F23D80A!290&amp;type=5&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=SfIKqBNFPGA%24" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;">DOWNLOAD ALL</a></td>
</tr>
</table></div>
</p></div>
</td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 5px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1piAjtHR-vVMFmfjb4HMMOxyqaR8tXOtuK529p3tdCYQdqVh__5aa5ncAYPZFlLjXRLOYLF40319kpoWJh2dWuZw/DSC00379.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/1559996216BA38E08.png" /></a></td>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 0px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1p1QnQTgzQaHw-gbTiYqF6glsT9W8eSVDrXy5Rl6SoK02n6J0nlWV0ThDaVZoixhStwqagZD9CfWqL-79RUx7lCQ/DSC00383.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/1336522488477E3379.png" /></a></td>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 0px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1p46lCGWsz63IFgOVFcTthbaCIdALLmFLytjM2u_7Y9mF3Or2_Ev0UNZnpRKTUDsK0LPpettME9FUk9OYOC_6hEA/DSC00335.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/1643908761328CB106.png" /></a></td>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 0px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1pmy3IJms7xvSfVPf7oXdIrqgeoj9BHQM6kpr_BzNvglpubdfl37r0EXf4l_C_SYcsF41VjU_n6pvNwpNhMflDbg/DSC00317.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/1937354995607A03BE.png" /></a></td>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 0px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1pyLcWyMcBjWgxwO0V4NHKClNr-sFmDV8Y9hoWfxOU6m6TlV0s5zxUjosdkrG5fLQmaDTylRFNc1YZB_LHshWHyw/DSC00312.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/407949927975D403.png" /></a></td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 5px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1pxyjEHyj4B63P9zdxH8D6myJWaarxsUCc5TuEuYee8JUkp1lk5A7O4q8gJLkp3yBvpRuUozKohCfAb3RVVxynKA/DSC00374.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/2134974975276326BC.png" /></a></td>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 0px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1pvkhBm_5KQW-IxtplbyKn_-6xGIZk0yJoBkfnIGd2i6tDZO8qNmP9IVCi5kBnoH1iUmptGoO2eC59DbuvzD1gpA/DSC00318.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/1599494793405EF701.png" /></a></td>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 0px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1pyohb3LAWqEwVBgHeNEJB3GtSbyJW9jBMkYSzYep_EpT23pd9oR0z6-2XRzwppQUR281SRL3v4GFOgJt2HBhYWg/DSC00319.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/19459933142B6D748E.png" /></a></td>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 0px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1pB-5X0f4TehU6l5VcRULfNF_foz8Fl17s4UVMHxQy-uWRgb8KWC3mCw5Dno9rGnZRZbkdQ0dnR97ZjRYvwIvtkw/DSC00370.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/1588377597074819FF.png" /></a></td>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 0px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1pYyafLrur9DeqdWVsCT8zPIptgO0PP4pIe6VAByWdZ2ydjTfMAqNr1wsYdIg4eBTUncl5KfzpQChEOPhrU3Wh3A/DSC00343.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/14079379217256978B.png" /></a></td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 5px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1ptzNUK3YT5mK4D51WxXm8Gb7Xr9lyRBlXnyaysq7Sg1-_PHMbLgVYLDxc6kMJLxl6EaHYiYaRnmA4iqu2UcRI2w/DSC00384.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/6392382602043EA44.png" /></a></td>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 0px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1pL0dgg8XDWHkvjwsbuc_O-0kEGV53NldiLiyWiHQzdlDT258UrB6HVaJ_a5JTY3zye4hbiKtYUouU787t39H85w/DSC00368.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/1520651231393FBA89.png" /></a></td>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 0px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1pvjPEdNzQAFmOQQlPJaoI48GGR3NbG-GBCiQOsZcZPODg9pBpQUcPTLv1iFGGpyAbgQg72kD7NGiK55mubV9ypw/DSC00358.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/701879310028DD87.png" /></a></td>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 0px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1pG3VsqFPKppeBqhfQmKw-yX05wooLbnetjGEvZvO8JoE6rVLcZzy-JJB9pHIUSl1Z24mP1AnXKzVxr4pN4CX8Ow/DSC00314.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/6382777311924ADCC.png" /></a></td>
<td style='vertical-align:bottom;outline:none;border-style:none;padding:0px 5px 5px 0px;margin:0px;width:113px;height:113px;' ><a href="http://public.blu.livefilestore.com/y1pOOu0Ldkqw5sXcgt54MuTKWyKaXF-MgZi_b-gaU-otJUHnDQ__ptVcef2CZ1yj3lhIerWFI03AK6vKbYXEb5v9w/DSC00355.jpg?psid=1" border="0" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;border-style:none;text-decoration: none;padding:0px;margin:0px;"><img style="outline:none;border-style:none;padding:0px;margin:0px;border:0px;background:none;background-image:none;vertical-align:bottom;" border="0" width="113" alt="View album" title="View album" height="113" src="http://sosguy.net/wp-content/uploads/2011/01/13570315447120084.png" /></a></td>
</tr>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://sosguy.net/articles/304/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should Food Advertising to Youths be Regulated?</title>
		<link>http://sosguy.net/articles/283</link>
		<comments>http://sosguy.net/articles/283#comments</comments>
		<pubDate>Thu, 13 Jan 2011 22:26:00 +0000</pubDate>
		<dc:creator>zach</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[adolescents]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://sosguy.net/?p=283</guid>
		<description><![CDATA[“Make your buck go further at McDonalds!” Weighing in at 19 grams of fat and 390 calories, the $1 McDouble cheeseburger aims to fill you up without emptying your wallet. Fast food advertisements appear everywhere, from billboards on the side &#8230; <a href="http://sosguy.net/articles/283">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><font size="4"><em>“Make your buck go further at McDonalds!”</em></font> Weighing in at 19 grams of fat and 390 calories, the $1 McDouble cheeseburger aims to fill you up without emptying your wallet. Fast food advertisements appear everywhere, from billboards on the side of the highway to children’s TV shows, and brand recognition can make all the difference. In fact, in a 2007 study by Stanford University, researchers found that young children perceived burgers in McDonalds packaging to taste better than identical food in unbranded packaging, showing that children are certainly influenced by advertising (Robinson, et al. par. 7). Psychological influences are also known to adversely affect one’s opinion of food. Consider the movie “<u>Super Size Me</u>,” which drove society into outrage about the perceived unhealthiness of McDonalds’ food, setting the stage for the company to introduce healthier menu items such as salads and for court rulings that required fast food restaurants to publish nutrition facts for all of their entrees. Indeed, a company’s public image can make or break its bottom-line, and although advertising has a strong effect on many people, the decision to buy a product rests with the consumer. Advertising to children in the food industry should not be further regulated, as it is the job of good parenting to instill the value of moderation.</p>
<p> <span id="more-283"></span>
<p><b>Adolescent Obesity: a hefty problem</b>
<p>Adolescent obesity is an increasingly common and dangerous issue facing American children. In fact, the Center for Disease Control asserts that <i>“during the past 20 years there has been a dramatic increase in obesity in the United States. In 2009, only Colorado and the District of Columbia had a prevalence of obesity less than 20%.”</i> (CDC)<i> </i>According to the American Academy of Child and Adolescent Psychiatry (AACAP), obesity is defined as when someone weighs more than 10% of their recommended weight based on various factors such as height and body type. (par. 2) Most cases of obesity aren’t due to any medical maladies, but simply to the fact that today’s adolescents eat more than they burn off during exercise, assuming they get any exercise at all. In an article on childhood obesity, the Mayo Clinic claims that common factors that cause obesity also include one’s home situation and that <i>“if [a] child comes from a family of overweight people, he or she may be more likely to put on excess weight, especially in an environment [with] high-calorie food […]” </i>(par. 4). High stress levels are partly to blame as well, especially if there has been a great family tragedy such as a death or divorce that could drive kids to have comfort foods to help deal with their stress.
<p>No matter how kids start overeating, however, obesity has disastrous effects which can last a lifetime. The most serious consequence of obesity is an early death. William H. Dietz of the New England Medical Center states that while <i>“few studies have examined the long-term effects of childhood obesity on adult disease […] obesity present in childhood or adolescence seems to increase the likelihood of adult morbidity and mortality”</i> (par. 1). Obesity that starts when a child is very young often will develop into a lifelong problem, and according to a 1993 aggregation of studies on childhood obesity, <i>“about a third (26 to 41%) of obese preschool children were obese as adults, and about half (42 to 63%) of obese school-age children were obese as adults. For all studies and across all ages, the risk of adult obesity was at least twice as high for obese children as for nonobese children”</i> (Serdula, Ivery and Coates). Other effects of obesity include everything from sleeping disorders to Type II diabetes. Heart attacks and blood clots are more common among sufferers.
<p><b>You Deserve a Break Today: Fast Food as a Lifestyle</b>
<p>A root cause of much of the obesity facing American children today, fast food isn’t the healthiest meal that one can consume, but it is the cheapest, which is a common reason that lower income families tend to eat more of their meals at fast food restaurants. According to a study by Jason P. Block, MD, of the Tulane University School of Medicine, <i>“the link between fast food restaurants and black and low-income neighborhoods may contribute to the understanding of environmental causes of the obesity epidemic in these populations”</i> (Block, Scribner and DeSalvo). From my own experience, for under $8 at McDonalds, one can get 2 McDouble cheeseburgers, a medium tub of fries, a large soda, and a small dessert. The McDonalds Nutrition Calculator estimates that this meal weighs in at 1,412 calories and 70 grams of fat (McDonalds Inc.). If I were to consume such a meal, based on the average 2,000 calorie diet I’d be taking in 70.6% of my daily calories, and a whopping 108% of my daily fat quota! The cheapness, tastiness, and speed of fast food resturants make them ideal for low income families and those who are unemployed. In moderation, fast food is extremely beneficial in today’s society. Balanced with healthier meals and exercise, fast food resturants provide a valuable and convenient service, but when fast food is the only food one consumes, big problems start occurring very quickly. Consider independent filmmaker Morgan Spurlock, who in his documentary <u>Super Size Me</u> underwent an experiment in which for 30 days he would only eat McDonalds meals, 3 per day (Spurlock). A press release by McDonalds UK agrees with the claims of Spurlock’s documentary, explaining that <i>“the reality here is that [Spurlock] ate a one dimensional diet of more than 5,000 calories a day – that’s twice the recommended amount for adult males, while he goes from being a highly active individual, to purposely stopping all physical activity. […]It’s hardly surprising then that this had an impact on his body”</i> (McDonalds Inc.).
<p><b>Exiled from McDonald Land: Regulating Fast Food Advertising</b>
<p>As noted in my intro paragraph, fast food sales are heavily dependent on brand recognition, and food advertising starts young. Adolescents are exposed to more advertising than ever before with the advent of new mediums such as the Internet and Internet-enabled phones. According to an article by epidemiologists Mary Story and Simone French on the effects of fast food on children, US adolescents spend a combined $140 billion each year on all products (par. 4). Parents who allow their children to watch television from a young age are letting marketers mold their children’s minds. Story and French’s article continues by claiming that “a child&#8217;s first request for a product occurs at about 24 months of age” and that <i>“requests are often for the brand name product”</i> (3). According to <u>Super Size Me</u>, <i>“Before most children can speak they can recognize McDonald&#8217;s,” </i>(Spurlock) and it’s a known fact that advertising agencies that target children will create ads specifically instructing kids to bug and pester their parents to buy brand name products. I remember a 90’s television ad for Nickelodeon Magazine in which young children found devious ways to ask their parents for “Nickelodeon Magazine, Please!” (Viacom Inc., 1997) and fast food companies are just as guilty of this tactic. The FCC caught wind of these advertising tricks in 1990 and passed the Children’s Television Act (CTA), which <i>“limit[s] the amount of commercial matter which may be aired in certain children’s television programming to 10.5 minutes per hour on weekends and 12 minutes per hour on weekdays”</i> (Federal Communications Commission, 2010). This act created a minimum of a 3-hour block in which noncommercial children’s TV could be aired on every licensed TV station. Combined with the Public Broadcasting System, there exists child-friendly TV which is free of fast food ads. This didn’t satisfy everyone, however, and two California cities, San Francisco and Santa Clara, have recently taken their regulation to the extreme.
<p><b>Where’s the Parenting? The Argument against Fast Food Ad Censorship</b>
<p>In November, 2010, the city of San Francisco passed an ordinance to ban toys from McDonalds Happy Meals in the name of fighting childhood obesity. Proponents of the ordinance claim that it will <i>“spare the health of millions,”</i> (CNN) but opponents say that it is the job of parents, not the government, to regulate advertising influences on kids. Children can’t legally enter contracts, meaning they can’t make money, and thus their purchasing power is limited to the funds that parents give them. San Francisco mayor Gavin Newsom vetoed the toy-banning ordinance, explaining that <i>&#8220;Parents, not politicians, should decide what their children eat, especially when it comes to spending their own money,&#8221;</i> (CNN) but his veto was overturned. His argument stands, however, and if parents want to allow their kids to buy fatty foods, it should be their right to do so.
<p>Television advertising is extremely effective on children, but the ads themselves should not be censored. Exposure to such ads should be censored by good parenting. If an adolescent has a strong foundation of beliefs that promote healthy eating, and is reinforced by their parents, then they will be less likely to give in to the pulls of advertising agencies. The problem can go both ways, however, and if children are told by their parents that they’re too fat, they’re more likely to develop eating disorders of the opposite kind such as anorexia nervosa. What kids need to learn is that fast food can be a beneficial and healthy part of their lives <b>if used in moderation.</b> Although children are spending more money than ever on food, their ability to obtain the money they spend rests with their parents. If a child’s parents talk to him/her about the values of healthy eating, and prevent them from eating at fast food restaurants too often, the child will likely adopt his/her parents’ values.
<p>In conclusion, advertising in the fast food industry should not be regulated because doing so would be to treat the proverbial symptoms of the problem, not the disease itself. Although children are influenced greatly by ads, parents place the children in front of the TV. Parents and schools are responsible for buying or making meals for children, and the field of public education is already heavily regulated in terms of what type of food it can serve and what type of food ads can be displayed. Regulating ads to the extent of banning McDonalds from giving away Happy Meal toys is nothing short of unconstitutional, and while children may want to get a Happy Meal only for the toy, it is ultimately the responsibility of the parent to grant or deny the child his/her wish.</p>
<hr />
<p><b></b><br />
<h3>Works Cited</h3>
<p>American Academy of Childhood and Adolescent Psychiatry. <b><u>Obesity in Children and Teens.</u> </b>May 2008. 4 December 2010 &lt;http://www.aacap.org/cs/root/facts_for_families/obesity_in_children_and_teens&gt;.
<p>CDC. <b>&#8220;US Obesity Trends.&#8221;</b> 1 September 2010. <u>CDC.gov.</u> 6 December 2010 &lt;http://www.cdc.gov/obesity/data/trends.html&gt;.
<p>Federal Communications Commission. <b>&#8220;Children&#8217;s Educational Television.&#8221; </b>22 September 2010. <u>FCC.gov.</u> 6 December 2010 &lt;http://www.fcc.gov/cgb/consumerfacts/childtv.html&gt;.
<p>Martinez, Michael. &#8220;<b>San Francisco overrides mayoral veto, bans Happy Meals with toys.&#8221;</b> CNN 24 Nov. CNN. Web. 29 Nov. 2010. &lt;http://edition.cnn.com/2010/US/11/23/california.happy.meals.ban/&gt;.
<p>Mary Story and Simone French <br /><b>Food Advertising and Marketing Directed at Children and Adolescents in the US<br /></b><i>International Journal of Behavioral Nutrition and Physical Activity</i> 2004, 1:3doi:10.1186/1479-5868-1-3
<p>Mayo Clinic Staff. <b><u>Childhood Obesity: Complications.</u></b> 9 October 2010. 4 December 2010 &lt;http://www.mayoclinic.com/health/childhood-obesity/DS00698/DSECTION=complications&gt;.
<p>McDonalds Inc. <b>&#8220;McDonalds Nutritional Calculator.&#8221;</b> 2010. <u>McDonalds Canada.</u> 5 December 2010 &lt;http://www.mcdonalds.ca/NutritionCalculator/index_en.html&gt;.
<p>McDonalds.<b> &#8220;McDonald’s UK position on ‘<u>Super Size Me</u>’.&#8221;</b> August 2004. <u>McDonalds Press Releases.</u> 12 October 2007 &lt;http://web.archive.org/web/20071012135323/http://mcdonalds.co.uk/pages/global/supersize.html&gt;.
<p>Serdula, et al. <b>&#8220;Do Obese Children Become Obese Adults? A Review of the Literature.&#8221;</b> <u>Preventative Medicine</u> 22.2 (1993): 167-177.
<p><b><u>Super Size Me.</u></b> Dir. Morgan Spurlock. Perf. Morgan Spurlock. 2004.
<p>Thomas N. Robinson; Dina L. G. Borzekowski; Donna M. Matheson; Helena C. Kraemer<br /><strong>Effects of Fast Food Branding on Young Children&#8217;s Taste Preferences</strong><br /><em>Arch Pediatr Adolesc Med</em>. 2007;161(8):792-797.
<p>Viacom Inc. <b>&#8220;Nickelodeon Magazine ad.&#8221;</b> 1997. <u>Youtube.</u> 6 December 2010 &lt;http://www.youtube.com/watch?v=I5VFxeikXPg&gt;.
<p>William H. Dietz. <b>Childhood Weight Affects Adult Morbidity and Mortality<br /></b>J. Nutr. 1998 128: 411S-414S</p>
]]></content:encoded>
			<wfw:commentRss>http://sosguy.net/articles/283/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Play A Blurred Line part 06</title>
		<link>http://sosguy.net/videos/280</link>
		<comments>http://sosguy.net/videos/280#comments</comments>
		<pubDate>Thu, 13 Jan 2011 05:28:16 +0000</pubDate>
		<dc:creator>zach</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[a blurred line]]></category>

		<guid isPermaLink="false">http://sosguy.net/?p=280</guid>
		<description><![CDATA[The journey continues! This time, we learn about the world of Paradise and its inhabitants. We also choose a job. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>The journey continues! This time, we learn about the world of Paradise and its inhabitants. We also choose a job. Enjoy!</p>
<p><iframe src="http://files.sosguy.net/res/lpabl21/p06/Default.html" width=640 height=480></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://sosguy.net/videos/280/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Illegal Immigration in California: Impact and Possible Solutions</title>
		<link>http://sosguy.net/articles/264</link>
		<comments>http://sosguy.net/articles/264#comments</comments>
		<pubDate>Thu, 23 Dec 2010 01:58:07 +0000</pubDate>
		<dc:creator>zach</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://sosguy.net/?p=264</guid>
		<description><![CDATA[Perhaps one of the biggest problems facing Californians today, illegal immigration costs Californians over $10 billion per year and results in decreased job opportunities and higher unemployment among legal citizens, a rise in illegal drug trafficking and the violence associated &#8230; <a href="http://sosguy.net/articles/264">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Perhaps one of the biggest problems facing Californians today, illegal immigration costs Californians over $10 billion per year and results in decreased job opportunities and higher unemployment among legal citizens, a rise in illegal drug trafficking and the violence associated with it, the return of diseases that were once considered to be cured, and an overall risk to state and national security. In this brief investigation, I shall attempt to outline all the problems that illegal immigration is causing Californians and how some of these issues have extended into the domain of national security. I will also discuss some of the proposed solutions from all sides in terms of dealing with illegal immigrants.</p>
<p> <span id="more-264"></span>
<p><b>Not Just Money: the “Cost” of Illegal Immigration</b>
<p>According to the US Department of Homeland Security, California has the largest population of illegal immigrants in the United States, totaling 2.6 million illegal immigrants in 2009.<a href="#_edn1">[1]</a> Over the past 20 years, California’s unemployment rate for legal residents has more than doubled<a href="#_edn2">[2]</a>, and illegal immigration is mostly to blame. Lax security measures combined with the fact that companies are able to hire undocumented workers for well-below minimum wage makes it extremely difficult for a legal worker to find a low-skill job in California. A popular argument in support of illegal immigrant labor is that illegal aliens do jobs that most Americans won’t do. The problem with this argument is that Americans would do the work of cheap illegal laborers if they were paid a fair wage. According to a study on illegal labor, illegal immigrants are paid on average $5.45 per hour with an annual income of $8,982.<a href="#_edn3">[3]</a> Compare this to California’s minimum wage of $8.00 per hour with an annual income of $16,640.<a href="#_edn4">[4]</a> That’s nearly double what illegal workers are paid, and as long as companies aren’t under legal pressure to change their ways they will continue to hire cheap illegal labor. “Undocumented workers” as they are called earn money and reap the benefits of living in the United States, but they don’t pay any taxes except for the sales tax. The California sales tax has the highest rate in the nation at 8.25% in 2010.<a href="#_edn5">[5]</a> The tax is extremely prohibitive for California’s residents, especially on expensive items, and it needs to be because it’s one of the only taxes that 2.6 million benefit receiving people pay in the state. Some illegal immigrants are known to pay social security tax, but are few and far between, and none of them use real social security numbers, so the state’s best bet is to have a high sales tax. One of the most expensive benefits that illegal aliens receive is absolutely free healthcare. California’s Department of Health Care Services estimated that in 2009, the total cost of healthcare and emergency room visits for illegal immigrants was $1.2 billion<a href="#_edn6">[6]</a> in taxpayer money; not to mention the fact that illegal immigrants crowd the emergency rooms for all their diseases since most can’t afford to go to a private clinic. Legal citizens who have actual emergencies can’t get care as fast when everyone with a common cold is in front of them in line! As a result of paying for healthcare for illegal immigrants, California has been forced to close over 70 hospitals<a href="#_edn7">[7]</a> since 1996. Most of the hospitals that closed were in southern California, which makes sense since southern California is closer to the US/Mexico border. Illegal immigrant healthcare not only costs a fortune, but it also decreases the availability and quality of care for legal citizens who need it. For a state that is $53 billion<a href="#_edn8">[8]</a> in debt, California has no cash to spare supporting healthcare illegal aliens who don’t even pay any taxes to support the system in return.
<p>While healthcare for illegal immigrants may be expensive, another cost comes at the expensive of public health. One disease that has been devastatingly destructive and is largely due to illegal immigration is tuberculosis (TB). According to the Center for Disease Control (CDC), the TB rate in the US is extremely low (4.6 cases per 100,000 people in 2006),<a href="#_edn9">[9]</a> but California’s rate is much higher. In California, TB rates are higher, and the CDC reports that <i>“seven states (California, Florida, Georgia, Illinois, New Jersey, New York, and Texas) reported more than 500 cases each for 2006; combined, these seven states accounted for 60% (8,259) of all TB cases.”</i> 9 A leading cause of California’s high TB rates is illegal immigration, as while the US TB rate is low, that of Mexico is 5 times higher than the US national average (20 cases per 100,000 in 2007.)<a href="#_edn10">[10]</a> Illegal immigrants are arriving in California while actively carrying the disease, and when outbreaks occur, they spread like wildfire. Dr. Reuben Granich of the CDC linked a new version of TB to illegal immigrants, asserting that:
<p><i>“Evidence of [the new disease] has surfaced in 38 of 61 California health jurisdictions, and it could ‘threaten the efficacy of TB control efforts,&#8217; Granich said. The infected were said to be four times as likely to die from the disease and twice as likely to transmit the disease to others &#8230; <b>Reluctant to label the infected as ‘illegal&#8217; or even ‘undocumented&#8217; aliens</b>, the report notes that of the 407 known cases of MDR-TB, 84% were <b>‘foreign-born&#8217; patients, mainly from Mexico and the Philippines who&#8217;d been in the U.S. less than five years</b>. The percentage of TB cases among the ‘foreign-born&#8217; jumped from 29% in 1993 to 53% as of last year.”<a href="#_edn11">[11]</a><b></b><br /></i>
<p>And it’s not just TB. Other diseases such as malaria, leprosy, and even HIV are known to be carried and spread by illegal aliens. It is expensive to treat many of these diseases, as the most expensive TB drugs cost over a million dollars per person.<a href="#_edn12">[12]</a> When the unemployment rate and cost of living in California are so high, the last thing it needs are outbreaks of deadly diseases with extremely expensive treatment costs.
<p>The greatest cost to California’s economy regarding illegal immigrants is education. According to a 2004 report by the Federation for American Immigration Reform (FAIR), illegal immigration is costing the state of California over $10.5 billion per year, and <i>“$7.7 billion a year to school the children of illegal aliens who now constitute 15 percent of the student body.”<a href="#_edn13">[13]</a><b></b></i> In addition to the high cost of educating illegal immigrants, the quality of education received is debatable. Bilingual education programs add additional costs to the overwhelming figures above, and arguably do more harm than good for everyone involved, including legal citizens, but since a majority of illegal aliens in schools are English Language Learners, more of these special programs must be put in place. California’s state government, in spite of all of these expenses, is doing everything in its power to help illegal immigrants out, and is even cutting them a break in their education expenses. This November, California’s Supreme Court ruled in favor of a policy that <i>“allowed the state&#8217;s higher education institutions to continue their policy of allowing certain unlawful immigrants to pay in-state rates,”<a href="#_edn14">[14]</a><b></b></i> meaning that illegal immigrants who don’t pay any taxes to support California’s universities can attend school for the same amount of money as a legal resident who does pay taxes which the cheaper in-state tuitions are meant for. Since the illegal immigrants aren’t paying any taxes, the state is losing money on every illegal they admit to their public universities, which just raises the cost of tuition that much higher for legal residents and out-of-state students who pay the most of all. The University of California has realized that they are losing money, and have approved a plan to raise tuition rates by 8% in 2011.<a href="#_edn15">[15]</a> Many California students are recognizing the fact that illegal immigrants combined with existing debts are driving up the price so much for legal residents that it makes no sense to go to a California university, and thus they are moving away to out-of-state schools instead of traditionally going to a California public university, which generates even less revenue for California. This system is not sustainable in the slightest!
<p><b>Drugs, Terrorists, and Violence: how Illegal Immigration threatens our National Security</b>
<p>Illegal immigration in California isn’t just a threat to California, but to the rest of the country. In addition to the cost of illegal immigration, our national security is also at risk. Drug cartel operations have infiltrated Mexico, and drug lords have bribed Mexican police officers and politicians to insure that their crimes can continue smoothly. These drug cartels most of their weapons from the United States, and illegal immigrants often smuggle drugs and weapons over the border. Border security is notably lacking near California’s southern border. US Border Patrol agents have been fighting a longstanding and costly war on drugs, and in the process over 28,000 people have been killed and over $10 billion have been spent<a href="#_edn16">[16]</a> trying to defeat the drug lords. Without secure borders, however, illegal immigrants, whether violent or not, will continue to flood in. The US Border Patrol is far from being as effective as it could be, however, as corrupt patrol agents have been looking the other way or actively assisting terrorists enter the United States, and according to a report on corruption in the Border Patrol, over 60% of US Border Patrol applicants who were given background checks were rejected, and only 10-15% of applicants were screened!<a href="#_edn17">[17]</a> Kevin Perkins, an FBI investigator, wonders if these corrupt agents are <i>“willing to waive through a carload of drug traffickers or illegal aliens, why wouldn&#8217;t they be willing to waive through a carload of terrorists or a vehicle equipped with an explosive device?”</i>17 and his concerns are well-based. During the fall elections of 2010, California voters attempted to legalize marijuana through proposition 19 in the hope that through creating a legal market for recreational use of marijuana, drug cartels would lose their market to in-state competition. Due to decreased demand, supporters of the proposition hoped that these drug lords would stop coming to California, because after all, California is the number one purchaser of marijuana in the United States. During the election, however, prop 19 was defeated, and thus the demand remains the same. Illegal immigrants still have the incentive to cross the border with drugs, and as they say, if there’s a will, there’s a way. Opponents of prop 19 counter-argue that legalizing marijuana wouldn’t do much to stop the border wars. In an investigative report on drug violence and prop 19, David Shirk of the Transborder Institute at San Diego argues that <i>“the reality is that you would probably have to legalize consumption of marijuana throughout the United States, or in several significantly sized states, to have any kind of reverberations here in Mexico,”<a href="#_edn18">[18]</a><b></b></i> making it not a very viable option for helping to protect our borders. A much better option: increased border security.
<p>When illegal immigrants are caught committing crimes inside the United States, many are not deported, and instead are taken to state, federal, and local prisons, which, by the numbers, are getting a bit crowded. In 2005, a report by Investor’s Business Daily asserted that <i>&#8220;The U.S. Justice Department estimated that 270,000 illegal immigrants served jail time nationally in 2003. Of those, 108,000 were in California. Some estimates show illegals now make up half of California&#8217;s prison population, creating a massive criminal subculture that strains state budgets and creates a nightmare for local police forces.&#8221;<a href="#_edn19">[19]</a><b></b></i> Straining state budgets indeed, as the cost burden of incarceration on the California public totaled $1.4 billion<a href="#_edn20">[20]</a> in 2004. When illegal immigrants are released from prison, they are not always deported, and repeat-offenders are common. These illegal immigrants are being fed and given a relatively safer place to live than out on the streets. They pay no taxes, not even sales taxes (since they’re in prison) and they’re getting benefits that legal, homeless citizens are not getting. The worst part is that California’s citizens are paying for these non-citizens to stay in our prisons! What’s wrong with this picture?
<p>Noted by some as an absolutely absurd security hazard while hailed by others as an excellent solution for security hazards, the idea giving drivers licenses to illegal immigrants gets people fired up. In an article discussing drivers licenses for illegal aliens, it was stated that proponents of the idea have <i>“argued that there were many illegal immigrants driving without a license, and by giving illegal immigrants the opportunity to obtain a license and pass the required driving test, <b>overall safety would improve.</b>”<a href="#_edn21">[21]</a><b></b></i> In a 2005 report on the costs of illegal immigration, FAIR argues that <i>“in an increasingly security-conscious America, access to drivers licenses by people in the country illegally <b>poses serious risks and undermines U.S. immigration law</b>&#8230; illegal aliens often use aliases and phony documents, so the <b>alien’s identity and residence is not established</b> as a result of the drivers license process.”<a href="#_edn22">[22]</a><b></b></i> Main problems with giving drivers licenses to illegal aliens include the fact that it makes it harder to prove that they’re illegal if they have what is usually considered to be a legal identification card. They may learn how to drive better by taking a driving test, but why are they on California’s roads in the first place? Some supporters of the idea go as far to recommend that social security numbers should be given to illegal immigrants, which basically establishes that they can get legal jobs in the United States. Armed with both a driver’s license and a social security number, illegal immigrants could easily pass as legal citizens, and these two plans begin to look very much like amnesty for illegal immigrants.
<p><b>What to Do: A Look at Possible Solutions to the Problem of Illegal Immigration</b>
<p>While the problems which illegal immigration presents are controversial, most would agree that the current situation is far from ideal. There are many proposed solutions for dealing with illegal immigrants; some say we should actively defend the border and deport all illegal immigrants on sight, while others claim we should simply give them amnesty and citizenship. According to a poll by the Los Angeles Times in October, 2010, <i>“48% [of likely California voters] said immigrants are a benefit to the state, and 59% said illegal immigrants who have held a job here for two years should be allowed to stay,”<a href="#_edn23">[23]</a><b></b></i> but the poll was largely comprised of southern Californians and may not reflect the views of the entire state. Deportation of all 2.6 million illegal immigrants would have extraordinary costs, and opponents argue that there would be insufficient forces necessary to locate and transport millions of people back to their native lands in a timely manner, not to mention defending the border at the same time. Some supporters with a less-extreme view on deportation believe the best way is to first deport all of the illegal aliens that are filling California’s prisons, to systematically raid businesses that are suspected of employing illegal immigrants, and to deport all newfound illegal immigrants if they are arrested by the police in unrelated issues. Immigration and Customs Enforcement (ICE) officers routinely go on raids of businesses across the country, and thus far, their involvement has been extremely effective. A report about these so-called ICE Raids in 2008 found that <i>“The enormous sweep, which ended September 27, <b>produced 436 arrests in the San Francisco area, 420 in the Los Angeles area and 301 in the San Diego area.</b> ICE made a point to state that 346 of the people arrested had prior criminal convictions. Of the 1,157 arrested, only 595 had outstanding deportation orders.”<a href="#_edn24">[24]</a><b></b></i>
<p>Completely opposed to deportation, those who support amnesty for illegal immigrants are fighting for rights and full citizenship for those who have entered the country illegally. Many supporters also support driver’s licenses and social security numbers for illegal aliens. Opponents say that giving amnesty to illegal aliens would be to reward them for their wrongdoings and would be an insult to all of the legal immigrants who wait their turn in line and work long and hard to meet the difficult requirements to become a legal American citizen. Giving illegal immigrants citizenship would force them to pay taxes, but many are uneducated and wouldn’t make enough to constitute paying any taxes, so the cost of supporting them wouldn’t decrease. Finally, allowing amnesty for illegal aliens was done before in 1986 as part of a bill that the Reagan Administration hoped would help fight illegal immigration<a href="#_edn25">[25]</a> but ultimately failed, and is now hurting the cause of current supporters for amnesty for illegal immigrants.
<p><b>To Conclude:</b>
<p>Illegal immigration is a big problem facing California and the rest of the United States, and many different solutions exist to solve it, with varying forms of success. California has been hit harder by illegal immigration than other border states, and to this day, border security remains a problem.<br />
<hr align="left" size="1" width="33%">
<p>[1] Los Angeles Times, 2/11/2010: http://articles.latimes.com/2010/feb/11/local/la-me-immig11-2010feb11
<p>[2] Google Public Data, 1990-2010: http://www.google.com/publicdata?ds=usunemployment&amp;ctype=l&amp;strail=false&amp;nselm=h&amp;met_y=unemployment_rate&amp;scale_y=lin&amp;ind_y=false&amp;rdim=state&amp;idim=state:ST060000&amp;tstart=631152000000&amp;tunit=M&amp;tlen=248&amp;hl=en&amp;dl=en
<p>[3] Federation for American Immigration Reform (FAIR), 11/2007: http://www.fairus.org/site/PageServer?pagename=iic_immigrationissuecentersdfe9
<p>[4] Careerbuilder.com, 6/04/2009: http://www.careerbuilder.com/Article/CB-1174-The-Workplace-Could-You-Survive-on-Minimum-Wage/
<p>[5] Federation of Tax Administrators, 2/2010: http://www.taxadmin.org/fta/rate/sales.pdf
<p>[6] Contra Costa Times, (archived by Free Republic), 9/12/2009: http://www.freerepublic.com/focus/news/2338410/posts
<p>[7] Los Angeles Times, (archived by Free Republic), 10/20/2007: http://www.freerepublic.com/focus/f-news/1913865/posts
<p>[8] California State Treasurer, 1/01/2010-10/31/2010: http://www.treasurer.ca.gov/cdiac/
<p>[9] CDC, 3/23/2007: http://www.cdc.gov/mmwr/preview/mmwrhtml/mm5611a2.htm
<p>[10] USAID, 6/2009: http://www.usaid.gov/our_work/global_health/id/tuberculosis/countries/lac/mexico_profile.html
<p>[11] Businessword.com, 6/24/2005 : http://www.businessword.com/index.php/weblog/comments/1598/
<p>[12] The Dark Side of Illegal Immigration, 2010: http://www.usillegalaliens.com/impacts_of_illegal_immigration_diseases.html
<p>[13] About.com, 12/2004: http://usgovinfo.about.com/od/immigrationnaturalizatio/a/caillegals.htm
<p>[14] CNN, 11/15/2010: http://articles.cnn.com/2010-11-15/us/california.immigration.education_1_illegal-immigrants-tuition-rates-immigration-status?_s=PM:US
<p>[15] MSNBC, AP, 11/18/2010: http://www.msnbc.msn.com/id/40257807/
<p>[16] Washington Post, 9/05/2010: http://www.washingtonpost.com/wp-dyn/content/article/2010/09/03/AR2010090302205.html
<p>[17] Federal Times, 5/11/2010: http://www.federaltimes.com/article/20100311/DEPARTMENTS03/3110304/1018/DEPARTMENTS
<p>[18] KBPS, 10/11/2010: http://www.kpbs.org/news/2010/oct/11/many-us-and-mexican-authorities-say-prop-19-will-n/
<p>[19] Newsmax.com, 3/27/2006: http://archive.newsmax.com/archives/ic/2006/3/27/114208.shtml
<p>[20] FAIR, 11/2004: http://www.fairus.org/site/PageServer?pagename=iic_immigrationissuecentersffec
<p>[21] US Immigration Support, 2010: http://www.usimmigrationsupport.org/illegalimmigrant-driverslicense.html
<p>[22] ProCon.org, 4/13/2009: http://immigration.procon.org/view.resource.php?resourceID=000842#8
<p>[23] Los Angeles Times, 10/24/2010: http://www.latimes.com/news/local/la-me-poll-immigration-20101024,0,7897752.story
<p>[24] SocialistWorker.org, 10/06/2008: http://socialistworker.org/2008/10/06/massive-ICE-arrests
<p>[25] New York Times, 5/23/2006: http://www.nytimes.com/2006/05/23/washington/23amnesty.html</p>
]]></content:encoded>
			<wfw:commentRss>http://sosguy.net/articles/264/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Play A Blurred Line part 05</title>
		<link>http://sosguy.net/videos/261</link>
		<comments>http://sosguy.net/videos/261#comments</comments>
		<pubDate>Mon, 13 Dec 2010 18:19:57 +0000</pubDate>
		<dc:creator>zach</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[a blurred line]]></category>

		<guid isPermaLink="false">http://sosguy.net/?p=261</guid>
		<description><![CDATA[These updates are going to be a lot more frequent I think. Here&#8217;s part 05! I think when I&#8217;m done with the entire thing I&#8217;ll edit it all into one giant collection and post it on archive.org to save my &#8230; <a href="http://sosguy.net/videos/261">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>These updates are going to be a lot more frequent I think. Here&#8217;s part 05! I think when I&#8217;m done with the entire thing I&#8217;ll edit it all into one giant collection and post it on archive.org to save my bandwidth.</p>
<p><iframe src="http://files.sosguy.net/res/lpabl21/p05/Default.html" width=640 height=480></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://sosguy.net/videos/261/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

