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

<channel>
	<title>Exhumed</title>
	<atom:link href="http://exhumed.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://exhumed.ca</link>
	<description>Software, Teaching and Computer Science</description>
	<lastBuildDate>Tue, 12 Jul 2011 11:44:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
		<item>
		<title>RoboCup</title>
		<link>http://exhumed.ca/2010/11/robocup/</link>
		<comments>http://exhumed.ca/2010/11/robocup/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 17:10:51 +0000</pubDate>
		<dc:creator>@havokca</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://exhumed.ca/?p=40</guid>
		<description><![CDATA[So we finally managed to get an RMC RoboCup endeavour off the ground. I'm tying into Yawei's CSE-444 (advanced programming) course and forcing the students to make a simulated league team for the end of the semester. I think the competition is going to take place sometime between the end of classes and the end [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />So we finally managed to get an <a href="http://www.rmc.ca">RMC</a> <a href="http://robocup.org">RoboCup</a> endeavour off the ground. I'm tying into <a href="http://www.rmc.ca/aca/mcs-mi/per/liang-y-eng.asp">Yawei's</a> CSE-444 (advanced programming) course and forcing the students to make a simulated league team for the end of the semester. I think the competition is going to take place sometime between the end of classes and the end of exams, so somewhere between 3 Dec and 18 Dec.</p>
<p><span id="more-40"></span></p>
<p>Now there's just one issue that's niggling away at the back of my mind: I have to build my own team for that competition.</p>
<p>Not sure where I'm going to find the time to do that, but I suppose I have no choice but to give it a go. Especially given that the bulk of my PhD research is going to be geared towards the RoboCup challenge. My intention is to keep a bit of a record of that on this blog. I'll throw down some code snippits and explain why they're doing what they're doing as well.</p>
<p>I'll keep my fingers crossed that I can actually find the time to accomplish all of this.</p>
<p>Ben</p>
]]></content:encoded>
			<wfw:commentRss>http://exhumed.ca/2010/11/robocup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>CSE-101: Introduction to Computer Programming</title>
		<link>http://exhumed.ca/2010/08/cse-101-introduction-to-computer-programming/</link>
		<comments>http://exhumed.ca/2010/08/cse-101-introduction-to-computer-programming/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 23:31:35 +0000</pubDate>
		<dc:creator>@havokca</dc:creator>
				<category><![CDATA[Courses]]></category>

		<guid isPermaLink="false">http://exhumed.ca/?p=35</guid>
		<description><![CDATA[Building a course is challenging. Even when that course already has a fairly well-defined scope and syllabus. I'm over-thinking just about every aspect of building this course, and all I can do is hope that it doesn't show once the rubber hits the road. The trouble with all of this, is that, as a first [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />Building a course is challenging. Even when that course already has a fairly well-defined scope and syllabus.<span id="more-35"></span></p>
<p>I'm over-thinking just about every aspect of building this course, and all I can do is hope that it doesn't show once the rubber hits the road.</p>
<p>The trouble with all of this, is that, as a first course ever, I volunteered to teach a first year course <strong>in the fall</strong> instead of starting with a much easier third year course, CSE-323. Don't get me wrong, the material in either course is really straightforward, the former is introduction to computer programming, and the latter is formal languages and automata.</p>
<p>For a computer scientist, those two courses are pretty much "bread and butter" courses; if you can't teach either of them because of a lack of understanding, you may as well hang up your hat and go home.</p>
<p>No, the problem, is that fall term first years at RMC have to undergo a unique experience known as recruit orientation camp. At least, that's what it was called when I did it. The name changed twice during the four years that I was an undergrad at RMC.</p>
<p>In any case, recruit orientation camp leads to first years who are so incredibly tired, that they will, quite literally, fall asleep while standing. So the question is, how do I build a course for a bunch of engineers (75% of whom are likely to think -- quite mistakenly -- that the skill of programming is a skill they will never use after this term) that will assuredly have concentration (and attention) issues for the first few weeks of the course?</p>
<p>I think I've solved that question, simply by deciding that my teaching slides will be quite... verbose... for the first few weeks. They'll be more like study guides than tools used solely for the illustration of concepts. Which is a bit of a bummer -  I feel like I'm contributing to the "memorize this" credo of first year university, rather than the "understand this" credo that I'd <strong>much</strong> rather promote.</p>
<p>The other issue (and one that I'll admit I'm struggling with) is the question of:</p>
<p><strong><em>How can I make the programming assignments both interesting and challenging ... or... at very least, how can I make them interesting? Especially to people who aren't immediately fascinated by a good programming challenge.</em></strong></p>
<p>I wonder ... when these challenges associated with teaching are no longer present while preparing a new class, does that mean one should likely think about a career change?</p>
]]></content:encoded>
			<wfw:commentRss>http://exhumed.ca/2010/08/cse-101-introduction-to-computer-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Reports and Returns</title>
		<link>http://exhumed.ca/2010/08/reports-and-returns/</link>
		<comments>http://exhumed.ca/2010/08/reports-and-returns/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 22:32:13 +0000</pubDate>
		<dc:creator>@havokca</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://exhumed.ca/?p=28</guid>
		<description><![CDATA[I've been working on an iPhone app for some time. The application is for DRDC CORA (Defence Research and Development - Center for Operational Research Analysis) and is intended to be a proof-of-concept. The concept being proven, is that a handheld computer (such as a modern smartphone), can be of great assistance in the day [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />I've been working on an iPhone app for some time.</p>
<p>The application is for DRDC CORA (Defence Research and Development - Center for Operational Research Analysis) and is intended to be a proof-of-concept.</p>
<p>The concept being proven, is that a handheld computer (such as a modern smartphone), can be of great assistance in the day to day operations of a modern military<br />
<span id="more-28"></span><br />
.... but</p>
<p>That statement's a bit too simple; a bit too benign. The intent, is to prove that a system for passing messages currently handled via radio traffic using SMS/MMS or email will be of great benefit. The further question being raised in this is: would such a system be of benefit if every single person in a unit had one? For example, if every single Person in every Section of every Platoon of every Company of a Brigade had an iPhone with my app on it, would that increase the flow of beneficial information? Or would it instead lead to information overload, and an irate Colonel?</p>
]]></content:encoded>
			<wfw:commentRss>http://exhumed.ca/2010/08/reports-and-returns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Not just up&#8230; but testing too!</title>
		<link>http://exhumed.ca/2010/08/not-just-up-but-testing-too/</link>
		<comments>http://exhumed.ca/2010/08/not-just-up-but-testing-too/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 16:32:47 +0000</pubDate>
		<dc:creator>@havokca</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://exhumed.ca/?p=14</guid>
		<description><![CDATA[Just posting this to see how this looks when more than one post is visible on the front page. ]]></description>
			<content:encoded><![CDATA[<p id="top" />Just posting this to see how this looks when more than one post is visible on the front page.<br />
<span id="more-14"></span><br />
I'm impatient and completely incapable of simply waiting for additional posts to materialize naturally, so I'm going to add this filler simply because I can.</p>
<p>I'm impatient and completely incapable of simply waiting for additional posts to materialize naturally, so I'm going to add this filler simply because I can.</p>
<p>I'm impatient and completely incapable of simply waiting for additional posts to materialize naturally, so I'm going to add this filler simply because I can.</p>
<p>I'm impatient and completely incapable of simply waiting for additional posts to materialize naturally, so I'm going to add this filler simply because I can.</p>
<p>I'm impatient and completely incapable of simply waiting for additional posts to materialize naturally, so I'm going to add this filler simply because I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://exhumed.ca/2010/08/not-just-up-but-testing-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>&#8230; and we&#8217;re up!</title>
		<link>http://exhumed.ca/2010/08/up/</link>
		<comments>http://exhumed.ca/2010/08/up/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 13:16:25 +0000</pubDate>
		<dc:creator>@havokca</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http:/?p=1</guid>
		<description><![CDATA[I finally got around to removing all the old cruft from the server and reinstalling WordPress. I used a bit of Aral Balkin's site for some inspiration (and if you're reading this shortly after it was posted, you'll note that I've still got a lot of work to do!) and definitely plan on flat out copying some of the features of his site.]]></description>
			<content:encoded><![CDATA[<p id="top" />I finally got around to removing all the old cruft from the server and reinstalling <a href="http://WordPress.org">WordPress</a>. I used a bit of <a href="http://aralbalkan.com/">Aral Balkin's site</a> for some inspiration (and if you're reading this shortly after it was posted, you'll note that I've still got a lot of work to do!) and definitely plan on flat out copying some of the features of his site.<br />
<span id="more-1"></span><br />
The goal of all this, is to provide me with:</p>
<ul>
<li>A mechanism for showcasing (and possibly selling) my software projects;</li>
<li>A forum for discussing projects and problems;</li>
<li>A journal (of sorts) of my teaching experiences (good and bad); and,</li>
<li>Possibly a location for my students to provide their feedback and/or participate in their own discussions related to my teaching.</li>
</ul>
<p>Like so many other projects undertaken by people everywhere, it'll undoubtedly fall by the wayside only to later be picked up, dusted off, and used again.</p>
<p>All I can do is hope that it falls by the wayside very infrequently and that it doesn't stay there for long!</p>
]]></content:encoded>
			<wfw:commentRss>http://exhumed.ca/2010/08/up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>

