<?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>cout &#60;&#60; &#34;Dustin Paltz&#34;</title>
	<atom:link href="http://cyberdyn.net/Blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://cyberdyn.net/Blog</link>
	<description></description>
	<lastBuildDate>Wed, 09 May 2012 06:19:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Good Lecture</title>
		<link>http://cyberdyn.net/Blog/?p=252</link>
		<comments>http://cyberdyn.net/Blog/?p=252#comments</comments>
		<pubDate>Mon, 06 Feb 2012 06:31:15 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://cyberdyn.net/Blog/?p=252</guid>
		<description><![CDATA[Sat in on a lecture today by the CEO of Qualcomm &#8211; Paul Jacobs. Mostly about the evolving market of mobile technology, but one thing he said that resonated with me was that &#8220;we [Qualcomm] try to always work on the next big thing. We focus on a vision and then we are very open ]]></description>
			<content:encoded><![CDATA[<p>Sat in on a lecture today by the CEO of Qualcomm &#8211; Paul Jacobs. Mostly about the evolving market of mobile technology, but one thing he said that resonated with me was that &#8220;we [Qualcomm] try to always work on the next big thing. We focus on a vision and then we are very open about how we reach that goal.&#8221; </p>
<p>I thought, that sounds like the kind of environment I want to be in. In just a few months, I&#8217;m not certain what my situation will be after I graduate. Guess I just hope it&#8217;s a situation where I can challenge myself to continue building personally and professionally.</p>
]]></content:encoded>
			<wfw:commentRss>http://cyberdyn.net/Blog/?feed=rss2&#038;p=252</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>First Day, Last Semester</title>
		<link>http://cyberdyn.net/Blog/?p=228</link>
		<comments>http://cyberdyn.net/Blog/?p=228#comments</comments>
		<pubDate>Thu, 19 Jan 2012 18:25:52 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://cyberdyn.net/Blog/?p=228</guid>
		<description><![CDATA[Spring classes actually started yesterday, but I won&#8217;t have any classes on Wednesdays. All my classes are CS, but a couple of them (Algorithms &#38; OS) have a reputation of being the most difficult in my major. My hopes are that Computer Security will be fun as well as challenging, I won&#8217;t drop any classes ]]></description>
			<content:encoded><![CDATA[<p>Spring classes actually started yesterday, but I won&#8217;t have any classes on Wednesdays. All my classes are CS, but a couple of them (Algorithms &amp; OS) have a reputation of being the most difficult in my major. My hopes are that Computer Security will be fun as well as challenging, I won&#8217;t drop any classes that I&#8217;ll later regret doing so, and that I can keep up with the blogging.</p>
<p>At the time of this post I am registered for&#8230;</p>
<ul>
<li>CS 470 &#8211; Unix System Admin</li>
<li>CS 560 &#8211; Algorithms &amp; Analysis</li>
<li>CS 570 &#8211; OS</li>
<li>CS 574 &#8211; Security</li>
<li>CS 635 &#8211; Advanced OOP</li>
<li>ENS 146 &#8211; Surfing</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cyberdyn.net/Blog/?feed=rss2&#038;p=228</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OOP final project&#8230; final grade</title>
		<link>http://cyberdyn.net/Blog/?p=12</link>
		<comments>http://cyberdyn.net/Blog/?p=12#comments</comments>
		<pubDate>Wed, 21 Dec 2011 22:33:47 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://cyberdyn.net/Blog2/?p=12</guid>
		<description><![CDATA[Instead of a final exam in my OOP class (CS 535), we had a final project&#8230; a final nightmare of an assignment that I do believe I have spent more time on than any other individual project prior to this final one for that course. If you want to read the specifications for the project ]]></description>
			<content:encoded><![CDATA[<p>Instead of a final exam in my OOP class (CS 535), we had a final project&#8230; a final nightmare of an assignment that I do believe I have spent more time on than any other individual project prior to this final one for that course. If you want to read the specifications for the project it is <a href="http://www.cyberdyn.net/BlogFiles/SDSU/CS535/MiniAdventure.pdf" target="_blank">here</a>. Basically we had to design and delivery a textual based adventure game built in Smalltalk, and yes it was a pain in the @$$ to do! And let me clarify, the coding was not overly difficult, but considering that it was an individual project (we did NOT work in teams) it was A LOT of coding and when finished I had 12 classes not including my GUI for the game. I&#8217;m not complaining, I&#8217;m proud that I was able to implement everything and the fact that I lost many hours of sleep to finish the damn thing&#8230; just saying that it was a monster of a project.</p>
<p>So I just pulled up VisualWorks, connected to my repository and discovered that my project had been graded&#8230; 96/100!!! My professor (Dr. Whitney) noted that my Player class &#8220;does a bit too much&#8221;. Basically my player class is doing some things (getter and setter stuff mainly) that I should be asking those classes to do.</p>
<p>Well I feel like those hours&#8230; days&#8230; parts of my sanity&#8230; were not spent in vein. I don&#8217;t know what my final grade is yet, but I think I&#8217;ll be good. I just wonder how much the other students stressed over this thing&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://cyberdyn.net/Blog/?feed=rss2&#038;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

