<?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>bryanstamour.com</title>
	<atom:link href="http://bryanstamour.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bryanstamour.com</link>
	<description>A blog about nothing</description>
	<lastBuildDate>Tue, 17 Aug 2010 18:50:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>dd-wrt on my router</title>
		<link>http://bryanstamour.com/2010/08/17/dd-wrt-on-my-router/</link>
		<comments>http://bryanstamour.com/2010/08/17/dd-wrt-on-my-router/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 18:50:48 +0000</pubDate>
		<dc:creator>Bryan St. Amour</dc:creator>
				<category><![CDATA[Stuff and Junk]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://bryanstamour.com/?p=200</guid>
		<description><![CDATA[Just a few days ago I purchased a new router so that I could create a bridge in my house. Being the tinkerer I am, I also flashed the stock OS and installed dd-wrt on it, and things are working &#8230; <a href="http://bryanstamour.com/2010/08/17/dd-wrt-on-my-router/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just a few days ago I purchased a new router so that I could create a bridge in my house. Being the tinkerer I am, I also flashed the stock OS and installed <a href="http://www.dd-wrt.com/site/index">dd-wrt</a> on it, and things are working marvellously!</p>
<p>My reason for building the wireless bridge is twofold:</p>
<ol>
<li>My desktop computer / server has a wireless card, but the Linux driver has some issues with dropping connections.</li>
<li>Because of the wireless card flaking out, I had two options: get a new card, or connect via ethernet. I decided to go the ethernet route, but I didn&#8217;t want to run cables through my house to connect the machine to the main router.</li>
</ol>
<p>Enter wireless bridging.</p>
<p>For about $10 more than the price of a new wireless card, I picked up a Linksys wireless router. Now I have a working bridge, and also, when I move out into my own place (which will happen eventually) I&#8217;ll be able to bring it with me. One less piece of equipment to buy in the future! <img src='http://bryanstamour.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Also, since dd-wrt is Linux-based, I have increased my geek-cred.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanstamour.com/2010/08/17/dd-wrt-on-my-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Photoblog!</title>
		<link>http://bryanstamour.com/2010/08/03/new-photoblog/</link>
		<comments>http://bryanstamour.com/2010/08/03/new-photoblog/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 01:19:22 +0000</pubDate>
		<dc:creator>Bryan St. Amour</dc:creator>
				<category><![CDATA[Stuff and Junk]]></category>

		<guid isPermaLink="false">http://bryanstamour.com/?p=197</guid>
		<description><![CDATA[I started a photoblog to host the pictures I take while I wander around. Check it out at http://bryanstamourphotography.com]]></description>
			<content:encoded><![CDATA[<p>I started a photoblog to host the pictures I take while I wander around. Check it out at <a href="http://bryanstamourphotography.com">http://bryanstamourphotography.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bryanstamour.com/2010/08/03/new-photoblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Project</title>
		<link>http://bryanstamour.com/2010/07/26/recent-project/</link>
		<comments>http://bryanstamour.com/2010/07/26/recent-project/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 02:23:35 +0000</pubDate>
		<dc:creator>Bryan St. Amour</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://bryanstamour.com/2010/07/26/recent-project/</guid>
		<description><![CDATA[I haven’t blogged about programming in quite a while, so I figured I may as well give it a shot. My current project that I am working on is a Haskell function to automatically conjugate French verbs based on the &#8230; <a href="http://bryanstamour.com/2010/07/26/recent-project/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I haven’t blogged about programming in quite a while, so I figured I may as well give it a shot. My current project that I am working on  is a Haskell function to automatically conjugate French verbs based on the given pronoun. Currently the module only supports present infinitive tense, but I would like to one day expand it out to support many different tenses. The code takes advantage of the Data.Map data type for fast lookups, as I keep all of my irregular verbs in a map, and handle the regular ones using basic suffix rules.</p>
<p>Overall it’s a fun little project that is testing my Haskell programming ability. It is not overly complicated, but I have already found uses for the MonadPlus type class <img src='http://bryanstamour.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I’ll post the code up when it’s further along, maybe I’ll make a package out of it or something, though I wonder who would find any use for it <img src='http://bryanstamour.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bryanstamour.com/2010/07/26/recent-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bee Stings! Oh No!</title>
		<link>http://bryanstamour.com/2010/07/17/bee-stings-oh-no/</link>
		<comments>http://bryanstamour.com/2010/07/17/bee-stings-oh-no/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 16:51:06 +0000</pubDate>
		<dc:creator>Bryan St. Amour</dc:creator>
				<category><![CDATA[Etc]]></category>
		<category><![CDATA[Bees]]></category>
		<category><![CDATA[frisbee]]></category>

		<guid isPermaLink="false">http://bryanstamour.com/2010/07/bee-stings-oh-no/</guid>
		<description><![CDATA[Today I was stung by a bee while playing Frisbee with some friends. Every once in a while a group of CS nerds (myself included) get together and play a nice fun game of Ultimate. Today we were playing a &#8230; <a href="http://bryanstamour.com/2010/07/17/bee-stings-oh-no/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I was stung by a bee while playing Frisbee with some friends. Every once in a while a group of CS nerds (myself included) get together and play a nice fun game of Ultimate. Today we were playing a 4 on 3 game in the grassy area behind Chrysler Hall, one of the buildings on the UWindsor campus. Everything was going great until I noticed a sharp ache in my left foot. I assumed it was just a rock in my sandal again (dumb me was playing in sandals), but when the pain didn’t go away I looked down and I saw the jerk. There was a bee sitting right on the edge of my sandal! He must have flown down from above, landed on my sandal, and stung me!</p>
<p>Needless to say I’ll be staying off my foot for the next few days as the swelling has already begun to set in. If I’m not able to put a lot of pressure on it by Monday I’ll just work from my couch instead of going in to the lab. Chelsey, my awesome girlfriend who is a nursing student, told me that I should be good by next Friday, so hopefully my Ultimate career isn’t totally ruined <img src='http://bryanstamour.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  I do give props to the bee though &#8211; pulling off that kind of landing is really tricky. Maybe he should enlist in the Air Force <img src='http://bryanstamour.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  put his stinger to good use.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanstamour.com/2010/07/17/bee-stings-oh-no/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camping Adventures at Arrowhead</title>
		<link>http://bryanstamour.com/2010/07/06/camping-adventures/</link>
		<comments>http://bryanstamour.com/2010/07/06/camping-adventures/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 04:20:02 +0000</pubDate>
		<dc:creator>Bryan St. Amour</dc:creator>
				<category><![CDATA[Etc]]></category>
		<category><![CDATA[Arrowhead]]></category>
		<category><![CDATA[camping]]></category>
		<category><![CDATA[Chelsey]]></category>

		<guid isPermaLink="false">http://bryanstamour.com/?p=183</guid>
		<description><![CDATA[I completed my first camping trip ever recently. I say it&#8217;s my first, but really it isn&#8217;t &#8212; I did camp once when I was very little, but aside from catching a dog-leash with a fishing pole, I don&#8217;t remember &#8230; <a href="http://bryanstamour.com/2010/07/06/camping-adventures/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I completed my first camping trip ever recently. I say it&#8217;s my first,       but really it isn&#8217;t &#8212; I did camp once when I was very little, but  aside       from catching a dog-leash with a fishing pole, I don&#8217;t remember  very much       from it. Arrowhead Provincial Park is a beautiful campground just  outside       of Huntsville Ontario. Me being a city-boy, I was at first very  nervous       about leaving the comforts of civilization, but the sheer beauty  of       Arrowhead quickly made my worries melt away.</p>
<p>Chelsey and I drove together on the Thursday to meet with her  family       who had already been at the campground for a few days. The reason  we had       to go up later than everybody else was because Chelsey could not  get the       time off work. My current job is more flexible with hours &#8212; so  long as I       get about 20 hours of work done a week, I&#8217;m fine for making my own  hours;       I simply worked more hours from Monday to Wednesday to compensate  for taking       a vacation. The drive up was fairly uneventful: we took the  highways all the       way up, bypassing Toronto (thank goodness, Toronto is a very busy  city). We       split the driving job amongst ourselves, each driving  approximately three       hours; I took the first shift, and she took over afterward.</p>
<p>Chelsey and I arrived at the campground at around 1:00pm and we  promptly       settled in. Chelsey&#8217;s family brought up a trailer, while her uncle  chose       to sleep in a tent. The trailer was modest, but cozy. It had  running water       and electricity, and I was able to charge my phone (at the relief  of my mom,       hehe), and thus it didn&#8217;t really feel much different from a small  house. The       backyard of that small house, however, was nothing short of  breathtaking.       There were huge trees as far as you could see, in fact the entire  campground       seemed as though it were embedded in a cave of green. It was  gorgeous.</p>
<p>On the first day we mostly relaxed and got ourselves settled into  the       trailer. We had an early night, which was good, since we decided  to take a       nice 4km hike on the second day. Arrowhead contains many trails,  both walking       and biking, of varying lengths. On our second day at the park  Chelsey and I       walked one of the larger trails: Beaver Meadow. It was amazing how  quiet it       was! The only sound we could hear was the calling of birds, and  the skittering       of the occasional chipmunk. We didn&#8217;t run into any black bears,  thank goodness.       The entire trail took us just over 1.5 hours to complete, and by  the end we       were very hot and sweaty. Luckily there was a beach for us to cool  down! And       when I say cool, I mean <em>cool</em>. The water was a bit chilly.</p>
<p>Later that evening (this being Friday) Chelsey took me canoing.  This was       my first time in a canoe, and some may have questioned my Canadian  citizenship       before that, but I can now proudly say that I am an expert canoer  (canoeist,       canoe-pilot, canoe-dude?). I was taught how to properly rudder a  canoe for       steering, as well as how to properly J-stroke (which, by the way,  is really       the only way to stroke on a canoe). I even saw a beaver! As we  were heading       back from the falls, I stated to Chelsey &#8220;That piece of land is  floating       away!&#8221;. It turns out that I was actually witnessing a beaver  carrying away       some wood to add to a dam further up. It was very neat!</p>
<p>On the third day, Chelsey and I went on another hike, this time  down the       Homesteader&#8217;s Trail, which is another one of the longer trails.  The Homesteader       was really hilly, our legs got quite a workout that day! The  Homesteader gets       its name from the fact that it winds past some very old stone  structures that       must have been made from early settlers. There is even a  broken-down buggy       along the side of the path. The evening of the third day was  fairly calm.       Chelsey&#8217;s dad cooked a roast over the fire pit, and it was  delicious! Everyone       was going to bed fairly early in order to get ready for the long  drive home       the next day, but we did wait up long enough to see the stars come  out. It&#8217;s       amazing what you can see in the night sky when you get away from  the light       pollution of the city. I was moved enough to purchase a book on  amateur astronomy       and some day I plan to build (or buy, maybe) a telescope for use  on clear       nights.</p>
<p>Sunday morning we packed up camp, and we began the homeward  journey around noon.       I, lacking in highway driving experience, opted to drive the whole  6 hours back       home, just to prove to myself that I could. Aside from the  occasional stops for       gas and food, I drove non-stop.</p>
<p>And that describes my first trip to Arrowhead Provincial Park.  Hopefully it will       not be my last. I look forward to more camping trips with Chelsey  in the       future. Just as I got her hooked on reddit and her macbook, she  got me hooked       on nature.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanstamour.com/2010/07/06/camping-adventures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using rsync to remotely backup files</title>
		<link>http://bryanstamour.com/2010/06/27/using-rsync-to-remotely-backup-files/</link>
		<comments>http://bryanstamour.com/2010/06/27/using-rsync-to-remotely-backup-files/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 23:20:38 +0000</pubDate>
		<dc:creator>Bryan St. Amour</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://bryanstamour.com/?p=171</guid>
		<description><![CDATA[My laptop (a Macbook uni body that I picked up at the end of 2009) goes everywhere with me. Now that I am working on some serious stuff, it would be a damn shame if my laptop were to get &#8230; <a href="http://bryanstamour.com/2010/06/27/using-rsync-to-remotely-backup-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My laptop (a Macbook uni body that I picked up at the end of 2009) goes everywhere with me. Now that I am working on some serious stuff, it would be a damn shame if my laptop were to get damaged, stolen, or whatever. Thus recently I bought a cheap desktop computer from Futureshop, dumped Slackware on it, and set up rsync to run as a daemon. This setup allows me to remotely sync my laptop (certain directories, at least) with my desktop.</p>
<p>In case you don&#8217;t know about it, <a href="http://samba.anu.edu.au/rsync/">rsync</a> is one of the coolest programs around. In a nutshell it syncs files and directories across networks. This blog post won&#8217;t go through the nitty gritty details involved with setting up rsync to run as a daemon (meaning it runs constantly, listening for connections), but I will briefly go over my personal setup that keeps my machines in sync.</p>
<p>I started out by picking a few directories on my laptop that I wanted to keep in sync: my documents, my pictures, and, of course, my code <img src='http://bryanstamour.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . I then set up rsync modules corresponding to each directory. An rsync module is essentially a name that is attached to a directory on the server. So for example the module &#8220;bryan_code&#8221; corresponds to the directory /home/bryan/Code.</p>
<p>Next I wrote a shell script to automatically call rsync over a list of directories to sync. It responds to two commands: &#8220;push&#8221;, which pushes the laptop files onto the server; and &#8220;pull&#8221;, which yanks the server files down to the laptop. I have released the full script under the MIT License, and it can be found <a href="http://bstamour.ath.cx/~bryan/code/scripts/sync">here</a>. Hopefully it will be useful to you.</p>
<p>Next I started looking for a way in which I could tell my laptop to push its files up to my server daily, so that I don&#8217;t have to constantly run the script manually. I looked into using cron jobs, but when my laptop is asleep (which is often) it may miss its scheduled uploading. Luckily OSX has a program called &#8220;<a href="http://support.apple.com/kb/HT2319">periodic</a>&#8220;, which works just like cron, but if the machine for some reason misses its scheduled job, it runs the job as soon as it possibly can.</p>
<p>Therefore all I had to do was dump a small script into /etc/periodic/daily in order to have daily automatic backups! The script looks like this:</p>
<pre class="brush: bash;">

#!/bin/bash

script=/Users/bryan/bin/sync

log_file=/var/log/sync.log

if [ -e $log_file ]; then

    sizeof_file = `du -k $log_file | cut -f1`

    if [[ $sizeof_file -gt 1024 ]]; then

        rm -f $log_file

    fi

fi

date &gt;&gt; $log_file

$script push &gt;&gt; $log_file
</pre>
<p>This dumps all output to /var/log/sync.log, in case something goes wrong and you need to see what screwed up. And voila! Automatic backups!</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanstamour.com/2010/06/27/using-rsync-to-remotely-backup-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Executing Remote Commands</title>
		<link>http://bryanstamour.com/2010/06/27/ssh-executing-remote-commands/</link>
		<comments>http://bryanstamour.com/2010/06/27/ssh-executing-remote-commands/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 17:15:04 +0000</pubDate>
		<dc:creator>Bryan St. Amour</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Etc]]></category>
		<category><![CDATA[Stuff and Junk]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://bryanstamour.com/?p=166</guid>
		<description><![CDATA[One nifty feature of ssh that I sometimes forget to take advantage of is that you can use it to execute commands on a remote server and then promptly log you back out. Say for example that I would like &#8230; <a href="http://bryanstamour.com/2010/06/27/ssh-executing-remote-commands/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One nifty feature of ssh that I sometimes forget to take advantage of is that you can use it to execute commands on a remote server and then promptly log you back out. Say for example that I would like to log onto a remote machine just to check the tail output of some log file. Instead of running ssh to log in, executing the command manually, and the logging back out; the whole operation can be performed as:</p>
<p>ssh myname@myhost &#8216;tail /path/to/logfile&#8217;</p>
<p>Inside of the single quotes is the command to execute. For programs that are user-interactive, such as top, you can pass the -t flag to ssh. I didn&#8217;t know this before, I found out today while reading <a href="http://systemsboy.com/2006/07/send-remote-commands-via-ssh.html">systemsboy&#8217;s</a> blog <img src='http://bryanstamour.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>ssh -t myname@myhost &#8216;top&#8217;</p>
<p>With this newfound ssh knowledge, I decided to put it to work by building some server control scripts. I now have scripts to shutdown, and restart my server which I can execute from my laptop <img src='http://bryanstamour.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bryanstamour.com/2010/06/27/ssh-executing-remote-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fireworks Night!</title>
		<link>http://bryanstamour.com/2010/06/22/fireworks-night/</link>
		<comments>http://bryanstamour.com/2010/06/22/fireworks-night/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 04:19:03 +0000</pubDate>
		<dc:creator>Bryan St. Amour</dc:creator>
				<category><![CDATA[Etc]]></category>
		<category><![CDATA[fireworks]]></category>

		<guid isPermaLink="false">http://bryanstamour.com/?p=147</guid>
		<description><![CDATA[Every year Windsor and Detroit hold a joint fireworks display along the Detroit River to kick off the International Freedom Festival. It is the largest international display of its kind, or so I&#8217;m told. The fireworks were simply breathtaking! Chelsey &#8230; <a href="http://bryanstamour.com/2010/06/22/fireworks-night/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_123" class="wp-caption alignleft" style="width: 310px"><a rel="attachment wp-att-123" href="http://bryanstamour.com/photos/img00053-20100621-2215/"><img class="size-medium wp-image-123" title="Chelsey enjoying the fireworks" src="http://bryanstamour.com/wp-content/uploads/2010/06/IMG00053-20100621-2215-300x225.jpg" alt="Chelsey enjoying the fireworks" width="300" height="225" /></a><p class="wp-caption-text">Chelsey enjoying the fireworks</p></div>
<p>Every year Windsor and Detroit hold a joint fireworks display along the Detroit River to kick off the International Freedom Festival. It is the largest international display of its kind, or so I&#8217;m told. The fireworks were simply breathtaking! Chelsey (my super-fantistic girlfriend) and I watched them downtown by the river after she finished her shift at work, and I was able to get some really nice looking photos of the display, which you can see at my <a href="http://bryanstamour.com/photos/">photo page</a>. I don&#8217;t own a nice camera, so all of the photos were taken with my Blackberry (it takes decent photos, but the zoom is a little wacky).</p>
<p>Every year the displays get better and better. This year was fantastic, and next year will be even more grand.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanstamour.com/2010/06/22/fireworks-night/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gay Walmart Employee Forced To Wear Special Uniform</title>
		<link>http://bryanstamour.com/2010/06/20/gay-walmart-employee-forced-to-wear-special-uniform/</link>
		<comments>http://bryanstamour.com/2010/06/20/gay-walmart-employee-forced-to-wear-special-uniform/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 16:56:22 +0000</pubDate>
		<dc:creator>Bryan St. Amour</dc:creator>
				<category><![CDATA[Etc]]></category>
		<category><![CDATA[Walmart]]></category>

		<guid isPermaLink="false">http://bryanstamour.com/?p=106</guid>
		<description><![CDATA[A gay Walmart employee was forced to wear a special yellow vest and faced further harassment after word got out that he was a homosexual. Stay classy USA. http://prideinutah.com/?p=2040]]></description>
			<content:encoded><![CDATA[<p>A gay Walmart employee was forced to wear a special yellow vest and faced further harassment after word got out that he was a homosexual. Stay classy USA.</p>
<p><a href="http://prideinutah.com/?p=2040">http://prideinutah.com/?p=2040</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bryanstamour.com/2010/06/20/gay-walmart-employee-forced-to-wear-special-uniform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fall Schedule</title>
		<link>http://bryanstamour.com/2010/06/17/fall-schedule/</link>
		<comments>http://bryanstamour.com/2010/06/17/fall-schedule/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 01:06:33 +0000</pubDate>
		<dc:creator>Bryan St. Amour</dc:creator>
				<category><![CDATA[School]]></category>
		<category><![CDATA[Stuff and Junk]]></category>
		<category><![CDATA[biology]]></category>
		<category><![CDATA[electives]]></category>
		<category><![CDATA[linguistics]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://bryanstamour.com/?p=103</guid>
		<description><![CDATA[This upcoming fall semester (Fall 2010) will be my last semester as an undergraduate at the University of Windsor. All I have left to do are elective courses in order to finish off my Honors Computer Science degree! Yay! However, &#8230; <a href="http://bryanstamour.com/2010/06/17/fall-schedule/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This upcoming fall semester (Fall 2010) will be my last semester as an undergraduate at the University of Windsor. All I have left to do are elective courses in order to finish off my Honors Computer Science degree! Yay! However, picking electives is hard, since most other subjects suck really hard (no offense). I&#8217;d simply fill in my elective credits with more Mathematics courses if I could, however in the spirit of making me a more rounded human being, I am forced to take courses outsode if CS and Math to graduate. I tried to fight it, I had people from my department get behind me, but in the end it didn&#8217;t matter. Oh well. I&#8217;ve come to accept it.</p>
<p>And now for my Fall 2010 schedule! My courses are (in order of fluffiness): Intro to Linguistics (first year languages); Cell Biology (first year biology, not required for a major in bio, for fluffy reasons); Physics and Society (second year physics elective, seems like it will be more like a history class, but physics is at least interesting); and lastly, as a final CS course (I had space for one more), Seleted Topics with Dr. Frost &#8212; I don&#8217;t really know what to expect yet, I believe it&#8217;s some sort of reading course &#8212; Neat!</p>
<p>So that&#8217;s it for my last semester. I hope to start graduate studies in the Winter Semester with Dr. Frost. It&#8217;s been a long time coming now, and I&#8217;m really itching to be done!</p>
<p>P.S. My face is still dry. I&#8217;ve got to have more bloodwork done tomorrow to monitor my progress. I&#8217;ll supply updates when I know the results <img src='http://bryanstamour.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bryanstamour.com/2010/06/17/fall-schedule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
