<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1.3" -->
<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/"
>

<channel>
	<title>Muted Vision</title>
	<link>http://mutedvision.net/blog</link>
	<description>mottled, muted but never mild.</description>
	<pubDate>Thu, 29 Oct 2009 22:13:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.3</generator>
	<language>en</language>

		<item>
		<title>User Failure</title>
		<link>http://mutedvision.net/blog/?p=47</link>
		<comments>http://mutedvision.net/blog/?p=47#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:37:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=47</guid>
		<description><![CDATA[	As a developer it would be wonderful if I could blame any failure to adhere to my interfaces on the user.  That is what Jeff Atwood has done in his latest post.  The unfortunate reality is that if the users are failing in a consistent way, the real failure is more likely that [...]]]></description>
			<content:encoded><![CDATA[	<p>As a developer it would be wonderful if I could blame any failure to adhere to my interfaces on the user.  That is what Jeff Atwood has done in his <a href = "http://www.codinghorror.com/blog/archives/001306.html">latest post</a>.  The unfortunate reality is that if the users are failing in a consistent way, the real failure is more likely that your system doesn&#8217;t conform to their needs appropriately.  There is a limited amount of time in the day and we cannot code for every kind of minor formatting failure, but solving the common problems is worthwhile.  Jeff has some good observations in his recent post, but seems to be asking the wrong questions, and really misses a few key issues.</p>
	<p>The specific examples brought up in Atwood&#8217;s latest post seem to lambaste the clueless user incapable of reading a simple set of instructions:</p>
	<blockquote><p>Our formatting rules aren&#8217;t complicated. You can get a lot done with a bunch of simple paragraphs. We use Markdown, which offers basic formatting conventions that ape ASCII conventions. On top of that, we offer a real-time preview of how your question will look once submitted, directly under the question entry area. But none of that seemed to work for this particular asker, who, apparently, was totally satisfied with obviously broken formatting &#8212; even though a few choice carriage returns would have worked wonders, and been immediately visible in the live preview.  -Jeff Atwood</p></blockquote>
	<p>The problem with this is that it is followed by a <a href = 'http://www.codinghorror.com/blog/images/su-ask-what-we-want-the-user-to-see.png'>diagram</a> indicating a small set of instructions at the lower right of an input box.  He highlights this instruction panel with many red arrows and asserts UI designers see the question page this way.  The first issue with this is that English speaking UI designer should be well aware people read from top to bottom, left to right when reading text or scanning a document.  The second issue is that when viewing content your eye tends to drift away from negative space towards the heaviest or most complicated elements, and in this case it is the toolbar above the edit pane and &#8220;How to Ask&#8221; box directly above the formatting rules.  I would argue your average person would read the &#8220;How to Ask&#8221; heading before (and probably instead of) the &#8220;Formatting Reference&#8221; heading.</p>
	<p>In fact, an <a href = 'http://www.useit.com/alertbox/reading_pattern.html'>interesting eye tracking study</a> was done in which it was determined people scan pages in an F shaped pattern very quickly.  This would quite precisely miss the red arrows completely and utterly.  In this instance F is for the failure of the instruction placement Jeff clearly wishes people would read.  Another issue is that even if I saw it, I probably wouldn&#8217;t read it.  According to <a href = "http://www.useit.com/alertbox/9710a.html">this resource</a> by the same group, bullet lists would work better than the blob of instructions presented.</p>
	<p>The toolbar type element is so typical that visually it may be noticed first by a novice computer user, but it will likely be skimmed over by an average or expert computer user (much as all pop ups are viewed and worried about by novice users &#8220;YOUR COMPUTER HAS BECOME INFECTED, CLICK HERE TO BUY OUR SOFTWARE.&#8221;) The toolbar will almost invariably be ignored until your typical user has a problem that needs solving.  If they don&#8217;t believe they have a problem they won&#8217;t inspect it further, so issues like not pressing enter twice to make a new line wouldn&#8217;t even be considered toolbar-related issues.</p>
	<p>There is an entirely different set of issues which has not been touched on here, however, and that is that people probably won&#8217;t read any of that stuff because they&#8217;ll see an input box and immediately <a href = "http://www.sensible.com/chapter.html">&#8220;satisfice&#8221;</a>.  If they have a question that is immediately where they will begin typing information.  People come to a website with a problem or looking for specific information and they set about the task in a goal-oriented manner ignoring almost everything else.</p>
	<p>The goal might be to read a blog article, or it might be to find an image, or it may be to ask for advice on a technical website, or to read an answer.  Some users will come to the same site with different goals and you will find that they scan the page very lightly until they find key words or phrases or input fields which match the type of result they are after, at this point the &#8220;good enough&#8221; mentality kicks in and they stop exploring alternatives or seeking new information until an unbearable problem crops up in which case they may begrudgingly look for more information or alternatively a different solution somewhere else.</p>
	<p>Desktop application UI design is a bit different in that you aren&#8217;t directly competing with the entire world for a user&#8217;s attention at every step in the process.  When you&#8217;re working with the web as your medium you have to accept all the user expectations that come bundled with that, the internet is a big place and your users are trained to not read everything from the get go.  Your formatting rules box has no hope in hell of being immediately noticed no matter how many imaginary red arrows you draw around it.</p>
	<p>This wouldn&#8217;t be a problem if the formatting rules weren&#8217;t so arbitrary.  That extra information exists and is useful for people interested in it, but for somebody who doesn&#8217;t care if they can make some text bold I guarantee they will skip it.  This knowledge of behavior is incredibly valuable information because if you know what your user is going to do you can stop bitching about all the arbitrary rules you&#8217;ve set up and actually focus on making the user experience better.  Those formatting rules are getting in the way of the relatively simple task of asking a question, so the right approach shouldn&#8217;t be how to make the user read those rules, but rather, how to make the system understand the user.  There are certainly more complex tasks which may require technical training of a user, but the common tasks a system has been built for should be immediately obvious.</p>
	<p>One of the main points of contention Jeff outlines in his post surrounds this set of rules:</p>
	<blockquote><p>
Formatting Reference:<br />
indent code by 4 spaces<br />
don&#8217;t want colorization?  Use &lt;pre&gt;<br />
to linebreak use 2 spaces at end<br />
&gt; blockquote<br />
backtick escapes `like _this_`
</p></blockquote>
	<p>If I press enter on my keyboard I expect a new line, this seems pretty basic.  If I have to press enter twice, that is a hidden trick that breaks everything I know about pressing enter in a text box and it is making it more difficult for me to ask my question in a logical way.  Let&#8217;s not even consider the fact that a space could indicate hitting the space bar, so the instructions are confusingly worded.</p>
	<p>Block quotes really should be a parse-able discovery, it isn&#8217;t so hard to detect an entire paragraph or series of paragraphs which make up such a block quote.</p>
	<p>The specific failure example involves an ordered list of elements, this should also be discernible through parsing.  Use of numbers, an asterisk, a dash, or a plus to precede several lines in sequence is a strong indication that a list is being used.  There isn&#8217;t a compelling reason to require contrived markup for such a list in a system where entering them may be common (I often use lists in describing a set of steps to resolve an issue).</p>
	<p>I&#8217;ll be fair, though, it seems that he realizes the instructions would need to be moved to be read (even if earlier he states UI designers seem to want people to look where they just plain will not):</p>
	<blockquote><p>More and more, I&#8217;m thinking we need to put the formatting help &#8212; for new users only &#8212; directly in their line of sight. That is, pre-populate the question entry area with some example formatting that is typical of the average question. Nothing complicated. But at least then it&#8217;d be in the one &#8212; and apparently the only one &#8212; place myopic users are willing to look. Right in front of their freakin&#8217; faces. </p></blockquote>
	<p>But even so, I feel a vital point is lost in attempting to contrive new and annoying ways of forcing your user base to read something they shouldn&#8217;t have to.  This is assuming they would even read it if you put it right in the text box.  Default text gets erased, so it may actually be more difficult for a struggling user to find.</p>
	<p>It is well and fine to provide instructions and to provide buttons to click to automate the creation of these control structures, but it makes more sense to simply detect behaviors where it is simple to (like in text processing) and to account for these.  Always provide a way to turn this off or to cancel it, but at least try to find the natural solution before falling back on contrived markup for commonly expressed problems.  Even if we can&#8217;t make things as intuitive as we would prefer due to time constraints or technical limitations it pays to avoid blaming your loyal user base for being daft or oblivious.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=47</wfw:commentRSS>
	</item>
		<item>
		<title>Why Strive for More?</title>
		<link>http://mutedvision.net/blog/?p=46</link>
		<comments>http://mutedvision.net/blog/?p=46#comments</comments>
		<pubDate>Thu, 22 Oct 2009 00:05:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=46</guid>
		<description><![CDATA[	I&#8217;ve encountered an interesting attitude towards work in my travels, I suspect that many people feel this way: you work hard, you get the job done, your employer is happy, the customer is happy, you get paid.  Go home, relax, do it all again tomorrow.  Why strive for more, especially when there is [...]]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;ve encountered an interesting attitude towards work in my travels, I suspect that many people feel this way: you work hard, you get the job done, your employer is happy, the customer is happy, you get paid.  Go home, relax, do it all again tomorrow.  Why strive for more, especially when there is no obvious or immediate benefit?</p>
	<p>I always try to &#8220;stay hungry&#8221;, and this means that I am always looking for something better.  I won&#8217;t allow myself to starve by refusing to eat what&#8217;s in front of me, but I also don&#8217;t take the easy way out by being satisfied by what I have.  Life is too short, if I were to allow myself to grow fat and placid in my comfort I would be deeply dissatisfied.  There is something in me that looks for difficulty to overcome and reaches for it.</p>
	<p>I wasn&#8217;t really happy with university for a number of reasons, one of those was that it seemed to promote the bare minimum effort.  I remember spending over 100 hours researching and working on a network-enabled painting application (custom GUI, tablet support, network support, custom painting engine) and getting 2% higher than another group who put in 10 hours on a basic application built on existing tech which checked for updates to software (connected to an existing online database and checked the registry, very simple).  Another reason (enabled by the first) was that many people subscribed to the &#8220;good enough&#8221; belief, which I believe is detrimental to learning and growth.</p>
	<p>The return on investment for caring about learning in an institution which is meant to promote growth is too low for any other successful strategy than passive indifference.  This is the sad truth of university as an undergrad.</p>
	<p>Time constraints are an important consideration in any task, I am not advocating that you over-extend yourself or allow perfectionism to creep in.  I am also not suggesting you avoid shortcuts which may save time and money.  The issue I am trying to get at here is that there is a point at which people seem to turn off their brains and accept an end result without question.  This is really the crux of the issue.   Even if you cannot invest time in looking into something, at least be aware it could be done better and do a quick mental evaluation of time considerations.  You may be able to save time by approaching things a different way.  Tradition is a dangerous beast.</p>
	<p>This same attitude of indifference towards progress also means you never look for better solutions.  When you stop striving for more you stop growing.  It doesn&#8217;t really matter what the work is for, if you are making someone else money and are not content with your employment you change that, don&#8217;t ever stop caring about what you do because that is suicide.  Why bother living if 8 hours of every day may as well have been flushed down the toilet?  Take pride in your work if for no other reason than you may become a stronger person for it.</p>
	<p>Really you should be taking pride in everything you do.  You don&#8217;t have to be satisfied with the end result, but do be satisfied with the work you put into it.  I&#8217;m not there yet, I&#8217;m human and there are some days when it&#8217;s hard to really put yourself into anything.  Some impossible goals are still worth striving for.</p>
	<p>Don&#8217;t give up to indifference.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=46</wfw:commentRSS>
	</item>
		<item>
		<title>Change is Good</title>
		<link>http://mutedvision.net/blog/?p=45</link>
		<comments>http://mutedvision.net/blog/?p=45#comments</comments>
		<pubDate>Tue, 20 Oct 2009 01:08:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=45</guid>
		<description><![CDATA[	Even if you&#8217;re doing well, mixing up your life a bit can add texture and slow the perceived march of time.  I gave my notice at Squareflo nearly three months ago because I really want to be developing games.  I took the job with all parties being aware of my ambitions and hopes [...]]]></description>
			<content:encoded><![CDATA[	<p>Even if you&#8217;re doing well, mixing up your life a bit can add texture and slow the perceived march of time.  I gave my notice at <a href = "http://www.squareflo.com">Squareflo</a> nearly three months ago because I really want to be developing games.  I took the job with all parties being aware of my ambitions and hopes and dreams and realizing that my position would be a temporary one.  I&#8217;ve actually stayed longer than I originally intended to, I found interesting rewarding work and am happy with my time at this company.  I feel like I&#8217;ve really made a positive impact with Squareflo&#8217;s business and am content leaving at this point.  With that said, I also think I&#8217;ve done about all the personal growth I can with the type of work I&#8217;ve been doing.  I have gotten an itch to go out and flex my abilities in new ways.</p>
	<p>Three months is a long time to give anyone notice that you are leaving.  That&#8217;s about the amount of time I figured it would take me to complete a large project I was in the middle of, and I wanted to be sure no other large projects were assigned to me immediately following this one.  Being the architect of most of the in-house tools we use I figured it would be best to allow ample time to find a replacement or alternative strategies moving forward.  I&#8217;m not sure giving a full three months notice was necessary, it may have simply added a false sense of security for the managers knowing the date was a ways off.  Regardless, I&#8217;m hopeful and optimistic moving forward, and I&#8217;m glad to be leaving on excellent terms with my current employer.</p>
	<p>So, at the start of this month I began assembling my portfolio and my resume and sent out several applications.  I&#8217;ve had a few nibbles which may develop into work opportunities, but nothing is certain yet.  I&#8217;m hoping to get a few more of my projects together in a presentable format over the next weekend so I that have more than two finished games on my <a href = "http://www.MichaelHamilton.com">portfolio</a>.  It&#8217;s still a work in progress, though I suppose it will be until the day I die.</p>
	<p>I&#8217;m really looking forward to moving out of Regina.  I&#8217;ve been mentally prepared to move for a while now, always thinking &#8220;I can&#8217;t really make too many permanent connections because this is only temporary.&#8221;  I would advise against this mentality as it kind of puts you into an unhappy limbo where you stop yourself from forming or maintaining personal relationships.  On the other hand, I really wanted to be free of any excuses to move on and I achieved that.  The entire <a href = "http://mutedvision.net/blog/?p=37">sleep apnea problem/horror story</a> made this a lot easier because it essentially wiped my slate clear, I&#8217;m not really happy about that, but it&#8217;s in the past.  I&#8217;ve also had an excellent opportunity to single-mindedly focus on becoming an instrument of my craft.  I&#8217;ve read more programming books in the past year than in all of my university career.  I&#8217;ve been writing code full time as well, which has provided an excellent opportunity to apply what I&#8217;ve been learning as I go along.</p>
	<p>Though I feel stronger at my trade than I&#8217;ve ever been it is funny that the better you get at something, the smaller you feel.  I am confident in my abilities; I am a strong programmer and am good at what I do.  At the same time I feel humbled.  This may sound like a paradox, how can you feel confident and humbled?  It&#8217;s difficult to describe.  I see the limits of my abilities and the vastness of potential knowledge.  I also know that I don&#8217;t even fully grasp the situation, so I&#8217;m not even aware of the true depths of my ignorance.  That is humbling.  On the other hand, I know from experience that I am a capable problem solver and am better than average.  Other developers at work consider me an expert.</p>
	<p>It is strange that I was considered an expert by my peers in university, high-school, and grade-school.  <a href = "http://www.sfgate.com/cgi-bin/article.cgi?file=/chronicle/archive/2000/01/18/MN73840.DTL">I look back and am amazed at just how little I knew then</a>.  I can&#8217;t be completely certain of my own skill even now, but at least by comparison I am improved.  The new me is stronger, and tomorrow I&#8217;ll be stronger still.  It&#8217;s thrilling.  To look around and realize that there are others who are levels above me is equally thrilling.</p>
	<p>Onward!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=45</wfw:commentRSS>
	</item>
		<item>
		<title>Duct Tape and Programming</title>
		<link>http://mutedvision.net/blog/?p=44</link>
		<comments>http://mutedvision.net/blog/?p=44#comments</comments>
		<pubDate>Tue, 13 Oct 2009 23:57:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=44</guid>
		<description><![CDATA[	&#8220;Duct tape programming&#8221; is not something I would ever want to be accused of, though recently Joel Spolsky wrote a feature suggesting it was a virtue.  There are several implications made by the slapstick name.  I hear the phrase and envision an individual frantically patching leaks in a card-board boat.  For that [...]]]></description>
			<content:encoded><![CDATA[	<p><a href = "http://www.joelonsoftware.com/items/2009/09/23.html">&#8220;Duct tape programming&#8221;</a> is not something I would ever want to be accused of, though recently <a href = "http://www.joelonsoftware.com">Joel Spolsky</a> wrote a feature suggesting it was a virtue.  There are several implications made by the slapstick name.  I hear the phrase and envision an individual frantically patching leaks in a card-board boat.  For that same reason I wouldn&#8217;t trust someone who embraced the title &#8220;duct tape engineer&#8221; or &#8220;duct tape doctor&#8221;.  I don&#8217;t really believe the term should engender professional respect.</p>
	<p>Code made to be thrown away may be written in almost any manner successfully (prototypes and import scripts for unique systems come to mind.)  I am speaking of long-lasting or large systems as I describe my views below.</p>
	<p>There are no appropriate times for quick patches at the expense of system integrity.  Sometimes hard-coding a value is a legitimate solution to an immediate concern.  When you find yourself hard-coding several values maybe it&#8217;s time to refactor.  The worst thing you can do when traveling the wrong direction is to keep going.  You&#8217;ve got to turn around.  Quick and dirty fixes accumulate and build off of each other if they are not properly dealt with they usually cost more time to maintain than they ever saved.</p>
	<blockquote><p>&#8220;[A duct-tape programmer] is the kind of programmer who is hard at work building the future, and making useful things so that people can do stuff. He is the guy you want on your team building go-carts, because he has two favorite tools: duct tape and WD-40. And he will wield them elegantly even as your go-cart is careening down the hill at a mile a minute. This will happen while other programmers are still at the starting line arguing over whether to use titanium or some kind of space-age composite material that Boeing is using in the 787 Dreamliner.&#8221; -Joel Spolsky</p></blockquote>
	<p>The duct-tape programmer may have a fine strategy for go-karts, but I would really prefer the second group build my formula 1 race car.  If I&#8217;m in the middle of a race, sometimes duct tape is a good temporary solution for minor emergencies, but it is not what I want the entire chassis made out of.  It should not be what holds the wheels on.</p>
	<blockquote><p>&#8220;When you are done, you might have a messy go-cart, but it’ll sure as hell fly.&#8221; -Joel Spolsky</p></blockquote>
	<p>I don&#8217;t believe expert developers make messy go-carts.  I do believe there will always be some rough edges.  There will always be something that could be a bit more flexible.  Some things may not make it, and other things may not be polished.  That said, the result of an expert&#8217;s work shouldn&#8217;t be messy.  Elegance is what we strive for, acceptable is what we usually achieve.  A mess is the mark of an amateur. </p>
	<p>In the development process you may make a hundred little messes as you go, but I have found it faster to clean as I go than to simply let them build up.  A writer will go over the last sentence and attempt to clean it up, then the last paragraph and so on.  Gradually they increase the scope of consideration until it seems to fit well and they continue writing from that point.  The process is iterative, but also incremental.</p>
	<p>I believe good programmers must also do this incremental iterative editing.  To fall back on the writing analogy, it would be a daunting task (possibly requiring a re-write) if you never re-worked the sub-sections and left all editing to be done upon completion of the work.  In this way, even if you do not have time to complete a module to perfection (as is often the case), it should at least be beyond the state of a &#8220;mess&#8221;.</p>
	<p>One of the primary theories of why the &#8220;un-sinkable&#8221; Titanic sank involved weak rivets and unskilled riveters.  The combination of bad materials and poorly skilled rivet workers was certainly a concern, but at the end of the day they got it done.  They made a marvelous looking ship that would appear to function in day to day use.  This &#8220;get it done even if it is messy&#8221; attitude is the &#8220;virtue&#8221; being touted by Joel Spolsky.</p>
	<blockquote><p>&#8220;Many of the rivets studied by the scientists — recovered from the Titanic&#8217;s resting place two miles down in the North Atlantic by divers over two decades — were found to be riddled with high concentrations of slag. A glassy residue of smelting, slag can make rivets brittle and prone to fracture&#8230;</p>
	<p>In their research, the scientists, who are metallurgists, found that good riveting took great skill. The iron had to be heated to a precise cherry red color and beaten by the right combination of hammer blows. Mediocre work could hide problems.&#8221; -New York Times</p></blockquote>
	<p>Other factors were at play with the Titanic.  An out-dated rudder design would have made it more difficult to steer out of the way of dangerous obstacles.  Clinging to simpler, older methods may not always be a good idea.  A simple rudder design may have worked fine on a smaller ship, but as scale increases you cannot always simply take what you were doing and make it bigger.  For this same reason C is not always the appropriate solution, object oriented languages such as C++ shouldn&#8217;t be ruled out simply because they can be misused to increase complexity.</p>
	<p>It may be that 1,517 people died because of poor materials, inappropriate design considerations, and inexpert craftsmanship being used in the face of a deadline.  Note the use of the word inexpert.  The riveters were capable of working and getting the project done.  The ship held together.  Unfortunately this isn&#8217;t good enough when stressing a system over time.</p>
	<p>With software development stresses are typically thought of as performance and user/data scaling related.  I also consider the stresses applied to expanding existing systems and fitting in new ones during the development and maintenance process.  Over time the ability to intelligently re-factor and avoid ending up with a mess becomes more important.</p>
	<p>Can you afford to hire inexpert programmers to build the foundations of your business?  Will your marketing guys call your product un-sinkable?</p>
	<p>Let me be clear in explaining that I understand there is a bottom line.  But even if it does not cause human casualties, the collapse of a large software project does have real repercussions.  Careers are ended when software developers do not take their responsibilities seriously (or when they are told to ignore them by the people who pay them).  Management is left to wonder why something which appeared to work fell apart at the seams.</p>
	<p>The facade the user interface presents can be very convincing.  A solid user interface usually means the users believe the entire system is solid.  People attach their expectations to what they can observe readily, but as experts we need to see more and be proactive in maintaining quality throughout the project right to its core.</p>
	<p>&#8220;Ceci n&#8217;est pas une pipe.&#8221;</p>
	<p>The argument I often hear in defense of the &#8220;bottom line&#8221; is that &#8220;customers don&#8217;t care how it is made as long as it works.&#8221;  This is true, but there are hidden dangers to poor construction which may result from the single-minded desire to deliver.  If good development practices are not observed on important systems the technical issues will overcome any possible short-term time savings.  Good software development should not involve sacrificing features for architecture, or sacrificing architecture for features.  A balance can exist without resorting to wild extremes in either direction.</p>
	<p>The fact that customers don&#8217;t care how a product is built is not a valid excuse for poor craftsmanship.  A chair which appears to work properly, but falls apart after a year of use reflects poorly on the craftsman.</p>
	<p>It is not enough to deliver a product that works well.   People who argue that it is good enough are short-sighted.  We must deliver products that can grow well to match future requirements.  We must ensure we are careful in building solutions which do not contain rotten cores lest they collapse in on themselves.  Getting performance anxiety and over-thinking problems may be a problem for people more interested in architecture than solutions, but you can be a thoughtful and productive developer, the two are not mutually exclusive!</p>
	<p>Solid development goes hand in hand with a reliable product.  You want your business to rely on reliable products.  If it does not, you may find yourself wondering why you&#8217;re clutching at wreckage.</p>
	<p>Duct-tape may be excellent, but I just don&#8217;t trust it well enough to hold all my rivets in place.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=44</wfw:commentRSS>
	</item>
		<item>
		<title>As Soon As Possible</title>
		<link>http://mutedvision.net/blog/?p=43</link>
		<comments>http://mutedvision.net/blog/?p=43#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:28:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=43</guid>
		<description><![CDATA[	I&#8217;m not really a fan of the phrase ASAP, you might even say I detest it.  The ambiguity of the time frame combined with the urgency of the phrase is unsettling and tough to deal with.  You might consider &#8220;as soon as possible&#8221; to be the rough equivalent of &#8220;immediately&#8221; but I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;m not really a fan of the phrase ASAP, you might even say I detest it.  The ambiguity of the time frame combined with the urgency of the phrase is unsettling and tough to deal with.  You might consider &#8220;as soon as possible&#8221; to be the rough equivalent of &#8220;immediately&#8221; but I don&#8217;t believe that&#8217;s the case.  The term &#8220;immediately&#8221; implies such urgency that you should drop what you are working on and delve into the new task, and while it may be a bad time management tact, at least it is unambiguous.</p>
	<p>When someone utters the phrase ASAP they are suggesting it is urgent, but not that you should drop other urgent matters to do it.  The problem with this is that it is tough to prioritize several minor emergencies without any further context.  ASAP might end up being three days from now if you&#8217;ve got other urgent tasks that require attention as well, but someone who suggests that you get to something ASAP rarely means you should tackle it in three days.  They may be upset when they inform you on the second day that they have a meeting in an hour and need that work done now.</p>
	<p>The problem with an ASAP task is compounded by the fact that the type of person who requests them rarely bestows just one.  How do you prioritize two tasks that need to be done as soon as possible?  How do you prioritize three?  The task list becomes muddy and impossible to complete satisfactorily and is really indicative of bad management more than anything else, but that doesn&#8217;t make it less stressful.</p>
	<p>Ideally the phrase would be abolished and managers would never utter it in a professional environment, but inevitably you will be tasked with an ASAP project.  When this happens, don&#8217;t just nod and grumble.  Try to determine the real time frame required (if there is one).  It is surprising how often a task gets over-emphasized for no tangible reason; the only thing this accomplishes is added stress.  Invite them to help you prioritize the task correctly in sequence within your to do list if it isn&#8217;t immediately obvious how the task should fit into your personal schedule.</p>
	<p>Using a shared task list and project management tool like <a href = "http://basecamphq.com/">basecamp</a> can be extremely valuable in eliminating the stressful free fall of an environment where every task &#8220;must be done as soon as possible.&#8221;
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=43</wfw:commentRSS>
	</item>
		<item>
		<title>My Checkbox Does Nothing!</title>
		<link>http://mutedvision.net/blog/?p=42</link>
		<comments>http://mutedvision.net/blog/?p=42#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:06:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=42</guid>
		<description><![CDATA[	Top down and bottom up are two different and complimentary design and implementation strategies I use when programming every day.  Both have a place and both have strengths and weaknesses which complement the other.  I typically design top down and implement bottom up.  I find this helps me conceptualize large problem domains [...]]]></description>
			<content:encoded><![CDATA[	<p><a href = "http://en.wikipedia.org/wiki/Top-down_and_bottom-up_design">Top down and bottom up</a> are two different and complimentary design and implementation strategies I use when programming every day.  Both have a place and both have strengths and weaknesses which complement the other.  I typically design top down and implement bottom up.  I find this helps me conceptualize large problem domains and what parts I need to work towards while remaining firmly grounded in a working and growing implementation.  I&#8217;ve been doing this without consciously acknowledging it until recently, it just kind of &#8220;made sense&#8221; to me and I took that for granted and have been doing it for years.</p>
	<p>I recently worked on a work project with another developer who implements top down.  I&#8217;ve worked on <a href = "http://games.ea.com/nfs/mostwanted/us/gateway.jsp">large projects</a> with many people before, but I was working pretty low-level in the guts of game code and my stuff had to interface with existing material.  In school I worked on multi-person projects, but nearly always ended up carrying the bulk of the code on my shoulders and directing development efforts in my own way.  This is in contrast to developing a system from scratch with another developer in a roughly 50/50 situation.</p>
	<p>I was shocked when I encountered a form in which only half of the fields actually did anything.  Of course I&#8217;ve done pen and paper or Photoshop mock-ups of interfaces before building them, but it is rare that I will lay an interface down before making sure I&#8217;ve got all the things it is supposed to be interfacing with done (or at least done to a testable state so that the interface can interact with my code).  Or, if I do, I&#8217;ll incrementally add on to the interface as I go.</p>
	<p>I don&#8217;t trust myself and so I always work in such a way that an incomplete portion of the system is blatantly obvious, especially when there is danger of something being missed as in a half-working interface with no indication as to which half is working.  This top-down approach to implementation struck me like a whip and put me on edge.  I found myself wondering how much of what I was looking at worked and how much of it was simply frosting over an abyss.  It made me uneasy.  The same would be true if I were looking at a class structure and found that the dependencies of that class did not exist.</p>
	<p>I feel much safer building a system by top-down analysis (to avoid interfaces not matching up) and bottom up programming because you&#8217;ve got a pretty good idea of how things fit together and you stay grounded with working sub-systems.  I can&#8217;t really envision how working the other way around could build a reliable system, it seems like you would be stuck patching up holes hidden by the facade you initially created and hoping you got them all before the deadline.</p>
	<p>Any thoughts?
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=42</wfw:commentRSS>
	</item>
		<item>
		<title>Muted Vision</title>
		<link>http://mutedvision.net/blog/?p=41</link>
		<comments>http://mutedvision.net/blog/?p=41#comments</comments>
		<pubDate>Tue, 04 Aug 2009 02:09:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=41</guid>
		<description><![CDATA[	Today as I was riding my bike without my glasses it struck me just how little I see when I do not wear my glasses.  How much I miss when I cannot see the details at a distance.  My eyesight is just bad enough that I am legally required to wear glasses to [...]]]></description>
			<content:encoded><![CDATA[	<p>Today as I was riding my bike without my glasses it struck me just how little I see when I do not wear my glasses.  How much I miss when I cannot see the details at a distance.  My eyesight is just bad enough that I am legally required to wear glasses to drive, but not near so bad that I would have too much trouble living without them.  I can see trees and branches, but distinguishing individual leaves at a distance across the yard just isn&#8217;t possible without strain.  Even those things which I can distinguish have intangible edges, it is like this for anyone who is nearsighted, the difference is the distance.  You may see the shape of things, but you miss the texture of life when you are nearsighted.</p>
	<p>I was thinking as I rode about the differences between myself and my siblings.  Both of them are very extroverted people which is a stark contrast to my more introverted personality.  I am certainly comfortable in social situations, but I do not seek them, and I entertain myself with a number of seclusive hobbies which I have developed intently over the years.  My brother frequently attends and hosts parties and seems to have plans every day with people, the few days this is not the case he&#8217;ll be online playing games with voice chat.  My sister is similar.  Both have near perfect eyesight.</p>
	<p>We actively avoid stress as a way of managing our sanity.  It seems natural that if the very act of looking out your window is a strain on your brain trying to make sense of the blurry menagerie of colours that you will avoid doing that consciously or not.  You will more likely read a book, draw, or try to work out something which you can set in front of you and deal with.  You are less likely to deal with fast moving objects in team sports, or to enjoy socializing with large groups of blurry loud figures.</p>
	<p>It becomes easier to be an introvert when there is only a meter of space in front of you which is crystal clear and the rest of the world descends into a blurry haze beyond you.</p>
	<p>If this sounds stark and frightening, it isn&#8217;t meant to be.  I love my life.  I love who I am and my abilities and passions.  I do believe that the few developmental years I spent before I got glasses shaped me in some fundamental ways, but I think that will serve me better than it could have possibly hurt.  I do not know if I would have spent as much time drawing or reading or programming and learning to enjoy myself.  It might be that it wouldn&#8217;t have made a difference.  In any case, you cannot live on what might have been.  I only know who I am right now.</p>
	<p>If you want to think of something stark and frightening consider the farsighted person who can only see at a distance what they can never hold and examine closely.  They can&#8217;t even see the details of their own hands.  Frustration at anything closer than your arm span would certainly reward looking and casting outward for stimulation.  The closer it is, the harder to grasp, what kind of futility would that be to deal with on a daily basis?</p>
	<p>Me?  I&#8217;m just glad we invented glasses, I think I&#8217;ll be wearing mine next time I go for a bike ride.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=41</wfw:commentRSS>
	</item>
		<item>
		<title>Pandora, How I Love Thee</title>
		<link>http://mutedvision.net/blog/?p=39</link>
		<comments>http://mutedvision.net/blog/?p=39#comments</comments>
		<pubDate>Sat, 06 Sep 2008 16:14:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=39</guid>
		<description><![CDATA[	Ah, glad to have Pandora&#8217;s Jar working again.  Some of you will probably be wondering what exactly I am talking about especially considering the Jar&#8217;s rather ominous history.  A jar having released all of the evils of mankind except for hope is certainly not something that most people would feel easy with me [...]]]></description>
			<content:encoded><![CDATA[	<p>Ah, glad to have Pandora&#8217;s Jar working again.  Some of you will probably be wondering what exactly I am talking about especially considering the Jar&#8217;s rather <a href="http://en.wikipedia.org/wiki/Pandora%27s_box">ominous</a> history.  A jar having released all of the evils of mankind except for hope is certainly not something that most people would feel easy with me having working again.  Fear not, however, for this is a different jar by the same name.</p>
	<p>Pandora&#8217;s Jar is actually a patchwork of technology used to <strike><br />
rip</strike> &#8220;Timeshift&#8221; music from the US available only <a href="http://www.pandora.com">Pandora</a> music player based on the music genome project.  Pandora itself is a very interesting service in that it dissects songs in far more detail than simple genre and goes on to describe all of the musical qualities of each individual song.  Users then log into the service and indicate what songs they know they like (and dislike) and Pandora checks all of those qualities against every other song in its database and begins playing more similar music by different bands that you may also enjoy based on your selection.  The service is fairly intuitive and works very well for introducing obscure, but very good new bands to your music library.</p>
	<p>The installation process for the all-mighty jar if you are not a US citizen (even if you are) is daunting at best, but I&#8217;ve got it up and running and I wanted to outline the general steps required in one place for anyone else trying to get it going.</p>
	<p>1) Download and install <a href="http://www.oldapps.com/firefox.htm">firefox version 2.0.0.9</a>. You can have it run alongside 3.0 so just make sure you install it in a DIFFERENT directory.  Let&#8217;s do &#8220;C:\Program Files\Mozilla Firefox2\&#8221;<br />
2) In windows go to start->run and paste this in there and make sure firefox is closed before you click ok: &#8220;C:\Program Files\Mozilla Firefox2\firefox.exe&#8221; -profilemanager<br />
3) Create a new profile call it firefox2<br />
4) Open firefox with that profile selected.  Now all changes we make will affect only this profile and we can re-open firefox 3 with your old profile without any problems.<br />
5) Get the <a href="http://foxyproxy.mozdev.org/">FoxyProxy Extension</a> for firefox 2.<br />
6) Get the <a href="https://addons.mozilla.org/en-US/firefox/addon/748">GreaseMonkey Extension</a><br />
7) Get the <a href="http://www.newfilepile.com/pandora/flash_switcher_1.0.0.xpi">Flash Switcher Extension</a> (you will need to open that .xpi file with firefox 2)<br />
8) Install <a href="http://www.newfilepile.com/pandora/pandorasjar.user.js">pandorajar.user.js</a> into GreaseMonkey<br />
9) Use Flash Switcher to swap for version 8.0 of flash<br />
10) Download <a href="http://www.torproject.org/download.html.en">TOR</a> (just get the Windows stable release)<br />
11) Install TOR, de-select the torbutton, but install all other components.<br />
12) Open the torrc file (in your start menu if you installed with default options it will be start->programs->Vidalia Bundle->Tor->torrc or you can just browse to the file) and add this to the end of it to ensure only US hosts (note, feel free to add your own if you know of any exit nodes that are US, you can see them in the TOR viewer if you look for them):<br />
StrictExitNodes 1<br />
ExitNodes nixnix,moria1,moria2,inap1,torxmission,augrime,err,sasquatch,<br />
foundry,peertechdata,whistlersmother,BostonUCompSci,lefkada,agrippator,<br />
moria5,bettyboop,MrRelay,A1D7DB57EFA57ACA20,Butterfly,myrnaloy,<br />
jalopy,cjb,torftw,ArikaYumemiya,redpin,eapple,stugsDOTcom,MasterMindZ,<br />
random,AscendedDaniel,Trusno1,mushin,Unnamed,Insytez,pickaproxy,<br />
illuminata,anduin,NOYB,vwglobaltoadcom,codemonkeysorg,<br />
hyperfocusedTOR,WeAreAHedge<br />
13) Open up Tools->FoxyProxy->options within firefox and hit &#8220;Add New Proxy&#8221;<br />
14) Set the proxy name to Tor in the General Tab<br />
15) In Proxy Details select Manual Proxy Configuration, set host name to localhost and port to 9050, check SOCKS proxy and choose v5<br />
16) In the Patterns tab add these patterns:<br />
Pattern Name: Pandora1 URL pattern: *pandora.com/ Whitelist Wildcards<br />
Pattern Name: Pandora2 URL pattern: http://www.pandora.com/radio/xmlrpc* Whitelist Wildcards<br />
Pattern Name: Pandora3 URL pattern: *pandora.com/?cmd=mini Whitelist Wildcards<br />
17) hit ok and set the Mode to Use proxies based on their pre-defined patterns and properties<br />
18) Download and extract <a href="http://hak5.org/forums/index.php?showtopic=7413&#038;st=0&#038;start=0">Pandora&#8217;s Jar</a> if that link does not work get the latest version from the <a href="http://hak5.org/forums/">hak5 forums</a><br />
19) Ensure you have the <a href="http://www.java.com/en/download/index.jsp">latest version of java</a><br />
20) Within your pandora&#8217;s jar folder create an mp3 folder if one does not already exist (this is the default folder for mp3&#8217;s to be saved in but it is not included in the zip so will need to be created.)<br />
21) Run Vidalia (TOR)<br />
22) Run pandora.bat and if your browser does not open up in firefox 2.0.0.9 then open firefox up and navigate to http://localhost:8085/ after the java applet is running (note sometimes it won&#8217;t work because your java applet hasn&#8217;t started yet so just refresh the browser in that case.  Other times tor might be routed wrong through Sweden or France or something in which case you should choose Use a New Identity within TOR or restart it if you are not viewing it within the vidalia interface)<br />
23) Within the Pandora&#8217;s Jar web interface set songs before reload to something like 40 so that it only reloads as much as it has to (there is a chance on every reload that the flash won&#8217;t load through the proxy right).  Set cruise control to on and cddb lookup to off (it won&#8217;t work through a proxy because the slow download misnames the files, I&#8217;ll go into that step next.)<br />
24) Remember way at the beginning we set up that profile for our firefox2 pandora changes?  Well, we don&#8217;t want firefox 2 as our default browser, so let us create a firefox 2 link that we can simply open up and use with that profile.  Right click within your Pandora&#8217;s Jar folder and choose New->Shortcut<br />
25) Enter this as the shortcut address &#8220;C:\Program Files\Mozilla Firefox2\firefox.exe&#8221; -P firefox2 -no-remote<br />
26) Now in windows open Start->Run and enter &#8220;C:\Program Files\Mozilla Firefox\firefox.exe&#8221; -profilemanager<br />
27) Select your default profile and open firefox, this should open up firefox 3 with your old settings.<br />
28) Wherever you have a firefox shortcut OTHER than within the pandora&#8217;s jar folder change the path from &#8220;C:\Program Files\Mozilla Firefox2\&#8221; to &#8220;C:\Program Files\Mozilla Firefox\&#8221; and voila, we&#8217;re in buisness.</p>
	<p>Great, so with only 29 steps we&#8217;ve got Pandora&#8217;s Jar up and running.  Oh, and this is assuming you already have an account with pandora, if you do not, go to pandora.com and sign up&#8230;</p>
	<p>But we are not done yet because chances are if you&#8217;re running through a proxy then Pandora&#8217;s Jar won&#8217;t be downloading the files with the right names.  The way it works on my computer is that the first song file is a garbage file completely empty, the second file contains the first song, but is named as the second song.  The third file contains the second song but is named as the third song and so on.</p>
	<p>So at any given moment it is playing a song that it thinks it has just saved, but it has really saved the song previous to the one you are listening to.  This kind of sucks because it forces you to rename each song individually after it is downloaded, however we can get around this with the next steps:</p>
	<p>29) Download the <a href = 'http://www.m2tm.net/Programs/PandoraRenamer.exe'>Pandora Renamer application I wrote</a><br />
