<?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>Cool Cherry Cream &#187; Programming</title>
	<atom:link href="http://www.coolcherrycream.com/category/computers/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coolcherrycream.com</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 20:30:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The ancient code was branded</title>
		<link>http://www.coolcherrycream.com/2009/04/18/the-ancient-code-was-branded/</link>
		<comments>http://www.coolcherrycream.com/2009/04/18/the-ancient-code-was-branded/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 16:35:02 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://www.coolcherrycream.com/?p=5219</guid>
		<description><![CDATA[I&#8217;m trying to improve a Jeopardy game I made in Java back in grade 11. It was entirely text based and worked pretty well way back when. Efficient? Definitely not. But it worked. I didn&#8217;t care back then if it ran in order n time or order n squared time. It just ran. And all [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to improve a Jeopardy game I made in Java back in grade 11. It was entirely text based and worked pretty well way back when. Efficient? Definitely not. But it worked. I didn&#8217;t care back then if it ran in order n time or order n squared time. It just ran. And all the improvements I&#8217;ve done don&#8217;t seem to increase its speed at all, but the code is definitely a lot nicer.</p>
<p>Okay, okay! So I should be studying for my computer exam, and using <em>real</em> Java doesn&#8217;t really help me at all with that. Imagine some sort of smug shifty smilie here.</p>
<p>Anyway, I&#8217;m looking for a Java library that has a simple String manipulation method, so I go to Google. I find a person asking on a forum for the exact same thing I&#8217;m looking for. They get pointed to the Javadocs.</p>
<p>Yes, obviously the first place to go. But the original poster replied and said they didn&#8217;t understand the Javadocs. And I remembered&#8230; yes&#8230; there was a time the Javadocs went over my head too. The Javadocs are pretty shitty for beginners. For one, they look soooo booooring! Which doesn&#8217;t at all say anything about the content, but somehow, that just adds to their&#8230; their&#8230; intimidation-ness.</p>
<p>I understand the Javadocs now, for the most part. Unfortunately, the link provided by the poster didn&#8217;t at all help to solve the original poster&#8217;s question, since String doesn&#8217;t actually provide such a method.</p>
<p>I know how it is, having a forum. People ask the <em>same simple questions over and over</em>. Anyone who has run a help forum will inevitably get tired of typing out the same response and just leave a link to the search page or some other generic help page. I get it.</p>
<p>And then, when the original poster replies and says they don&#8217;t understand the previous reply or it wasn&#8217;t what they wanted, the other posters start talking about arrays and delimiters and buffers!</p>
<p>I mean, Christ! *I* don&#8217;t even know what a buffer is. I know it comes up when I want to stream videos and it&#8217;s really annoying and I think you can like buff your car to make it shiny&#8230; but if ***I*** don&#8217;t get what this is, how is some high school kid who is just starting with Java going to understand!?!</p>
<p>And then &#8212; and then! The other posters go on to critique their teacher&#8217;s code and tell them everything that is wrong with it.</p>
<p>Okay. <em>Ooookay</em>. I don&#8217;t remember what my high school teachers&#8217; code looked like, because I couldn&#8217;t tell good from bad then. But I sure as hell know my university teachers do some real dumbass things in their codes. But <em>for good reason</em>! People are <em>learning</em> from this code. They aren&#8217;t learning best practices, they are learning the <em>basics</em>. The example code isn&#8217;t going to cover every special case, because that would unnecessarily complicate it. It isn&#8217;t going to use variable++ because that would be confusing. Sure, it&#8217;s a lot handier than variable = variable + 1, but the long way is easier to understand, considering it looks more like variable = x + y, which they probably are going to use anyway, then why complicate things?</p>
<p>Why are people such assholes? It&#8217;s really not that hard to give someone an import statement and an example of a method call. That&#8217;s all they needed.</p>
<p>And then, suddenly, it all made sense: I was on a Mac fansite. (Ba dum cssh!)</p>
<p>But really. No offense, Mac-ers, but uh, I really hope it&#8217;s just you guys that are assholes and it&#8217;s not everybody, because I don&#8217;t think I could handle that.</p>]]></content:encoded>
			<wfw:commentRss>http://www.coolcherrycream.com/2009/04/18/the-ancient-code-was-branded/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Take it easy</title>
		<link>http://www.coolcherrycream.com/2008/11/05/take-it-easy/</link>
		<comments>http://www.coolcherrycream.com/2008/11/05/take-it-easy/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 00:26:54 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.coolcherrycream.com/?p=2362</guid>
		<description><![CDATA[You know when it&#8217;s the first day of school and you&#8217;re in a new class with a new teacher and he stands up in front of the class and says &#8220;I&#8217;m a pretty easygoing guy. There is only one rule in this classroom&#8221; and all the kids go &#8220;sweet!&#8221; because, hey, only one rule means [...]]]></description>
			<content:encoded><![CDATA[<p>You know when it&#8217;s the first day of school and you&#8217;re in a new class with a new teacher and he stands up in front of the class and says &#8220;I&#8217;m a pretty easygoing guy. There is only one rule in this classroom&#8221; and all the kids go &#8220;sweet!&#8221; because, hey, only one rule means only one way to get in trouble.</p>
<p>&#8220;And that rule is&#8230; respect&#8221; he says, and all the kids go &#8220;huh?&#8221; because that&#8217;s not a rule. That&#8217;s a noun. Well, sometimes a verb. But, just, respect? All the time? Respect? How do you respect? You can&#8217;t just stand there and emit respect: &#8220;what are you doing?&#8221; &#8220;I&#8217;m respecting!&#8221;.</p>
<p>But then he goes on to say &#8220;respect your peers, respect your teacher, and respect yourself&#8221; and all the kids go &#8220;laaame, that&#8217;s <em>three</em> rules, bucko&#8221;.</p>
<p>Well, it&#8217;s in that way that I have only one belief about the way computers should work; my mom should be able to use it.</p>
<p>Sounds pretty simple, right? But of course, that comes with all kinds of caveats and legal mumbo jumbo like:</p>
<ol>
<li>It should not break.</li>
<li>It should be predictable.</li>
<li>It should not use technical terms.</li>
<li>It should not assume.</li>
<li>It should be efficient.
<ol>
<li>It should not take a long time to load.</li>
<li>It should remember the user&#8217;s input.</li>
</ol>
</li>
<li>It should be secure.</li>
<li>&#8230;</li>
</ol>
<p>And so on and so on, and somehow, all of these things fit under the umbrella of &#8220;my mom can use it&#8221;.</p>
<p>I&#8217;ve discovered, over the past sometime &#8212; not necessarily due to university, moreso what I do on my own &#8212; what I like to do with computers. I like data. I like analyzing data, aggregating it. If I make you a program where you input stuff, I&#8217;m going to want to count it up and give you totals and averages and standard deviations. I&#8217;m also going to want to standardize it so that you don&#8217;t have some phone numbers that use brackets and others that use dashes, they are all going to look the same (I&#8217;m actually partial to (123) 456-7890 for display purposes, but 123-456-7890 has grown on me, if only because it&#8217;s easy to separate the strings).</p>
<p>More importantly though, is that any programs I make should be easy to use. If I can automatically do anything instead of having you enter it, that&#8217;s great, because, let&#8217;s face it, the user sucks at entering stuff (and entering it <em>correctly</em>). I&#8217;m also super pissed nowadays when I try to click on the text beside a checkbox or radio button and it doesn&#8217;t select it. I never used to be, but now that I know what a &lt;label&gt; is, I expect everyone to use it. Clicking in a little tiny box is hard work, people.</p>
<p>One of the things that has contributed to this is using Linux. Linux is great; it&#8217;s nice to be able to go in and use the terminal or see a program&#8217;s source code and figure out what&#8217;s going on. The flaw with Linux though is that you shouldn&#8217;t <em>have</em> to. Using the terminal makes me feel smart, but if there&#8217;s a GUI that does the same thing, I&#8217;m going to use it. Unfortunately, there sometimes isn&#8217;t a GUI alternative, and that&#8217;s no good. Regular people will not touch the terminal with a twenty lightyear pole. Regular people want their&#8230; they want their&#8230; they want their G-U-Is. *I* want my GUIs. Just as a programmer, if I can do something to make the user&#8217;s job easier, I&#8217;ll do it. As a user, I want to programmer to think that way and do it for me.</p>
<p>So accessibility. Accessibility and data are what I&#8217;m about. Pretty boring sounding things, but I&#8217;m a pretty boring sounding person.</p>]]></content:encoded>
			<wfw:commentRss>http://www.coolcherrycream.com/2008/11/05/take-it-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long legs and burgundy lips</title>
		<link>http://www.coolcherrycream.com/2008/09/17/long-legs-and-burgundy-lips/</link>
		<comments>http://www.coolcherrycream.com/2008/09/17/long-legs-and-burgundy-lips/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 01:53:17 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[feminism]]></category>

		<guid isPermaLink="false">http://www.coolcherrycream.com/?p=2270</guid>
		<description><![CDATA[Today I had my first computer science tutorial. Tutorials are different from lectures in that they are conducted by a grad student and not a professor. He explained that a tutorial is basically a cross between a lecture and a lab. A lecture is where you sit for an hour and take notes and a [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had my first computer science tutorial. Tutorials are different from lectures in that they are conducted by a grad student and not a professor. He explained that a tutorial is basically a cross between a lecture and a lab. A lecture is where you sit for an hour and take notes and a lab is where you have a computer in front of you and you program. At least, I think that&#8217;s what a lab is, as I have my first one tomorrow.</p>
<p>Today&#8217;s tutorial was on installing the <acronym title="Java Development Kit">JDK</acronym> and <acronym title="Java Runtime Environment">JRE</acronym> and IDE and all those crazy acronyms for Java. So pretty boring.</p>
<p>It kind of sucks, changing IDEs every year. In Grade 10 it was Visual Basic, so it was basically a totally separate course. Then in grade 11 it was Ready to Program Java, which wasn&#8217;t even real Java. Grade 12 was Eclipse, and now they want me to switch again and use JCreator.</p>
<p>And you know, I would. It looks basically the same as Eclipse. Pretty straightforward.</p>
<p>But guess what? No workie on Linux. Big surprise there.</p>
<p>Now, maybe I&#8217;m just a complete moron, but the guy was going on about how if you&#8217;re going to use Eclipse or some other IDE, you should come in early and try it in JCreator before handing it in to make sure it works.</p>
<p>Umm&#8230; hello? This is Java. It&#8217;s a .java file. A .java file will do the same thing whether it&#8217;s in Eclipse or JCreator or Dr. Java or anything. That&#8217;s what Java&#8217;s about, being cross-platform and portable and all that, right? Like, if I make a JPEG file on Photoshop and have to hand it in to someone who only uses Microsoft Paint, I don&#8217;t need to test it in Paint first. It just works. Now, of course, I couldn&#8217;t hand in a .psd file to someone using Paint, and that&#8217;s understandable. But .java files are universal. Right? &#8230;right?!</p>
<p>Anyway, we had a lot of time left at the end of class, so the guy says he&#8217;s going to show us a video on cheating from &#8220;Mystery Science Theatre 3000&#8243; and I&#8217;m like &#8220;hellll yeah!&#8221;. Funnily enough, I&#8217;d seen the original non-<acronym title="Mystery Science Theatre">MSTK</acronym> version of it before. But yeah, that&#8217;s pretty awesome, watching <acronym title="Mystery Science Theatre">MSTK</acronym> in university. During class. In a lecture hall. On a big screen. On YouTube. <em>Sweet</em>.</p>
<p>I hurried on down to the cafeteria to get dinner before they closed. As I was waiting in line, I heard two guys behind me talking about a tutorial and about how one of them was &#8220;asleep for the first ten minutes&#8221; and that they &#8220;just watched videos&#8221;. And I was like &#8220;hmm! Sounds familiar!&#8221;. And then when they said how there were quite a few girls in the class, I was like &#8220;bingo. ComSci students&#8221;.</p>
<div class="conversation">
<p>&#8220;Oh yeah, there were a lot more than I expected.&#8221;</p>
<p>&#8220;Two or three of them were pretty hot, too.&#8221;</p>
<p>&#8220;I know, I was like &#8216;what are <em>you</em> doing here?&#8217;&#8221;</p>
<p>&#8220;Yeah, you should be like, cooking or something.&#8221;
</p></div>
<p>I get that that last part was a joke, and I have no problem with that. And they way they said &#8220;what are <em>you</em> doing here?&#8221; was more just a surprised comment than a &#8220;you shouldn&#8217;t be here&#8221; comment.</p>
<p>But still, I was like, whoa. Sexist, much?</p>
<p>And then I realized&#8230; that&#8217;s exactly what *I* thought at my first ComSci class. If I&#8217;m standing outside of the math or computer lecture hall and there&#8217;s a girl there, my immediate reaction is &#8220;uh oh&#8230; is this the right class?&#8221;. And god forbid she be a <em>pretty</em> girl. &#8220;Oh shit, what time is it? This class <em>does</em> start at 12, right? Maybe she&#8217;s waiting for another class. Is this even the right room number? Where&#8217;s my schedule?&#8221;</p>
<p>I can&#8217;t blame them though, I&#8217;m not gonna be a hypocrite. Facts are facts, there&#8217;s no disputing that girls and computers normally do not mix. And <em>pretty girls and computers</em>? Is that even <em>possible</em>? Those two dudes speak the truth, even if it&#8217;s not politically correct.</p>
<p>And you know? I look at these other girls in my math and computer classes and I wonder why they&#8217;re here. Do they <em>really</em> like computers? Or do they just like making MySpace layouts?</p>
<p>But it&#8217;s not just the girls. I can&#8217;t seriously believe that these 100 or so guys taking computer science enjoy doing this too. They like downloading MP3s on LimeWire and playing WoW. Do they really want to be in computer science, or did they just think this was going to be a fun and easy major?</p>
<p>One of the kids asked if we&#8217;d learn any hacking in computer science. The answer was obviously no. And I mean, seriously. Even if they <em>did</em> offer classes in hacking, that&#8217;s just not cool. You don&#8217;t learn hacking like that.</p>
<div class="conversation">
<p>0 RLY? \/\/h3r3 u l34r/\/ h4x?</p>
<p>/\/\r 5k1/\//\/3r, /\/\y 319h7h 9r4d3 3/\/9l15h 734ch3r
</p></div>
<p>Learning to hack is like learning to be a ninja. They cant&#8217;t teach you that in school.</p>
<p>And what&#8217;s with everybody &#8220;r we gunna be learning c++? i wanna lern c++! lets do c++!&#8221;. I remember in high school someone asked me what programming languages I knew.</p>
<div class="conversation">
<p>&#8220;Do you know C++?&#8221;</p>
<p>&#8220;No.&#8221;</p>
<p>&#8220;Oh, you should learn C++.&#8221;
</p></div>
<p>Now, I&#8217;ve never actually used C++ (or C or C# or&#8230;) myself. I think I tried to get it to work in Eclipse once, but gave up. But when I hear C++, I always think of this little quote:</p>
<blockquote><p><strong>C++ is like teenage sex:</strong></p>
<ul>
<li>It&#8217;s on everyone&#8217;s mind all the time.</li>
<li>Everyone talks about it all the time.</li>
<li>Everyone thinks everyone else is doing it.</li>
<li>Almost no one is really doing it.</li>
<li>The few who are doing it are
<ul>
<li>doing it poorly;</li>
<li>sure it will be better next time;</li>
<li>not practicing it safely.</li>
</ul>
</li>
</ul>
</blockquote>
<p>Anyway, I&#8217;m getting off topic. I&#8217;m trying to come up with a story that I can tell when people ask me if I&#8217;m taking computer science and I&#8217;ll be like &#8220;pshaw, like, no way&#8221;. Because being one of like two or three girls in a class is cool, but one of ten is not the same. I&#8217;m not special much.</p>
<p>Also, I want to be an astronaut.</p>
<p>Because seriously:</p>
<div class="conversation">
<p>&#8220;And what do you do?&#8221;</p>
<p>&#8220;I&#8217;m a doctor.&#8221;</p>
<p>&#8220;Oh, that is certainly pleasant. And you?&#8221;</p>
<p>&#8220;I&#8217;m a guitarist.&#8221;</p>
<p>&#8220;That is impressive, indeed. And what do you do?&#8221;</p>
<p>&#8220;Me? I&#8217;m an astronaut.&#8221;</p>
<p>&#8220;&#8230;You win one internets, sir. Congratulations.&#8221;
</p></div>
<p>Like seriously. What is cooler than being an astronaut? Nothing. You just can&#8217;t top it.</p>]]></content:encoded>
			<wfw:commentRss>http://www.coolcherrycream.com/2008/09/17/long-legs-and-burgundy-lips/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Not a trace of doubt in my mind</title>
		<link>http://www.coolcherrycream.com/2008/07/20/not-a-trace-of-doubt-in-my-mind/</link>
		<comments>http://www.coolcherrycream.com/2008/07/20/not-a-trace-of-doubt-in-my-mind/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 18:49:34 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Contemplative]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://www.coolcherrycream.com/?p=1445</guid>
		<description><![CDATA[I sometimes rather hate how thinking about one thing leads to thinking about another.
My dad was talking about getting me an iPod, which is pretty awesome. But then I looked up iPods and thought, well, first of all, that the Apple site sucks: &#8220;Which iPod are you? Are you the 1 GB one or the [...]]]></description>
			<content:encoded><![CDATA[<p>I sometimes rather hate how thinking about one thing leads to thinking about another.</p>
<p>My dad was talking about getting me an iPod, which is pretty awesome. But then I looked up iPods and thought, well, first of all, that the Apple site sucks: &#8220;Which iPod are you? Are you the 1 GB one or the 80 GB one? Are you the 2&#8243; screen or the 3&#8243; screen? Are you $199 or $249?&#8221;</p>
<p>Why do you have four different types of iPods? It&#8217;s not called the &#8220;iPod shuffle&#8221; because it&#8217;s 1 GB. It&#8217;s not called the &#8220;iPod touch&#8221; because it has a 3&#8243; screen. It&#8217;s called shuffle because, presumably, it shuffles. But the Apple site doesn&#8217;t tell me this. It just gives me the numbers. Which are nice to have. But I also want to know what FEATURES make the damn thing different from the iPod classic!</p>
<p>And I got to thinking, you know? There&#8217;s not going to be one iPod that&#8217;s right for me. I have 10 GB of music. So, obviously, I should get the $399 16 GB iPod touch. But why the <em>fuck</em> would I do that when I could get a 80 GB iPod classic for only $249?</p>
<p>The so-called &#8220;features&#8221; of each iPod are incredibly lame. &#8220;I&#8217;m tiny and I don&#8217;t have a screen!&#8221; &#8220;I&#8217;m tiny and I have a screen!&#8221; &#8220;I&#8217;m huge and I have a screen&#8230;&#8230;&#8230;. that you can <em>TOUCH</em>!&#8221;</p>
<p>I don&#8217;t want an iPod. I want an MP3 player that will hold at least 10 GB and plays MP3s. I want it to have a screen to tell me what&#8217;s playing, a play and pause and next and back and shuffle button. That&#8217;s fucking <em>all</em>.</p>
<p>I don&#8217;t need video, I don&#8217;t need photo, and I don&#8217;t need no stinkin&#8217; web browsing. I just want a music player. One that does what *I* want it to do.</p>
<p>And how do you get something to do what you want it to do?</p>
<p>You make it yourself.</p>
<p>&#8220;What, you mean, Google &#8216;how to make an mp3 player&#8217;? Come on now, Jenny. No one will have a site like that!&#8221;</p>
<p>Surprisingly, there are quite a few sites like that. I found one on (shudder) Digg, where the comments basically consisted of people calling it ghetto.</p>
<p>Excuse me? Wasn&#8217;t Digg supposed to be the all techy news community? I thought this thing was fucking awesome. &#8220;What&#8217;s that circuit board with wires hanging out of it you&#8217;re holding?&#8221; &#8220;Oh, it&#8217;s an MP3 player&#8230; that I built <em>myself</em>.&#8221;</p>
<p>How is that not cool?</p>
<p>I did a bit more reading about these various <acronym title="Do-It-Yourself">DIY</acronym> mp3 players, and as long as there&#8217;s one of them that lets me modify the coding for it, then I&#8217;m fine with that. That&#8217;s all I want. Unfortunately, more reading tells me that this is an &#8220;advanced project&#8221; for someone who&#8217;s been soldering for years. Well, I&#8217;ve soldered about two or three times two years ago&#8230; does that count?</p>
<p>So then &#8212; this is where I finally start thinking about that other thing that I mentioned that I didn&#8217;t want to think about &#8212; I think, &#8220;well, why can&#8217;t I take some more engineering courses in university as electives?&#8221;.</p>
<p>Oh yeah. Because Brock doesn&#8217;t <em>have</em> computer engineering.</p>
<p>Why did I pick Brock? Because it was the only school around here that would accept me into the CS program without taking the advanced calculus (or science) course.</p>
<p>That makes me feel real good about the quality of education I&#8217;m going to get.</p>
<p>What was the other reason? Oh yeah, it was cheap. And I get to do co-op.</p>
<p>I don&#8217;t <em>really</em> want to do co-op. I&#8217;m just doing it to pay for university. I&#8217;d rather be at school all year &#8217;round, in class, doing useless assignments rather than working. I&#8217;m hoping I get to work at some place that is actually <em>fun</em> to work at and where I&#8217;ll actually be programming and not really feeling like I&#8217;m doing any work, but I&#8217;m fairly certain that ain&#8217;t gonna happen.</p>
<p>I&#8217;m just feeling less and less sure about choosing Brock lately. I&#8217;ve always known it&#8217;s had a reputation as the &#8220;stupid&#8221; school, and with that comes the partiers and all that kind of stuff I&#8217;m not too fond of.</p>
<blockquote><p><strong>How many Brock students does it take to change a light bulb?</strong><br />
Seven. One to change the bulb and six to throw a party because he didn&#8217;t screw it in upside down this time.</p></blockquote>
<p>I&#8217;m even more grateful now that I don&#8217;t have a double room after seeing this wall post on the Facebook group for my residence:</p>
<blockquote><p>msg me if yo are a rommate i&#8217;m sorry im hammreed.</p></blockquote>]]></content:encoded>
			<wfw:commentRss>http://www.coolcherrycream.com/2008/07/20/not-a-trace-of-doubt-in-my-mind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zubatman to the rescue!</title>
		<link>http://www.coolcherrycream.com/2008/05/29/zubatman-to-the-rescue/</link>
		<comments>http://www.coolcherrycream.com/2008/05/29/zubatman-to-the-rescue/#comments</comments>
		<pubDate>Thu, 29 May 2008 20:15:24 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Creative Writing]]></category>
		<category><![CDATA[Pokemon]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Yearbook]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://www.coolcherrycream.com/?p=1406</guid>
		<description><![CDATA[Okay, so I missed posting yesterday. I was planning on it and I even had a specific topic in mind, but I&#8230; got distracted. And so, today I shall bring you not only one, but TWO posts! Well, actually, only one post, but focusing on two different things.
Yearbook class is slacking class. Nobody does much [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so I missed posting yesterday. I was planning on it and I even had a specific topic in mind, but I&#8230; got distracted. And so, today I shall bring you not only one, but TWO posts! Well, actually, only one post, but focusing on two different things.</p>
<p>Yearbook class is slacking class. Nobody does much of anything anymore. Well, no one did much of anything in the first place, but even less so now that school is almost over. Yesterday, Ryan was explaining 1337 speak to our teacher, who then said he was going to write the exam entirely in 1337 speak. Someone remarked that probably 80% of our class would still be able to understand it. Pretty good estimate, if you aren&#8217;t counting the people who won&#8217;t bother to show up for the exam (I, sadly, am in the majority here).</p>
<p>Anyway, what I mean to say is, we&#8217;re a big bunch of nerds. Nerds like to game, and in these days of high technology, gaming is portable, and what better to do in Yearbook class than game? There are usually four or so kids sitting around the table, playing and battling and yelling &#8220;zeta slow!&#8221;. I started to feel left out with all these people around me playing their Nintendo DS&#8217;s, so I did something about it. I brought my GameBoy Color.</p>
<p>I never did manage to catch &#8216;em all on &#8220;Pokemon Crystal&#8221;, so now I&#8217;m determined to do just that (104 and counting! Yesss!). It&#8217;s become such a part of me that now, not only am I playing during study halls and during lunch and during Yearbook (I never realized how much wasted time there is at school), but I come home and start playing again! It was supposed to just be something to do when there is nothing to do, but now I&#8217;m doing it for fun!</p>
<p>And when I&#8217;m not playing, I&#8217;m on <a href="http://www.bulbapedia.org/">Bulbapedia</a>, trying to figure out which Pokemon I should use as my six and which moves I should teach them and where to find all those items I never picked up.</p>
<p>It&#8217;s also been surprising educational. I&#8217;m terrible with wikis; I&#8217;ve fallen into the trap of <a href="http://www.wikipedia.org/">Wikipedia</a> and <a href="http://www.lostpedia.org/">Lostpedia</a> many a time, so obviously I wasn&#8217;t immune to this one. Turns out MissingNo. <em>was</em> real, and turns out there actually were glitches that would allow you to catch Mew! <em>And</em> it turns out that many of those &#8220;go here, talk to this person 99 times, then walk here, then press this&#8230;&#8221; stories I used to read about actually were true. I always thought those long processes were ridiculous, because why would they make you do all those crazy things to get a Pokemon/item/whatever? I didn&#8217;t know anything about programming (and apparently still don&#8217;t know anything about programming <em>glitches</em>), so none of that seemed reasonable.</p>
<p>But now, reading about how the Old Man trick works, I can see the logic in it. Another neat programming thing I read was about how Pokemon retain their &#8220;shininess&#8221; or alternate colouring when traded back and forth between the old Red/Blue/Yellow version and the newer Gold/Silver/Crystal versions, when RBY didn&#8217;t have this feature. A Pokemon is shiny if its stats (attack, defense, etc) match a certain number. So basically:</p>
<p><code>
<pre>if(speed = 10 &#038;&#038; defense == 10 &#038;&#038; special == 10 &#038;&#038; attack == 10)
     shiny = true;</pre>
<p></code></p>
<p>I thought that was pretty cool. I&#8217;d much rather be playing Pokemon right now, but I will finish this post and will work on my Creative Writing poem.</p>
<p>Which brings me to my next topic: Creative Writing. Ahhh. So, remember the old <a href="/2008/05/21/i-wont-back-down/">poem analysis assignment on a poem and author that turn up no results in Google</a>? As suspected, I did do the assignment on my own, but that was no big deal.</p>
<p>What <em>was</em> a big deal was the day after that post, I approached the teacher for help. I explained my situation (there&#8217;s nothing on the poem, there&#8217;s multiple people who could have written it) and asked if she had any information on the poem or author or knew what I could do. So what did she tell me? &#8220;Just look deeper and you&#8217;ll find it&#8221;.</p>
<p>Translation: &#8220;I don&#8217;t know either&#8221;. If you don&#8217;t know something, just admit it. Seriously!</p>
<p>Luckily, her lack of knowledge on the subject she&#8217;s teaching came in handy for me. There were two people who may have written the poem, one was a translator, the other a comic book writer. It was probably the translator. But on a whim, I decided it was the comic book writer. That&#8217;s a much more exciting profession, don&#8217;t you think? It also makes for a much more interesting analysis.</p>
<p>This poem, like I said, was very short, very non-specific. &#8220;Poetry is all about your interpretation&#8221;, the teacher had said, so I went and took this as far as I possibly could. This poem, which talks about birds and trees and wind and poems, I spun around into an extended metaphor, comparing writing a poem to creating a superhero. &#8220;Lighter than air&#8221; the poem read. I read this as &#8220;faster than a speeding bullet!&#8221; (hey, they both use &#8220;than&#8221;!). There were two lines that were nearly identical, talking about a bird, then a tree, and then the third line changed it up and talked about a poem. I took this to mean &#8220;it&#8217;s a bird, it&#8217;s a plane&#8230; it&#8217;s Superman!&#8221;.</p>
<p>All this, I stood in front of the class today and said with a straight face.</p>
<p>And the best part? She accepted it! And possibly even &#8212; dare I say? &#8212; <em>believed</em> it. When I was done, she asked me a question about the author&#8217;s background, and I summarized the opening paragraph of his page on Wikipedia, which was all the research I did when I learned there was nothing more to learn. That seemed to be enough. She asked what I learned from the poem and I just restated the bit about it being an extended metaphor in different words. &#8220;Well, comic books are seen as like, not very&#8230; mature&#8230; and poems are more, like&#8230; deep and stuff&#8230;&#8221; I said. Deep&#8230; and stuff. Very concise, Jenny.</p>]]></content:encoded>
			<wfw:commentRss>http://www.coolcherrycream.com/2008/05/29/zubatman-to-the-rescue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carve your number on my wall</title>
		<link>http://www.coolcherrycream.com/2008/02/11/carve-your-number-on-my-wall/</link>
		<comments>http://www.coolcherrycream.com/2008/02/11/carve-your-number-on-my-wall/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 02:48:27 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Strange]]></category>
		<category><![CDATA[idea]]></category>

		<guid isPermaLink="false">http://www.coolcherrycream.com/2008/02/11/carve-your-number-on-my-wall/</guid>
		<description><![CDATA[Had a fantastic idea.
Whenever I want to make a program but don&#8217;t know where to start, I&#8217;ll have a shower and think about it. Unfortunately, once I return to the computer, I realize I&#8217;d forgotten to think about it.
However, with my new invention, you can program all you want while in the shower!
Okay, okay, so [...]]]></description>
			<content:encoded><![CDATA[<p>Had a fantastic idea.</p>
<p>Whenever I want to make a program but don&#8217;t know where to start, I&#8217;ll have a shower and think about it. Unfortunately, once I return to the computer, I realize I&#8217;d forgotten to think about it.</p>
<p>However, with my new invention, you can program all you want while in the shower!</p>
<p>Okay, okay, so you can&#8217;t actually compile and run the program, because installing something like that would introduce some safety issues. However, you can do it the old fashioned way &#8212; on paper! Well, technically, on the shower walls, which will act as this thing I&#8217;ve heard of called &#8220;paper&#8221;. You will have this tool called a &#8220;marker&#8221; &#8212; which come in many different colours, so you can have colour-coded syntax! &#8212; and you can &#8220;write&#8221; with it, which is somewhat like typing.</p>
<p>Personally, I&#8217;m not the greatest at visualizing code in my mind, but actually being able to <em>see</em> it in front of me would be awesome. And then, when you&#8217;re done, you just wash it off with plain old water from the shower!</p>
<p>Of course, there&#8217;s the old saying &#8220;to do two things at once is to do neither&#8221;. By this logic, my product would result in some faulty programming and some unclean people. But this defines most programmers in the first place, so I don&#8217;t see a problem with it.</p>
<p>Off to the patent office now&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://www.coolcherrycream.com/2008/02/11/carve-your-number-on-my-wall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Might as well leap</title>
		<link>http://www.coolcherrycream.com/2008/01/31/might-as-well-leap/</link>
		<comments>http://www.coolcherrycream.com/2008/01/31/might-as-well-leap/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 01:28:51 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Contemplative]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Strange]]></category>
		<category><![CDATA[numerology]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.coolcherrycream.com/2008/01/31/might-as-well-leap/</guid>
		<description><![CDATA[A little while ago, I was doing a bit of delving into numerology. There&#8217;s this one thing called &#8220;birth mates&#8221;, which are people who follow the same life path as you.
To find your birth mates, you take the letters of your birth date and split them up into single numbers, so I would have 1-2-3-1-8-9 [...]]]></description>
			<content:encoded><![CDATA[<p>A little while ago, I was doing a bit of delving into numerology. There&#8217;s this one thing called &#8220;birth mates&#8221;, which are people who follow the same life path as you.</p>
<p>To find your birth mates, you take the letters of your birth date and split them up into single numbers, so I would have 1-2-3-1-8-9 for December 31, 1989 (not including the 19 in 1989, however). So, when you add those numbers up, you get 24: my &#8220;life path&#8221; number. Anyone else whose numbers add up to this will have the same &#8220;life path&#8221;, and will supposedly often have similar life experiences as me.</p>
<p>I was given a short list of people who share my &#8220;life path&#8221;: Andy Warhol, Ashton Kutcher, Hugh Grant, Jerry Seinfeld, Jesse James, John F. Kennedy, Julia Roberts, and Natalie Portman, among others. And while there are some big names there, I didn&#8217;t feel there was anyone I particularly <em>liked</em>, meaning no musicians. And I understand such obscure, insignificant people as David Lee Roth won&#8217;t be on their list (sorry Dave, it was sarcasm, I swear), so I&#8217;ll have to go searching for my musician mates.</p>
<p>But sigh, how tedious! Going to everyone&#8217;s Wikipedia and calculating their numbers? Why can&#8217;t I just have a big list of birthdays and then see everyone who has that birthday, rather than checking several people who will mostly not match my numbers? Well, because they don&#8217;t give me one, that&#8217;s why.</p>
<p>But ah, I am a <em>programmer</em>! A challenge? I&#8217;ll take it!</p>
<p>And so I did. It was quite simple, actually, except for a little substring(0) which should have been substring (0, 1) silliness. Anyway, I am the proud owner of over 1681 other potential birth mates.</p>
<p>In my quest to perfect my program, and therefore to make sure non-existent February 29ths didn&#8217;t show up, I learned a bit about leap years. Sure, everyone knows we have a leap year every four years, but who knew that it wasn&#8217;t even 100 years, but only every 100 years that are divisible by 400?</p>
<p>Therefore, as we have all experienced (assuming my readership is mostly over eight years old &#8212; fuck, has it been that long already? (I apologize to the under eight year olds for my use if profanity, if you are, in fact, here)), 2000 was a leap year. But, 1900, as some of you <em>very</em> older folks might have experienced, was not.</p>
<p>So this got me to thinking &#8212; we all had an extra day, whereas most people passing the millennium mark don&#8217;t.</p>
<p>Which means, even though there probably weren&#8217;t any people living that long around the 1900 year mark, our old people are older than past old people were and future old people will be (at least until the next 400 mark).</p>
<p>Does this make any sense?</p>
<p>A person born on January 1, 2000 at 12:00 AM and died on January 1, 2100 at 12:00 AM will have been exactly 100 years old on the date of their death, and would have seen 25 February 29ths. A person born on January 1, 2100 at 12:00 AM and died on January 1, 2200 at 12:00 AM would also be exactly 100 years old on the date of their death, but would have only seen 24 February 29ths.</p>
<p>So although we consider these two people to have been the same age at their death, the first person is actually older by a day!</p>
<p>What an epiphany!</p>
<p>Update: And thanks to my genius programming skillz, I have also found that my birth mates include at least three of my friends on Facebook who I don&#8217;t think are very similar, John Deacon (Queen), Paul Rodgers (Free), John Fogerty (<acronym title="Creedence Clearwater Revival">CCR</acronym>), Allen Collins (Lynyrd Skynrd), Gilby Clarke (Guns &#8216;N Roses), Phil Rudd (AC/DC), Marky Ramone (Ramones), Cass Elliot (Mamas and Papas), Freddie Mercury (come on!), and&#8230; Pete Townshend! Pretty sweet.</p>
<p>Also the guy that invented the Internet!</p>
<p>Oh yeah, and Flavor Flav.</p>
<p>And Paula Abdul.</p>]]></content:encoded>
			<wfw:commentRss>http://www.coolcherrycream.com/2008/01/31/might-as-well-leap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve got every permutation, every code, and every pin</title>
		<link>http://www.coolcherrycream.com/2008/01/10/ive-got-every-permutation-every-code-and-every-pin/</link>
		<comments>http://www.coolcherrycream.com/2008/01/10/ive-got-every-permutation-every-code-and-every-pin/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 00:10:35 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[The Rolling Stones]]></category>

		<guid isPermaLink="false">http://www.coolcherrycream.com/2008/01/10/ive-got-every-permutation-every-code-and-every-pin/</guid>
		<description><![CDATA[First off, who ever knew there was a song with the word &#8220;permutation&#8221; in it?! That&#8217;s kinda&#8230; hot.
But the actual issue I chose to write about today was programming, for that&#8217;s what I&#8217;ve been spending most of my time doing lately. I&#8217;m writing the code for a Battleship program for my com sci course (I [...]]]></description>
			<content:encoded><![CDATA[<p>First off, who ever knew there was <a href="http://www.lyricwiki.org/The_Rolling_Stones:Keys_To_Your_Love">a song</a> with the word &#8220;permutation&#8221; in it?! That&#8217;s kinda&#8230; hot.</p>
<p>But the actual issue I chose to write about today was programming, for that&#8217;s what I&#8217;ve been spending most of my time doing lately. I&#8217;m writing the code for a Battleship program for my com sci course (I love how cool I sound when I say that&#8230; <em>com sci</em>), and now I&#8217;m past the &#8220;where the hell do I start?&#8221; stage, so it&#8217;s actually fun.</p>
<p>The issue I want to write about, however, is variables. A dilemma <em>I</em> often face, and I&#8217;m sure many other programmers do as well, is naming variables. On one hand, I want them to make sense. I want to be able to look at this program in a few months and still know what the hell I was trying to do. And although no other programmers are really looking at my code, this is often cited as a reason for proper variable names, so I feel like saying that as well.</p>
<p>But on the other hand, sometimes I just feel like being really <em>wild</em> and naming a variable, say&#8230; Bill! Or George!</p>
<p>More often than not though, the logical side of me takes over and says, &#8220;no, <em>no</em> having fun. You&#8217;re programming. You&#8217;re getting way too much pleasure from this already, you sick, sick person&#8221;.</p>]]></content:encoded>
			<wfw:commentRss>http://www.coolcherrycream.com/2008/01/10/ive-got-every-permutation-every-code-and-every-pin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a program</title>
		<link>http://www.coolcherrycream.com/2007/08/22/writing-a-program/</link>
		<comments>http://www.coolcherrycream.com/2007/08/22/writing-a-program/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 05:14:39 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Van Halen]]></category>
		<category><![CDATA[fangirl]]></category>

		<guid isPermaLink="false">http://www.coolcherrycream.com/2007/08/22/writing-a-program/</guid>
		<description><![CDATA[I would say I have fairly advanced knowledge of HTML and CSS. Learned some Visual Basic (though now mostly forgotten), Java (ish), and Turing in school. Done a lot of PHP and MySQL this summer, and I know a little Javascript.
But if I want to write a program &#8212; a real program &#8212; how do [...]]]></description>
			<content:encoded><![CDATA[<p>I would say I have fairly advanced knowledge of HTML and CSS. Learned some Visual Basic (though now mostly forgotten), Java (ish), and Turing in school. Done a lot of PHP and MySQL this summer, and I know a little Javascript.</p>
<p>But if I want to write a program &#8212; a <em>real</em> program &#8212; how do I go about doing this? I mean, I&#8217;m just lost. What language am I writing in? And what&#8230; compile? Like, it&#8217;s not a web application. That would be so much easier.</p>
<p>But I&#8217;ve been thinking, there are a lot of little things I wish I could do, and currently use a bunch of programs to do it. Like sorting my music files. I have a bajillion programs, each one to do one little thing. Why can&#8217;t I just write my own program that does all of it? Displaying files and attributes or whatever shouldn&#8217;t be all that hard, right?</p>
<p>Learning the language isn&#8217;t too hard, that all comes easily for me. I know how to use Google so if I run into problems, I can work it out. Not that hard. But where do I start?</p>
<p>On a completely unrelated topic, my phrase of the week is &#8220;is that even a question?&#8221;. I&#8217;ve found myself asking myself this question several times over the past few days. I like to write about these random phrases I come up with, because then it&#8217;s not so lame, because it&#8217;s not really an in-joke with myself, it&#8217;s an in-joke with the entire internet! </p>
<p>The proper time to use this phrase occurs when someone (sometimes yourself, in my case) poses a question with a ridiculously obvious answer, such as &#8220;do you think David Lee Roth is hot?&#8221;, to which you then reply, &#8220;what? is that even a question?&#8221;. Shyeah! And really, Eddie Van Halen is much cuter, but I find that lead singers are just so much easier to, like, objectify, you know? I&#8217;m like that with Roger a lot, even though he&#8217;s really like my least favourite. It&#8217;s easy with him to be all &#8220;zomg chest&#8221;, you know?</p>
<p>The following exchange occurred between me and Dave today:</p>
<div class="conversation">
<strong>David Lee Roth:</strong> Hey!&#8230; Oww!&#8230; blah blah blah&#8230; Ooh!&#8230; Huh!&#8230; Uh!&#8230; blah blah blah&#8230; Oh!&#8230; Woo!&#8230;<br />
<strong>Me:</strong> Okay Dave, where are you going with this little tirade?&#8230; Oh. Sex.
</div>
<p>Okay, so it was actually a little one-sided. But a little &#8220;was that even a question?&#8221; could also have gone nicely in there somewhere.</p>
<p>Also, I wanted to note that I find it strange I call David Lee Roth &#8220;Dave&#8221;. Like, I feel like I can&#8217;t call Steven Tyler &#8220;Steve&#8221;, but I can shorten <em>his</em> name to &#8220;Dave&#8221;. </p>
<p>Like, Pete Townshend, I wouldn&#8217;t usually call him &#8220;Peter&#8221; because most people call him &#8220;Pete&#8221; anyway. For Peter Tork, he is known as &#8220;Peter Tork&#8221;, but I&#8217;d still feel comfortable referring to him as &#8220;Pete&#8221;. Lennon and Entwistle are occasionally Johnny, if I&#8217;m in a fangirlish mood. Georgie and Paulie fit in there as well, and Richie sometimes too. Keith may be &#8220;Moonie&#8221; and Roger may be &#8220;Rog&#8221;, but Pete would never be &#8220;Petey&#8221;. Mike Nesmith is usually just &#8220;Mike&#8221;, &#8220;Michael&#8221; when I&#8217;m angry with him, and &#8220;Nez&#8221; occasionally. Jim Morrison may be &#8220;Jimmy&#8221;, but Jimmy Page just isn&#8217;t a &#8220;Jim&#8221;. I quickly adapted the &#8220;Sav&#8221; moniker for Rick Savage and Vivian Campbell is usually just &#8220;Viv&#8221;.</p>
<p>So what is it with certain people that I feel I can call them by a nickname or a cutesy name, but others must be referred to by their full name? I suppose because in some of Van Halen&#8217;s songs, David is referred to as &#8220;Dave&#8221;, like on &#8220;The Monkees&#8221;, Micky will sometimes call Peter &#8220;Pete&#8221;, so it&#8217;s okay for me to do it too. I don&#8217;t know if I&#8217;ve actually heard Monsieur Tallarico (aka Tyler) referred to as &#8220;Steve&#8221;, so I can&#8217;t actually call him that. Or is it as simple as the name just doesn&#8217;t fit the man? I don&#8217;t know. Moving on&#8230;</p>
<p>In case you couldn&#8217;t tell, I&#8217;ve been in a Van Halen mood recently. And zomg (my current favourite word), I <em>loved</em> the dancing bit in the &#8220;Hot For Teacher&#8221; video. BWHAHA. Also, it is going to be tough for me to not purposely be late for class, so I have an excuse to say &#8220;I don&#8217;t <em>feel</em> tardy&#8221;. But really, teachers don&#8217;t say &#8220;tardy&#8221; anymore, so it would kind of just be a waste.</p>
<p>Or the start of a life as a rebel! Oh yes! Fun!</p>]]></content:encoded>
			<wfw:commentRss>http://www.coolcherrycream.com/2007/08/22/writing-a-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good morning, good morning</title>
		<link>http://www.coolcherrycream.com/2006/07/28/good-morning-good-morning/</link>
		<comments>http://www.coolcherrycream.com/2006/07/28/good-morning-good-morning/#comments</comments>
		<pubDate>Fri, 28 Jul 2006 18:17:46 +0000</pubDate>
		<dc:creator>Jenny</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Report Card]]></category>

		<guid isPermaLink="false">http://www.coolcherrycream.com/?p=857</guid>
		<description><![CDATA[Right, so I went to pick up my report card from school. My marks were all as expected, no changes there. My mark of 75% in math is the course median. Heh. And I&#8217;m taking TWO math courses next year. Well, at least I&#8217;ve got my spares.
But what REALLY suprised me was Computer Science. The [...]]]></description>
			<content:encoded><![CDATA[<p>Right, so I went to pick up my report card from school. My marks were all as expected, no changes there. My mark of 75% in math is the course median. Heh. And I&#8217;m taking TWO math courses next year. Well, at least I&#8217;ve got my spares.</p>
<p>But what REALLY suprised me was Computer Science. The course median was 58%!!!! BLOODY HELL! I mean, really. Honestly. Seriously. Truly. WHAT THE HELL? I could&#8217;ve gotten a 58% with my eyes closed, typing with one finger, TAP TAP TAP the entire semester. Well, no, actually. I probably would&#8217;ve gotten higher than FIFTY EIGHT FREAKING PERCENT!!! What is WRONG with people!?!?</p>
<p>I came into that course like a week late and had NO experience in Java WHATSOEVER. I mean, okay, I admit, it took me a little while to figure out that it was &#8220;c.println&#8221; with an L and not &#8220;c.print1n&#8221; with a one. BUT NOT THE WHOLE SEMESTER!!! </p>
<p>Seriously.</p>
<p>Well, I suppose people may have just been playing games. And you know, that would make more sense. Because people cannot SERIOUSLY be that DENSE!</p>]]></content:encoded>
			<wfw:commentRss>http://www.coolcherrycream.com/2006/07/28/good-morning-good-morning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
