<?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>Three till Seven &#187; Class</title>
	<atom:link href="http://www.3till7.net/category/class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.3till7.net</link>
	<description>Programming, espresso, and grumbling.</description>
	<lastBuildDate>Sun, 13 Jun 2010 15:26:58 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>merge sort, the eater of nodes</title>
		<link>http://www.3till7.net/2010/02/23/merge-sort-the-eater-of-nodes/</link>
		<comments>http://www.3till7.net/2010/02/23/merge-sort-the-eater-of-nodes/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 15:51:08 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[Daily life]]></category>
		<category><![CDATA[boyfriend]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=3986</guid>
		<description><![CDATA[I&#8217;m so tickled to have completed an assignment for my Linux kernel class.  The specification was as follows:
Modify the algorithm that allocates a file descriptor for the open() and socket() calls. Implement a per-process variable availableFileDescriptor whose value is always the number of the first available file descriptor. Make sure that when a process [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m so tickled to have completed an assignment for my Linux kernel class.  The specification was as follows:</p>
<blockquote><p>Modify the algorithm that allocates a file descriptor for the <code>open()</code> and <code>socket()</code> calls. Implement a per-process variable <code>availableFileDescriptor</code> whose value is always the number of the first available file descriptor. Make sure that when a process closes a file descriptor and or a socket, <code>availableFileDescriptor</code> is properly updated. Use your driver harness to compare the performance of your modified kernel with the original kernel, both for situations in which the original algorithm should work fast and situations in which the original algorithm should not work fast. You might want to remove the restrictions in the kernel on the <code>setrlimit(RLIMIT_NOFILE,...)</code> call.</p></blockquote>
<p>I banged around on that thing for almost two weeks, variously getting a modified kernel that would a) segfault immediately, b) fail to reach the login prompt and just kind of hang out, or c) reach the login prompt but fail to allow me to log in.  Turned out one of my main problems was that the sorting function I was using, an implementation of merge sort that I had found posted on a Linux kernel mailing list, was <em>eating</em> my nodes instead of just sorting them.  It would delete one at a time in a sneaky fashion.  I thought I had checked the thing, and who knows, maybe it worked it at first and then I changed something that caused it to grow an appetite for my <code>struct</code> type.  At any rate, I replaced the function with my own implementation of selection sort since it was quick and easy to implement.  Upon doing that, things started to behave as I expected, and it was a short road to getting my modified kernel to work properly then.</p>
<p>Poor Jon was sick this past weekend and so he did a lot of sleeping and sniffling.  This actually worked out okay for me because, while he slept, I worked on my Linux project.  He still has to go to work this week, which sucks for him, and his job is in Cincinnati, which sucks even more because of the traffic.  I&#8217;m hoping he&#8217;ll be well by this weekend so he&#8217;ll be back to his usual self, plus the two of us could then go to Carly&#8217;s birthday party.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2010/02/23/merge-sort-the-eater-of-nodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>textbook prices, torch juggling, and a snake breeder</title>
		<link>http://www.3till7.net/2010/01/14/textbook-prices-torch-juggling-and-a-snake-breeder/</link>
		<comments>http://www.3till7.net/2010/01/14/textbook-prices-torch-juggling-and-a-snake-breeder/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 00:08:05 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[academia]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=3855</guid>
		<description><![CDATA[I just had my first day of classes and I&#8217;m excited about the semester, but depressed about how much money I just spent on books.  This semester hit a lot harder than last semester where the most I think I spent was maybe $60 on a book.  Let&#8217;s run down a list of [...]]]></description>
			<content:encoded><![CDATA[<p>I just had my first day of classes and I&#8217;m excited about the semester, but depressed about how much money I just spent on books.  This semester hit a lot harder than last semester where the most I think I spent was maybe $60 on a book.  Let&#8217;s run down a list of what I just paid, and mind you I have no problem with international editions or softcovers, and I buy used when possible.  These prices include tax and shipping (which was no more than $5 from any seller):</p>
<ul class="padded">
<li>requirements engineering book &#8211; $50.69</li>
<li>human factors engineering book &#8211; $76.95 &mdash; This bitch (the book, not the professor&mdash;I think I&#8217;m going to &lt;3 my professor, she seems awesome) is like 700 pages and costs as much as $199 new.  Even the international paperback version I bought is pretty expensive, and the seller didn&#8217;t have the highest feedback rating but I was like &#8220;screw it, I&#8217;m not paying $150 to have a slightly less shady seller&#8221;.  I hate it when the choice comes down to paying way more to get the non-international version from a reputable mainstream seller, like Amazon, or some random Amazon Marketplace or individual bookseller.</li>
<li>Linux kernel books &#8211; $21.49 and $23.96</li>
</ul>
<p><strong>Total:</strong>  $173.09</p>
<p>Oh, and I forgot I also have to get a membership to access the digital archives of the Human Factors and Ergonomics Society for $35 to read some course material.  And let&#8217;s not discuss how much I&#8217;m borrowing in loans just to attend graduate school.  All I&#8217;m saying is I&#8217;d better make some good moolah after I have my Master&#8217;s, because I&#8217;m'a owe the government a lot of money.</p>
<p>In other news, sorry for the lack of blogging!  You haven&#8217;t missed out on much, I&#8217;ve just been working before classes started (again with the money stuff&#8230;) and hanging out with Jon on the weekends.  I had some excitement yesterday, though, when turning left on a green arrow and almost getting wiped out by some ass who ran the red light at the intersection.  I swerved right, he swerved left, and I smoothly pulled into the gas station I was trying to get to anyway.  It all happened so quickly, I barely realized what had almost occurred until I was going to fill up my tank.  The guy had the strangest expression on his face, too, which I saw as I swerved to avoid him.  It was the kind of expression one might make when they&#8217;re exasperated at spilling food on their shirt or something.  Not what I expect from the responsible party in a near-collision.  Or is that a near miss?  Whatever.</p>
<p>So I don&#8217;t know if they breed us engineering majors to be dull or if I just got a lucky mix in my psychology class, but there are some awesome people in there.  We did the usual go-around-the-room-and-introduce-yourself thing and right off the bat, first girl, she says she used to travel with a juggling and acrobatic group and she can still juggle torches.  Our prof confirmed that she didn&#8217;t mean &#8220;torch&#8221; in the British sense of the word, a.k.a. &#8220;flashlight&#8221;, but rather real, honest-to-goodness sticks of fire.  The girl looked totally normal, too, just your average skinny pretty brunette-with-blonde-highlights in some academic sweatshirt.  She said she used to perform at Renaissance fairs which perked up the girl next to me, with whom I had spoken previously when she first entered the room and whose name I will not forget (more on that later), who had to add that Renaissance fairs were awesome even though torch-juggler said she was embarrassed and felt dorky.  Several of us declared that she was not at all dorky and that torch juggling is way awesome.</p>
<p>The next cool person was another girl about halfway around the room:  she breeds snakes.  She launched into this discussion of how she took her &#8220;pewters&#8221; to some snake expo (?!) and didn&#8217;t sell any because kids were interested in paying $10 for some corn snake instead of &#8220;$120 to get something awesome&#8221;, as she put it.  Haha.  The guy sitting right next to her jumps out of airplanes, is apparently certified to do it, and is going to do something with the army next semester, I believe he said.  Then finally you get to the girl next to me whose neatness was milder than the others, but still a bit interesting:  she trains dogs.  This is the girl whose name I won&#8217;t forget because she introduced herself as Virginia and I promptly asked, thinking of Harry Potter, if she goes by &#8220;Ginny&#8221; or &#8220;Virginia&#8221;.  She then started telling me about how she gets called everything from Ginny to Virg to Catherine and Elizabeth, just because people recognize it&#8217;s some old classic name and they associate &#8220;Virginia&#8221; with British royalty.  I suggested calling her &#8220;Vinny&#8221; to get the Italian mobster angle in there, and I also think &#8220;Queenie&#8221; could do if we&#8217;re sticking to the royalty idea.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2010/01/14/textbook-prices-torch-juggling-and-a-snake-breeder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>end of the semester rush</title>
		<link>http://www.3till7.net/2009/11/24/end-of-the-semester-rush/</link>
		<comments>http://www.3till7.net/2009/11/24/end-of-the-semester-rush/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 19:58:19 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=3161</guid>
		<description><![CDATA[I don&#8217;t know how, but I got a B on my last algorithms homework.  I rushed through half of it because I ran out of time.  For one I straight-up put &#8220;I don&#8217;t know how I&#8217;m supposed to get this from that&#8221; and he still gave me half credit on that problem.  [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know how, but I got a B on my last algorithms homework.  I rushed through half of it because I ran out of time.  For one I straight-up put &#8220;I don&#8217;t know how I&#8217;m supposed to get <em>this</em> from <em>that</em>&#8221; and he still gave me half credit on that problem.  We have one homework left in there and I&#8217;m sure it&#8217;ll be painful, for one because all our homework has been painful (do you know how many elements there are in <img src="/wp-content/uploads/2009/11/CodeCogsEqn.png" alt="Z sub p to the e star" title="Z sub p to the e star" width="25" height="21" />?  because I sure didn&#8217;t in that last homework) and also because this homework will be longer since he didn&#8217;t cover all the material in time for our last homework, so one of the problems that should&#8217;ve been on that will be in this homework.  Ugggh, after Thanksgiving break, I&#8217;m going to have to work my ass off.  I have to write a paper &#8220;on the order of&#8221; ten pages for programming languages, do that algorithms homework, and also read + review nine papers for software engineering.  Tonight, my goal is to finish my software engineering project paper.  I am now off to play some Sims and relax for a while before I get cracking on that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2009/11/24/end-of-the-semester-rush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the wily C# shuffle</title>
		<link>http://www.3till7.net/2009/11/07/the-wily-c-shuffle/</link>
		<comments>http://www.3till7.net/2009/11/07/the-wily-c-shuffle/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 16:46:40 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[C-sharp]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=3074</guid>
		<description><![CDATA[My programming languages professor is quite the wily one.  For our last programming assignment in there, we&#8217;re to write a fraction class in both Java and Smalltalk, as part of our coverage of object-oriented languages.  I asked if I could do C# and Smalltalk, since I really like C# and, darn it, everyone [...]]]></description>
			<content:encoded><![CDATA[<p>My programming languages professor is quite the wily one.  For our last programming assignment in there, we&#8217;re to write a fraction class in both Java and Smalltalk, as part of our coverage of object-oriented languages.  I asked if I could do C# and Smalltalk, since I really like C# and, darn it, everyone says they&#8217;re pretty much the same language.  For my professor&#8217;s purposes, i.e. teaching us different OO styles, substituting C# in for Java should accomplish the same purpose.  (&#8220;Accomplish the same purpose&#8221; sounds weird to me now, but &#8220;accomplish the same effect&#8221; did, too.  Suggestions on rephrasing?)  I sent him a list via email of all the reasons he should let me write it in C#, including:</p>
<ol>
<li>The Ph. D. student we had as a substitute mentioned that my professor is his advisor, the student is doing C# stuff, and my professor is not all that familar with C#.  This would give my professor more experience with it, and in a case where he already knows what the expected result of the program is.</li>
<li>The same Ph. D. student pointed out that if you know C++ and you know Java (which my professor certainly does), you can read C# fine.</li>
<li>You can use Mono in Linux to run C#&#8211;there&#8217;s no need to have .NET or use Windows.  This point stems from the fact that my prof is a big Linux person and either dislikes Windows/Microsoft or perhaps just GUI interfaces&#8230;  He has brought his laptop to class before to show code examples and he&#8217;s so hardcore that his window manager, <a href="http://www.fvwm.org/">fvwm2</a>, doesn&#8217;t even have <em>title bars</em> on the windows, by his configuration, so to move a window you have to hold down some key combination and drag it with the mouse.</li>
<li>For our first program, he let me work in Ruby instead of Python.  Ruby is to Python as C# is to Java.</li>
<li>Recently on <a href="http://stackoverflow.com">StackOverflow</a>, I was reading someone&#8217;s response about learning a new programming language, and I thought he had a good point.  He said that if you already know Java, there&#8217;s not much point in learning C#, but instead perhaps learn ML or C because those are different kinds of languages.  If this programming project is intended to teach us about object-oriented programming, then it doesn&#8217;t seem like it would matter whether we wrote in Java or C# because they&#8217;re so similar.</li>
</ol>
<p>He told me in class he had been considering my request, but had decided that since I code in C# all day at work, it wouldn&#8217;t be helpful for me to write the assignment in C#, too, so I should do it in Java since I&#8217;ve barely worked in Java before.  Then he went on to say that anyone else, however, that isn&#8217;t familiar with C# can use that over Java.  My classmates started laughing and I had to say &#8220;Damnit, that&#8217;s not what I intended at all!&#8221;  Grumble grumble.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2009/11/07/the-wily-c-shuffle/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>sloppy summing</title>
		<link>http://www.3till7.net/2009/10/20/sloppy-summing/</link>
		<comments>http://www.3till7.net/2009/10/20/sloppy-summing/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 00:55:08 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[math]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=3023</guid>
		<description><![CDATA[Ha ha ha, my sucky summation skills suck slightly less than simply sidestepping summation-solving.  Let me explain:  I had my only midterm last week in algorithms and I thought I did terribly, in part because of how I solved the following summation:  .  That summation came about when solving the recurrence [...]]]></description>
			<content:encoded><![CDATA[<p>Ha ha ha, my sucky summation skills suck slightly less than simply sidestepping summation-solving.  Let me explain:  I had my only midterm last week in algorithms and I thought I did terribly, in part because of how I solved the following summation:  <a href="/wp-content/uploads/2009/10/sum_unsolved.png"><img src="/wp-content/uploads/2009/10/sum_unsolved.png" alt="sum unsolved" title="sum unsolved" width="47" height="50" /></a>.  That summation came about when solving the recurrence <em>T(n) = T(n-1) + 5<sup>n-1</sup>, T(0)=2</em>.</p>
<p>I haven&#8217;t had a calculus class or even a math class in a couple years, so I&#8217;ve forgotten a lot.  I reasoned that 5<sup><em>i</em></sup> is much like <em>i</em>, so surely the solution would be much like <a href="http://upload.wikimedia.org/math/8/e/3/8e3cd67ad9c332f8e4988d37e70b34eb.png">this one</a>.  So I &#8220;solved&#8221; it as:  <a href="/wp-content/uploads/2009/10/sum_bad_solution.gif"><img src="/wp-content/uploads/2009/10/sum_bad_solution.gif" alt="sum bad solution" title="sum bad solution" width="83" height="36" /></a>.  When I got out of the exam and talked it over with classmates, several said they had left the sum in sigma notation, not attempting to simplify it.  I explained my process, feeling all smart, before getting shut down with &#8220;you can&#8217;t do that.&#8221;  Oh, wait&#8230;  Yeah, I guess you can&#8217;t.</p>
<p>However!  Today, I was vindicated because while I did lose one point for my crappy summing skills, the others that left it in sigma notation lost three points for not trying.  So solve those sums, students, and solve them shoddily!  &#8230;All right, enough with the &#8217;s&#8217; stuff.</p>
<p>Oh yeah, and I totally used <a href="http://www.wolframalpha.com/">Wolfram Alpha</a> to generate the images above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2009/10/20/sloppy-summing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how I made my languages professor twitch</title>
		<link>http://www.3till7.net/2009/10/13/how-i-made-my-languages-professor-twitch/</link>
		<comments>http://www.3till7.net/2009/10/13/how-i-made-my-languages-professor-twitch/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:11:35 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=2999</guid>
		<description><![CDATA[Today in programming languages, the professor started going over Lisp.  I was surprised to learn that function names are case insensitive in Lisp, so if you declare a function called incrementAll, you can invoke it by calling INCREMENTALL, incrementall, or any other case variant.  I forgot about this because I&#8217;m not used to [...]]]></description>
			<content:encoded><![CDATA[<p>Today in programming languages, the professor started going over Lisp.  I was surprised to learn that function names are case insensitive in Lisp, so if you declare a function called <code>incrementAll</code>, you can invoke it by calling <code>INCREMENTALL</code>, <code>incrementall</code>, or any other case variant.  I forgot about this because I&#8217;m not used to case insensitive function names in a language, so later when my professor typed <code>incrementall</code> on his laptop, I pointed out that the &#8216;a&#8217; should be capitalized.</p>
<p>Him:  &#8220;Oh, that won&#8217;t matter, it&#8217;s case insensitive.&#8221;<br />
Me:  &#8220;Oh!  &#8230;So it&#8217;s like Visual Basic.&#8221;</p>
<p>That made him cringe a bit, being a language purist and a bit of an open source/Linux zealot to boot.  Visual Basic was the only other language I could think of though where there&#8217;s any kind of case insensitivity, e.g. <code>if <em>expr</em> then</code> is the same as <code>If <em>expr</em> Then</code> in VB.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2009/10/13/how-i-made-my-languages-professor-twitch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>proof by failure of imagination</title>
		<link>http://www.3till7.net/2009/09/15/proof-by-failure-of-imagination/</link>
		<comments>http://www.3till7.net/2009/09/15/proof-by-failure-of-imagination/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 20:37:10 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=2897</guid>
		<description><![CDATA[In programming languages today, someone had to answer this question:
Prove the contention on page 40 that when a CLU iterator terminates, indicating to its parent for loop that there are no more values, the iterator&#8217;s activation record is actually at the top of the stack.
&#8212; Advanced Programming Language Design by Raphael Finkel, p. 61
The guy&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>In programming languages today, someone had to answer this question:</p>
<blockquote cite="Advanced Programming Language Design by Raphael Finkel"><p>Prove the contention on page 40 that when a CLU iterator terminates, indicating to its parent <code>for</code> loop that there are no more values, the iterator&#8217;s activation record is actually at the top of the stack.<br />
&mdash; <a href="http://www.amazon.com/Advanced-Programming-Language-Design-Raphael/dp/0805311912/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1253046920&#038;sr=8-1">Advanced Programming Language Design</a> by Raphael Finkel, p. 61</p></blockquote>
<p>The guy&#8217;s answer wasn&#8217;t the funny part, but he did summarize with something like &#8220;those were the only cases I could think of, and the claim is true for those&#8221;, which led our professor to call his proof a &#8220;proof by failure of imagination.&#8221;  He then told us about another proof by failure of imagination:  intelligent design.  He explained it thus:  &#8220;The universe is too complicated to have just sprung up and I can&#8217;t think of any other explanation, therefore someone must have created it.&#8221;  Ha!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2009/09/15/proof-by-failure-of-imagination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>first graduate classes</title>
		<link>http://www.3till7.net/2009/08/29/first-graduate-classes/</link>
		<comments>http://www.3till7.net/2009/08/29/first-graduate-classes/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 15:51:54 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=2816</guid>
		<description><![CDATA[My first day of graduate classes were Thursday, and I must say having gone through them has made me feel better about this semester overall.  Before Thursday, I had been stressing out because this is my first semester of graduate school and I plan on working 20 hours/week.  Full-time for graduate students is [...]]]></description>
			<content:encoded><![CDATA[<p>My first day of graduate classes were Thursday, and I must say having gone through them has made me feel better about this semester overall.  Before Thursday, I had been stressing out because this is my first semester of graduate school <em>and</em> I plan on working 20 hours/week.  Full-time for graduate students is only 9 hours and I was used to 15 as an undergraduate, but I figured the classes would be much more intense so the fewer credit hours wouldn&#8217;t help much.  However, one of my classes that I was expecting to seem harder doesn&#8217;t seem so bad.  It&#8217;s a software engineering course and though I will have a project in it, the majority of the class looks like reading papers and writing one-page summaries of them.  I&#8217;ve finished one already.</p>
<p>Algorithms looks like my hardest class, and <a href="http://www.amazon.com/Introduction-Algorithms-Second-Thomas-Cormen/dp/0262032937/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1251560630&#038;sr=8-1">the book</a> is ginormous.  (On a side note, when Firefox didn&#8217;t underline &#8220;ginormous&#8221; in red just now, I got quite confused and had to look it up in a dictionary.  That&#8217;s a real bloody word!  I&#8217;m now trying to remember if I knew this at one point or if I&#8217;ve always been under the impression that it was a made-up portmanteau, like &#8216;chillax&#8217;.  Jeez&#8230;)  Programming languages seems like it&#8217;ll be fun; we&#8217;ll have four major programming projects in there, the first involving Python and C, another using ML, one I don&#8217;t know about yet, and the last involving Smalltalk and Java.  For our first homework, we were each assigned one question from the book which we&#8217;ll present in class next week.  I got assigned a small program which I implemented recursively in Ruby very quickly, but unfortunately my professor told me I couldn&#8217;t use recursion because it defeats the point of the problem.  Shucks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2009/08/29/first-graduate-classes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>independent study, a death in the family, and my car</title>
		<link>http://www.3till7.net/2009/01/21/independent-study-a-death-in-the-family-and-my-car/</link>
		<comments>http://www.3till7.net/2009/01/21/independent-study-a-death-in-the-family-and-my-car/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 04:04:48 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[Daily life]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=1819</guid>
		<description><![CDATA[Pfhew, so I&#8217;m back in school and things are more hectic than I figured.  Work at Lexmark has been pretty steady, as I work my 15 hours per week, but the other stuff has been up in the air.  I had a meeting with my professor yesterday to discuss work on the Baby [...]]]></description>
			<content:encoded><![CDATA[<p>Pfhew, so I&#8217;m back in school and things are more hectic than I figured.  Work at Lexmark has been pretty steady, as I work my 15 hours per week, but the other stuff has been up in the air.  I had a meeting with my professor yesterday to discuss work on the Baby Health charity clinic site and instead of getting paid for it, because the clinic can&#8217;t really afford that (they&#8217;ve got kids to provide health care to!), I&#8217;ll be getting 2 hours course credit for it in the form of an independent study course.  That means I can almost drop my Holocaust class, which sounded from the first day like a whole heck of a lot of reading (which I figured), except that would leave me with 11 hours instead of the 12 required to be a full-time student, which I want to be.  So, after poking at my professor about this problem, he suggested another CS professor  sign me up for a second independent study class, and I&#8217;ll do some other project for him.  I feel like I&#8217;m going to be hopping this semester, but at least my class load will be easy&#8230;  Except for senior design, which will involve a big programming project.  Crappo, I need to submit a form allowing that senior design project to count as my final Honors Program project, too.  Anyway, so that&#8217;s what&#8217;s shaking on the class and work front.</p>
<p>In other news, my uncle that I mentioned in the last entry, the one that had cancer, passed away the day after my mom, aunt, and I visited him.  I couldn&#8217;t believe it; none of us could.  I got back in Lexington that day and saw I had a missed call from my brother.  I called him back and he broke the news to me; I was just flabbergasted, because when I had visited my uncle, he looked swollen and seemed weak, but I didn&#8217;t think he looked on the verge of death or anything.  He sat up in bed and talked with us, napped some while we were there, and made jokes like usual.  My aunt thought he looked really swollen since the last time we&#8217;d seen him.  I called Mom after getting off the phone with my brother, and we talked about his death, each of us expressing that we&#8217;d expected my uncle to live for another couple of years, maybe, but certainly not for only a single day more.  His funeral was the following Wednesday and I didn&#8217;t go at my parents&#8217; suggestion; it was a long drive, I had to work, and they reasoned that I had seen him just before he died.  My brother was a pall bearer.  Apparently there were a ton of people at the funeral; he was loved by many.  He was the first of my mother&#8217;s siblings to die, and he was the oldest.</p>
<p>In less depressing news that&#8217;s still bad, my car is acting up again.  It was driving fine, but when I went to start it the other day, I turned the key and&#8230;  nothing.  No engine noises, it doesn&#8217;t turn over at all.  I tried rolling around all my fuses and replacing the fuel injection ones with others that I robbed from less vital features, like my radio and seat heaters.  That didn&#8217;t fix it, and I didn&#8217;t see any obviously messed-up things under the hood.  My dad suggested the battery, so Jon and I removed it and took it inside to let it warm up overnight because it has been ridiculously cold here of late.  When we replaced it, the car still wouldn&#8217;t start, so we hauled the battery in to AutoZone today to have it tested; it tested good.  The next guess is my starter, which for the part alone was around $200 at AutoZone, so I&#8217;m prepared to spend bank again on parts and service getting my car drivable.  I&#8217;m still paying off the last $1,054.36 expense on my credit cards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2009/01/21/independent-study-a-death-in-the-family-and-my-car/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Netflix and alpha-beta pruning</title>
		<link>http://www.3till7.net/2008/12/04/netflix-and-alpha-beta-pruning/</link>
		<comments>http://www.3till7.net/2008/12/04/netflix-and-alpha-beta-pruning/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 00:29:35 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[Daily life]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=1761</guid>
		<description><![CDATA[Nooo, Netflix, why must you torment me??  I got an email from them today saying that Watch Instantly now works fully on Mac, which is good news, even though I was already using the beta, because I figured they&#8217;d have a lot more Watch Instantly content.  I think they do have a lot [...]]]></description>
			<content:encoded><![CDATA[<p>Nooo, Netflix, why must you torment me??  I got an email from them today saying that Watch Instantly now works fully on Mac, which is good news, even though I was already using the beta, because I figured they&#8217;d have a lot more Watch Instantly content.  I think they do have a lot more, too, but they don&#8217;t have the one thing that matters to me:  House, M.D.  Looks like Jessica and I will have to keep chugging through two discs at a time with the week-long wait in between.</p>
<p>I had to meet with my artificial intelligence professor today to do a demo of my checkers project.  The whole idea was to implement the alpha-beta pruning algorithm in a program such that the computer could pick good checkers moves to make against a human opponent, the user.  My alpha-beta didn&#8217;t work so well, but the whole project was worth 250 points, 150 of which were not necessary, but just bonus points.  There&#8217;s some debate over that 250, though:  the project PDF actually states 200 points, with 100 being bonus, but he said in the meeting today 250.  Who knows.  Anyway, he thought the appearance of my program was great, which it ought to have been since I did a Ruby on Rails app and thus I had a web interface to work with; I got the full 50 points that could be won for a nice user interface.  I then got 100 points for having a good heuristic function, and he said I lost 100 points for not having a correct alpha-beta function.  Not having a good &#945;-&#946; function meant that my program was not so intelligent&#8230;  The poor dear often let me win.  :(  However, that left me with 150 points out of 100, so I got an A and some bonus points.  This allows me to skip the final and still get an A in the class, so hot dog!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2008/12/04/netflix-and-alpha-beta-pruning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>differing lectures and a cash prize</title>
		<link>http://www.3till7.net/2008/04/27/differing-lectures-and-a-cash-prize/</link>
		<comments>http://www.3till7.net/2008/04/27/differing-lectures-and-a-cash-prize/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 17:13:13 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[Daily life]]></category>
		<category><![CDATA[academia]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=1532</guid>
		<description><![CDATA[Friday&#8217;s networking lecture was darn near pointless because the professor spent the majority of the time talking about networking topics that he thought were cool, but that aren&#8217;t actually going to be on the final.  He gave a mini-review of what the final might cover, but only because I asked him.  He glossed [...]]]></description>
			<content:encoded><![CDATA[<p>Friday&#8217;s networking lecture was darn near pointless because the professor spent the majority of the time talking about networking topics that he thought were cool, but that aren&#8217;t actually going to be on the final.  He gave a mini-review of what the final <em>might</em> cover, but only because I asked him.  He glossed over the <em>fifteen</em> chapters from which the final will pull questions, mentioning big topics by name only.  All in all, it was a pointless lecture; look, buddy, I don&#8217;t care about whatever whiz-bang technology you&#8217;re trying to tell us about because the final exam is coming up.  I pointed out to him that the class might be better spent going over topics that are relevant to our grades, but he just shrugged it off.</p>
<p>Oppositely, in applicable algebra, I didn&#8217;t mind a bit when my crazy Swedish professor went off-topic from the final.  He started out teaching mathematical theories about juggling, which was a bit dry, but interesting.  He tossed some chalk to illustrate and dropped it all, so I thought he couldn&#8217;t juggle.  I joked with him &#8220;Should you really be breaking all that chalk with the recent budget cuts?&#8221;, so he gave me a few pieces to keep in reserve.  They sat on my desk just fine till a little later when I picked up my drink, against which they&#8217;d been resting, and they rolled off and broke on the floor.  &#8220;Uhh, crap.  We just lost our reserves,&#8221; I said, and he chastised me about how I was supposed to be protecting them.  The whole class was enjoying things:  the lecture, the chalk reserves, him tossing chalk willy-nilly while he scribbled math-based juggling patterns on the board.</p>
<p>Then, however, things got really good:  he pulled out this previously hidden sport bag, from whence he took balls, sticks, juggling batons, and other equipment. He then started to juggle for us, and he was awesome!  One thing he used was crazy:  it was two thin batons with one end on each strung together with a long length of string.  On that string, he balanced what looked like a large thread spool, and he did wild stuff with it.  He flipped it up into the air and caught it, sometimes flipping it across the front of his body, over one leg, and catching it again on the other side of his body.  One juggling trick he did with a ball was to lift a leg really high, throw the ball under his leg, catch it on the other side, and continue juggling.  He tricked us, too, and it took a minute to catch on, then we all laughed:  he juggled two balls with one hand, but he had a third in his other hand and all he did with it was just hold on to the ball while raising and lowering his hand.  It was a good optical illusion with the craziness of the other two flying balls.  All the while he was juggling the various objects, he&#8217;d talk calmly to us.  When we would look amazed at some particular act, he&#8217;d ask as if we were silly &#8220;What do you <em>do</em> at night?&#8221;</p>
<p>Our &#8220;quiz&#8221; in there was a series of questions about why there are so few math majors at UK, if it&#8217;s a boring subject, if the faculty is boring, etc.  I suggested he take his juggling act to local high and middle schools, juggle for them, and teach them the math behind it, too.  His suggested reading list for the summer included about 6 books by Douglas Adams, who he&#8217;s a big fan of.  :)  It was an awesome end to the semester.</p>
<p>As for good news in my life, I won $200 the other night at UK&#8217;s Undergraduate Student Showcase.  I submitted a bioinformatics programming project of mine earlier this semester to a university-wide competition, and I came in second place in the Physical and Engineering Sciences category, as announced at the Showcase.  Now, ask me who got first place.  The answer?  No one!  The judges award first place, etc. based on the merit of the project on its own, not relative to any other entry, so apparently they thought I did only a second-place job.  :P  One category didn&#8217;t even get an honorable mention, which must suck.  Personally, I think it&#8217;s a crock.  My professors and parents have agreed, thinking the school was just being cheap since first place carries a $300 prize.  My dad commented that it&#8217;s nonsensical, since you can&#8217;t have a second place without a first, unless they&#8217;ve come up with a new way of counting.  Ah well, at least the $200 will help with rent and groceries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2008/04/27/differing-lectures-and-a-cash-prize/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>photos of the new place</title>
		<link>http://www.3till7.net/2008/04/21/photos-of-the-new-place/</link>
		<comments>http://www.3till7.net/2008/04/21/photos-of-the-new-place/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 22:16:57 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[Daily life]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[Flickr]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=1531</guid>
		<description><![CDATA[The following are some photos I took today of mine and Jessica&#8217;s new apartment.
Living room:
 
Balcony:

Washer/dryer:

Kitchen:

Dining room:

Bathrooms:
 
Bedrooms:
 
Applicable algebra was awesome today because 1) we had it outside and 2) my professor is crazy.  (This is the crazy Swedish professor I&#8217;ve mentioned before, just to clarify.)  So the class was trooping outside [...]]]></description>
			<content:encoded><![CDATA[<p>The following are some photos I took today of mine and Jessica&#8217;s new apartment.</p>
<div style="float: right; width: 45%; margin-left: 5%">Living room:<br />
<a href="http://www.3till7.net/photo-gallery/album/72157594329257878/photo/2431708255/Indoors-living_room.html" class="broken_link" ><img src="http://farm4.static.flickr.com/3019/2431708255_e84dedb263_s.jpg" alt="living room" /></a> <a href="http://www.3till7.net/photo-gallery/album/72157594329257878/photo/2432520056/Indoors-living_room.html" class="broken_link" ><img src="http://farm3.static.flickr.com/2323/2432520056_22805d48fd_s.jpg" alt="living room" /></a></p>
<p>Balcony:<br />
<a href="http://www.3till7.net/photo-gallery/album/72157594329257878/photo/2432521542/Indoors-balcony.html" class="broken_link" ><img src="http://farm4.static.flickr.com/3163/2432521542_be975808d2_s.jpg" alt="balcony" /></a></p>
<p>Washer/dryer:<br />
<a href="http://www.3till7.net/photo-gallery/album/72157594329257878/photo/2431710793/Indoors-washer_and_dryer.html" class="broken_link" ><img src="http://farm3.static.flickr.com/2111/2431710793_915999f942_s.jpg" alt="washer and dryer" /></a></div>
<p>Kitchen:<br />
<a href="http://www.3till7.net/photo-gallery/album/72157594329257878/photo/2431709623/Indoors-kitchen.html" class="broken_link" ><img src="http://farm3.static.flickr.com/2044/2431709623_558bab61a7_s.jpg" alt="kitchen" /></a></p>
<p>Dining room:<br />
<a href="http://www.3till7.net/photo-gallery/album/72157594329257878/photo/2432520780/Indoors-dining_room.html" class="broken_link" ><img src="http://farm3.static.flickr.com/2072/2432520780_45005b83be_s.jpg" alt="dining room" /></a></p>
<p>Bathrooms:<br />
<a href="http://www.3till7.net/photo-gallery/album/72157594329257878/photo/2432522376/Indoors-my_bathroom.html" class="broken_link" ><img src="http://farm3.static.flickr.com/2109/2432522376_e7d86e8683_s.jpg" alt="my bathroom" /></a> <a href="http://www.3till7.net/photo-gallery/album/72157594329257878/photo/2431709877/Indoors-Jessicas_bathroom.html" class="broken_link" ><img src="http://farm4.static.flickr.com/3116/2431709877_4464f5d113_s.jpg" alt="Jessica's bathroom" /></a></p>
<p>Bedrooms:<br />
<a href="http://www.3till7.net/photo-gallery/album/72157594329257878/photo/2432522706/Indoors-my_bedroom.html" class="broken_link" ><img src="http://farm3.static.flickr.com/2418/2432522706_ccc215184c_s.jpg" alt="my bedroom" /></a> <a href="http://www.3till7.net/photo-gallery/album/72157594329257878/photo/2432521092/Indoors-Jessicas_bedroom.html" class="broken_link" ><img src="http://farm4.static.flickr.com/3117/2432521092_11bb1ae7cd_s.jpg" alt="Jessica's bedroom" /></a></p>
<p>Applicable algebra was awesome today because 1) we had it outside and 2) my professor is crazy.  (This is the crazy Swedish professor I&#8217;ve mentioned before, just to clarify.)  So the class was trooping outside when somehow our professor picked up an extra student, a girl who isn&#8217;t in the class.  We passed a group of girls sitting under a tree and the extra student called to them:</p>
<p>&#8220;Do you know why class is cancelled?&#8221;<br />
&#8220;No&#8230;  What are you doing?&#8221; they replied<br />
&#8220;I don&#8217;t know, this professor just came along and is now insisting that I follow him.&#8221;</p>
<p>Me and my classmates were cracking up at this, of course; our guy knows no bounds.  The lot of us settled under some trees out in the middle of several campus buildings.  He proceeded to lecture us, as we sat in a circle around him, about error correcting codes and their application to the <a href="http://en.wikipedia.org/wiki/Hat_puzzle">hat puzzle</a> with 3 or 7 people.  He asked our extra girl something and she responded with &#8220;This is the weirdest thing I&#8217;ve ever seen,&#8221; I think referring to randomly joining a class rather than the hat problem.</p>
<p>We proceeded to try out our professor&#8217;s suggested strategy for guessing the correct &#8220;hat color&#8221; we were wearing, though in reality he just had other students sit behind the chosen 7 and hold up a card with either 1 or 0 on it, representing white and black hats.  I convinced him that a version of the game should be our Friday quiz, so that should be more fun than a written one.  I also asked the extra girl what her major was:  Spanish.  Our professor brought her into the center of the circle and asked if she understood what was going on; she didn&#8217;t and said she didn&#8217;t even know how to add vectors, which was part of the game.  I can&#8217;t imagine being drug into some random, say, psychology class, which would be way outside my major.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2008/04/21/photos-of-the-new-place/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>art project and varnish</title>
		<link>http://www.3till7.net/2008/04/03/art-project-and-varnish/</link>
		<comments>http://www.3till7.net/2008/04/03/art-project-and-varnish/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 13:00:54 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=1522</guid>
		<description><![CDATA[While using StumbleUpon last night, I found a really neat art project:  The Monster Engine.  The premise to it is &#8220;what would a child&#8217;s drawing look like if it were painted realistically?&#8221;  The result is pretty cool; I particularly enjoy the chomping baseball and this fellow.  All the art shown has [...]]]></description>
			<content:encoded><![CDATA[<p>While using StumbleUpon last night, I found a really neat art project:  <a href="http://www.themonsterengine.com/">The Monster Engine</a>.  The premise to it is &#8220;what would a child&#8217;s drawing look like if it were painted realistically?&#8221;  The result is pretty cool; I particularly enjoy <a href="http://www.themonsterengine.com/art_U_baseball.htm" class="broken_link" >the chomping baseball</a> and <a href="http://www.themonsterengine.com/art_U_hyla.htm" class="broken_link" >this fellow</a>.  All the art shown has both the child&#8217;s version and the artist&#8217;s rendition, and it&#8217;s interesting to see how the child&#8217;s version was rendered in a &#8216;realistic&#8217; fashion, especially since the professional&#8217;s version stays true to the child&#8217;s.</p>
<p>I had a linear algebra test Tuesday and, apparently, she already has them graded and ready to hand back today (one of my classmates texted me last night to tell me this).  I can&#8217;t believe how prompt she is.  She&#8217;s just a grad student, not a professor, and I swear that has something to do with it.  All the professors I&#8217;ve had take maybe a week to return a test or paper, and some are worse than that.  My applicable algebra professor doesn&#8217;t get around to handing back graded quizzes for months; I still think he has some of my quizzes from when I took Calculus IV with him a semester ago.</p>
<p>I&#8217;m going to Jessica&#8217;s house this weekend to relax for a while but also to help her varnish the dining room set we&#8217;re to have in our new apartment.  It&#8217;s a set of table and chairs that have been sitting around her barn for years, but they&#8217;re in good enough condition to still be used, so we&#8217;re going to sand them down and re-varnish them.  I don&#8217;t think I&#8217;ve varnished anything for maybe six years, when I helped my dad sand and varnish a computer desk he made.  Though I try to avoid them, I always end up with runs that dry into hard little lumps that I then have to sand down.</p>
<p>Varnish fascinates me, actually, both because I like its color and also because of how rock hard it gets when it&#8217;s dry.  I think it&#8217;d be infinitely fun to get some ball-shaped mould and fill it with varnish.  I have this idea that it would never really set up, but would instead remain this amorphous blob that I could squish around, so long as I didn&#8217;t break through the outer, solid crust.  Oh, and it would smell horrible, since it would be varnish and all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2008/04/03/art-project-and-varnish/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>here&#8217;s the end of Pages for me</title>
		<link>http://www.3till7.net/2008/03/28/heres-the-end-of-pages-for-me/</link>
		<comments>http://www.3till7.net/2008/03/28/heres-the-end-of-pages-for-me/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 14:15:54 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2008/03/28/heres-the-end-of-pages-for-me/</guid>
		<description><![CDATA[I&#8217;m trying to type a paper about the cinematic features of Alfred Hitchcock&#8217;s Frenzy for one of my classes, and I&#8217;m using Pages to do it.  I&#8217;m typing up my Works Cited page and one line starts with &#8220;1972&#8243; because I&#8217;m citing the DVD of Frenzy I watched, and the movie was released in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to type a paper about the cinematic features of Alfred Hitchcock&#8217;s <em>Frenzy</em> for one of my classes, and I&#8217;m using Pages to do it.  I&#8217;m typing up my Works Cited page and one line starts with &#8220;1972&#8243; because I&#8217;m citing the DVD of Frenzy I watched, and the movie was released in 1972.  Well, Pages thinks it&#8217;s so smart and keeps trying to start the next line with &#8220;1973&#8243;.  I hit enter, it starts the next line with &#8220;1973&#8243;, I hit backspace, it deletes &#8220;1973&#8243; but also takes me back to the end of the previous line.  I tried turning off &#8220;Automatically detect lists&#8221; but that didn&#8217;t fix it.  I tried moving the tab stop over and then deleting &#8220;1973&#8243;, but that didn&#8217;t fix it.  I tried doing &#8220;Shift-tab&#8221; to un-indent and then deleting &#8220;1973&#8243;, but that didn&#8217;t fix it.  I tried hitting enter again after seeing &#8220;1973&#8243; appear, since that usually gets out of a list in word processors, but that just causes another line with &#8220;1974&#8243; to appear.  Basically, I can&#8217;t get it to just give me a single goddamn blank line.  If it&#8217;s going to be as ridiculous as all that, insisting <em>no, user, you&#8217;re too stupid to format things yourself&#8211;this is what you want</em> even after I turn off such &#8220;features&#8221;, then I just have no use for it.  OpenOffice or Microsoft Office, here I come.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2008/03/28/heres-the-end-of-pages-for-me/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>linear algebra suckitude</title>
		<link>http://www.3till7.net/2008/02/21/linear-algebra-suckitude/</link>
		<comments>http://www.3till7.net/2008/02/21/linear-algebra-suckitude/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 15:58:07 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2008/02/21/linear-algebra-suckitude/</guid>
		<description><![CDATA[Watch out, folks, this entry will contain a lot of bitching and moaning.
I got my linear algebra test back this morning and was disgruntled and surprised to find I&#8217;d made a B on it.  I well expected an A because I can totally do row operations and matrix algebra.  On most sections I [...]]]></description>
			<content:encoded><![CDATA[<p>Watch out, folks, this entry will contain a lot of bitching and moaning.</p>
<p>I got my linear algebra test back this morning and was disgruntled and surprised to find I&#8217;d made a B on it.  I well expected an A because I can totally do row operations and matrix algebra.  On most sections I did well, and I got full points on several sections.  I did lose a few points here and there, mostly on definitions because, in my view, so long as I can apply the definition to solve problems, I don&#8217;t care so much about remembering the exact lettering of theorems from the textbook.  I can work with linear transformations, I can find images, I can get an augmented matrix into reduced echelon form, I can make a matrix linearly independent based on some variable, but by God, if I give a geometric description of a span of vectors and leave off saying whether they&#8217;re scalar multiples of each other or not, heaven forbid I get more than 2 points out of 10 on the section.  Hence, I got a damn B on the test, and I have a B as a midterm grade.</p>
<p>It doesn&#8217;t help that on the homeworks, she cares just as much that we write down the question as she does if we solve the problem and solve it correctly.  That reeks of busywork to me, though she says it&#8217;s for our benefit in studying.  Thank you, lady, but I know how to study without having the textbook&#8217;s lengthy instructions on my homework.  So for the first few homeworks when I wasn&#8217;t explicit enough in writing out directions, I lost half a point on nearly every problem.  That hurt my overall homework grade, adding to the problem of getting a B at midterm.</p>
<p>I&#8217;m pretty incensed about this and think it&#8217;s a bitchy, anal way of teaching.  I miss my old numerical methods teacher, who was a darn good lecturer and a fair grader.  I ended up with an A in that class even though I found the material much more difficult than linear algebra has been so far.  Personally, I think a class should be difficult because its subject is more challenging, not because the teacher makes needless demands upon the students.  If she had just given us a practical examination asking for us to apply what we&#8217;ve learned to solving systems of equations, working with matrices, and performing linear transformations, I would have been much more satisfied, but because I didn&#8217;t regurgitate facts from the textbook, my grade suffered.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3till7.net/2008/02/21/linear-algebra-suckitude/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