30) Download <a href = 'http://www.id3-tagit.de/'>ID3 TagIT</a><br />
31) Once you&#8217;ve finished downloading a batch of songs to your pandora&#8217;s jar mp3 folder and have closed firefox move the Pandora Renamer to that folder and run the program.<br />
32) Run ID3 TagIT and navigate to the folder you just ran Pandora Renamer in.<br />
33) Select all the mp3s and then choose &#8216;ID3-Functions&#8217; and then &#8216;Tag Ver. 2 -&gt; filename&#8217;<br />
34) For the format field enter &#8216;&lt;A&gt; - &lt;T&gt;&#8217; and ensure you have Rebuild filename from original filename checked.<br />
35) Hit ok and then all your files are properly named, then hit save changes.<br />
36) Move your songs elsewhere and delete them from the Pandora&#8217;s Jar mp3 folder.</p>
	<p>And grats, we&#8217;re done!</p>
	<p>As you can see, just a couple super simple steps and you too can rip music from Pandora!</p>
	<p>Only 10 seperate downloads:<br />
FoxyProxy<br />
GreaseMonkey<br />
FlashSwitcher<br />
FireFox<br />
TOR<br />
Java<br />
ID3 TagIT<br />
GreaseMonkey Pandora Script<br />
Pandora&#8217;s Jar<br />
Pandora Renamer</p>
	<p>(3 of those listed above being completely seperate app/script packages for pandora&#8217;s jar specifically including one I had to write personally) and precise rolled-back version numbers for several of those apps as well as very specific configuration for most of them and we are set!</p>
	<p>Simple as pie.  If this was helpful to you and worked send a couple bucks my way.  I think that this could definitly save someone a few hours of effort and  I want to go grab a slurpee and I have no change on me.</p>
	<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick"/><br />
<input type="hidden" name="hosted_button_id" value="2619"/><br />
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt=""/><br />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/><br />
</form>
	<p><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=39</wfw:commentRSS>
	</item>
		<item>
		<title>I am not crazy, it&#8217;s just everyone else.</title>
		<link>http://mutedvision.net/blog/?p=37</link>
		<comments>http://mutedvision.net/blog/?p=37#comments</comments>
		<pubDate>Thu, 27 Mar 2008 08:07:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 3</category>
		<guid>http://mutedvision.net/blog/?p=37</guid>
		<description><![CDATA[	I write this in a sleep-deprived state and so you will put up with much rambling&#8230;  Although everything I&#8217;ve written in the past two years (at least) has been written in a sleep deprived state of varying degrees.  You see, I have severe Obstructive Sleep Apnea as a recent visit to a sleep [...]]]></description>
			<content:encoded><![CDATA[	<p>I write this in a sleep-deprived state and so you will put up with much rambling&#8230;  Although everything I&#8217;ve written in the past two years (at least) has been written in a sleep deprived state of varying degrees.  You see, I have severe Obstructive Sleep Apnea as a recent visit to a sleep study center has shown.  This is my attempt to bring everyone I&#8217;ve fallen out of touch with into the know.</p>
	<p>This comes as a bit of a relief because things have been looking bad for a long time now, it&#8217;s been over a year since I last posted anything and there is a good reason for that.  Even when I was still posting I was sinking into a depressive and difficult state and those were some of my last documented attempts to reach out to the world until now.  Right now I am tired, but I&#8217;m hopeful for the first time in months.  I feel ready to start talking to friends I&#8217;ve neglected for the past year or two, though the withdrawing process has been a long and gradual one.  Some people may not even notice the change except upon reflection of earlier years, it&#8217;s been so steady and so gradual that I nearly had myself convinced that I have always been a tired and hopeless disappointment.</p>
	<p>Potential is a cruel word.</p>
	<p>Dates are all completely fuzzy for me as I&#8217;ve been in a daze (and still am despite my excitement) but I&#8217;ll spin you my tale and hope that others read this and understand how easy it is to lose so much to such a simple problem.  It started in the middle high school when I switched from Johnson to Campbell at the beginning of grade 11.  It was 2002 or 2001 I&#8217;m 22 now in 2008 and so this has been creeping for my entire adulthood up until now.  I remember going to bed later and having troubles waking up.  I remember I had always been 15 minutes early for school (hard to believe, but it&#8217;s true) until around this time when I slowly started to slip&#8230; Soon it was 10 minutes, then 5 minutes early, then running in just on time, then a few minutes late and a couple times missing the first class entirely.  When I did make it to English, my first class of the morning one of the semesters (time is fuzzy) I remember sleeping with my head perched on my two arms while sitting straight up.  I remember resting my eyes because of lack of sleep and missing entire portions of the class.  I remember not having time in the mornings to eat proper breakfasts because I was sleeping in too late.</p>
	<p>Those problems were to look mild in later years, but grade 12 continued a slow decent and I ended up graduating from high school with a 66.7% average (or something very near, I know it was just over a percent higher than the 65% minimum required to get into the University Faculty of Science.)  This is a heavy contrast to the 80-85% average grade 9 and 10 at Johnson.  At the time it was easily attributed to switching my high school mid-way, which probably accounted for some of it&#8230; But even back then sleep was beginning to be an issue.  I know that my father had to wake me up some days by literally filling a glass with water and throwing it on me.  I acquired an automatic reflex of sitting up quickly when I heard the doorknob opening after the first few times, though I would still be really out of it and half asleep.  Eventually he caught on that when he left I just laid down again and resumed sleep (which he thought was consciously done though it was not as I have no recollection of having done this unless I was actually kept awake long enough to clue into my surroundings.)  This caused me to automatically sit up quickly to a zesty morning splash of water in my face.  Refreshing.</p>
	<p>I have never been a punctual person.  I&#8217;m a thorough and calculating individual and I used to get things done, but sometimes a day late or so.  My marks would reflect this, but I still managed 70% - 80% averages even with 10-20% deductions for late hand-ins.  I was never great at math and I was never a 95% average student, though some individual classes of interest I did do this well in (grade 10 science I had a 97% and I am certain of this.)  But even though I&#8217;ve always procrastinated a bit and been a little too easy going the issue of sleep began to crop up and was easily disguised  by that long-standing and difficult, but not life-threatening issue.</p>
	<p>After grade 12 I immediately entered the faculty of science and the faculty of art for a double major at the University of Regina in Computer Science and Visual Art.  University life treated me kindly at first and I only really flagged due to laziness and adjustment time at the beginning.  Class schedules were fairly lax and allowed for a more flexible sleeping schedule.</p>
	<p>After my first semester I had decent but not stellar marks and my parents were unhappy with my 68 average from the five course load I took (I was working 30 hour workweeks at the time as well and so I believe I had myself over-extended anyway), I was as well, and endeavored to do better, as a result they told me I had to pay for university myself next semester and so I had to drop out of most of my classes for funding reasons and only took cs 170 and another class (two classes total) which allowed me to get an 85% or so in my cs course and do decently in the other class I did take.  I then worked two full-time jobs simultaneously during the summer break (sometimes logging 20 hours a day for several consecutive days giving myself only 4 hour breaks between jobs.)  After that summer my parents helped pay a bit more for university and along with my own cash I managed to fund a four course load (which was more manageable) and I did a little better than before with the only really bad mark being Math.  Next semester I took four more courses and decided to take a break from Math to flunk Statistics instead.  By this point my ability to concentrate was notably waning, even the liberal sleep schedule wasn&#8217;t really helping me and I often felt absolutely tired during the day.  Sometimes I would skip a class to stay in the CS lounge and work on personal projects which required less focus which is a primary reason for my statistics issues&#8230;  That and the professor actually literally put me to sleep a few times, though he put people without sleeping issues to sleep as well.  His monotone voice did -not- help things Garry Larsen, if you are reading this, you&#8217;re a smart dude, but even if I were at my most alert it is very difficult to find you interesting enough to focus on.  It is an impossible task with a sleeping disorder (which was probably mild at this point, though noticeable.)</p>
	<p>The next summer I took my Math 110 and passed it (woot.) </p>
	<p>The next year I began noticeably struggling in my courses.  I always did decently in my CS courses, but even those became more difficult as time went on with exceptions being project courses in which I would often dedicate too many hours while getting way too few marks for the ambitiousness and scope and completeness of the projects.  I got many of my 300 level courses out of the way this year and just scraped a 65 average or so.  This is where years start to get blurry.</p>
	<p>I believe it was this next summer that I arranged my work-term with the Visual Resource Center of the UofR.  The work term started well and ended decently, though I had started coming into work later more frequently as a result of troubles waking up.  I began to require multiple alarm clocks and noticed my ability to turn off the alarms without being aware of the situation.  I was still pretty optimistic most of the time, but had begun to fall into a bit of a funk because I realized I&#8217;d begun to alienate myself from my friends.  I believe this was the end of 2005 that depression began to set in as a result of not getting out of the house nearly at all and doing very little with friends.  Despite beginning to fail a bit I was still charismatic and hard-working while I was on task.  I also had gathered quite a bit of knowledge through sheer force of will and enjoyment of my craft (programming) and networking has always come easy to me even at my worst.  As a result I managed to secure a position with Electronic Arts and left my funk behind for a bit as excitement caught me up and I went to work at the largest electronic publisher in the industry for their Black Box team.  This is also, coincidentally when I started my blog&#8230; You can see from my tone back then that I wasn&#8217;t deeply troubled and kept myself incredibly busy, but sleep was an issue.</p>
	<p>I started work with a bang, impressed my master (sort of had an apprentice thing going on with one of the busiest and most important programmers in the company) and really just kept rolling out the awesome.  I kicked it into high-gear all over the deepest of the deep absolutely lowest level memory management game code and popped up some nice highest of the high-end share point website custom applications etc.  After a while living in Vancouver, towards the last month and a half of my term I really started crashing, having difficulty waking myself up to go to a job I loved, having difficulty concentrating on working at new tasks etc.   30 days of rain did not help.  I still did alright the days I went, and I managed to keep myself under the radar mostly I think.  I realized I was having some serious problems about this time but I was worried and afraid because I was kinda supposed to be living my dream and I was actually so drained I could not rise to the occasion.</p>
	<p>This is something I have never ever admitted to because it caused me a deep and upsetting shame (it still does even to this day).  I did not even attend the last two weeks of my coop term.  Some of you may ask how the fuck that even happens.  I loved my job, I loved the people I worked for and with and I loved the environment and everything.  But I could not drag myself out of bed and even slept entire days away at times.  This is most definitely when my depression started on&#8230;  I kept in good relations with everyone I worked with, but my position was so ambiguous that nobody knew who was managing me.  Typically I work very, very well unmanaged and it would not have even been an issue.</p>
	<p>At the start of my term there were two weeks where I had no manager, no goals, no projects.  I worked my ass off every day reading for hours about ea coding standards, multi-threaded programming (papers released by the company), familiarizing myself with the code-base and CVS system and compiling the project (which is a feat on a multi-million line application.)  I even took on a goofy task to change the colour of all the cars to red when it was given by a fellow programmer (Shane I believe his name was.)</p>
	<p>I went on lunches with the other programmers and asked every two days if there was someone I should be talking to or something specific to do before I was eventually handed over to an advanced programmer (Martin) who gave me my first tasks dealing with the in-house Playstation 2 development station/compiler which I completed without direction.</p>
	<p>Things were going well and I was asked to work on the Sharepoint site (a web-based management tool) which I was less than thrilled working with.  Producers and other managers arranged me to work on it because of past experience and my ability to interact with other people well.  I designed and re-designed that site a few times with conflicting directions from various managers and I was acting as the sole admin for the site.  I did my job well, but this distracted from my programming duties and Martin understood that I was working with that.</p>
	<p>After a few layoffs during one of the months I was left without any clear manager and with no other contacts to deal with for the sharepoint site, I had been having notable issues getting to work by 11:00 even (which is late-ish to come in, but flex time allowed for it) and I felt constantly fatigued.  I was given a task by Martin to make a memory reporting application which I did, though a tool called Game Talk did not appear to work exactly right to implement it and so I ended up needing to use the older &#8220;bFunk&#8221; networking engine we had (which I was supposed to have replaced by the end of my coop term, but did not because of difficulties with getting clear instructions on use from the dude who made Game Talk and because it just didn&#8217;t seem to send messages from game to tool like bFunk did.  I&#8217;m sure it could have worked, but there aren&#8217;t exactly docs for these types of things sometimes and in this case, the few examples there were did not contain relevant info so I was forced to dig and dither for a month or so which was disheartening when combined with the sharepoint duties being confused and with my sleep issues.)  I put a lot of work into the project and ended up with a tool that worked but didn&#8217;t have a great interface and so I was unhappy with it and I wasn&#8217;t sure how to go about getting more info about what I needed to work on because the fellow was fairly busy and unapproachable and didn&#8217;t seem to understand or have the time to understand what I needed to do.</p>
	<p>Anyway, long story short, I was kind of in limbo with a project that I was supposed to be working on (and was working on) but with a lack of focus because of a constant numbing fatigue, I&#8217;d spend a couple hours zoned out at times reading code before realizing I wasn&#8217;t even really taking it in right.  This is a HUGE difference from the beginning when I was cranking out compatible code on a weekly basis with complex functionality and using existing functions of very complex systems to seamlessly integrate my work.  Between being in sharepoint limbo and on a difficult project with no easily accessable information (or if it was, an inability to actually concentrate enough to grok it) and constantly sleeping in too much I slid out of my coop term as silently as possible hoping only to leave my best first impression with those who I had worked with.  I spoke with Jeff, the fellow who had interviewed me at the end and he said he regretted letting management take me onto the sharepoint project which I agreed with.  He didn&#8217;t have the whole story, but it&#8217;s clear that he understood that I wasn&#8217;t exactly happy and he knew I wasn&#8217;t doing nearly as well at the end as I started and knew I got lost in the cracks though he blamed management and not me which is at least partially right.  I was essentially in a work environment where I reported to nobody and so no huge alarms sounded when I was afk for the last bit.  My parents called EA wondering where I was, which stressed me out incredibly because I was trying not to draw attention to my issues and I&#8217;m certain that would have at least tipped them off (really I should have told them about my sleeping issues, but it&#8217;s really hard to do that when you&#8217;re in a coop position trying to impress.  I was doing my best to fix the problem but it just wasn&#8217;t working.)  </p>
	<p>From the perspective of sleeping for days at a time without being missed, Martin was actually on holidays for basically the last two months of my term, the website stuff would have accounted for a lot of my lack of coordinating with him anyway, and the site had so many revolving door managers that I was the most reliable one working on it anyway.  I&#8217;m sure people wondered and questioned where I was at times, but nobody directly working with me was actually around or checking in or even watching closely and so it was easy for a kid with deepening depression and sleep issues to slip through the cracks.  It would have been more healthy if I had worked with a team on something most certainly towards the end, the solitary work environment was a contributing factor to my depression.  It was interesting because I was singled out to work on solitary tasks and trusted to do so (and I did my best not to break that trust, though events conspired against me I suppose and I was too ashamed to say anything about my worsening situation.)</p>
	<p>Even still, I genuinely believe that I gave my best and even with a sloppy finish I am convinced EA got their salary&#8217;s worth out of the code I did produce.  Despite feeling upset about my attendance issues towards the end, they got a lot of good work out of me even if you do not give any understanding towards a sleep disorder and deepening depression.</p>
	<p>Moving back to Regina was hard on me, I left behind someone I cared for, a job that I cared about (though it was causing me stress near the end due to sleep issues and feeling like I was lost in the cracks.)  University classes are kind of blurry, I don&#8217;t have a good recollection of what I was doing, but I know I was working on a website which I was working slowly on and it ended up getting me sued (though I wasn&#8217;t being paid and the entire situation was rediculous as it was stressful.  Definitely not something that I should have been sued over considering the circumstances, but also something that had I been awake I could have had done much faster anyway.)  This added to my depression and really set me in a deep dark place where I was always tired, always sleeping and when I was awake I was feeling terrible about myself.  To add insult to injury I was having very, very severe issues waking up on time and was constantly called lazy by my parents which I ended up internalizing.  To be fair, they were not inaccurate and they couldn&#8217;t have known better really, but it still hurt and added to my unhappiness.  It got to the point where I was afraid to come home and would stay in the CS lounge all day.  I would avoid classes sometimes by driving to a parking lot and sleeping in my car because I was so rediculously tired.  I would sleep in the CS lounge sometimes too if nobody else was around and I could get away with it.  I would sometimes hide in my room afraid to draw attention to myself because I was hoping my parents would leave the house and forget about me so I could sleep.  I didn&#8217;t want to feel the terrible guilt about shorting myself, my parents and everyone who depended on me and so it became difficult to talk to friends, difficult to tell the truth about my marks or my activities&#8230;</p>
	<p>I was so deeply ashamed of how &#8220;lazy&#8221; I had become.  I had failed so many people and I just wanted to withdraw from the world because I knew I couldn&#8217;t do anything.  This is not a dramatization, I could -not- do anything.  If it involved being awake and concentrating for extended periods it was right out the window, just not possible.  It got to the point where I couldn&#8217;t do anything I even liked doing because I was too tired.  I could play games for a couple hours before needing a nap, and sometimes would force myself to stay up even when tired if it was something I could do that was engaging, but simple (such as building a warcraft 3 map which is about as tough as working on javascript webpages, but was also fun enough and gathered a following so it made me feel worthwhile.)</p>
	<p>I managed to care for a puppy because it slept odd hours like me anyway (when it was little at least) and so i could feed it milk and such when nobody else had the energy to.  It made little difference to me when I was awake or not because regardless of how much sleep I got I was always tired.  I slept sometimes very little and sometimes 15 hour unbroken stretches and I always felt just as tired.  Why I felt like this was a mystery, I didn&#8217;t know what was wrong and assumed other people had to deal with the same feelings and issues I had and that they were just better at it and were stronger, better people because of it.  I saw myself as weak and useless and lazy because other people could stay awake all day and clean their rooms and go to work and school and go out with friends.  It had been a few years since I had truly felt awake and I forgot the feeling.  I didn&#8217;t and still do not know what it feels like to be awake.  I sit here at 1:00 AM feeling a bit more tired than usual, but usual tiredness is unbearable and so this is only a little more than unbearable.</p>
	<p>I do not remember time or events very well for the past year.  Since near the end of my coop term at Vancouver my memory crackles like the static of a half-tuned television.</p>
	<p>I saw Dr. Stephen Bester, my family doctor at about this time and I mentioned that I felt very unhappy and had a lack of energy and did not enjoy doing things I used to.  I told him that I felt half awake and half alive, but that I thought it was just because I hadn&#8217;t really gotten out of the house and done anything for a while.  I didn&#8217;t really think of my tiredness at this point as the primary issue&#8230; It may have caused my unhappiness, but when you feel so genuinely worthless and you can&#8217;t reason out any way to convince yourself otherwise that becomes a primary concern.  He thought so too and decided to try me out on Effexor which I believe was a good diagnosis to get things rolling.  He did the best with the information he had.</p>
	<p>I remember walking to school and seeing everything vibrantly for the first time in my adult life.  It faded after the first week and I still do not know if it was the placebo effect or not, I began to worry that was all it was and that I was going crazy as the Effexor made me slowly stop caring about life.  I was now able to lay in bed and not care about life as much.  This was a bit of an improvement, but I was still always tired, still being untruthful about school and jobs and such because even though I was being treated I felt I should be doing better and I wasn&#8217;t.  I didn&#8217;t know much about depression at this point and so I assumed I was on the best thing and that I was just failing.  This was made no better by my mother telling me in frustration at one point after finding me in one of my many lies that &#8220;all the medication in the world won&#8217;t fix you!&#8221;  That was and still is one of the most painful things I&#8217;ve ever heard and it really destroyed me for a while.  I don&#8217;t blame her for saying it, I&#8217;d be easily as frustrated and was actually telling myself much worse daily anyway as I talked myself deeper.  I would build upon my unhappiness by dwelling on it and expand upon any little criticism with 10 of my own.</p>
	<p>One of the most terrible things about depression, chemically caused or otherwise is that you begin to become unhappy that you are so unhappy.  You begin to fear that you will never feel better.  Hearing those words really hammered me on such a level that I can&#8217;t get it across in any way.  I know I cannot relate to the feeling of a father losing his only son.  It is with this example that I hope you understand that you cannot possibly understand many of my own feelings.  This is a deadly type of sorrow, impossible to relate to personally unless you have experienced real clinical depression with no definable source and no perceived cure.</p>
	<p>I have had seriously suicidal thoughts in my life twice now and I believe I will never again experience them.   Suicide is not a crime of passion.  It is a crime of conviction and hopeless acceptance of unbearable events outside of your own abilities.  For me, I felt that I would never feel alive again and I knew that I was letting down everyone who knew me, I accepted that I had failed on such fundamental levels to even care for myself and that the best thing for everyone around me would be to end my life rather than continue to drag down everyone I ever loved.  This feeling was based on faulty assumptions, but that made it no less real.  Things can change, but at the time and for a long time after it did not seem that they would or could and so for a long while I felt that even though I was not suicidal my thought processes that brought me to that point weren&#8217;t exactly crazy or unreasonable, just desperate.</p>
	<p>I was hesitantly, but willingly institutionalized on the advice of my psychiatrist referred by my family doctor and ended up spending almost 3 months in the mental ward.</p>
	<p>I know that I was there for a long period of time, but I seriously have only bits of memory from the place.  I was so dead tired most of the time and I was also very unhappy, very unsettled, and had mood altering drugs (which I completely believe added to my troubles initially when I started on Effexor, but did help at the later stages of my decent into depression.) </p>
	<p>One of the most cruel things about being in a mental ward with good insight and knowledge about the problem you are diagnosed with is that you are able to rationally and wholly plot out your decent into madness on such a level that you truly feel crazy while also feeling like an impostor.  I could describe and theorize on my reasons for feeling shitty and my reasons for having panic attacks and freaking out on epic levels, I could map out my feelings fairly well, I could even joke about my issues but I could not, for all of the effort I had in me, snap out of it.  That was one of the most frustrating things about being mentally ill&#8230;  I was most definitely depressed, but I do not believe that it was due to a chemical imbalance anymore. </p>
	<p>I have since stopped taking all anxiety and depression medications and I feel perfectly fine now that I have another diagnosis for my sleeping issues, which were eventually determined to be a factor.  I know that they helped me out when I was at my lowest, I had a serious case of the blues.  Effexor probably just put me into the hole a bit faster, but I would have ended up there anyway.  I&#8217;m all for mood altering medications when they are required and I do not regret my compliance in taking anything.  I also now believe in the monster &#8220;Depression&#8221; because it is a real and almost tangible thing.  It can devour you whole and leave you in such a downward spiral that it destroys your life.  My particular case has another root, but depression can most definitely be brought on by completely chemical changes and so I know that it is just as real for some people who do not have another root cause.  I have seen it.  That might not sound like much, but I thought it was something you could will yourself out of or reason yourself out of and it is not.  In my case, reasoning myself out of depression was actually just causing more depression because from every angle of view I was physically and mentally unable to do things that I used to love for no apparent reason to such a degree that everything seemed hopeless.  I couldn&#8217;t pin it on any accident or injury and I had nothing that I knew of that I could work towards and that left me without hope especially after medications only seemed to help mildly.</p>
	<p>I always knew I had troubles with waking up, but I never knew the reason.  My parents were the only ones who knew the true extent of this and the zeal with which we all described that particular aspect must have made it sound contrived.  I mean, being able to turn off 3 alarms and sleep without recollection of doing it sounds completely over the top and exaggerated, but not one word of it was.  I believe that might have been why my sleeping issues were not truly taken seriously until my psychiatrist poked me hard with a pencil, shook me and called my name without response or even memory of the event.  To this day I still do not remember him doing it, but after a lot of concentrating I do recall a light poking on my back, but I had felt like it was in a dream until he told me about it and I reflected and I do not remember my name being called.</p>
	<p>I have been routinely called lazy by my parents for years for failure to wake up on prompting and alarms and only being half-believed that when I turned off my alarms and went back to bed I would have no recollection upon waking up later.  The incredulity of completely sub-conscious reactions of complex nature due to complete tiredness has always been a factor and it was no different with doctors.  Even when my parents were describing my issues with sleep I do not believe they even completely believed that I was not aware of having woken up several times.  I know sometimes I would be aware of waking up, setting my alarm clock ahead 5 minutes and sleeping again, but many times I actually lacked any remembrance of the first 30 seconds to 2 minutes of being up.  Despite this, I was prescribed a wakeful drug called Modafanil which helped vaguely, though I still managed to sleep entire days and nights away while on 100 mg (the max dosage) of this medication (which is replacing amphetamines for use in long hour army missions up to 80 hours in length and which is unable to keep me awake for 5 hours sometimes.)</p>
	<p>After a while they got sick of me in the mental ward and I was discharged with a referral to a sleep clinic where I went with a completed sleep log dictating 10-15 hour straight sleep periods with frequent daytime naps wherever I was not working and had the chance (this is including my parents consistently waking me up and forcing me out of bed for the day.)  I constantly felt sleep deprived and had troubles staying awake for even a few hours at a time especially when I first got home.</p>
	<p>Getting regular hours while being forced awake during the day helped me keep those hours a bit better, but it was more a tolerance for pain than a regular schedule.  I would feel absolutely brain dead, like a wet blanket was over my brain at all times except for maybe the first hour or two after waking and even then I could fall back asleep nearly immediately when I had the chance.</p>
	<p>The advice I and my parents were given was to avoid naps during the day and try to get 12 hours of sleep a night, I was told that this was possibly my actual nightly requirement for sleep despite the fact that I frequently reminded the doctor that I could easily sleep a 12 hour night and wake un-rested.  At this point many of you are clue-ing in to the fact that I do indeed have a sleep quality issue and that no amount of sleeping seems to help.  you would be right, but it took a lot of work to set up an appointment and no amount of convincing was able to actually get me taken 100% seriously about my sleeping issues, I was written off as depressed with an anxiety disorder, though I must admit it looked very much like these issues I can&#8217;t seriously fault my psychiatrist for the diagnosis because that&#8217;s exactly what I had, though there was a deeper reason for it that had nothing to do with traumatic events or injury or regularly out of whack chemicals.  I do, however wonder how the first sleep specialist managed to mitigate all the symptoms and issues I was referring to and assume it was a schedule issue above any possible sleep quality issue (which he vaguely mentioned as a possibility.)</p>
	<p>Anyway, we were put on the 1.5 year Regina, Saskatchewan sleep clinic wait list.</p>
	<p>As my mom said, if we had to wait that long myself and both my parents would have been living in the mental ward because I was seriously driving them crazy.  They all over my ass at every moment of every day about not sleeping and staying awake during the day&#8230; It felt like I was being subject to sleep deprivation torture.  We decided to hit up a private clinic though it would cost 1000$ out of pocket (which my parents graciously paid for) and we had to travel to Calgary.  I may have unfairly painted my parents as nagging and cruel, that was not my intention, but this is written from my point of view and at times even though they were doing their best and have always supported me it has been very hard on them.  They are really great and I would probably not be alive today if not for their tenacity and willingness to do anything they believed they could do to help me.</p>
	<p>Here I am in Calgary finally with the proof I need to show that I have been getting nearly no effective sleep for about two years.  I have severe sleep apnea and just in the quick overview of the test results that I observed I saw common occurrences of 15 seconds of breathing steadily followed by 45 second periods of an inability to intake new air followed by the same several times in a row.  During a 2 minute period many times a night I would only breathe for 30 seconds holding my breath the other 1 minute 30 seconds.  This is not an exaggeration.  Each time this occurs oxygen levels drop sometimes significantly and my brainwaves would spike, legs would quiver slightly as I gasped for oxygen and completely disrupted my sleep each occurrence.  This would happen sometimes several times a minute for shorter breath holding (of 15 seconds or so) and the episodes would be very frequent sometimes with breathing disruption several times in a row after only 5 to 15 seconds of regular breathing.  At times I would be fine for about 10 minutes or so, but then I would drop back into irregular breathing and oxygen deprivation cycles.</p>
	<p>That alone is bad, it means that I very rarely get more than 10-20 minutes of sleep at a time before it gets disrupted severely and consistently for a stretch of minutes.  When you combine this with being forced to stay awake during the day without naps as per instruction originally and during quite a bit of my stay at the mental ward (with people forcing you to get up and remain awake) it makes for a situation almost identical to traditional sleep torture where a prisoner would be forced to remain awake for long hours only to be allowed to sleep for a couple minutes before being woken and interrogated.  Even when I was not being awakened by a person or kept awake by someone, my own body would continually keep my brain in a wakeful state, slapping it if it ever got comfortable.</p>
	<blockquote><p>In the head of the interrogated prisoner, a haze begins to form. His spirit is wearied to death, his legs are unsteady, and he has one sole desire: to sleep&#8230; Anyone who has experienced this desire knows that not even hunger and thirst are comparable with it.</p></blockquote>
	<p>-Menachem Begin, the Israeli prime minister from 1977-83</p>
	<p>This describes the last two years of my life accurately.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=37</wfw:commentRSS>
	</item>
		<item>
		<title>Wii Rock</title>
		<link>http://mutedvision.net/blog/?p=36</link>
		<comments>http://mutedvision.net/blog/?p=36#comments</comments>
		<pubDate>Sat, 16 Dec 2006 19:52:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=36</guid>
		<description><![CDATA[	So I sold that laptop for $1000.  Hooray, money!
	I then proceeded to wait in lines for a combined 8 hours to purchase a Wii.  I&#8217;ve played it a bit so far and can honestly say it is a really cool system.  Wii sports will really get you moving, but Zelda you can [...]]]></description>
			<content:encoded><![CDATA[	<p>So I sold that laptop for $1000.  Hooray, money!</p>
	<p>I then proceeded to wait in lines for a combined 8 hours to purchase a Wii.  I&#8217;ve played it a bit so far and can honestly say it is a really cool system.  Wii sports will really get you moving, but Zelda you can play laying down which is nice, it shows the range of game play.  I don&#8217;t think I&#8217;d like having to be standing and swinging my sword vigorously for 60 hours or however long Zelda: Twilight Princess takes to beat.  But on the other hand, you can really get into it with bowling where you pretty much have to stand as if you&#8217;re really bowling to play.  I also just ordered my replacement straps from Nintendo (they had a recall because straps would break sending the remote sailing through your TV.)  Let me suggest if you also have a Wii that you get your straps <a href = 'http://www.nintendo.com/consumer/strapreplace.jsp'>replaced</a>.</p>
	<p>I&#8217;ve been holding off on playing it too much because of exams, but those are almost over.  I also handed in my art printing class prints, I finished 4 new original prints in the past two days, though two of those were &#8220;mono prints&#8221; which take less time.  It was a lot of work.  I&#8217;ll scan them and put them up after I get them back on Monday (I think I get them back then.)</p>
	<p>I&#8217;m excited, Eragon is out in theaters and I would love to see it.  The books have their problems, but an awesome movie with a dragon as a main character in main-stream media is rare.  I&#8217;ll probably be going tonight to see it, but if not, it will be soon.</p>
	<p>And one last snippet of news from my life, I&#8217;m headed to Abbotsford near Vancouver to see Kess.  I&#8217;m excited, it&#8217;s been a long time since we&#8217;ve last seen each other.  I leave on the 26th of December and get back on the 6th of January.  I&#8217;ll miss my brother&#8217;s birthday by a couple days so will have to remember to call, but hopefully there will be cake left when I get back.</p>
	<p>I invite anyone interested to play a Missile Commander type game I created called <a href = 'http://www.mutedvision.net/program/DarkSkyFire.zip'>DarkSkyFire</a>.  It is amusing, hopefully you enjoy it.  The purpose was to finish it quickly, it took a total of 24 hours to polish and completely finish.  Jeff Cliff might be porting it to Linux.  Press space or enter to bring up a buy menu and to pause the game.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=36</wfw:commentRSS>
	</item>
		<item>
		<title>Laptops, Laptops Everywhere!</title>
		<link>http://mutedvision.net/blog/?p=35</link>
		<comments>http://mutedvision.net/blog/?p=35#comments</comments>
		<pubDate>Tue, 14 Nov 2006 04:25:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=35</guid>
		<description><![CDATA[	Well, I went to Baselan in Winnipeg this weekend.  Had a great time, rode my pwnies into town, hit up the pubs, pugs, and scrims, rolled some noobs and had a big slice of nubcake for dessert.  Good times.
	Unfortunately I can&#8217;t claim to have won any placings in the games.  At S-Lan [...]]]></description>
			<content:encoded><![CDATA[	<p>Well, I went to <a href = 'http://www.allyourbaseonline.com'>Baselan</a> in Winnipeg this weekend.  Had a great time, rode my pwnies into town, hit up the pubs, pugs, and scrims, rolled some noobs and had a big slice of nubcake for dessert.  Good times.</p>
	<p>Unfortunately I can&#8217;t claim to have won any placings in the games.  At S-Lan I won Quake 3 and my team won CS:Source, I also got second in a few things.  Baselan, no such thing.  Our CS team got 4th out of 9.  In Quake 3 I got third, and unfortunately they ran a few tournaments I wanted to play during those two.  Good fun anyway, got to hang out with my clan&#8230;  While I didn&#8217;t win any tournaments, I did win the massive doorprize.  In a draw with 1/230 odds of winning I came out on top and got myself a new laptop&#8230;  I&#8217;ll sell it of course, but I was damn happy.  They got a video of me winning it and I was freakin&#8217; out happy.  Very cool feeling.</p>
	<p>Couple this with my winning a $400 processor at an R-Dot and I&#8217;m doing fairly well for these lans.  The R-Dot draw was 1/90 or so.  This is my 4th lan, I&#8217;ve been to 2 R-Dots (Regina), 1 S-Lan (Saskatoon) and 1 Baselan (Winnipeg) so 2/4 major prizes isn&#8217;t terrible.</p>
	<p>I have intensely weird luck both positive and negative.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=35</wfw:commentRSS>
	</item>
		<item>
		<title>Followup to Electronic Failure</title>
		<link>http://mutedvision.net/blog/?p=34</link>
		<comments>http://mutedvision.net/blog/?p=34#comments</comments>
		<pubDate>Fri, 27 Oct 2006 09:57:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=34</guid>
		<description><![CDATA[	So my new laptop arrived today.  It rocks hard.  It&#8217;s a tablet convertible pc (Toshiba R25-S3503) and while it may not be the absolute fastest machine on the block, it is amazing for it&#8217;s drawing capabilities&#8230;  It only has 256 levels of pressure sensitivity and no tilt recognition&#8230;  Honestly I rarely [...]]]></description>
			<content:encoded><![CDATA[	<p>So my new laptop arrived today.  It rocks hard.  It&#8217;s a tablet convertible pc (Toshiba R25-S3503) and while it may not be the absolute fastest machine on the block, it is amazing for it&#8217;s drawing capabilities&#8230;  It only has 256 levels of pressure sensitivity and no tilt recognition&#8230;  Honestly I rarely use tilt with my 9&#215;12 Intuous so that&#8217;s not a big deal, the pressure sensitivity is a little noticeable, and the barely perceptible lag in the cursor is there though it seems to accurately capture everything.  The drawing in <a href = 'http://www.mutedvision.net/art/oC11b72.exe'>Open Canvas</a> is lame because it seems not to pick up the line until a certain pressure threshold is achieved so we get a weird gap between one line and another&#8230;  But I am happy to report that it works properly in Dragon Canvas so it isn&#8217;t a hardware issue.</p>
	<p>I mentioned a slight lag, it might be a little jostling at first, but you get used to it and it is very minor.  Obviously a full-blown Cintique would be a better choice if I had the cash, but unfortunately it isn&#8217;t built into a laptop last I checked&#8230; It also costs over twice as much as this entire laptop cost me though it&#8217;s a much larger screen I don&#8217;t know if that&#8217;s a feature when you&#8217;re taking it everywhere with you.  The 14.1&#8243; screen on this laptop is sufficient.  The drawing surface is as wide as my 9&#8243;x12&#8243; Intuous and is a couple inches shorter so it&#8217;s good for drawing space.  I&#8217;ll probably end up using this as my primary digital painting computer, and might use my Intuous for some stuff, it&#8217;s hard to say.  There&#8217;s something much more immediate and &#8220;real&#8221; about seeing your lines under your pen as you draw, it feels more like pushing ink onto paper than manipulating an image from afar and I really like that.  I really wish they had some more artist-geared solutions with 512 levels of sensitivity even if it didn&#8217;t have tilt&#8230; I have a feeling Wacom is doing this (gearing down the power to 256 levels and no tilt) so it doesn&#8217;t compete with their professional graphics solution the Cintique.  This makes sense, but sucks in the meanwhile&#8230; I heard that it&#8217;s possible the restriction is in software and that the hardware is capable of more, but I don&#8217;t know much about it.</p>
	<p>Anyway, I&#8217;m glad the laptop got here, it took about two weeks and was shipped some place in New Hampshire and then back to New York where it originated before being sent out again, this time to the proper location.  It was a long wait, I am pretty used to having a laptop so in the past week I&#8217;ve been drawing more than I have in a while&#8230;  That combined with my printmaking course has kept me productive in that regard though I do miss having a laptop to fiddle with electronic stuffs at any time I choose.</p>
	<p>Karma claimed my desktop computer&#8217;s hard drive yesterday&#8230; Luckily I had a secondary hard drive and was able to back everything of importance up to that.  My main hard drive is throwing cyclical redundancy errors as I painfully pull my music out of it&#8217;s dying and tightening grip&#8230; Hopefully I get all or most of it before it croaks for good.  This strange series of electronic failure has me in the interesting position of having two completely blank installations of windows with which to build a development environment in my image.  PHP, MySQL, Visual Studio, Visual Assist X, Project Line Counter, Tortis CVS, PHP Designer, Nero, Avast!, AdAware, Smart FTP, Putty, Photoshop CS, Firefox, Limewire, iTunes, Xfire, Trillian, Gtalk, and Counterstrike Source all require installation&#8230;  I&#8217;m sure I forgot quite a bit and will discover those things as I go to do something and find I need another program.</p>
	<p>And my iPod is indeed on it&#8217;s last few spins.  The hard drive clicks and opening/closing it seemed to help except that now I can&#8217;t bump it even a little bit or it skips.</p>
	<p>Some recent art stuffs:<br />
<a href = 'http://www.mutedvision.net/art/raptorsmiles.jpg'>Raptor Smiles</a><br />
<a href = 'http://www.mutedvision.net/art/dervprint.jpg'> Derv Print</a></p>
	<p>I have some more as well, but it&#8217;s not stuff I&#8217;d share with everyone.  I&#8217;ve got a print of that first image which awaits a scan and some love, but I await Photoshop.  The second one is a finished print scanned in all its glory.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=34</wfw:commentRSS>
	</item>
		<item>
		<title>Karma Relents</title>
		<link>http://mutedvision.net/blog/?p=33</link>
		<comments>http://mutedvision.net/blog/?p=33#comments</comments>
		<pubDate>Fri, 13 Oct 2006 07:53:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=33</guid>
		<description><![CDATA[	My father and I opened up my iPod today, banged it against things, disconnected everything and reconnected it.  Then when it looked like it wasn&#8217;t going to work after we snapped it back together, it sat around for a minute and a half sulking (or whatever electronics do when they don&#8217;t work) and then [...]]]></description>
			<content:encoded><![CDATA[	<p>My father and I opened up my iPod today, banged it against things, disconnected everything and reconnected it.  Then when it looked like it wasn&#8217;t going to work after we snapped it back together, it sat around for a minute and a half sulking (or whatever electronics do when they don&#8217;t work) and then it sprang to life.  It has now successfully updated with all of my songs and plays them.  I&#8217;m immensely happy&#8230; But I was worried for a while, it seemed like the hard drive was totally dead so let&#8217;s hope this lasts.</p>
	<p>The laptop I have ordered is a Toshiba R25 tablet pc (convertable.)  I&#8217;m looking forward to it though it only has 256 levels of pressure sensitivity, the ability to draw on the screen will rock for digital painting.</p>
	<p>My mic still doesn&#8217;t work and I still don&#8217;t know why.  Probably lack of contact, but I don&#8217;t know how I&#8217;ll fix it without damaging something and since my headphones still work I am not going to dismantal them&#8230;</p>
	<p>I feel impotent without my laptop in the meanwhile.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=33</wfw:commentRSS>
	</item>
		<item>
		<title>Bad Karma?</title>
		<link>http://mutedvision.net/blog/?p=32</link>
		<comments>http://mutedvision.net/blog/?p=32#comments</comments>
		<pubDate>Wed, 11 Oct 2006 06:45:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=32</guid>
		<description><![CDATA[	Sometimes things happen in life that you just have to talk about, that’s part of the reason why I have this thoughtcast.  When I have something I need to say, I can shout it out here and the world will know that I have said it.  This is one of those times.  [...]]]></description>
			<content:encoded><![CDATA[	<p>Sometimes things happen in life that you just have to talk about, that’s part of the reason why I have this thoughtcast.  When I have something I need to say, I can shout it out here and the world will know that I have said it.  This is one of those times.  I’m not sure whether to laugh or cry.</p>
	<p>This has been a terrible day for electronics. First, my 2 year old laptop’s monitor started flickering less than a week ago due to a flaky connection… Which made me uncomfortable, but I figured it wasn’t a big deal, if it disconnected I’d figure out how to re-connect it. But today the laptop ran out of batteries and shut down while it was plugged in. I unplugged it and plugged it back in because I figured maybe the connection wasn’t making good contact for some reason, and when I turn on my laptop again it starts getting warnings in the bottom left: “USB socket detected an excess of power” which kept popping up. At this point I’m thinking “oh, shit” and so I restart hoping it isn’t actually a serious issue but dreading that it may be. I power it up again and the network device stops working, same USB error and the computer is trudging along very slowly… I restart one last time hoping it’s all just a bad dream that my computer will wake up from… Network works, computer loads quickly, everything looks fine and I get a message from a cs:s buddy so I know that it’s all good… But a moment later my computer hangs completely.</p>
	<p>The screen is frozen and the computer fan stops.</p>
	<p>I power up again… Fan spins a moment, leds come to life, power surges through it’s electronic guts, a barely audible whine as the screen flickers black and… The fan stops, the screen stays black, near silence but the leds are still on including the power indicator. It refuses to boot even hours later after cooling down. With the warranty already being void (due to it being a one year warranty and me owning the laptop for two years) I decide to open it up and take a look… The process takes about 45 minutes to unscrew everything so I can get any kind of look at the thing… No apparent physical damage, but then I’d need a big smoking crater in the motherboard to notice anyway… I was mostly hoping I could get at the monitor cord, but it was the hardest part to disassemble and I couldn’t see any way of doing so without completely destroying the machine beyond hope of even salvaging pieces.</p>
	<p>So my laptop died. I guess I’ll take it in stride, these things happen, sure it sucks that it’s only 2 years old and I spent 1500 on it, but it’s paid off, and I don’t have cash for another one, but I can wait if I have to… It just really sucks.<br />
So I’m without a laptop and my class is in an hour, I turn on my iPod and turn on the tunes. My headset literally breaks in half. Luckily none of the cords appear damaged, it’s just the physical headset which has broken… I have literally done nothing but place it on my head, but it’s designed in such a way that metallic arms place pressure on small plastic portions, and so one of the sides with the plastic broke off due to regular use. At least it still plays… But then my iPod starts skipping and then stops playing tracks for a moment. I turn it off and pray it will work later.</p>
	<p>I still haven’t turned it on again, but I’m going to charge it fully and try it on a lucky day, this just isn’t a good time having experienced laptop failure. But for all I know, my laptop and U2 Edition iPod are both dead. So I’m carrying a decommissioned iPod plugged into two halves of a set of 130 dollar headphones and lugging around a completely dead laptop which is now missing several screws.</p>
	<p>I get home, tape up my headphones so they are in one piece now, and I log in to play some counterstrike source to take my mind off the three different pieces of damaged equipment and as lady luck would have it, my headset’s microphone is broken.</p>
	<p>Awesome.</p>
	<p>This is just today, not to mention in the past month or so my desktop’s power supply literally blew up. It smelled of burnt plastic and everything. Also, my digital camera which was slowly on the way out (coming with us on several backpacking trips) gave it’s last breath a few months ago.</p>
	<p>My parents, however, are incredibly supportive. My dad recently upgraded his laptop and gave my younger brother his two year old laptop (it was bought at the same time mine was) and we are using the fact that I never got a free laptop as an excuse to help me out with getting one now. As an added bonus I’m planning on a pressure sensitive tablet pc which will allow me to draw directly on the screen with pressure sensitivity and everything… So I’m stoked about that. Any suggestions for a good tablet pc with good pressure sensitivity and good tilt support would be welcome… I’m looking at under $2200 Canadian.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=32</wfw:commentRSS>
	</item>
		<item>
		<title>March March *Crunch* &#8230;Fuck&#8230;</title>
		<link>http://mutedvision.net/blog/?p=31</link>
		<comments>http://mutedvision.net/blog/?p=31#comments</comments>
		<pubDate>Fri, 01 Sep 2006 22:16:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=31</guid>
		<description><![CDATA[	So I injured my knee(s) during the “Masochistic- possibly- death- inducing- trudge through Hell” as Drew so aptly named it.  Masochistic is definitely a term that would describe the four day journey.  We ended up hiking 25 kilometers for 12 hours through the hardest, roughest terrain of the trip on the last day, [...]]]></description>
			<content:encoded><![CDATA[	<p>So I injured my knee(s) during the “Masochistic- possibly- death- inducing- trudge through Hell” as Drew so aptly named it.  Masochistic is definitely a term that would describe the four day journey.  We ended up hiking 25 kilometers for 12 hours through the hardest, roughest terrain of the trip on the last day, but that isn&#8217;t when my knee started hurting.  Beginning of the second day, already a good distance in my knee started complaining and every step began to hurt.  I&#8217;m not saying &#8220;oh, it was a little painful&#8221; I&#8217;m talking sharp, stabbing pain on every rough step and a constant dull ache otherwise.  We hiked about 5 or 6 hours on the two days leading up to the last long day, so I ended up hiking almost 24 hours on an injured knee.</p>
	<p>It was like being in a hellish limbo of pain as I had to keep walking to get out of the wilderness.  Tylenol and Advil helped significantly and when their effects wore off I felt it.  On the last day I took 8 Tylenol and 8 Advil and since those are the daily limits I decided not to take more for the final two kilometers or so of the trip which was all, inconveniently, downhill.  I remember crying as I hobbled down the mountain, but I was determined to finish and get out of there.  Every step reminded me of why I had to take the next to get off the mountain.  We got to the car in the dark and drove down to the other trailhead (we parked four kilometers away from the start of the trip because our circuit didn&#8217;t take us right back to the same trailhead) where we stayed the night.  I couldn&#8217;t walk down to the stream to get water for food and so I lay in the tent hungry and in pain hoping I could sleep away the hours before we left so that we could drive up to a food place and I wouldn&#8217;t have to walk to it.  I tried to imagine that the lake wouldn&#8217;t have good water anyway because there were too many horses nearby and they probably pooped in it, but that was only to keep me from moving my leg.</p>
	<p>That night was terrible; I woke up with severe knee pains several times and then couldn&#8217;t sleep for an hour before the sun came up.  I got out of the tent and sat outside until Drew and Aidan woke up.  When we started driving back the rough road jostled my knee painfully at each rock in the road, even stretched out along the back seat I couldn&#8217;t find a very comfortable position for it and when the car shuddered for the first 20 kilometers of our drive, it shook at my knee and gave me this constant pain.  I remember telling Drew that I had better things to do with my time than fake an injury when he asked how my knee could hurt when I wasn&#8217;t walking on it, but to be fair he and Aidan were both concerned during the hike.  I would have rather been drawing.  I brought a sketch book and opened it some days, but I think I&#8217;ve learned that hiking is better remembered for inspiration than used as inspiration during the trip.</p>
	<p>Despite how painful moving from one place to another was during the hike, it was a beautiful place.  I really enjoyed seeing the top of each pass and I liked our campgrounds, each one was different and more remote from the previous ones.  The only other person we saw during the trip once we began along the path was a trailblazer hired by the parks to cut logs.  He had luckily done some along the path we were planning on, but he warned that there was a rough path until we got to the area he did.  We counted 64 logs along the path before running across the section he had just done.  Aidan and I both appreciated the number immediately.</p>
	<p>It was a good hike other than the injury though, and I am glad I went on it with Drew and Aidan.  I don&#8217;t spend nearly enough time with my friends lately and it was great to see them both again.  These hikes are important to me for that reason specifically.  Aidan lives in Kingston which is a good distance from me and Drew, but I plan on living in Vancouver which is on the opposite side of the country.  I hope that we can continue to get together once a year at least.  It&#8217;s hard when two of your best friends become remote and that&#8217;s the main reason why these trips are important to me.  I really hope, for that reason alone, that I can continue to go on these trips, but I honestly doubt my ability to continue as I worry about the health of my knees.  I don&#8217;t want to have problems walking up the stairs in 10 years.  Oh, check out their photos and their thoughs on our journey as well: (<a href = "http://www.noloitering.net/2006/08/29/back-early/">Drew</a> | <no link yet>Aidan</no>)</p>
	<p>This leads me to what exactly is wrong with them.  My dad checked it out at first and he gave me a rather accurate description of what was wrong, mentioning fluid buildup and telling me that my ligaments were intact and that nothing was broken.  His suggestion was a tensor bandage and ice.  I went to our family doctor and he told me a very similar tale.  He mentioned that there may have been a softening of the cartilage under my kneecap and that there was fluid buildup, but that my tendons were intact and there didn&#8217;t seem to be a break.  He put pressure above my kneecaps and told me to gently tighten my quads (but to be careful because it might hurt.)  Indeed, a grating noise sounded from my left kneecap and my right kneecap hurt a little.  He suggested it was from repetitive strain from carrying a heavy pack for too long on rough terrain.</p>
	<p>I was prescribed something called Diclofenac which has some serious warnings in it&#8217;s warning section: &#8220;take with food&#8221;, &#8220;don&#8217;t lie down for 30 minutes&#8221;, &#8220;in some rare cases may cause (rarely fatal) bleeding from the stomach or intestines&#8221;, &#8220;may result in serious (possible fatal) heart attacks and strokes.&#8221;  It&#8217;s used for arthritis pain, cancer patients, and joint injuries involving swelling.  It&#8217;s like a much, much stronger version of Advil with way more side effects.</p>
	<p>Anyway, hopefully my knee won&#8217;t hurt anymore in a few weeks and then hopefully beyond that my joint recovers from this injury over the next few months to the point where it will not easily relapse.</p>
	<p>Otherwise, I&#8217;m ready to head back to work on web pages and other things before school starts again on the 5th.  Pirates of the Caribbean tonight with my brother, I&#8217;m excited I&#8217;ve wanted to see this for a while.</p>
	<p>Stay frosty.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=31</wfw:commentRSS>
	</item>
		<item>
		<title>Crunch Time&#8230; and a Death March</title>
		<link>http://mutedvision.net/blog/?p=30</link>
		<comments>http://mutedvision.net/blog/?p=30#comments</comments>
		<pubDate>Tue, 22 Aug 2006 23:34:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=30</guid>
		<description><![CDATA[	I am writing to you (the world) again, rejoice!
	I have just completed what can only be described as a month and a half long &#8220;crunch time&#8221; working on the late and great &#8220;Dragon Canvas.&#8221;  It is meant to be a networkable drawing/collaboration tool.  So far it has drawing functionality and only 3 known [...]]]></description>
			<content:encoded><![CDATA[	<p>I am writing to you (the world) again, rejoice!</p>
	<p>I have just completed what can only be described as a month and a half long &#8220;crunch time&#8221; working on the late and great &#8220;Dragon Canvas.&#8221;  It is meant to be a networkable drawing/collaboration tool.  So far it has drawing functionality and only 3 known bugs.  I shudder in a cold sweat at night, tossing and turning under my covers as I imagine how many <i>unknown</i> bugs lay waiting.  It does not, however have network functionality.  This doesn&#8217;t imply I didn&#8217;t work on network functionality, however.  Yes, on the last day before the project was due (and on my second all-nighter in a row with only 3 hours of sleep during the span) I deliriously coded&#8230; Something.  I have been avoiding it in the week or so since the project was initially shown to class.</p>
	<p>The project group we had consisted of myself, Jeff Cliff, Nathan Anderson and Jeff Seliske.  Of those, Jeff Cliff is the only other one who submitted a meaningful quantity of effort throughout the project&#8217;s duration (other than myself of course).  Nathan Anderson did his best right near the end and submitted a number of very important bug fixes in G2tM, he also did contribute a bit steadily throughout the project.  Jeff Seliske is what I call &#8220;a lazy sack of useless shit.&#8221;  Where Nathan admitted he hadn&#8217;t been doing much throughout the project and where Nathan attempted to help out quite a bit near the end, Jeff Seliske pretended to be working hard the whole time.  What his portion of the code was supposed to do was to provide cross-platform tablet support for our project.  Besides being windows proprietary his code (all 140 lines of it) did no more than direct, un-checked calls to another library called bbTablet which itself was a wrapper for win32.  Keep in mind he had a month and a half to do this.  That&#8217;s less than 4 lines of code a day, and the stuff that he did submit was not complicated.  I admit that if he had done what we asked of him, it could be described as difficult&#8230; But it was much less complicated than what I was dealing with, and less undefined than what Jeff Cliff was working with.  So what did I do?  I had to re-write every line of code he had sent us.  I added on to it, made it work better, made it simpler to implement.  It ended up at 250 lines of code&#8230; How long did it take me to finish this?  One hour.  One hour from telling him that his work was sub-par to making it work properly in our program.  I&#8217;ll let that fact speak for itself, the implications are there.</p>
	<p>The terribly ironic thing in all of this is, I think he may end up with a better mark than me in the class as a whole.  He did marginally better in assignments (getting an extra couple percent in some of them) and did a bit better in the midterm.  All the while sponging off the work me and Jeff Cliff did on the project.  I told the professor about Jeff Seliske, but he basically admitted that groups were going to be marked the same anyway.  I wasn&#8217;t telling the prof for reasons of knocking the marks down&#8230;  I really don&#8217;t care about marks, ironic as the situation is.  What I was complaining about was for the sake of recognition and proper credit for work done.  It gets under my skin when Jeff Seliske speaks about the tablet code as if it was some hard feat.  He wouldn&#8217;t know, he didn&#8217;t do it, and to claim that it was a particular way for him to go about integrating it into the project completely undermines the work I have done integrating and making sure it worked with all the other things I had made.  I&#8217;m not doing poorly in this class, but the fact that I can work my ass off on this project while he sits back and puts in marginally more effort on assignments and studying for tests while totally neglecting his duties to our project and I&#8217;m the only one who loses anything out of the deal is ridiculous.</p>
	<p>At least I know he&#8217;s not a good programmer and that while I have lots in my portfolio, he&#8217;ll only have this (and it&#8217;s practically a lie for him to even associate his name with it.)  That fact alone is all that really matters when we both have our degrees and go into the job market looking for work.  Well, between that and myself having worked on two AAA commercial titles at least I think that I have the advantage.  The fact that he&#8217;s something like 26 right now and entered university in 1998 speaks volumes about his ability.  If I sound angry, it&#8217;s not really that.  It&#8217;s more like finding out you have a fat tick that&#8217;s been feeding off of you for a number of days&#8230;  Only imagine that it&#8217;s a month and a half and imagine that instead of killing it, you accidentally drop it and it lands and gets lost in some tall grass and gets away free and clear.</p>
	<p>After printing off all the code for our project (it was a total of 138 pages&#8230; It&#8217;s all sitting in a 2.5 inch 3 ring binder) here is the rundown:<br />
Jeff Seliske: 0 pages<br />
Nathan Anderson: 4 pages<br />
Jeff Cliff: 14 pages<br />
Michael Hamilton: 120 pages</p>
	<p>Keep in mind each page is 66 lines of code (this counts line breaks for really long lines that had to be wrapped.  Also, some are shorter at the end of the files as a page might not be totally full, but most are that long.)  Even 14 pages is a significant chunk of work.  Jeff Seliske probably wrote a total of 2 pages of code, but what he wrote was unfit for any use and had to be re-done and fixed as there were real bugs that could be encountered by using his code as was.</p>
	<p>What we ended up with is a good start to what will ultimately be a longer project for me.  It sounds like I&#8217;ll be doing it alone as Jeff Cliff views it as a failed project.  I personally got every section I was slated to do done and so that probably accounts for the differing perspectives.  He recognizes it&#8217;s a great accomplishment but doesn&#8217;t believe we succeeded in what we were aiming for.  Personally I didn&#8217;t actually expect any help at all from the group and so as a result, the fact that I got my section done <i>and</i> other sections that were not part of my workload complete means that I succeeded personally where our group may have faltered.  I would accept Jeff Cliff&#8217;s help on the future of this project, I would also accept Nathan&#8217;s help though I wouldn&#8217;t expect him to do much and he isn&#8217;t interested in helping out anyway.  I would not accept Jeff Seliske&#8217;s &#8220;help&#8221; the last thing I need is for him to sponge off profits this project might generate as well as the marks he has already gotten.</p>
	<p>I hope to develop this for another year or so before releasing anything, but I might submit screenshots when I fix the current bugs and get networking going.  This project has been a huge amount of work, but I&#8217;m happy with it so far.  I think it has great potential.</p>
	<p>In other news, we have a trip to Redlodge, Montana coming up.  Drew, Aidan, and I are going on a week-long backpacking trip in the mountains.  This is the death march I alluded to in the title of this post.  I imagine it will be no less than intense, possibly fatal.  Hence the unofficial name of the trip.</p>
	<p>Also, I just purchased and finished Terry Goodkind&#8217;s latest addendum to his series &#8220;the Sword of Truth&#8221;, the book was called Phantom and I enjoyed it.  I got it Friday evening and finished it yesterday at night&#8230; I guess that would be three days.</p>
	<p>-Me and Nathan just did the 10 second count-down and blocked J2 (Jeff Seliske) together.  Somewhere, in a distant place, an angel has grown wings and fairies rejoice.</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=30</wfw:commentRSS>
	</item>
		<item>
		<title>Something about books?</title>
		<link>http://mutedvision.net/blog/?p=29</link>
		<comments>http://mutedvision.net/blog/?p=29#comments</comments>
		<pubDate>Sun, 30 Jul 2006 12:01:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=29</guid>
		<description><![CDATA[	I was recently (as in just now) informed of a contest on live journal by Jamie (Jeff Cliff&#8217;s mate) which involves me posting anything I want about books.  While I dislike live journal, there is a prize involved, and I am not one to turn down the opportunity at a book-related prize so I [...]]]></description>
			<content:encoded><![CDATA[	<p>I was recently (as in just now) informed of a contest on live journal by <a href = "http://meirionwen.livejournal.com/">Jamie</a> (Jeff Cliff&#8217;s mate) which involves me posting anything I want about books.  While I dislike live journal, there is a prize involved, and I am not one to turn down the opportunity at a book-related prize so I will participate anyway.  I do, however, appreciate the fact that live journal makes use of the word &#8220;Journal&#8221; instead of the b word I dislike so much, but that&#8217;s about as far as my respect for that site goes.  I liken it to &#8220;my space&#8221;, only with more emo and less dynamic content.  There are some exceptions.</p>
	<p>First, let me address the spam bots of the world, I have a &#8220;mark all as spam&#8221; button and your comments won&#8217;t get onto my site no matter how many hundreds of thousands you send.</p>
	<p>Next, let me address friends and loved ones.  Your comments are always appreciated, I am notified of every message via Google and will not accidentally destroy yours.  That said, the only reason I don&#8217;t have a spam protection system is because I value your time and would hate for you to have to take even one more step in order to leave a comment.  I want it to be painless for you, I don&#8217;t mind deleting hundreds of spambot messages if that&#8217;ll save you five seconds of your day when you spend the time to leave me a message.</p>
	<p>Next let me give you an update on the situation with Jaco and Squareflo.  It&#8217;s a go.  The partnership didn&#8217;t pan out quite as expected and I find myself still happily making sites with them (going so far as a partnership for the current site we are working at).  <a href = "http://www.thetextbookxchange.com">The Textbook Xchange</a> is currently alive and well.  It allows you to exchange (or xchange which is like an edgier, hipper version of the previously mentioned activity.  Yes, I understand using the word hip negates itself.)  So they&#8217;re happy about that.  And new projects are being worked on, I&#8217;ll talk about them when they are finished.</p>
	<p>Jumping into the realm of computer science, my group project for CS 372 is also going well.  We currently have multiple layers of a drawing canvas set up in what is internally called a &#8220;ClusterStack&#8221;; though of course, that name isn&#8217;t really relevant anyway as once the code gets compiled everything turns into assembly, and then binary anyway so the internal class name doesn&#8217;t really make it into the program.  If you don&#8217;t know what project I refer to, let me just say that it will hopefully become and Open Canvas replacement.  I&#8217;m excited about and am working very hard on this project so hopefully it is at least a convincing prototype by the end of class.  So far the project&#8217;s compiling code is entirely mine and sits at 5000 lines.  Group members are currently helping out, I&#8217;m helping with the networking now quite a bit to make sure it gets done and implemented.  I&#8217;ve always kept my distance from networking stuff, so I&#8217;m glad to dabble in it.  It&#8217;s the one major area of programming that I haven&#8217;t really even looked at before today.  I&#8217;ve dabbled in graphics, sound, databases, and general code but this is a first for me as far as real networking goes.</p>
	<p>I alluded to speaking about books at the beginning of my online journal post.  Let me first say that if your entire reason for reading this post is to read about the latest books I&#8217;ve been reading, you are going to be painfully disappointed by this particular entry.  Let me refer you to the previous two posts of my online journal which deal entirely (and coincidentally) with this topic.  I posted those many days ago, but haven&#8217;t read any books lately so it&#8217;s still current.  If, however, you are here to read about my relationship with and my view on books you might be in for a pleasant surprise&#8230; Unless you are the type of person who dislikes those who disagree with their world perspective and you also have a different opinion than I do.  In that case you&#8217;re probably going to dislike a lot of things about a lot of people and I don&#8217;t really value you anyway so you may think what you like.</p>
	<p>I&#8217;ve enjoyed books for most of my life.  I remember being genuinely <i>excited</i> in grade school when the book fair came around.  Lots of kids loved the funky erasers or the posters or the garishly coloured folders, but I always focused on the books.  Back then I liked reading goosebumps.  In fact, I read and owned the first 52 in the series.  Technically they are probably still mine; however I believe my brother or sister has them in their closet.  I relinquished goosebumps after I had outgrown it, but I still enjoyed the fast pace and the really neat situations which were written about.  It was imaginative and I enjoyed most of them thoroughly.  In fact, &#8220;Ghost Next Door&#8221; had a very similar plotline to M. Night Shyamalan&#8217;s hit movie &#8220;6th Sense&#8221; which I find amusing on some level I can&#8217;t really define.</p>
	<p>Over the years my tastes have shifted from &#8220;horror&#8221; to pure fantasy.  I love dragons and wizards and alternate worlds.  Like many fantasy readers I enjoy and am up to date with the wheel of time and the sword of truth series.  Lately I&#8217;ve been enjoying deeper fantasy than your typical “wizards and warriors” story provides.  Subtle urban fantasy, or grunge fantasy like Charles De Lint and China Miéville provide is what really gets to me lately.  It&#8217;s hard to describe De Lint&#8217;s writing style, but if it were a texture, I would liken it to rough bark against clay.  Miéville reminds me of rusty metallic pipes against low-grade, rock-filled concrete.</p>
	<p>I typically go through cycles of reading, art, and programming.  Sometimes I spend time writing things, though I really haven&#8217;t focused on it as much as I would if I had an unlimited amount of time.  Of course, if I had an unlimited amount of time, I would focus on everything much more than I would if I had a finite amount of time so the statement is a silly and obvious one to make, but it&#8217;s there anyway.  I enjoy books, certainly, but not to the point of exclusion from other things.  You can only wrap yourself so deeply in fantasy before you realize that you&#8217;ve got other things you should be doing&#8230;  But it&#8217;s addictive anyway.  I don&#8217;t understand how some people can read so much and produce so little.</p>
	<p>Reading is great for inspiration.  A good book is like fuel for my creative battery.  I read, store, and feed off the creative elements and continue on my next cycle to churn out processed ideas filtered through my own imagination.  Typically this manifests itself as art, a programming concept, or as writing in the rare occasion.  It may sound like a cliché approach to creation, and it is.</p>
	<p>Everything is derivative.</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=29</wfw:commentRSS>
	</item>
		<item>
		<title>Addendum</title>
		<link>http://mutedvision.net/blog/?p=28</link>
		<comments>http://mutedvision.net/blog/?p=28#comments</comments>
		<pubDate>Sun, 02 Jul 2006 05:04:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=28</guid>
		<description><![CDATA[	I totally forgot I had read two other books in Vancouver.  One of them belonged to Key and the other I left behind so it could be read.
	12. Dragon Champion - EE knight &#166; 371 pages
13. The Fall of Reach(Halo) - Eric Nylund &#166; 352 pages
	these books total pages: 723
Total pages with my other [...]]]></description>
			<content:encoded><![CDATA[	<p>I totally forgot I had read two other books in Vancouver.  One of them belonged to Key and the other I left behind so it could be read.</p>
	<p>12. Dragon Champion - EE knight | 371 pages<br />
13. The Fall of Reach(Halo) - Eric Nylund | 352 pages</p>
	<p>these books total pages: 723<br />
Total pages with my other books: 6704</p>
	<p>Dragon Champion was a neat book, I liked it quite a bit, but then I like dragons quite a bit too.  It&#8217;s spoken from the point of view of a dragon and follows its life from being a hatchling on the egg shelf to growing up into a full fledged dragon falling in love.  It&#8217;s really cool.</p>
	<p>Fall of Reach, while not a great book is readable.  I enjoyed it anyway, it gave me an insight into the Halo universe.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=28</wfw:commentRSS>
	</item>
		<item>
		<title>Books</title>
		<link>http://mutedvision.net/blog/?p=27</link>
		<comments>http://mutedvision.net/blog/?p=27#comments</comments>
		<pubDate>Thu, 22 Jun 2006 05:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=27</guid>
		<description><![CDATA[	Many people who know me also know about my book collection.  I like reading and collecting fantasy (any good books really, but primarily fantasy.)  I generally read at least a few books a year.  Some years I read a lot, other years maybe one or two books.
	Here is a list of the [...]]]></description>
			<content:encoded><![CDATA[	<p>Many people who know me also know about my book collection.  I like reading and collecting fantasy (any good books really, but primarily fantasy.)  I generally read at least a few books a year.  Some years I read a lot, other years maybe one or two books.</p>
	<p>Here is a list of the 11 books I&#8217;ve read during the period of time from when I left for Vancouver until today.</p>
	<p>1. Harry Potter and the Half-Blood Prince - J.K. Rowling | 607 pages<br />
2. Eldest - Christopher Paolini | 668 pages<br />
3. Winter&#8217;s Heart - Robert Jordan | 656 pages<br />
4. Furies of Calderon - Jim Butcher | 502 pages<br />
5. The Fifth Sorceress - Robert Newcomb | 668 pages<br />
6. King Rat - China Mieville | 318 pages<br />
7. Chainfire - Terry Goodkind | 748 pages<br />
8. Forests of the Heart - Charles de Lint | 397 pages<br />
9. Year&#8217;s Best Fantasy 3 - Edited by: David G. Hartwell | 492 pages<br />
10. The Barbed Rose - Gail Dayton | 436 pages<br />
11. The DaVinci Code - Dan Brown | 489 pages</p>
	<p>That&#8217;s a total of 5981 pages in about 3/4 of a year.</p>
	<p>My 5 favourites from best to least best:<br />
1. King Rat - China Mieville<br />
2. Forests of the Heart - Charles de Lint<br />
3. Winter&#8217;s heart - Robert Jordan<br />
4. Chainfire - Terry Goodkind<br />
5. Harry Potter and the Half Blood Prince - J.K. Rowling</p>
	<p>I would like to suggest nobody read The Fifth Sorceress.  It is bad.  It insults the reader&#8217;s intelligence at every opportunity and is generally a pain to read, I only finished it because I don&#8217;t like having unread books in my collection.  I got it for christmas so at least I didn&#8217;t spend money on it.  I would say Furies of Calderon is a weak book too, but it held my interest, I just wouldn&#8217;t re-read it or buy the sequels.</p>
	<p>Eldest is a very derivative work, but it&#8217;s also entertaining.  It&#8217;s childish, but I still enjoy it for it&#8217;s subject and ideas.</p>
	<p>I enjoyed The Barbed Rose just as I enjoyed The Compass Rose.  They are both fantasy books with strong romance undertones and while I don&#8217;t read romance normally I do enjoy this series.]</p>
	<p>Charles de Lint is a very classy writer, his skill at writing is amazing.  Probably the best author I have read lately.</p>
	<p>China Meivelle is edgy and reminds me of Charles de Lint in the quality of his work, but he definitly has a different feel.</p>
	<p>I&#8217;d reccomend both of those authors if you are looking for something to read.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=27</wfw:commentRSS>
	</item>
		<item>
		<title>I&#8217;m turning 21 tomorrow</title>
		<link>http://mutedvision.net/blog/?p=26</link>
		<comments>http://mutedvision.net/blog/?p=26#comments</comments>
		<pubDate>Sat, 17 Jun 2006 05:01:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://mutedvision.net/blog/?p=26</guid>
		<description><![CDATA[	&#8220;Happy birthday!&#8221; you say.
	Why, thank you.
	This year has been a big year for me.  I&#8217;m turning 21 and That&#8217;s a change for me.  I can&#8217;t say exactly what it is that separates 21 from 20, it just feels much older.  I guess I have done a lot of maturing this year though, [...]]]></description>
			<content:encoded><![CDATA[	<p>&#8220;Happy birthday!&#8221; you say.</p>
	<p>Why, thank you.</p>
	<p>This year has been a big year for me.  I&#8217;m turning 21 and That&#8217;s a change for me.  I can&#8217;t say exactly what it is that separates 21 from 20, it just feels much older.  I guess I have done a lot of maturing this year though, so I suppose that makes sense.</p>
	<p>I got my first job in the industry this past year (temporary coop position, but still important), so that was a huge step for me.  I didn&#8217;t expect it so soon, and certainly not with EA.  I wanted it surely, I applied for a coop at EA (along with other places) only a few months before I got the job and my original application wasn&#8217;t responded to.  And so I accepted the job I was offered with my university for my first coop term (well, I had my choice between National Defense Candada and my local University&#8217;s Visual Resource Center.  I picked my university because it meant I could stay close to family and friends and the pay was the same.)</p>
	<p>Looking back, I&#8217;m glad I got a chance to work my first coop job before being accepted at EA.  Thanks again DJ, it wouldn&#8217;t be possible at this point in my life without your help.  Once I was there though, i was on my own and I performed.  You got me that opportunity though, so thanks again, I only hope I can repay you someday, or maybe just help another young ambitious person get in.  I&#8217;m not in the position yet, but I think that&#8217;s what I&#8217;ll do if I can.</p>
	<p>Ever since I was 11 I wanted to be a game programmer.  I studied and read all the books I could on programming and I got my dad to promise to play every game I ever made.  That was a big deal to me.  My dad likes computers and I&#8217;ve always admired him, so I suppose it&#8217;s to be expected that I would also like them.  But neither my brother nor my sister have that relationship and so I treasure it.  It&#8217;s important to me because he and I both have an understanding that my siblings will never share.  A little selfish, maybe, but that&#8217;s life.</p>
	<p>So I got my first big break into the gaming industry and seeing my name in the credits of Need for Speed: Most Wanted is just amazing.  Truly, to see my name listed among so many talented and intelligent individuals envokes a difficult feeling to classify.  I&#8217;m humbled, I&#8217;ve met so many amazing game developers this past year and it really puts things in perspective.  I have so much to learn in the two years left in university (and indeed, the many years left during my lifetime) but I am optimistic.  I miss my friends in Vancouver at EA and in other places.  I miss the rain, I miss the mountains and the ocean.  I miss the girl I met there.</p>
	<p>But I&#8217;m also happy to have moved back to Regina in a sense as well.  I have other friends and my family near me again.  I feel sort of drawn between two places, it&#8217;s hard to live at either place now because of what I&#8217;m missing when I leave.  But I&#8217;m so happy that my life is on track.  I hope I can keep the momentum, I want to.  I&#8217;ll fight to.</p>
	<p>Yes, this past year has been good to me, I&#8217;ll do my best to make sure this year is not the height of success, but rather just another stepping stone on the path I plan on continuing down.</p>
	<p><a href = 'http://www.squareflo.com'>Jaco</a> actually mentioned my blog today.  I don&#8217;t think I&#8217;ve spoken about Jaco before, but he&#8217;s a great guy and I&#8217;m not just saying this because he might read this someday.  I met Jaco because I had a job at the VRC at the U of R.  So it&#8217;s funny how things work together like that.  If I had gotten to EA when I wanted to, I doubt I&#8217;d have met him.</p>
	<p>Let me back up a bit.  Jaco was walking by my desk at the VRC one day and noticed code all over the screen and a website under development.  It was my first serious work in PHP and he expressed interest in some backend work for a site.  I didn&#8217;t get my hopes up for more work because I didn&#8217;t really know him at the time, but Jaco is an excellent graphic and webpage designer and he is quite busy running his own printing/design buisness as well as various webpage aspirations.  I&#8217;d find this out soon enough.</p>
	<p>So he took me out of the basement of the VRC and&#8230; well&#8230; he didn&#8217;t have an office at that point, so we worked apart or in his house sometimes.  But now he has an office so I work there sometimes.  We&#8217;ve collaborated to make <a href = 'http://www.crossfiring2006.ca'>two</a> <a href = 'http://www.mutedvision.net/test'>websites</a> so far with more on the way hopefully.  He&#8217;s in the process of starting up a new webpage design company as a partnership with another fellow who has hired another programmer without consulting Jaco.  I have no plans set in stone, but I&#8217;ve been offered informally another coop with EA when I&#8217;m done my university and I would like to take that up.  I can&#8217;t fault them for picking someone more &#8220;permenant&#8221; but on the other hand I&#8217;d have loved to be a part of the company if only for two years, it shows such potential.  Maybe I&#8217;ll just invest in it as it starts if that&#8217;s possible.  It&#8217;s too early to decide things like that, so I&#8217;ll have to wait and see.</p>
	<p>Whatever happens with future jobs either coming or not coming is not a big deal to me.  It is important, but not monumental.  Jaco has helped me establish a solid and complete two webpages with professional designs and purposes.  In a way he has been helpful in the webpage buisness much as DJ Randal has helped me get a foot in the door with EA.</p>
	<p>So I&#8217;m not sure what the future holds for the website jobs, I hope I get the chance to keep working with Jaco.  I am confident in my skills, and while I understand possible motivations to finding another programmer at the possibility of me leaving in two years, I can&#8217;t help but think that it&#8217;s their loss picking someone else over me.  I&#8217;m a little dissapointed, but only because the expectation of at least one more feature webpage project was almost tangible.</p>
	<p>Now that is not a sure thing and I can&#8217;t help but feel a tinge of loss.  As a sub-contractor it&#8217;s relatively no-strings-attached as far as work goes.  One job does not ensure a second, and so I wouldn&#8217;t be crushed if things don&#8217;t pan out.  I&#8217;d probably strike off and gather some of my own work.  I&#8217;ve already recieved two possible jobs, but then, I think they were forwarded to Jaco which would be a shame if I never got the chance to work on the projects.  Such is the peril of working alone, but I prefer more risk as long as it allows for substantially more reward.  This is not to say that I would be adverse to working for the new company, but I&#8217;d need a good share in the company.  Partnership would be good, but It didn&#8217;t sound like Jaco was interested in that which is fine.  Again, it isn&#8217;t good buisness sense to partner with someone who has plans on leaving two years down the line.  If I were to start a web design company today I would ensure I had a good technical mind, a good design mind, and a very solid people&#8217;s person to deal with the buisness sense on the front lines.  Projects without one of those three elements usually fail when computers are involved.  Knock out the design guys and you have an unusable product.  Knock out the buisness/promoter and you have no publicity or end up getting screwed by people who have buisness savvy.  Knock out the programmer and you have no product,  only pictures.</p>
	<p>That&#8217;s a general statement, I think that if Jaco and this other fellow actually have a good programmer on staff they should do fine.  It&#8217;s just hard for me to trust a random face, there are so many people out there who put on a good front but fall apart and can&#8217;t produce cohesive applications on their own.</p>
	<p>I rarely trust other people with code unless I&#8217;ve seen some of their projects and can verify that they are quality choices.  The people I would trust to write a portion of a program with me are limited to a fist full (minus anyone at EA, every single one of them was brilliant, personable, and good at their trade.)  It&#8217;s part of the reason why I program, draw, and write.  I like to be able to run a project start to finish if I have the time.  It&#8217;s just easier to depend on myself than it is to rely on someone else when it comes down to it.  This isn&#8217;t the reason I do those things.  I just like making things.  But the convenience of being able to do art and programming to some capacity is not to be underestimated.</p>
	<p>Oh, and yeah, I really do mean it when I say I promise nothing for responses on this blog.  I type when I feel the need to and if I don&#8217;t it could be months between posts.  Might be a day or a week, this shouldn&#8217;t be a chore.  I let it become one for a little while and I&#8217;m done that now.  This is supposed to be a place to dump my thoughts, not a required journalistic documentation of my life.</p>
	<p>That said, it&#8217;s encouraging to get comments from friends and casual observers.</p>
	<p>Also, been losing in CAL lately.  I tense up during matches because our roster changes each match (due to people flaking out) and it&#8217;s distressing, but I think I&#8217;m over it.  We&#8217;ll see this coming monday when we play again.  I feel good about this one.</p>
	<p>Thanks for 21 good years so far.  Let&#8217;s hope the next 21 are just as productive.  Tomorrow, June 17, is in 1 hour.</p>
	<p>Good night all.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=26</wfw:commentRSS>
	</item>
		<item>
		<title>Moving Back</title>
		<link>http://mutedvision.net/blog/?p=25</link>
		<comments>http://mutedvision.net/blog/?p=25#comments</comments>
		<pubDate>Wed, 19 Apr 2006 03:04:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=25</guid>
		<description><![CDATA[	I decided that it would be best if I were to let you know (warn) you all that I will be back in Regina just in time for classes.  I think it&#8217;s only polite to let you know that I&#8217;ll be invading your personal space again in the near future.  The moving company [...]]]></description>
			<content:encoded><![CDATA[	<p>I decided that it would be best if I were to let you know (warn) you all that I will be back in Regina just in time for classes.  I think it&#8217;s only polite to let you know that I&#8217;ll be invading your personal space again in the near future.  The moving company should be here on the third of May, I wanted them to come on the fifth, but the third works best with their truck schedule.  I&#8217;ll be leaving at around the same time and will begin the long drive back home.  I drove here in my own car and will drive back the same way.  Should make for a long drive, I&#8217;ll make sure to fill it with shenanigans and will make double sure to write about them.</p>
	<p>After I get back I intend on selling the car which would mean that I would no longer have to pay hundreds of dollars a month to drive around.  This would also mean that I will either buy a new car soon or will just rely on public transport.  However I have been thinking that since I do not like public transport in Regina, I don&#8217;t like spending lots of money on vehicles, and it snows in the winter which makes it impossible to bike all year long I&#8217;ll probably just invent an alternate form of transportation and use that.  I&#8217;m thinking of a wormhole generator, or possibly transportation by frisbee.  Wish me luck.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=25</wfw:commentRSS>
	</item>
		<item>
		<title>44 spambot messages</title>
		<link>http://mutedvision.net/blog/?p=24</link>
		<comments>http://mutedvision.net/blog/?p=24#comments</comments>
		<pubDate>Sun, 16 Apr 2006 03:02:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=24</guid>
		<description><![CDATA[	Hey, there are two comments which I have just allowed that were written by friends a while ago.  The reason it took so long to validate is that I had 44 other messages which were not from friends, but rather from spam companies.  I got a surprising number for cingular and so I [...]]]></description>
			<content:encoded><![CDATA[	<p>Hey, there are two comments which I have just allowed that were written by friends a while ago.  The reason it took so long to validate is that I had 44 other messages which were not from friends, but rather from spam companies.  I got a surprising number for cingular and so I refuse to ever buy a product from them in the future.  I&#8217;ll get around to setting up a graphic verification of some sort if this continues.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=24</wfw:commentRSS>
	</item>
		<item>
		<title>And yes, I understand that blogs are very similar to forums</title>
		<link>http://mutedvision.net/blog/?p=23</link>
		<comments>http://mutedvision.net/blog/?p=23#comments</comments>
		<pubDate>Tue, 07 Mar 2006 03:04:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=23</guid>
		<description><![CDATA[	Except that instead of back and forth bickering you get the opportunity to barf thoughts onto the front page of a website unfiltered and unquestioned.
	Now that is real ultimate power.
	For the record, the phrase &#8220;I&#8217;m blogging this&#8221; bothers me to no end.  In fact, I think mention of the word &#8220;blog&#8221; kills a fairy [...]]]></description>
			<content:encoded><![CDATA[	<p>Except that instead of back and forth bickering you get the opportunity to barf thoughts onto the front page of a website unfiltered and unquestioned.</p>
	<p>Now <i>that</i> is real ultimate power.</p>
	<p>For the record, the phrase &#8220;I&#8217;m blogging this&#8221; bothers me to no end.  In fact, I think mention of the word &#8220;blog&#8221; kills a fairy every time it&#8217;s muttered.</p>
	<p>*edit: Two down.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=23</wfw:commentRSS>
	</item>
		<item>
		<title>On Forums and Networking</title>
		<link>http://mutedvision.net/blog/?p=22</link>
		<comments>http://mutedvision.net/blog/?p=22#comments</comments>
		<pubDate>Tue, 07 Mar 2006 02:53:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=22</guid>
		<description><![CDATA[	Sometimes I post on forums when I&#8217;ve got time.  I usually restrict myself to simply reading them for amusement.  Participating in online discussions is usually a fruitless (save the entertainment value) endeavor.  I find that when you gather enough people in a chatroom, or an open forum it doesn&#8217;t exactly promote productivity [...]]]></description>
			<content:encoded><![CDATA[	<p>Sometimes I post on forums when I&#8217;ve got time.  I usually restrict myself to simply reading them for amusement.  Participating in online discussions is usually a fruitless (save the entertainment value) endeavor.  I find that when you gather enough people in a chatroom, or an open forum it doesn&#8217;t exactly promote productivity or insightfulness.  Real work gets done when you aren&#8217;t posting messages on a forum and time can be sapped meaninglessly by letting yourself become entangled in the culture of posting everything that comes to mind.</p>
	<p>I&#8217;ve noticed posting patterns in technical forums for programmers where many people seem to have lost their ability to google common answers.  I&#8217;ve also noticed tons of &#8220;wouldn&#8217;t this be cool&#8221; instead of &#8220;this is what I&#8217;ve done that&#8217;s cool.&#8221;  Oh, there are definitely cool projects posted on forums, but generally you hear about the finished product rather than the work in progress.  My point is that the ratio of projects that start as an announcement on a public forum to finished projects is unsurprisingly high.  It&#8217;s for this reason that forums exist purely as amusement for me, they&#8217;re a sort of &#8220;hypothetical if&#8221; universe where people try to use words to speak louder than actions.  Usually it ends in a clamoring of opinion until the thread spins off-course and gets locked or neglected.  It&#8217;s an interesting social game, not a serious place of gathering.</p>
	<p>That said, today I made a rant in response to something a person I know in real life posted.  It was on my university&#8217;s computer science student society&#8217;s (CSSS) forum, so the setting is slightly different.  Though most of what I&#8217;ve said holds true, the only real difference between this forum and others is that there aren&#8217;t many flame wars because everyone knows each other.  This rambling so far has been the set-up for the set-up of my post.  <b>Now on to the meat and potatoes.</b></p>
	<p>There is a CSSS Grad Banquet open to members, staff, and alumni.  It costs $25 for a student, $35 for a regular guest, and $280 for an 8 person table.  The guest of honor is <a href = 'http://www2.cs.uregina.ca/~lrs/personal.html'>Dr. Larry Symes</a> and it sounds like a reasonable deal for students as the meal alone is worth $30 a head.  Here was the first response to this event <note , entries are unedited save formatting>:</p>
	<blockquote><p><b>200232298</b><br />
50$ per couple or 25$ per single? That&#8217;s simply insane.<br />
If I ever graduate there&#8217;s no way in hell I&#8217;m paying 25$ for a meal. What total bourgois nonsense. If I had the 50$ to spend on such nonsense I&#8217;d much rather give it to oxfam or unicef or somewhere instead, where it could probably last someone for two or more months.<br />
Course, I don&#8217;t really have 50$ to spare.</p>
	<p>Then again I don&#8217;t view &#8220;networking&#8221; as a morally acceptable goal, so mabye I&#8217;m missing out.
</p></blockquote>
	<p>He was called on it </p>
	<blockquote><p><i>Falconias<br />
if I had that kind of money i would fork out&#8230;it is a good meal. I mean, we&#8217;re forking out 2500 bucks a semester for tuition&#8230;25 bucks a ticket is quite reasonable for this kind of event. And networking is how you get a job and if you&#8217;re not interested in a good paying job, 200232298, why are you forking out 20,000 dollars for school that you aparantly don&#8217;t want to use? In this context I find you calling this borgois nonsense in very poor taste.<br />
</i></p></blockquote>
	<p>And then the response:</p>
	<blockquote><p><b>200232298</b><br />
<i>&#8220;And networking is how you get a job&#8221;</i><br />
That&#8217;s called cronyism. And it&#8217;s exactly how racist hiring policies are implimented. Whatever happened to matching the right job to the right candidate? FIFO? Getting the job candidate that will provide the greatest benifit to the least cost? What exactly does the entire feild of human resources accomplish, then? What is the point to going to classes and working our [censored] off to drill knowledge into our heads if all that matters in getting a job is who you know? Networking is how to [censored] exactly the same people that the csss should be supporting: computer science students.</p>
	<p><i>&#8220;if I had that kind of money i would fork out&#8230;it is a good meal. I mean, we&#8217;re forking out 2500 bucks a semester for tuition&#8230;25 bucks a ticket is quite reasonable for this kind of event.&#8221;</i><br />
Besides that, the &#8216;well, we&#8217;re paying X for Y, X is larger than e, why not spend e on Z&#8217; argument is fallacious on so many levels. First of all, I made just enough over summer to go to university OR pay rent OR eat+ buy books+etc. Luckily I&#8217;ve been able to cut a few corners and obtain a new loan but spending 25$ is just more than I can take for a meal. What are the benifits of this dinner that so vastly outweigh the huge cost?<br />
Would you pay 125$ for the same dinner? What about 500$? I mean it&#8217;s nothing compared to our 20000$ tuition.</p>
	<p><i>&#8220;200232298, why are you forking out 20,000 dollars for school that you aparantly don&#8217;t want to use?&#8221;</i><br />
Mabye I think that becoming educated outweighs the cost of 10,000 hours of labour nevermind the amount of hours of study time? Not for the sake of being placed in some workplace, but for the sake of education in itself? I have and will continue to use what I&#8217;ve gained here, regardless of whether I find employment in the feild. Mabye because I feel I have a moral obligation to make the attempt?</p>
	<p><i>&#8220;In this context I find you calling this borgois nonsense in very poor taste.&#8221;</i><br />
This is pure pomp, fluff and appearance. Pure useless distraction. This meal accomplishes nothing, and wastes resources. I&#8217;d say that is pretty bourgois.
</p></blockquote>
	<p>He has some very good and insightful points mixed in with some crazy buildup.  I won&#8217;t run down everything, but here is one example of a pro and a negative:<br />
Good Point-Besides that, the &#8216;well, we&#8217;re paying X for Y, X is larger than e, why not spend e on Z&#8217; argument is fallacious on so many levels.<br />
Extended into a &#8220;<a href = "http://www.nizkor.org/features/fallacies/straw-man.html">Straw Man</a> Fallacy&#8221;-Would you pay 125$ for the same dinner? What about 500$? I mean it&#8217;s nothing compared to our 20000$ tuition. </p>
	<p>Beyond that there&#8217;s the obvious points brought up by another poster, I&#8217;ll summarize:<br />
-<i>It is really hard to tell from a 20 minute interview (if your interview lasts that long) if a person will fit in. It is also hard to judge a persons skills from a 20 minute interview, people can mess up because they are nervous, and others can answer all the questions right but only because they are very good interviewees and not because they possess all the right knowledge. So really the best way to higher people is through &#8220;networking&#8221;, getting to know someone in a social environment, finding out information about them and what they know while both of you are relaxed and have lots of time.</i><br />
-<i>Also as for school, I hope you realise at least 50% (in my opinion way more) of what we learn in school is completely useless. I have found that companies that higher based on acedemic performance generally don&#8217;t get the best employees. </i></p>
	<p>Another response from 200232298 to a comment from someone else.</p>
	<blockquote><p><b>200232298</b><br />
<i>&#8220;I bet you&#8217;re fun at parties.&#8221;</i><br />
I don&#8217;t &#8220;party.&#8221; I actually try to accomplish things with my life, and capital.
</p></blockquote>
	<p>Now, here&#8217;s the big response.  As with many rants, this covers quite a wide spectrum of things I&#8217;ve observed.  It may be a bit rambling, and it may not address everything said, but it&#8217;s about as inclusive of my views on the subject as I can be.  What &#8220;the subject&#8221; is should be derived from the entire rant, this is no formal paper with a clear description of what is being described in the first paragraph.  It&#8217;s my brain spooging all over the keyboard in an attempt to pull together a cohesive thought.  Think of it as rough-sketching in written form.</p>
	<p><b>Grab a drink and a snack and sit back.</b></p>
	<blockquote><p>
<b>M2tM</b><br />
Let me come in and say that networking is important in getting a good job. Let me also say that it isn&#8217;t just who you know over what you know, but a combination of the two. You have to know competent people and be competent yourself.</p>
	<p>The idea is to put a bunch of competent people with similar interests in a room and get them chummy with each other then each one comes away with more contacts and more inroads into the industries they are aiming at.</p>
	<p>Let me also say this: sometimes things cost money. Some things are worth it, other things are not. The important thing is to realize that just because it looks like a lot of money for a meal, there are other things surrounding the event that had to be paid for. Your money goes into food AND catering. Not only that, but even if you paid $25 and some organization kept all of it and gave you nothing but the opportunity to meet these people, it would -still- be a good deal.</p>
	<p>It isn&#8217;t like you&#8217;re buying concert tickets for a band. This is a very real, and very cheap investment in your future. If it costs $25 to meet people working in the field who could very well land you a $50,000 job or better, would you call that a waste of resources? Not only that, but you could have a genuinely good time in the process.</p>
	<p>In Vancouver there have been times when a bunch of the programmers would go out for lunch, sometimes lunch costs $25, but I can guarantee the experience is worth so much more than the paltry amount I&#8217;ve spent on the food. Besides the obvious benefits of networking, I&#8217;m paying for an experience. As long as I&#8217;m having a good time, and as long as I&#8217;ll have enough money to pay for rent and food and anything else required to live comfortably, that experience is worth every dollar.</p>
	<p>I&#8217;m quite surprised, 200232298, you never struck me as a material person. I didn&#8217;t know that you valued $25 to such an extent as to exclude yourself from having fun and possibly doing better in the future. Ultimately money is worthless. We all die, and if you die with 2 million dollars, you&#8217;re still decomposing the next year the same as someone who made 2 million but spent it all before they died. That said, it&#8217;s also important to make money when you can and in as smart a way as possible. This involves getting to know people who happen to be doing the same things you want to get into when you graduate and that process is called networking.</p>
	<p>If you are in University in a specific field you should probably have a &#8220;dream job&#8221; picked out that you would like to work at and that would pay enough money to live. If there is no such job then you had better re-think your life goals and look into finding something that you like to do that you can make money at. Possibly switch your major to something along the lines of the job you&#8217;re thinking of. If you have a dream job in mind then having fun and making money can be the same thing. Ultimately you need money to live even though I said it&#8217;s worthless, that&#8217;s only if you have enough to get by. There is a point called the &#8220;poverty line&#8221; at which point money becomes the focus of all of your life&#8217;s problems. Even if you are below this line, you can still do your best to spend money in a smart way and set yourself up for opportunities. If you are above this line then money should not concern you unless you don&#8217;t have enough to do something that is really important for you. If you don&#8217;t have enough money to do something really important then you should be doing your dream job better, be having more fun, and make more money. There are highs and lows, but overall, you should like what you do. This may involve working for yourself, or switching companies, but there is always a way to make more money doing what you want to do.</p>
	<p>I have two goals in life<br />
1: Have fun<br />
2: Ensure my ability to have fun in the future.</p>
	<p>Whenever an event comes along that excludes number one, but ensures number two concretely I usually bear it. University courses are a good example, I wouldn&#8217;t call calculus &#8220;fun&#8221; but it certainly ensures my ability to have more fun in the future than I would be able to without my CS degree.</p>
	<p>Let me further say that these are not selfish goals. If you have family, or a spouse to provide for then you should probably extend goals one and two:<br />
1: Keep my family having fun<br />
2: Ensure my family can have fun in the future.</p>
	<p>But let me make a clear distinction here: You have a duty to the people who invest their emotions in you. They are entitled to your resources just as you are entitled to theirs. When it comes down to it, we are social creatures and we need these bonds. We are both (you and me, 200232298) at a time in our lives when we can&#8217;t afford to donate to unicef. I can&#8217;t afford to give money to charities when I need to invest all of my effort and money into making my future a success.</p>
	<p>If it came down to investing $25 to help out someone who is not entitled to your resources (anybody not in your life) or furthering your own life and you had to choose one or the other, you had better value yourself above the person you don&#8217;t know. If you don&#8217;t, who will? The person you gave money to? Forget it, they feel they have an entitlement to your donation or they wouldn&#8217;t accept it. And if you feel entitled to something you don&#8217;t necessarily feel the need to support your contributor unless you know them intimately and it&#8217;s a mutual relationship.</p>
	<p>I&#8217;m not saying it&#8217;s wrong to donate to charities, I am saying that it&#8217;s wrong to give money to people if it means denying yourself an opportunity to do better. If you can do both at the same time, or if you have so much money that you don&#8217;t need every dollar to have fun and the people who you are closest to are all in the same situation, only THEN can you afford to donate money to a charity. What it comes down to is this: If you gave all your money to charities then you would become dependant on those charities yourself and as such you would end up working much harder later on in your life to support yourself.</p>
	<p>You could give $25 to unicef today, or invest it in your future and have a good time too and give $1000 instead when you&#8217;re in a better financial position. If I remember you played your overlords legacy account in a similar fashion to the &#8220;attack with 25 soldiers now instead of investing it in a larger military strike later.&#8221; If you&#8217;ll recall, everyone else shot past you and soon your attacks became irrelevant as someone with 100,000 soldiers being attacked by 25 was nothing. You don&#8217;t want to become irrelevant. The point is to find a balance between immediate spendatures and long-term investments.</p>
	<p>Basically to sum it all up, networking is one of the cheapest and best ways to get into the job you want. Spending a little money now could end up making you a lot of money later. Giving money away when you can&#8217;t afford it is foolish and helps nobody, better to get into a position where you can afford it and make a real difference. And beyond that, value experiences more than money because when you die all the money in the world will not make your life relevant or meaningful. Inheritance of your unused resources might be nice, but you ultimately leave your mark in the way of impressions you&#8217;ve had on other people.</p>
	<p>What are you going to remember? The small amount of money you saved in not going to an event, or the great time you had when you did go, and the people you met, and the opportunities that have potentially impacted your life for years to come. Obviously spend your money on the most important things, but you are suggesting a better use for $25 is to give it away and that just is not the case here.</p>
	<p>That&#8217;s my rant of the day.
</p></blockquote>
	<p></note>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=22</wfw:commentRSS>
	</item>
		<item>
		<title>So, I&#8217;ve got this friend who has a neglected blog</title>
		<link>http://mutedvision.net/blog/?p=21</link>
		<comments>http://mutedvision.net/blog/?p=21#comments</comments>
		<pubDate>Thu, 19 Jan 2006 03:46:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=21</guid>
		<description><![CDATA[	Well, long time without any writing.  I&#8217;ve had a good Christmas, I got a chance to see some of my friends, but not for as long as I would have liked.  The time I was in Regina was good though.  I&#8217;m back in Vancouver now though, so that&#8217;s good news in the [...]]]></description>
			<content:encoded><![CDATA[	<p>Well, long time without any writing.  I&#8217;ve had a good Christmas, I got a chance to see some of my friends, but not for as long as I would have liked.  The time I was in Regina was good though.  I&#8217;m back in Vancouver now though, so that&#8217;s good news in the way of my planes not crashing.</p>
	<p>I still love work at EA, it&#8217;s a great work environment with a quick pace and lots to do.  I&#8217;ve found time to work on my own project as well, it&#8217;s nothing big and I do it all from my home during my hours.  It&#8217;s lots of fun, is entirely 2d, and will hopefully be a ton of fun to play.  I&#8217;m being coy with what I have done so far because I want to present it only when it is ready.  I can tell you that I have the characters displaying on the screen at this point in a way I would describe as &#8220;fairly unique&#8221; and the combat system is fully planned, though not implemented.  I need to do collision detection (and a lot of other things) first, but I&#8217;m well on track.</p>
	<p>I&#8217;ve been playing <a href = 'http://www.dota-allstars.com/'>dota</a> lately, and counter strike: source as well.  But I&#8217;ve toned down my playing in favor of finishing up the latest book in the wheel of time series and working on my game.  Of course, let&#8217;s not forget EA, but I&#8217;m talking purely about extracurricular activities.</p>
	<p>All in all, I&#8217;m feeling good, I&#8217;m totally healthy, and life is good.</p>
	<p>Catch you on the flip-side,</p>
	<p>Mike
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=21</wfw:commentRSS>
	</item>
		<item>
		<title>Screeching children and strangers</title>
		<link>http://mutedvision.net/blog/?p=20</link>
		<comments>http://mutedvision.net/blog/?p=20#comments</comments>
		<pubDate>Mon, 28 Nov 2005 08:00:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=20</guid>
		<description><![CDATA[	So, I (being a whore to all things of the fantasy genre I am) went to see Harry Potter and the Goblet of Fire in the tiny town of Mission (which is about an hour away from Vancouver.)  Me and the Ebi headed to a theatre in Vancouver, but it was sold out (tickets [...]]]></description>
			<content:encoded><![CDATA[	<p>So, I (being a whore to all things of the fantasy genre I am) went to see <a href = "http://harrypotter.warnerbros.com/">Harry Potter and the Goblet of Fire</a> in the tiny town of Mission (which is about an hour away from Vancouver.)  Me and the Ebi headed to a theatre in Vancouver, but it was sold out (tickets were available for a showing coming up in four hours) and so the next day we decided instead of going four hours early we would simply see it in a smaller town.  We lucked out and got to the theatre five minutes before the movie and hark, there were still seats left!</p>
	<p>Standing in line I had a strange encounter with a kid.  Ebi had headed to our car to pick up her bag which was forgotten in the scramble to get into the theatre in time and was not present for the exchange.  As for the kid, he was standing in the next line over and started hissing at me.  I shit you not; he looked at me and just started hissing.  I was somewhat unprepared for this behavior and was uncertain what the correct and acceptable mode of response was in this social situation.  The whole encounter was further confused by the fact that I was not on &#8220;home turf&#8221; and so for all I knew this was some form of Mission town greeting.  Figuring this must be some sort of communication I decided that it might seem rude to ignore it and I began hissing back.  We had this exchange for a solid minute before Ebi got back and looked at the two of us strangely.</p>
	<p>The movie itself was pretty good, I wasn&#8217;t disappointed.</p>
	<p>Tonight we were walking down the street and saw a man in a fuzzy purple coat.  It looked very much like a shag carpet which was fashionably draped over him in the form of a jacket, and was quite puffy.  There wasn&#8217;t much else to the situation, but I took notice, it isn&#8217;t every day you see a coat quite that flamboyant.</p>
	<p>A minute later we stopped and looked in the window of a hotel to see the end of a magic act.  Costumes were gaudy and the stage was small, but it was interesting to see.  The purpose or mystery of the trick itself was unclear as we didn&#8217;t see the setup, but there was a woman who got out of a box as the crowd cheered.  We were standing next to another couple who were also peering in the window.  Moments later the man with the purple coat came and looked in as well.  There were five of us just looking in the window all standing silent and hunched in the chill wind.  The man in the purple coat noticed I was shying around the side of the building so as not to be noticed by the people in the room and directly addressed me to let me know they probably couldn&#8217;t even see us (due to blinds and the lighting in the room.)</p>
	<p>I have a knack for getting random people to talk to me.  It happens on busses and in lines, or when I pass hobos.  Maybe I just seem approachable, I&#8217;m not quite sure.  The other day I had a fifteen minute talk with an old lawyer who got on the bus.  He told me about things he was working on and about people he knew and about the joys and sorrows of being in his profession.</p>
	<p>It&#8217;s kind of surreal.  You sit on a bus and usually just look at your feet, or vacantly out the window.  Around you are people mere inches away trying to go about their own business, and it&#8217;s rare for conversation between strangers to occur.  Well, at least it seems to be rare for most people, maybe it isn&#8217;t, but this is my speculation.</p>
	<p>A fellow programmer spoke with me the other day, his name was Brice and he worked for the company <a href = "http://www.radical.ca/">Radical</a>.  I didn&#8217;t incite the talk; he just sat down and started talking.  He told me about his past projects and what he was working on next.  He told me where he came from and how he got here and I shared a portion of my experiences with him in return.</p>
	<p>From a young age we&#8217;re told not to speak with strangers (with good reason.)  It seems that rule stays in place for some as they age.  Some people live their own lives unknown and unnoticed because they will not talk with the person sitting next to them.  They have their own little space and do their best not to breach someone else&#8217;s.  I think part of the reason for my being approachable is that I make an effort not to count the lines on the road as we roll steadily towards our final destination.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=20</wfw:commentRSS>
	</item>
		<item>
		<title>Be Wanted</title>
		<link>http://mutedvision.net/blog/?p=19</link>
		<comments>http://mutedvision.net/blog/?p=19#comments</comments>
		<pubDate>Fri, 18 Nov 2005 01:35:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=19</guid>
		<description><![CDATA[	So, Need for Speed Most Wanted is available now.  I have my very own version of the Black Edition for PC which I got because I helped final the game.  I worked on the track streamer which is the thing that loads the race as you drive.  There were 5 algorithms which [...]]]></description>
			<content:encoded><![CDATA[	<p>So, <a href = "http://www.eagames.com/nfs/mostwanted/us/index.jsp">Need for Speed Most Wanted</a> is available now.  I have my very own version of the Black Edition for PC which I got because I helped final the game.  I worked on the track streamer which is the thing that loads the race as you drive.  There were 5 algorithms which did memory hole filling and each was tested before any memory was moved (because moving memory is way more expensive than testing hole filling) but I was asked to look into making it work better.  I came up with a method which works better than all the other 5 methods combined in 40%-80% of all cases which makes the PS2 version run a lot smoother (it runs on other console versions as well, but I have only tested the PS2 version directly.)</p>
	<p>Anyhow, the game rocks and if you get it you can see my name in the credits (which is kind of neat considering this is one of EA&#8217;s flagship titles and each iteration of the series has a history of selling <a href = 'http://www.eagames.com/official/nfs/underground2/us/editorial.jsp?src=gold'>millions</a> of copies.)  I haven&#8217;t checked out the online game play so I&#8217;ll probably be looking into that tonight, I&#8217;m also interested in actually playing some of the story mode because I&#8217;ve seen a few intro videos, but have not ever had my volume up so I haven&#8217;t heard what the hell the actors are talking about.  I also want to see what&#8217;s in the manual simply because I&#8217;ve always liked checking out what&#8217;s packaged with games and I haven&#8217;t seen anything package-wise with NFS:MW yet.</p>
	<p>Anyhow, yay for my first commercial game!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=19</wfw:commentRSS>
	</item>
		<item>
		<title>Exotic fasion trends of the gruesome kind</title>
		<link>http://mutedvision.net/blog/?p=18</link>
		<comments>http://mutedvision.net/blog/?p=18#comments</comments>
		<pubDate>Tue, 15 Nov 2005 08:16:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=18</guid>
		<description><![CDATA[	So, I was sitting in the bus on my way home from work today and I came to realize that it is entirely possible that I have a strange way of thinking.  As my friends know, sometimes I have a tendency to say some stuff that might sound pretty random.  I suppose I [...]]]></description>
			<content:encoded><![CDATA[	<p>So, I was sitting in the bus on my way home from work today and I came to realize that it is entirely possible that I have a strange way of thinking.  As my friends know, sometimes I have a tendency to say some stuff that might sound pretty random.  I suppose I can see where they would get the idea.  I tend to read things on billboards which remind me of something else I saw which reminds me of an odd fact which I feel the need to share, for example.  I have a way of getting totally side tracked at the slightest excuse, and sometimes without an excuse, but I&#8217;m always thinking.  I don&#8217;t just zone out very often, but I&#8217;ve always been a horrible daydreamer.  I guess some might say daydreaming is the same as zoning out, but I don&#8217;t really stop thinking of things (which is what I would classify zoning out as.) </p>
	<p>If you&#8217;ve kept my original statement in mind, you might be wondering what brought me to this conclusion, and more importantly, why I&#8217;m sharing it with you now as opposed to some other arbitrary time.   Let me detail my most recently conjured set of mental conjunctions and you might have some idea of why it struck me as odd.</p>
	<p>I&#8217;ll outline my stream of thought in jot-note form, a hyphen (-) indicates a thought, an asterisk indicates an action (*):</p>
	<p>-It&#8217;s dark for this time of day<br />
-I guess that&#8217;s because it&#8217;s getting closer to winter<br />
-Winter is cold<br />
-It&#8217;s somewhat chilly out<br />
-Glad I brought my coat<br />
*I look down<br />
-I am glad my mom re-touched my coat before I left, it looks almost new again<br />
-The leather has a few rips, but they aren&#8217;t easily noticeable<br />
*I feel my coat<br />
-Lamb skin is soft<br />
-I wonder how they treated and prepared the leather<br />
*I feel my hand<br />
-It feels similar to my own skin, that&#8217;s neat<br />
-I remember reading about a vampire who happened to own a book bound in human skin<br />
-It seems strange that a vampire would take time to bound a book in leather<br />
-I wonder who would have prepared the leather if not the vampire<br />
-It would be strange if there was a leather company today that used human skin<br />
-I wonder how they would go about getting the rights to it<br />
-I guess a body donated to science doesn&#8217;t use the skin anyway<br />
-Would the market support human skin clothing<br />
-Would human skin work well for something like that<br />
-What about public outcry<br />
-Is there an untapped market in the satanist/goth/occult crowd for human skin garments?<br />
-Would demand be enough to make it worthwhile<br />
-Grizzly old man skin coats don&#8217;t seem that appealing<br />
-This whole topic is creeping me out</p>
	<p>And then I had a physical headache because I grossed myself out.  So, no, those weird things I say are not random thoughts, they have been arrived at by some sort of connection.  For the record, most of my thought patterns don&#8217;t end in wearing grizzled-old-man-hide.</p>
	<p>I&#8217;m doing well for all who are wondering, I&#8217;m also headed to Regina, I&#8217;ll be in town from December 26th to the 31st inclusive.  Shoot me an e-mail if you want to chillax at some point.</p>
	<p>Ciao for now
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=18</wfw:commentRSS>
	</item>
		<item>
		<title>Hairy Situations</title>
		<link>http://mutedvision.net/blog/?p=17</link>
		<comments>http://mutedvision.net/blog/?p=17#comments</comments>
		<pubDate>Fri, 28 Oct 2005 19:33:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=17</guid>
		<description><![CDATA[	This past weekend for all of Saturday (well, from 12:00 noon on) and most of Sunday Ebi (not Prawn, just a nickname) and myself headed down to &#8220;Conifur&#8221; (a furry convention) and conversed with some of the strangest and most interesting people you&#8217;re likely to find in or around Seattle.  There was an area [...]]]></description>
			<content:encoded><![CDATA[	<p>This past weekend for all of Saturday (well, from 12:00 noon on) and most of Sunday Ebi (not Prawn, just a nickname) and myself headed down to &#8220;<a href='http://www.conifur.org/'>Conifur</a>&#8221; (a furry convention) and conversed with some of the strangest and most interesting people you&#8217;re likely to find in or around Seattle.  There was an area for artists to converge and that&#8217;s where we spent most of our time <a href = 'http://www.noloitering.net'>loitering</a>.  We ended up wandering around and talking with people most of Saturday while perusing the artistâ€™s tables.  After sleeping under a table in a hotel room some other people paid for we then set up shop on Sunday which involved sitting at a table in the hall (because the artist room cost money to rent at, but the &#8220;artist alley&#8221; was free) selling quick sketches to whoever was interested.  Let me assure you, this is a major source of revenue for some artists and is not to be scoffed at.</p>
	<blockquote><p>2005 Members : Approx 525<br />
2005 Dealer Tables : 56<br />
2005 Rooms : Approx 350</p>
	<p>2005 Artshow Artists: 40<br />
2005 Artshow Pieces : 463<br />
2005 Artshow Sales : 234<br />
2005 Artshow Total Sales : $12,209.54 </p></blockquote>
	<p>525 people spent $12,209.54 US dollars in three days on nothing but artwork, it&#8217;s got a rough mean average of $23.25 spent per person and that means that artists got a mean average of $218 each (in reality, most artists did not do this well and the money was mostly given to the more skilled ones, but it does show that money was to be had for those willing to draw well for it).  It is important to mention that there are cons which are easily twice as large as this one, but they tend to the center of the US rather than a coast.</p>
	<p>Now, this being said, we didn&#8217;t even expect to stay on Sunday, but were convinced by one of the artists (Ray is his name) to set up because we had some good art.  Easily said, but all I had on me was a mechanical pencil, a blue pencil, and a sketchbook and all Ebi had was a regular pencil and a sketchbook.  No colours or inking pens between us and the standard was colour artwork for &#8220;Con Badges&#8221; (little name badges with the person&#8217;s character drawn on them.)  Compare our equipment to other people with $1500 marker sets or even just plain pencil crayons or even to people with inking pens and we were looking a little sparse and ill-prepared.  Not only this, but neither of us brought any of our artwork and it was standard to flip through an artist&#8217;s prints and purchase some of those, or at least get a feel for the quality of work.</p>
	<p>Luckily what we did have was rock-bottom prices and enough skill to stand out (Ebi more than myself by a wide margin.)  We were also kindly lent a micron box set by one known as Toast.  This definitely helped.</p>
	<p>Our goal was to recoup our entrance fees and to subsidize the gas and we did not fail.  We ended up with a combined total of approximately $115 (keeping in mind this is US money that&#8217;s pretty good for a few hours of drawing especially considering that was the wrap-up day and most of the people buying art had left.)  I&#8217;ll confess I only made $15 in total and the rest was Ebi, but it was still fun.</p>
	<p>Our next scheduled event is &#8220;<a href = 'http://www.howloween.org/2005/'>Howloween</a>&#8221; which will be much smaller (probably just over 100 people, we&#8217;ll see), but also much closer (the Seattle conference was about 3 to 3.5 hours away, this one is about 30 minutes.)  It&#8217;s a bit more of a party and a bit less of a conference style meet, but there should still be dealer&#8217;s tables and the like so I&#8217;m planning on going prepared.</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=17</wfw:commentRSS>
	</item>
		<item>
		<title>On Hobos</title>
		<link>http://mutedvision.net/blog/?p=16</link>
		<comments>http://mutedvision.net/blog/?p=16#comments</comments>
		<pubDate>Fri, 28 Oct 2005 08:45:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=16</guid>
		<description><![CDATA[	On my way home from work I ran into hobos.  Not like a posse of hobos, just individual drifter types.  This isn&#8217;t a rare occasion in Vancouver, there are always hobos around.  I should take a moment to mention that in Regina the hobo population dies each year along with people&#8217;s flower [...]]]></description>
			<content:encoded><![CDATA[	<p>On my way home from work I ran into hobos.  Not like a posse of hobos, just individual drifter types.  This isn&#8217;t a rare occasion in Vancouver, there are always hobos around.  I should take a moment to mention that in Regina the hobo population dies each year along with people&#8217;s flower gardens.  It&#8217;s just too cold to be homeless and so we don&#8217;t have any real hobos&#8230; Well, not for long at least.</p>
	<p>Back on the point of meeting hobos, one was so bold as to inquire through yellowed rotting teeth, &#8220;Eh, eh.  Hey, do you have any spare change?&#8221;  I truthfully replied &#8220;no&#8221; because I value all of my change equally and none of it is really spare if I&#8217;m planning on using it at some point.  Others were quiet with signs of despair, some referencing god, others a lack of one.  Still, some sit with busted-up guitars missing strings while they sing off-beat tunes and attempt to earn their pittance.</p>
	<p>Hobos are a lot like entrepreneurs who are really bad at their job.  I mean, they work for themselves and they come up with their own business strategy (or, just steal another hobos) and they often burn out due to long hours and stress.  Possibly the best hobo-gig I saw to date involves a man in a wheelchair spinning in circles crying loudly with a sign that says &#8220;liver cancer, please god help.&#8221;  He had cancer, was crippled, and was crying in a very convincing manner.  If you&#8217;re looking for the pity-change, that&#8217;s definitely the way to go.</p>
	<p>Today, however, I walked past the first hobo who asked me for change and then past two hobos on opposite ends of the street with the same message on a sign which read &#8220;not on welfare, please help.&#8221;  They both got negative creativity points and a bronze star instead of a gold one.  After passing them I ran into one of the more interesting groups of bums.</p>
	<p>I walked past, did a double take and read the sign: &#8220;Need money for weed.&#8221;</p>
	<p>This was easily the best sign I&#8217;ve seen to date.  No pity, no false promises of moving or trying to pick themselves up&#8230; This was just an honest call for weed.  I told them they had an awesome sign.  One of the three said &#8220;Thank you, it took me months to come up with.&#8221;  I replied &#8220;well, obviously you&#8217;ve worked your whole life to get to this point and make it.&#8221;  He laughed because we were both being good natured and I said &#8220;good luck with the weed thing, but don&#8217;t you guys need food too?&#8221;  He responded, and quite insightfully pointed out that: &#8220;You can&#8217;t smoke food.&#8221;</p>
	<p>Reading this literally, yes, you can smoke bacon and other meats, but obviously not in the manner implied.  This is definitely one of my favorite hobo quotes so far because it&#8217;s both true and absurd.  You really can&#8217;t smoke food, but I can imagine a bunch of hobos sitting on a corner after acquiring that which they desired most and after about 20 minutes realizing their folly.  They forgot the munchies.</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=16</wfw:commentRSS>
	</item>
		<item>
		<title>Onemonthaversary</title>
		<link>http://mutedvision.net/blog/?p=15</link>
		<comments>http://mutedvision.net/blog/?p=15#comments</comments>
		<pubDate>Sat, 08 Oct 2005 04:17:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=15</guid>
		<description><![CDATA[	Yes, folks, I&#8217;ve been at EA for one month as of yesterday.  Some neat things I&#8217;ve done just in the last week include: A drop in life drawing class with a model, a Roughrider game with DJ Randal and company (the guy who I can thank for helping me get this job), chilled with [...]]]></description>
			<content:encoded><![CDATA[	<p>Yes, folks, I&#8217;ve been at EA for one month as of yesterday.  Some neat things I&#8217;ve done just in the last week include: A drop in life drawing class with a model, a Roughrider game with DJ Randal and company (the guy who I can thank for helping me get this job), chilled with the Ebi, went to a movie with coworkers called Serenity, had beer and cake after work today and then went with a couple coworkers for supper.</p>
	<p>That&#8217;s from last Friday up until today.  So basically, I&#8217;m getting out of my house lots and doing stuff.</p>
	<p>I&#8217;ve met a compatible female person which is nifty in itself.  I really haven&#8217;t gotten to know many people in this way and I&#8217;m rather picky about who it is that I share myself with, so it&#8217;s not often that I find someone I really get along with.  I&#8217;m rather odd, but I&#8217;m comfortable with that and the point of this is that I&#8217;ve found someone else who is as well.  We&#8217;re still getting to know each other so I don&#8217;t want to say too much, but I&#8217;m happy at the moment which is good.</p>
	<p>I&#8217;ve been missing my friends quite a bit, but things move at such a quick pace that there really isn&#8217;t much time to think about it.  I do ask that if you see me online and you&#8217;ve got a moment, send a &#8216;hi&#8217; my way.  I&#8217;m only on when I&#8217;m available.  I wanted to specifically mention Drew and Aidan, you guys rock.  I am sort of used to missing Aidan, but at least I can look forward to his visits to Regina when I&#8217;m there.  Now I&#8217;m not in Regina either and so it&#8217;s a bit tougher.  If you look at our distribution it&#8217;s actually pretty crazy.  Aidan&#8217;s on one end of the country, Drew is in the middle, and I&#8217;m way on the other coast.  You guys know your friendship means a lot to me, so please don&#8217;t be a stranger online.</p>
	<p>I started reading a book as a follow-up to Eragon, this one is called Eldest and is written much in the same way Harry Potter has been.  It&#8217;s not precisely a young reader&#8217;s book, it&#8217;s a bit more mature, but it is definitely an easy read.  I really enjoy it because of the fact that a dragon is one of the main characters and that&#8217;s pretty rare in a book.  It&#8217;s a standard template for a fantasy novel.</p>
	<p>A young man grows up in a small town and knows very little about the world.  Some spectacular event occurs and kills all his family (in this case all but his cousin.)   That young man is very down to earth and is sort of a woodsman type character, or at least they spend time in the woods which helps them set out on a trek avoiding an enemy that is chasing them.  An old storyteller or some family friend turns out to have a complicated past and is actually a wizard in disguise (go figure) who helps out the main character acting as a mentor.  There is an evil wizard who seems to hold an iron grip on the land and the main character is destined to kill that ruler.</p>
	<p>This is the basic premise of such series as the Wheel of Time, the Sword of Truth, Harry Potter, countless individual novels and Eragon.  But Eragon has a sentient dragon which makes it cooler.  The only thing that really bugs me about Eragon is that the main human character&#8217;s name is just Dragon with the &#8216;D&#8217; swapped for an &#8216;E&#8217;, *bleh*, *spit*, no.</p>
	<p>My apartment is sticking together (not stickily, I mean nothing is messy yet) so that&#8217;s good.  I guess I&#8217;m tired of writing for now, so I&#8217;ll leave you with a quote I managed to use today when someone at work mentioned a lab instructor at their university who was particularly inept:</p>
	<blockquote><p>Those who can, do.  Those who can&#8217;t, teach.</p></blockquote>
	<p>I&#8217;ll try and update a bit more frequently but I promise NOTHING!</p>
	<p>>:o</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=15</wfw:commentRSS>
	</item>
		<item>
		<title>I cooked a steak</title>
		<link>http://mutedvision.net/blog/?p=14</link>
		<comments>http://mutedvision.net/blog/?p=14#comments</comments>
		<pubDate>Fri, 23 Sep 2005 07:23:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=14</guid>
		<description><![CDATA[	It tasted ridiculously good. I put spices on it (not too much, just subtle) and I cooked it until it was medium-rare but closer to the medium sideâ€¦ I canâ€™t believe it turned out so well when just the other day I was having problems microwaving a chicken-pot-pie (it turned black and burnt because I [...]]]></description>
			<content:encoded><![CDATA[	<p>It tasted ridiculously good. I put spices on it (not too much, just subtle) and I cooked it until it was medium-rare but closer to the medium sideâ€¦ I canâ€™t believe it turned out so well when just the other day I was having problems microwaving a chicken-pot-pie (it turned black and burnt because I put the microwave on too long.) I then proceeded to eat this excellently cooked steak with a knife I used to keep it still and my teeth. Just sort of gnawed at it (it was pretty tender so it wasnâ€™t bad at allâ€¦) The proper term for this as dubbed by my parents is â€œMeatsicleâ€ which is where you stab a fork into a slab of meat and eat it like a popsicle. I was quite glad to have nobody bugging me about the way I chose to consume sustenance.</p>
	<p>Iâ€™ve also come across a really short, but quite depressing little bit of news. Apparently someone felt the need to convert the bible into a 100-minute version. Basically something you can read in a couple hours. This new bible would be targeted at people who want to read the bible, but do not have time to.</p>
	<p>I am not, and never will be religious, but things like this are whatâ€™s wrong with our world. If youâ€™re going to believe in something, I donâ€™t think itâ€™s right to get a Coles Notes on it and base your beliefs around that. There should be some deeper connection, shouldnâ€™t there? It shouldnâ€™t be something you rush or ask for a summary of, or pick up and drop off on a whim. If youâ€™re going to seriously believe in something and youâ€™ll base that belief on faith and not fact or science, I really think that itâ€™s important to understand what it is that the religion you subscribe to is about. If youâ€™re not going to bother reading the full manual, I hardly see how you can claim to actually be of that religion. It would be like if I said I wanted to be an artist and then I got a â€œlearn how to draw cartoon facesâ€ book and called it a day because I didnâ€™t have enough time to do it properly.</p>
	<p>Do it or donâ€™t do it, but donâ€™t fuck around wasting time by saving it. That sounds like an oxymoron, but really, when you save time by doing something really important half-assed all you do is throw that time out the window. Half-assed gets you nowhere in the grand scheme of things and itâ€™s a growing epidemic that people think itâ€™s worthwhile to do something quickly rather than well. If it really interested a person, theyâ€™d make time to do it properly, anything else is deception to make you feel better about yourself. You canâ€™t appreciate what you rush yourself through for the sake of completion.<br />
There are things that donâ€™t really matter that just need to be done which you can half-ass your way through, but if youâ€™re going to try and tackle something of magnitude take pride in it.<br />
-Mike Out </p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=14</wfw:commentRSS>
	</item>
		<item>
		<title>Had a neat weekend</title>
		<link>http://mutedvision.net/blog/?p=13</link>
		<comments>http://mutedvision.net/blog/?p=13#comments</comments>
		<pubDate>Tue, 20 Sep 2005 08:19:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=13</guid>
		<description><![CDATA[	Relaxed adventures and a long nap.  Bought a plant, named him Spads, rolled around on someones floor growling.  Generally had an awesome time.
	I&#8217;m going to work on having more good weekends.  I really liked how laid back everything was.  I&#8217;ll keep that up.

]]></description>
			<content:encoded><![CDATA[	<p>Relaxed adventures and a long nap.  Bought a plant, named him Spads, rolled around on someones floor growling.  Generally had an awesome time.</p>
	<p>I&#8217;m going to work on having more good weekends.  I really liked how laid back everything was.  I&#8217;ll keep that up.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=13</wfw:commentRSS>
	</item>
		<item>
		<title>Livin&#8217; the High Life</title>
		<link>http://mutedvision.net/blog/?p=12</link>
		<comments>http://mutedvision.net/blog/?p=12#comments</comments>
		<pubDate>Sat, 17 Sep 2005 04:11:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 2</category>
		<guid>http://mutedvision.net/blog/?p=12</guid>
		<description><![CDATA[	Mike has fallen off the face of the earth (also known as Vancouver). I am endeavoring to not follow suit.
-Aidan
	So, I bet a bunch of you are wondering if I died or not on the mountain drive here&#8230;  A few of you may think I actually fell off the edge of the Earth, but [...]]]></description>
			<content:encoded><![CDATA[	<blockquote><p>Mike has fallen off the face of the earth (also known as Vancouver). I am endeavoring to not follow suit.</blockquote>
-Aidan</p>
	<p>So, I bet a bunch of you are wondering if I died or not on the mountain drive here&#8230;  A few of you may think I actually fell off the edge of the Earth, but that&#8217;s not physically possible.  I will, however assure you that it is entirely possible to fall off the face of a mountain and that for all intensive purposes, I may have.  I am pleased to report that this is not the case and that I am, in fact, quite well.  I won&#8217;t be filling you in on all the details of my trip up here because, frankly, 24 hours of driving gets quite monotonous and to accurately describe it would be equally boring.  This isn&#8217;t even taking into account all of the furniture shopping and the hours of driving to and from various IKEA locations across the Greater Vancouver Area.  I will mention that my parents were a humungous help in the whole ordeal, from paying off the landlord (it was a close one, some German guys almost got the place, but my dad applied some monetary grease and got the wheels turning,) to buying me a fridge full of supplies, to moving my stuff up here and getting me a new bed and dresser.  Really, I can&#8217;t thank them enough.</p>
	<p>I did say I won&#8217;t be filling you in on <i>all</i> the details, but that certainly doesn&#8217;t mean I can&#8217;t clobber you with some of them.  I&#8217;d like to pay tribute to the most <a href='http://www.enchantedforestbc.com/'>mystical attraction</a> I have ever been to.  &#8220;The Enchanted Forest&#8221; is the absolute worst thing I have ever witnessed and paid money for.  It was like walking through a garden of rejected clay creations from the special education course&#8230; The surreal thing was that there was a well-made castle wall and a really smoothly laid out path and everything else was quite well done, but the actual concrete figures were&#8230;  Just look for yourself:</p>
	<p>Spencer, the &#8216;Special&#8217; Elf<br />
<img src="http://www.mutedvision.net/blog/images/spencer.jpg" alt="spencer" /></p>
	<p>Todd, the Mongoloid Troll<br />
<img src="http://www.mutedvision.net/blog/images/todd.jpg" alt="spencer" /></p>
	<p>Dirty Christopher Robin<br />
<img src="http://www.mutedvision.net/blog/images/dirtychristopherrobin.jpg" alt="spencer" /></p>
	<p>Bob, the Brutal Bear<br />
<img src="http://www.mutedvision.net/blog/images/badlydonebear.jpg" alt="spencer" /></p>
	<p>Honestly, that&#8217;s a level of consistent bad you just can&#8217;t forge.  You might wonder why we stopped here on the way to Vancouver, well, my mom remembered the place from her childhood.  Her parents never took her to things like this, but for some odd reason they took her to this.  Punishment?  I don&#8217;t know.  It was special for her anyway, but I shudder when I recall this line, and I quote, &#8220;this is a lot better than I remember.&#8221;  We all agreed it was horrible, but I can&#8217;t imagine a level of horrible that would bring about something so bad that -this- was better in comparison.</p>
	<p>Anyhow, <a href = 'http://www.mutedvision.net/blog/images/transvestite.jpg'/>magical transvestite <a href = 'http://www.mutedvision.net/blog/images/spank_it.jpg'>monkey spanking</a> concrete statues aside it was an uneventful trip here.  Oh, we were busy getting things ready and it seemed like the days stretched on and on, but that was all work and nobody likes to read about work.</p>
	<p>Anyhow, suffice to say we made my <a href = 'http://www.mutedvision.net/blog/images/mah_couch.jpg'>appartment</a> look <a href = 'http://www.mutedvision.net/blog/images/mah_desk.jpg'>awesome</a> through a lot of hard work, wall plaster, and grout which we accidentally also put on the walls.</p>
	<p>Now, to catch you up to date to where my parents ship off I present the sentence of awesome:</p>
	<p><a href = 'http://www.mutedvision.net/blog/images/bridge.jpg'>Bridges</a> and <a href = 'http://www.mutedvision.net/blog/images/gondola.jpg'>gondolas</a> with<a href = 'http://www.mutedvision.net/blog/images/white_wolf.jpg'> wolves</a> and <a href = 'http://www.mutedvision.net/blog/images/bear.jpg'>bears</a> and checking out where I <a href = 'http://www.mutedvision.net/blog/images/view.jpg'>work</a> and touring an <a href = 'http://www.mutedvision.net/blog/images/bigfish.jpg'>aquarium</a>.</p>
	<p>Well, now that we have that out of our system you know exactly what I did up until the 6th.  That&#8217;s when I really started working at EA and living in Vancouver.  It&#8217;s the date my parents started the long drive back to the flatlands and I began life on my own in the mountains by the ocean.</p>
	<p>How do you know when you&#8217;re doing well in this world?  Well, you get up at some point on Friday when you feel like you&#8217;ve done enough for the day, go to the 19th floor of your building and have cake and beer with some of the most genius programmers and creative artists in the industry.  After having some jovial conversation you head outside to meet the most spectacular sunset cascading over the mountains causing all the buildings around you to glow magnificently in the crisp (from a recent rain) Vancouver air.  The mix of having such a cool job and living in such a cool city is just awesome.  My job is cool, too.  I&#8217;m an SE (software engineer) on the 12th floor of EA.  We&#8217;ll probably shuffle to the 18th floor soon, but I have a spectacular <a href = 'http://www.mutedvision.net/blog/images/view.jpg'>view</a> as I sit right next to the window and can see the ships in the harbor.</p>
	<p>Anyhow, I look forward to each day of work.  I do my best, I work hard, and I have fun basking in it all.  That sums up the EA experience for my first couple weeks.  Things change fast here too.  The pace&#8230; It&#8217;s just amazing.  You can be working on one thing and then a moment later be asked to do something totally different if the situation calls for it.  It&#8217;s probably one of the quickest changing industries out there.  I love every minute of it.</p>
	<p>Last weekend I went to a &#8220;Furry Meet.&#8221;  Many of you are probably squinting and re-reading that sentence and haven&#8217;t even gotten to this one yet, so I&#8217;ll wait.</p>
	<p>&#8230;</p>
	<p>Anyhow, I met some of the strangest people I think I&#8217;ve ever been around.  Some of them I liked, some of them I got along with, but wouldn&#8217;t regularly hang out with, and one person was actually kind of creepy.  Not in an immediately threatening manner, just sort of in a &#8220;there&#8217;s something wrong with that guy&#8221; way.  I met a group of 5 or so people I got along with great and I think I&#8217;ll consider them all friends now.  I&#8217;ll probably talk more about them in the future, but this is getting rambly as is so I&#8217;ll just give you the rough details and we can flesh things out later.  We all doodled in my sketchbook for quite a while and went for a walk.  Got some funny looks because one girl had a tail and another was wearing a collar, but it was the most fun I&#8217;ve had walking around randomly in a long time.</p>
	<p>Speaking of friends, I&#8217;ve been making a few at EA which is great.  I haven&#8217;t met a single person employed there that I had any sort of personality conflict with.  Normally when I think of &#8220;Human Resources&#8221; I picture some nasty, angry person who really isn&#8217;t human at all and doesn&#8217;t understand decency.  I&#8217;m pleased to say that at EA, that is not the case.  Every single person I have met is really a great person and the HR people are actually quite helpful.  I mentioned HR specifically because of past experience with some really bad HR people.  Experiences that make you wonder whether &#8220;Human Resources&#8221; meant that they were there to use you like raw ore as opposed to providing you with help.  Dwelling on that put aside, the SE&#8217;s and the Artists, everyone is great.  I&#8217;ve made friends with the new coop students I was hired with and am getting to know several of the other employees.  It&#8217;s a young company, so most of the people I work with aren&#8217;t really that old.</p>
	<p>There are a ton of Michaels who work here.  Well over 8 that I have met so far.</p>
	<p>Now, as far as an excuse for why this wasn&#8217;t posted earlier:<br />
It was a big job posting all those pictures and I originally meant to do more of an explanation, but I soon found that the task was big enough to make me want to spend time doing other things. It was kind of intimidating and every day that I spent procrastinating on posting this was another day&#8217;s worth the experience I felt the need to cram into this huge blog post.  It was basically piling up and I just didn&#8217;t want to deal with it.</p>
	<p>So, in the interests of moving forward, I ditched the idea of doing a super-comprehensive post which would have probably been super-boring as well and instead glossed over most of the things I&#8217;ve done so far and have basically just used this to &#8216;catch up&#8217; with my life.  Now I&#8217;ll continue posting regular blog info as per the old schedule (which is to say that they will be sporadic and will not follow a schedule, but will appear relatively often.)</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=12</wfw:commentRSS>
	</item>
		<item>
		<title>Farewell</title>
		<link>http://mutedvision.net/blog/?p=11</link>
		<comments>http://mutedvision.net/blog/?p=11#comments</comments>
		<pubDate>Tue, 23 Aug 2005 21:41:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 1</category>
		<guid>http://mutedvision.net/blog/?p=11</guid>
		<description><![CDATA[	After reading my best friend&#8217;s latest post I realized I haven&#8217;t really said farewell to anyone.  I&#8217;ve been kind of wrapped up in this whole moving business.  I guess it&#8217;s partially because of the uncertainty of my future.  I mean, I&#8217;m moving away but for how long?  8 months?  Longer? [...]]]></description>
			<content:encoded><![CDATA[	<p>After reading my <a href = 'http://www.noloitering.net'>best friend&#8217;s latest post</a> I realized I haven&#8217;t really said farewell to anyone.  I&#8217;ve been kind of wrapped up in this whole moving business.  I guess it&#8217;s partially because of the uncertainty of my future.  I mean, I&#8217;m moving away but for how long?  8 months?  Longer?  I don&#8217;t really know.  I&#8217;ll find out in time, of course, but predicting the future is difficult during heavy change.  I do know that I am going to finish University, that&#8217;s something I&#8217;m intent on doing.  I do know that I would like to see my friends again, I have a lot of people who I&#8217;d quite literally never see again if I didn&#8217;t move back to Regina&#8230;  But I guess there isn&#8217;t much I can do if there are no jobs in Regina in the industry I&#8217;m interested in.</p>
	<p>It&#8217;s not like I love the province or the city.  I don&#8217;t really hold any ties to the geography except that it&#8217;s oddly flat and I like coming from an odd place.  The people I have met, however, are another story.  I&#8217;ll miss slurpee runs with Drew, meeting up with Aidan during holidays, playing guitar with Steven Ratushniak on occasion and borrowing his dad&#8217;s books for months at a time, CSSS functions (and everyone in the CSSS), M:tG at Chris&#8217;s house, bugging Nathan Anderson, my family and pretty much everyone else I&#8217;ve met and had good times with.</p>
	<p>I&#8217;ll be on my own in a big city, not just like alone in my room but separated by some 1 729.73 kilometers from all familiar faces in my life.  Am I scared?  Not really.  I&#8217;m sure I&#8217;ll be fine, I just have to stay &#8220;On Point&#8221; and do my best to follow my dream (best advice given to me ever.  A young African American told me on the bus on the way to Chicago about various gangs and such and told me to stay &#8220;On Point&#8221; to avoid getting shanked in the back or something.)</p>
	<p>Anyhow, I think this is the last sort of fleighty/sappy blog entry I&#8217;ll do for a while.  I&#8217;ll be lightening the tone quite a bit in future entries, just let me have this last little moment to myself before I become chipper again.  Oh, and I&#8217;m leaving this Friday for those who were wondering.</p>
	<p>Best of luck to all my friends, I&#8217;m not the only one with dreams and ambitions coming true so congrats to all of you who are making steps daily towards your goals.</p>
	<p>-M2tM
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=11</wfw:commentRSS>
	</item>
		<item>
		<title>Cats in the Cradle&#8230;</title>
		<link>http://mutedvision.net/blog/?p=10</link>
		<comments>http://mutedvision.net/blog/?p=10#comments</comments>
		<pubDate>Mon, 22 Aug 2005 17:37:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 1</category>
		<guid>http://mutedvision.net/blog/?p=10</guid>
		<description><![CDATA[	But I&#8217;m leaving mine.  I&#8217;ve been gearing up to move out of town and I&#8217;m on box 6 of my worldy possessions (which are surprisingly few.)  It turns out that most of the volume of what I own happens to be clothing.  I&#8217;m getting rid of a lot of it, and only [...]]]></description>
			<content:encoded><![CDATA[	<p>But I&#8217;m leaving mine.  I&#8217;ve been gearing up to move out of town and I&#8217;m on box 6 of my worldy possessions (which are surprisingly few.)  It turns out that most of the volume of what I own happens to be clothing.  I&#8217;m getting rid of a lot of it, and only keeping what is important (which should make some unfortunate people more fortunate.) </p>
	<p>I suppose I should have been doing this all along.  Why hang on to stuff that isn&#8217;t important?  What&#8217;s the point?</p>
	<p>When you have two bins.  Keep and give away, and you have a limited amount of space you really learn to prioritize.  There isn&#8217;t really any &#8220;storage if I ever happened to want this at some point&#8221; bin.  Well, that&#8217;s not <i>entirely</i> true.  I do get to keep my books in a couple boxes in the garage.  That book collection means a lot to me, but it would be silly to cart it across the country and back again in 8 months if/when I move back.  I say if/when because of the sleight possibility of doing my university courses in Vancouver instead, but this is only a small possibility.  Chances are I&#8217;ll be headed back in 8 months.</p>
	<p>My life&#8217;s possessions:<br />
-Car<br />
-<a href = 'http://www.compaq.com'>Laptop Computer (Compaq x1150 or something)</a><br />
-Desktop Computer<br />
-<a href = 'http://www.canon.com'>Digital Camera (it&#8217;s seen better days)</a><br />
-<a href = 'http://www.wacom.com'>Drawing Tablet</a><br />
-<a href = 'http://www.apple.com'>iPod</a><br />
-<a href = 'http://www.lamarsnow.com/'>Snowboard</a><br />
-Art Supplies<br />
-Textbooks<br />
-Novel Collection<br />
-Clothing<br />
-Masks On my Wall (I have a bunch of wooden masks)<br />
-Sword / Dagger<br />
-Toolkit with hammers and stuff<br />
-Lots of software<br />
-Assorted pens/pencils/rulers/assorted junk in drawer<br />
-Memories from days past&#8230; Blanket, stuffed animal, old scout sash, old photos and stuff.  I&#8217;ll be leaving this at home and people can do with it what they wish.</p>
	<p>That&#8217;s basically all the stuff I own.  I don&#8217;t know what else to say except that it fits in like&#8230; 6 smallish boxes (minus the snowboard, the car, and the masks.  I&#8217;m sure I&#8217;ll have more boxes with the masks properly packed.)</p>
	<p>I think it&#8217;s finally sinking in that I won&#8217;t see my friends or family for 8 months or so.  I&#8217;m starting to wish I hung out a bit more often with them during the summer, but then I realized that I don&#8217;t hang out much.  The only person I do hang out with on a regular basis is <a href = 'http://www.noloitering.net/'>Drew</a> (and I do hang out with <a href = 'http://www.aidanfindlater.com/'>Aiden</a> when he is in town.)  I&#8217;ve got an assortment of other good friends as well, and plenty of acquaintances, but aside from group gatherings I don&#8217;t usually see them.  I like most people in the <a href = 'csss.cs.uregina.ca'>CSSS</a>, for example, and I have plenty of people I would consider good friends.  However, I don&#8217;t really hang out with any of them often (except during the school year when I&#8217;m in the CSSS room most days and I do talk with them lots to be fair.)</p>
	<p>Maybe a move will be good for me, I&#8217;ll get out there and maybe crack my introverted shell I&#8217;ve built up without realizing it.  I&#8217;m probably the most social loner I know&#8230; But change is good and I&#8217;m looking forward to it.</p>
	<p>I&#8217;m signed up for the <a href='http://www.ultimatelan.ca/'>ultimate lan: 9</a> in Winnipeg which I was really looking forward to, but I don&#8217;t think I&#8217;ll be able to go.  It&#8217;s happening the weekend before I leave which I do have off, but I will probably spend that time getting ready for the trip or saying goodbye to my friends (read: partying.)</p>
	<p>I just returned my $250 parking pass, now I have to go down and cancel all of my classes I&#8217;m signed up for, and then I have to get myself totally figured out at the coop office.  I talked briefly to Eric Exner (who is in charge of things) and he&#8217;s pretty happy for me.  He said something to the effect of &#8220;making this work out for sure&#8221; which is reassuring because I was worried about the difficulties of taking three coop terms back to back (this is an 8 month term which counts as two.)</p>
	<p>No rest for the weary.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=10</wfw:commentRSS>
	</item>
		<item>
		<title>It seems to me</title>
		<link>http://mutedvision.net/blog/?p=9</link>
		<comments>http://mutedvision.net/blog/?p=9#comments</comments>
		<pubDate>Fri, 19 Aug 2005 19:59:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 1</category>
		<guid>http://mutedvision.net/blog/?p=9</guid>
		<description><![CDATA[	That I&#8217;m actually on task&#8230;
	My aspirations would hopefully lead me to work in the games industry, a thankless profession of ruthless business, long hours, and relatively low pay for the work which is done.
	All joking cynacism aside, I&#8217;m super pumped.  Apparantly I have like a 12 day turnaround time on my life goals&#8230;  [...]]]></description>
			<content:encoded><![CDATA[	<p>That I&#8217;m actually on task&#8230;</p>
	<blockquote><p>My aspirations would hopefully lead me to work in the games industry, a thankless profession of ruthless business, long hours, and relatively low pay for the work which is done.</p></blockquote>
	<p>All joking cynacism aside, I&#8217;m super pumped.  Apparantly I have like a 12 day turnaround time on my life goals&#8230;  I think I expected more of a battle.  Huge kudos goes out to my good friend DJ without whome I&#8217;m sure it would be much more of a struggle to be seen.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=9</wfw:commentRSS>
	</item>
		<item>
		<title>&#8230;</title>
		<link>http://mutedvision.net/blog/?p=8</link>
		<comments>http://mutedvision.net/blog/?p=8#comments</comments>
		<pubDate>Fri, 19 Aug 2005 19:13:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 1</category>
		<guid>http://mutedvision.net/blog/?p=8</guid>
		<description><![CDATA[	Hi Mike,
	The interviews went well yesterday as both NFS and NBA are interested.
	Can you give me a call when you get this to discuss?
	Thanks,
*********
	&#8230;
	&#8230;
	Yes!

]]></description>
			<content:encoded><![CDATA[	<blockquote><p>Hi Mike,</p>
	<p>The interviews went well yesterday as both NFS and NBA are interested.</p>
	<p>Can you give me a call when you get this to discuss?</p>
	<p>Thanks,<br />
*********</p></blockquote>
	<p>&#8230;</p>
	<p>&#8230;</p>
	<p>Yes!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=8</wfw:commentRSS>
	</item>
		<item>
		<title>Other Stuff</title>
		<link>http://mutedvision.net/blog/?p=7</link>
		<comments>http://mutedvision.net/blog/?p=7#comments</comments>
		<pubDate>Thu, 18 Aug 2005 12:18:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 1</category>
		<guid>http://mutedvision.net/blog/?p=7</guid>
		<description><![CDATA[	So, I totally forgot to mention that I went to R-Dot the other post.  Yeah.  I went to R-Dot.  It was awesome.  Won 3rd in Warcraft 3 TFT and 2nd with my clan in Counter-Strike: Source.  All in all it was an excellent time, had like 12 bottles of bawls [...]]]></description>
			<content:encoded><![CDATA[	<p>So, I totally forgot to mention that I went to <a href="http://www.r-dot.org">R-Dot</a> the other post.  Yeah.  I went to <a href="http://www.r-dot.org">R-Dot</a>.  It was awesome.  Won 3rd in Warcraft 3 TFT and 2nd with my clan in Counter-Strike: Source.  All in all it was an excellent time, had like 12 bottles of bawls and generally had a sleep-deprived run of fun.  I didn&#8217;t win a processor (like the last time I went to R-Dot) but even still I&#8217;d say it was definitly worth going.</p>
	<p>EA contacted me again about the interview.  They said that I will be having not one, but two phone interviews.  One with the Need for Speed team and the second with the NBA team.  I&#8217;m rediculously pumped.  I&#8217;ve been getting my resume together and I did a <a href = 'http://www.mutedvision.net/art/worrybot.jpg'>new speedpainting</a> to add something recent to my art section.  I really hope they like my programming and my art projects.  The interview&#8217;s today, so I don&#8217;t have much time left to get ready.</p>
	<p>Plans for the next week?  I don&#8217;t really know.  All I know is that I&#8217;m going to be really busy doing website projects for the next little while, and if EA hires me I&#8217;ll be doing a big move down to Vancouver.  I know a few people from a forum who live down there, I might get a chance to meet them if I go.  I still have to talk with Aidan about that spa website we get to do&#8230;  I&#8217;ll probably do that tomorrow weather permitting.</p>
	<p>Today I checked out the Italian Star Delhi and got perhapse the most delicious sandwitch ever.  It&#8217;s been a while since I&#8217;ve been there and I figured it would be a neat treat.  They&#8217;ve got a really cool little shop set up with all sorts of spicy meats and italian spices.  If you&#8217;re ever in Regina, I suggest swinging by.</p>
	<p>I guess that&#8217;s all I have to say for now,</p>
	<p>ttfn
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=7</wfw:commentRSS>
	</item>
		<item>
		<title>I&#8217;m pretty excited</title>
		<link>http://mutedvision.net/blog/?p=6</link>
		<comments>http://mutedvision.net/blog/?p=6#comments</comments>
		<pubDate>Mon, 15 Aug 2005 19:33:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 1</category>
		<guid>http://mutedvision.net/blog/?p=6</guid>
		<description><![CDATA[	
Hi Mike,
	I work at Electronic Arts Canada along with **** **** and would like to schedule a phone interview for you regarding a coop position. I just wanted to find out your schedule this week so that I can schedule the itnerview as well as the number that you can be reached at for the [...]]]></description>
			<content:encoded><![CDATA[	<blockquote><p>
Hi Mike,</p>
	<p>I work at Electronic Arts Canada along with **** **** and would like to schedule a phone interview for you regarding a coop position. I just wanted to find out your schedule this week so that I can schedule the itnerview as well as the number that you can be reached at for the interview. As well, could you confirm with me that you would be able to start this September?</p>
	<p>Looking forward to talking to you!
</p></blockquote>
	<p>Well, it&#8217;s safe to say I&#8217;m really excited about this.  I mean, it&#8217;s my goal to become a game programmer and this is definitly heading in the right direction.  I&#8217;m shaking physically with glee.  Jiggling if you will.  Jiggling with glee, that&#8217;s no small task for someone with no body fat, but that&#8217;s what I&#8217;m doing.</p>
	<p>So basically I&#8217;ll be letting my nerves get to me until the interview, but hopefully I can pull off a certain amount of calm&#8230;  Enough to remember my name and some other things they might ask.  This job is going to be different from most of the other ones I&#8217;ve applied to (most, but not all) in the questions they might ask.  I don&#8217;t really know what to expect for questions, but I am guessing most will be based on my experience and how well I work in a group.  Usually I&#8217;ve been going for customer service positions to scrape cash for University (which I&#8217;m actually quite good at) so I know the drum for those.</p>
	<p>This is probably going to be a sleightly different beat.  My current coop job&#8217;s interview is probably closer to what theirs will be like.  One difference is that I&#8217;ll be talking with someone more in-tune with the technology (not that my current employer is not up to date on stuff, just not into the inner workings of the computer), so I would assume the questions will be more targeted.  Maybe I&#8217;m stressing too much, I mean, I&#8217;ve been doing this kind of stuff for a while and I don&#8217;t think there&#8217;s a ton I can do to prepare.  I&#8217;ll be doing my best to be mentally ready anyway.  Right now I&#8217;m a bundle of nerves, hopefully I can calm myself down a bit.</p>
	<p>Nothing&#8217;s certain yet&#8230;</p>
	<p>Wish me luck.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=6</wfw:commentRSS>
	</item>
		<item>
		<title>I think we should start a petition</title>
		<link>http://mutedvision.net/blog/?p=5</link>
		<comments>http://mutedvision.net/blog/?p=5#comments</comments>
		<pubDate>Thu, 11 Aug 2005 17:34:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 1</category>
		<guid>http://mutedvision.net/blog/?p=5</guid>
		<description><![CDATA[	&#8220;dear woman on tv,
I do not need or wish to hear about your yeast infection.
signed,
graham&#8221;
	-Michael Hamilton
	____
	In other news, I&#8217;ve been living off M&#038;M meats for the past few months while living at home alone.  &#60;plug&#62;It&#8217;s a great place to buy individual quick-to-prepare meals. &#60;/plug&#62;  What happens every summer is my parents escape this [...]]]></description>
			<content:encoded><![CDATA[	<p>&#8220;dear woman on tv,<br />
I do not need or wish to hear about your yeast infection.<br />
signed,<br />
<a href='http://www.livejournal.com/~retroman56/'>graham</a>&#8221;</p>
	<p>-Michael Hamilton</p>
	<p>____</p>
	<p>In other news, I&#8217;ve been living off <a href='http://www.mmmeatshops.com/'>M&#038;M meats</a> for the past few months while living at home alone.  &lt;plug&gt;It&#8217;s a great place to buy individual quick-to-prepare meals. &lt;/plug&gt;  What happens every summer is my parents escape this world and live at our <a href='http://www.saskparks.com/palliserpark.htm'>cottage</a> while I work in the city.  It&#8217;s a setup I enjoy quite a bit, I get to feel like I&#8217;m living alone but I don&#8217;t have to pay rent or living expenses (well, I do, but it goes towards University.  I&#8217;m quite grateful to my parents, without them this would be tough as hell.)  Basically I live in this large house in the nice area of town all alone for an entire 3-4 months of the year.</p>
	<p>Despite this awesome setup, I don&#8217;t really make use of it.  I mean, I rarely have people over because I&#8217;m a pretty introverted person (always working on my own projects or procrastination) and I never leave my room except to use the washroom and prepare meals.  I would probably be perfectly happy living in a shack with a shower, toilet, fridge, stove, bed, and a <a href = 'http://en.wikipedia.org/wiki/Leet'>1337</a> computer rig with a good connection to the net.  But, then again, I haven&#8217;t had the opportunity to live in such a shack so I couldn&#8217;t rightly tell you.  Obviously it would need to be kept clean and would need to be well organized (two concepts I usually seem to overlook in my habits.)   I&#8217;d definitly have to do some adjusting&#8230; I&#8217;m over-analyzing this now.</p>
	<p>Sometimes I worry about the length at which I go on about things which don&#8217;t require it.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=5</wfw:commentRSS>
	</item>
		<item>
		<title>EA and Assorted Stuffs</title>
		<link>http://mutedvision.net/blog/?p=4</link>
		<comments>http://mutedvision.net/blog/?p=4#comments</comments>
		<pubDate>Thu, 11 Aug 2005 09:16:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 1</category>
		<guid>http://mutedvision.net/blog/?p=4</guid>
		<description><![CDATA[	Apparantly EA is hiring coop students again.  I don&#8217;t know if anything will come of this, but I got an e-mail from a manager friend (Dee Jay) I have working there and he introduced me (in an e-mail forwarded to both of us) to the coop coordinator at EA.  That was yesterday, I [...]]]></description>
			<content:encoded><![CDATA[	<p>Apparantly <a href="http://www.ea.com">EA</a> is hiring coop students again.  I don&#8217;t know if anything will come of this, but I got an e-mail from a manager friend (Dee Jay) I have working there and he introduced me (in an e-mail forwarded to both of us) to the coop coordinator at <a href="http://www.ea.com">EA</a>.  That was yesterday, I shot off an e-mail, I hope I get a response.  If I could get a work term at <a href="http://www.ea.com">EA</a> that would really be a positive step in the direction I&#8217;d like to head&#8230;  I mean, humungous.  Working a coop with <a href="http://www.ea.com">EA</a> would be like a <a href="http://theonenetwork.com/music_videos/lemon_jelly/3532/nice_weather_for_ducks_300.html">dream</a> come true.  Some people are probably looking at me funny right now, but I don&#8217;t care because I can&#8217;t see you.  You&#8217;re looking funny at your computer screen and if someone walked by you right now, they&#8217;d probably think -YOU- were strange, so stop looking like that and close your mouth.</p>
	<p>Anyhow, aside from that and other webpage stuff, I&#8217;ve decided to pick up on a game project I&#8217;m technically a part of, but haven&#8217;t really contributed to yet due to laziness + a backpacking trip(the one I stubbed my toe on and hiked 37.5 km on)+working on websites for people (finally know CSS half solidly so I can make sites my colleagues won&#8217;t laugh at me for.)  I suppose I shot out a bunch of interesting (crazy) ideas for the game as far as content and stats go so they put me in charge of that in a vague sense (as in they didn&#8217;t have a clue what they wanted me to do to begin with.)  Anyhow, I don&#8217;t know if this will make their game or not, but it will certainly make my text based tester which may end up with network support.    Right now I&#8217;ve got a ton of ideas, and I have the database layout sort of fleshed out along with some of the interaction functions and most of the derived stat equations figured out to make this &#8220;stat engine&#8221;.  I will have a history section to the stat engine as well which isn&#8217;t worked out yet and it will basically record a history of player growth and accomplishments over time.  I think it will be a very neat feature and will have to think hard on how to implement it.</p>
	<p>It&#8217;s looking nice (what I have written down) and I&#8217;m really excited so I think I&#8217;ll be doing this for at least a few months in my spare time.  I&#8217;ll be focusing on making it as stand-alone as possible with an easy to use interface and a very modular design so we can plug it into the other project as well if they like it.  I&#8217;ve really come to realize how handy it is to have a very well-laid plan before you begin on implementation which is why I&#8217;ve decided to actually do some planning before coding.</p>
	<p>Some nifty ideas I have include a unique spell system which allows for custom spell creation and multiple simultaneous spell casts (which cost more mana and have huge possible side effects on a fail, but which cast much quicker and can deal extra damage.)  Also dreamed up is a weapon/armor forging system which allows skilled gold/blacksmiths to imbue skills into the items they craft.  This custom spell/item creation system will be unique (to my knowledge) in that it won&#8217;t be just creating an item from a list from set ingredients, but rather a &#8220;this is what I want to make&#8221; and then how much it costs to make and wield is calculated from that method.</p>
	<p>I already have the system roughed out on paper and I am confident it will be do-able&#8230; I think this will be an awesome base for a <a href="http://en.wikipedia.org/wiki/Mmorpg">mmorpg</a> project.  It all depends on how much free time I end up with&#8230;</p>
	<p>I suppose that depends on what I do with the time that should be work time and how much procrastination occurs.  (Obviously if I am always procrastinating, I won&#8217;t ever have time for anything because I&#8217;ll be much too busy avoiding doing things to actually work on projects.)
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=4</wfw:commentRSS>
	</item>
		<item>
		<title>My Toenail Fell Off!</title>
		<link>http://mutedvision.net/blog/?p=3</link>
		<comments>http://mutedvision.net/blog/?p=3#comments</comments>
		<pubDate>Mon, 08 Aug 2005 21:35:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 1</category>
		<guid>http://mutedvision.net/blog/?p=3</guid>
		<description><![CDATA[	Last night I didn&#8217;t sleep at all.  I had a 6 hour nap mid-day and then stayed up all night and morning.  I&#8217;m not really sure why, but I had a few adventures along the way as you may have derived from the clever title, my toenail fell off.
	You see, I stubbed the [...]]]></description>
			<content:encoded><![CDATA[	<p>Last night I didn&#8217;t sleep at all.  I had a 6 hour nap mid-day and then stayed up all night and morning.  I&#8217;m not really sure why, but I had a few adventures along the way as you may have derived from the clever title, my toenail fell off.</p>
	<p>You see, I stubbed the toe next to my big toe on my left foot (explained because I don&#8217;t know the technical name for that particular toe, and even if I did, you probably don&#8217;t&#8230; Index toe next to the thumb toe?  See, no clue.)  When I did, I didn&#8217;t notice because we were too busy hiking through a bog&#8230; Perhaps I should backtrack&#8230;  It all happened on a backpack track&#8230; >></p>
	<p><em>We&#8217;d been hiking for hours across rough BC terrain&#8230;  Our goal?  The Earl Grey Pass in the Purcell Wilderness Area!  Anyhow, we&#8217;ve been slogging through streams and bogs and stepping on logs and mogs (not really any mogs, and no, thatâ€™s not a real word and I know it isnâ€™t so donâ€™t bother looking it up) and then I ram my foot into a big stone.</em></p>
	<p>And that&#8217;s how it happened.  Shortly after, my toenail turned blackish-red from blood buildup under the nail, but there wasn&#8217;t much I could do being stuck in the middle of nowhere.  Apparently what you&#8217;re supposed to do is get a hot needle and release the pressure immediately by puncturing the nail and drawing the blood.  That&#8217;s the only real way to save the nail.</p>
	<p>Since I didn&#8217;t have a hot needle and I didn&#8217;t feel like getting a toe infection from having bog water slog inside the wound I decided to leave it.  And, weeks later, it eventually peeled off.  No pain or anything, just this disembodied toenail.  It was kind of neat, and kind of disturbing.  Sublime.  A piece of my foot was sitting on the desk&#8230;  I threw it out after a few moments of thought and continued with my evening.</p>
	<p>I played quite a bit of CS:S, not all night, but a few hours.  I watched Family Guy twice, and I had two suppers.  I contemplated starting a drawing and got around to it at about 7:00 in the morning which meant I didn&#8217;t have time for anything but a doodle session before getting ready for and going to work at 8:30.  All in all, it was a nice night and a totally pointless one to stay up for.</p>
	<p>Looking at this objectively, I think my sleeping schedule could use some adjusting&#8230;</p>
	<p>Naw, I get my best work done between 12:30 and 3:30 in the morning.  <img src='http://mutedvision.net/blog/wp-images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
	<p>Also, just recently <a href='http://www.aidanfindlater.com'>Aidan</a> secured a website development contract for the both of us to work on.  I can&#8217;t say much about it, but I&#8217;m quite excited to have the job.  Me and Aidan will have quite a bit of work to do, but I&#8217;ve been developing my skills working on some smaller sites and I&#8217;m certain this one will be a great site when we finish.  This will be my 4th &#8220;professional&#8221; backend to a website I&#8217;ll have done.</p>
	<p>Aside from this website project I also have another commissioned project I will be working on with a masters student.  I submit my proposal on Wednesday (though I already have the job) and I&#8217;ll be working on it into Mid-September.</p>
	<p>These two projects combined with my (and <a href = 'http://www.squareflo.com/'>Jaco&#8217;s</a>) <a href = 'http://www.crossfiring2006.ca'>crossfiring</a> website and my (but not <a href = 'http://www.squareflo.com/'>Jaco&#8217;s</a>)  surrealist coop work term site, the <a href = 'http://visarts.fa.uregina.ca/development/'>Visual Resource Center</a> should help build an impressive portfolio to attain future projects with.</p>
	<p>Very odd how things work out, I mean, the moment I start developing sites with <a href='http://www.php.net'>php</a> and <a href = 'http://www.mysql.com/'>MySQL</a> the contracts just keep rolling in.  I got each one of these jobs through a different and completely unrelated source as well, so it&#8217;s really odd that they are all converging on this summer&#8230;</p>
	<p>Hopefully this is just the beginning of contract work and hopefully I can do this instead of getting a &#8220;real&#8221; job (by real, I mean crappy.)  I suppose as long as I produce quickly, and produce well I should be able to find more work.  I&#8217;m building a library of code, so sites just keep getting quicker and nicer.  I&#8217;m really excited about this one me and <a href='http://www.aidanfindlater.com'>Aidan</a> are working on.  We&#8217;ll be doing something I haven&#8217;t done before: E-Commerce.  It should be a neat little gallomp into the unknown, but I&#8217;ve never been one to worry about learning new things.</p>
	<p>Keep it real,</p>
	<p>M2tM
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=3</wfw:commentRSS>
	</item>
		<item>
		<title>Apparantly I Have a Blog&#8230;</title>
		<link>http://mutedvision.net/blog/?p=2</link>
		<comments>http://mutedvision.net/blog/?p=2#comments</comments>
		<pubDate>Mon, 08 Aug 2005 04:18:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Phase 1</category>
		<guid>http://mutedvision.net/blog/?p=2</guid>
		<description><![CDATA[	Who would think that a blog might fall into my lap?  I mean, sure, maybe down the road after I had established myself as a leader and pulled together my contacts, references, and influences and wrapped them all into a cohesive empire to view my domain from yon castle.  Maybe at that point [...]]]></description>
			<content:encoded><![CDATA[	<p><em>Who would think that a blog might fall into my lap?  I mean, sure, maybe down the road after I had established myself as a leader and pulled together my contacts, references, and influences and wrapped them all into a cohesive empire to view my domain from yon castle.  Maybe at that point a blog would have struck me as a good idea to document my successes, and setbacks.  A place to gather intelligence and to mould ideas to form on newer, more grand methods of removing power from those who would seek to throw me down.  I would stand and laugh as fools attempted to topple my tower as they fell exhausted and in despair in a puddle of their own defeat.  Oh, what wondrous tales of intrigue my blog would hold&#8230;</p>
	<p>Yet, I have no castle or large domain at this moment in time&#8230; No great successes to reflect fondly on (at least not of such scale as I would like), and no massive web of contacts.</em></p>
	<p>My blog stands despite this and I&#8217;m quite glad to have it.</p>
	<p>I have <a href="http://www.aidanfindlater.com">Aidan</a> to thank for setting me up with a blog of my very own.  I suppose I should start by dazzling you all with my wit, but I have none to spare (it&#8217;s presently busy on other tasks) so I suppose I&#8217;ll have to drag you through some of my reflections all wit aside.  Perhaps some form of introduction is due as well.</p>
	<p>My name is Michael Robert Hamilton and I am (at least, as far as I know) a 20 year old Computer Science/Visual Arts student at the UofR.  My aspirations would hopefully lead me to work in the games industry, a thankless profession of ruthless business, long hours, and relatively low pay for the work which is done.  What drives me is the wish to create something wonderful, and I suppose that&#8217;s as good a reason as any (and better than most) to do something.</p>
	<p>&#8220;What have you done so far?&#8221;  You might ask.  To answer that properly would take a fair bit of writing.  I mean, it&#8217;s a really unfair and vague question which you&#8217;ve just asked me to answer.  I would assume the answer you are looking for is short, concise, and simple to understand.  Unfortunately I can&#8217;t provide you with that kind of answer.</p>
	<p>I mean, if I were to ask what <em>you</em> have done so far (which I would never do, for it is a question which demands an awful lot of time and it is rude to demand time from strangers without giving something of value in return&#8230; I suppose it is even ruder to do so to friends) I&#8217;m certain you&#8217;d find it difficult to find where to begin.  I mean, our lives are not as flat and simple as to answer such a broad question of origin and accomplishment in a paragraph, or even a novel.  For in the telling of the tale, the answer itself must change as it is being told.  We are living things as are our roots (not to suggest we are trees) and our perceptions.  Since history is perceived in the present and we are constantly changing, it is my opinion that our history (and thus the answer to what we have done so far) is something which you cannot quite pin down.  As with all things worth reflecting on, it is not a static and unchanging beast.</p>
	<p>I won&#8217;t claim to have the skill to answer your question (you rude people), but I will certainly attempt to keep you up to date on the progress of that answer.  Maybe I&#8217;ll come to meet my goals and maybe not.  But I&#8217;ll certainly try.  I want what I&#8217;ve done so far to help what I will do in the future.  I guess that&#8217;s about as much as I can hope for.</p>
	<p>So, I suppose that&#8217;s the aim of this blog.  To help form an answer to the question of what I have done so far.</p>
	<p>That doesn&#8217;t tell you much about me as a person (aside from the fact that I use too many words and over-analyze things.)  But I hope there is plenty of time for me to tell you about myself in the near future.  For now I suppose I&#8217;ll leave off on this note.</p>
	<p>&#8220;You are only as wonderful as the people around you perceive you to be.&#8221;</p>
	<p>But being wonderful is overrated and wonâ€™t bring you happiness, wealth, or enlightenment.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mutedvision.net/blog/?feed=rss2&amp;p=2</wfw:commentRSS>
	</item>
	</channel>
</rss>
