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

<channel>
	<title>blog.aaziz.org</title>
	<atom:link href="http://blog.aaziz.org/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.aaziz.org</link>
	<description>ramblings and opinions of a geek</description>
	<pubDate>Fri, 24 Oct 2008 20:40:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>The finer details of Zero</title>
		<link>http://blog.aaziz.org/the-finer-details-of-zero</link>
		<comments>http://blog.aaziz.org/the-finer-details-of-zero#comments</comments>
		<pubDate>Fri, 24 Oct 2008 20:38:13 +0000</pubDate>
		<dc:creator>Aziz</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[math]]></category>

		<category><![CDATA[numbers]]></category>

		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://blog.aaziz.org/?p=57</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I received the results of one of my tests on Wednesday, and caused a bit of a debate with my professor. It was in C++ class. One of the practical portion questions was pretty simply:</p>
<p><strong>Write a piece of code that will use a for loop to calculate the number of digits in a positive integer (Hint use division by ten)</strong></p>
<p>So I created a short, simple function:</p>
<p><code>int digits(int num)<br />
{<br />
&nbsp;&nbsp;int i;<br />
&nbsp;&nbsp;for (i = 0; num &gt; 0; i++, num /= 10);<br />
&nbsp;&nbsp;return i;<br />
}</code></p>
<p>To my surprise, I only got 3 out of 4 on that question. Apparently, the loop was supposed to start at 1 (rather than 0), and the test changed to &gt; 9. This would result in 0 having one digit.<br />
<span id="more-57"></span><br />
I&#8217;m not sure what exactly lost me the mark, but it was either that or the fact that my teacher though this would produce &#8220;10&#8243; as having one digit, which he tried to explain to me that my logic that produced no digits for zero, as produced one digit for ten, and so forth (which it didn&#8217;t).</p>
<p>I had two arguments to his reasoning, and why my function that produced an output of 0 for an input of 0 was correct:</p>
<ul>
<li>The question called for a <strong>positive</strong> integer. While zero surely is an integer, there&#8217;s a lot of confusion amongst most people if it&#8217;s truly positive or not. I personally believe that zero isn&#8217;t positive, but rather <strong>non-negative</strong>. I haven&#8217;t read any definite proof, and tried to show my teacher some opinions (a Dr. Math article), but he came back with some weird story about how my grade school teachers lied to me (more on that after).</li>
<li>How many digits does zero have? I&#8217;ve heard less about this than I have about the positivity of zero, but I really think it&#8217;s kind of trivial, and it has no digits. What does zero represent? The absence of something. It means there&#8217;s nothing. So, no digits? Zero could be said to just be the leading zero to &#8230; well, nothing. The number &#8220;1&#8243; has 1 digit, but it can also be represented as &#8220;01&#8243;, but it still only has 1 digit. So, does the &#8220;0&#8243; digit in the number 0 really have digits? I don&#8217;t think so, but I&#8217;m really certain on this one.</li>
</ul>
<p>Anyways, I put up a good enough argument that my teacher gave me the mark (which I didn&#8217;t really care about anyways - I ended up getting 1% less than I could have had I not, due to my teacher&#8217;s bonus-marks-for-test-corrections theory). I was really trying to prove something, and have some good math talk (which I haven&#8217;t really done in a while).</p>
<p>At one point, my teacher asked where we learned that 0 isn&#8217;t positive, and one of my friend&#8217;s said &#8220;grade school&#8221;, which my professor then went on to say our teachers had lied to us, and &#8220;oh, hears something else that your teachers lied to you about! How did they teach you to do exponents?&#8221;. I knew he was going to bring up &#8220;x to the power of 0&#8243; and say how it didn&#8217;t work with the common way of working out exponents (which is to multiply the number by itself how ever many times). I understand what he meant, but it also got me thinking about zero&#8217;s part in exponents, which I still haven&#8217;t figured out in my weird brain-logic I like to do. I&#8217;d like to show him the proof of 1+1=2, or how 1=0.9&#8230;</p>
<p>I&#8217;d appreciate some discussion on this, and perhaps some more scholarly or scientific opinions, as I&#8217;m not a math major nor do I really know that much about what I talk about.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0550578089543922";
/* Blog entry ad */
google_ad_slot = "5819627324";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aaziz.org/the-finer-details-of-zero/feed</wfw:commentRss>
		</item>
		<item>
		<title>The apartment life</title>
		<link>http://blog.aaziz.org/the-apartment-life</link>
		<comments>http://blog.aaziz.org/the-apartment-life#comments</comments>
		<pubDate>Thu, 16 Oct 2008 02:05:01 +0000</pubDate>
		<dc:creator>Aziz</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[apartment]]></category>

		<category><![CDATA[living]]></category>

		<category><![CDATA[moving]]></category>

		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.aaziz.org/?p=36</guid>
		<description><![CDATA[First, my apologies for the lack of posts in a bit while long time. I&#8217;ve been busy with moving, school, work, TF2, Warhammer 40K, and MTG. Just so much stuff to do, so little time.
About moving in. It actually went pretty well. We had been packing things into boxes for a few weeks before. We [...]]]></description>
			<content:encoded><![CDATA[<p>First, my apologies for the lack of posts in a <del datetime="2008-09-23T00:32:51+00:00">bit</del> <del datetime="2008-09-23T00:32:51+00:00">while</del> long time. I&#8217;ve been busy with moving, school, work, <acronym title="Team Fortress 2">TF2</acronym>, Warhammer 40K, and <acronym title="Magic: The Gathering">MTG</acronym>. Just so much stuff to do, so little time.</p>
<p>About moving in. It actually went pretty well. We had been packing things into boxes for a few weeks before. We tried to keep similar things together, including glass items, bedroom stuff, etc. So we were decently organized, and only needed a little bit of rearranging at the last minute.</p>

<a href='http://blog.aaziz.org/the-apartment-life/bathroom' title='bathroom'><img src="http://aaziz.org/blog/wp-content/uploads/2008/10/bathroom-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.aaziz.org/the-apartment-life/cabinet_swords' title='cabinet_swords'><img src="http://aaziz.org/blog/wp-content/uploads/2008/10/cabinet_swords-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.aaziz.org/the-apartment-life/kitchen' title='kitchen'><img src="http://aaziz.org/blog/wp-content/uploads/2008/10/kitchen-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.aaziz.org/the-apartment-life/kitchen_2' title='kitchen_2'><img src="http://aaziz.org/blog/wp-content/uploads/2008/10/kitchen_2-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.aaziz.org/the-apartment-life/living_room' title='living_room'><img src="http://aaziz.org/blog/wp-content/uploads/2008/10/living_room-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.aaziz.org/the-apartment-life/living_room_2' title='living_room_2'><img src="http://aaziz.org/blog/wp-content/uploads/2008/10/living_room_2-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>

<p><span id="more-36"></span></p>
<p>We tried to plan our move a little bit in advance. It&#8217;s about 45km from my house (a bit less from Laura&#8217;s), so we wanted to do it in one trip. Laura&#8217;s parents offered to help us and rent a large (18ft I think) U-Haul truck, which her father drove. We had many of my boxes and quite a few of Laura&#8217;s at my house, so we planned to get the truck at 7PM Friday evening, and load it up at my house in town, and then park it out at her house farther out of town and load it up the next morning.</p>
<p>We had asked several of our friends previously if they&#8217;d be able to help us move. This was probably the best thing that we could do, as our 4 helping friends were what likely made everything go so smoothly, especially my friend Jimmy who I knew I could count on.</p>
<p>Saturday morning I arrived at Laura&#8217;s house at about 7:30, with plans for everyone to show up ahead of time. Laura had moved nearly everything (all the boxes and some light furniture) to the garage the previous day while I was at work, so there wasn&#8217;t a whole lot of stuff be brought upstairs. Previously mentioned Jimmy showed a little bit early, and everyone else a bit late. We had started loading right away, with Laura and Allison in the truck moving everything to the back and everyone else loading crap onto the truck.</p>
<p>The hardest challenge was getting the large dresser into the truck, and trying to get the couches upstairs and to fit properly in the truck. Then the guys drove with Laura&#8217;s dad to the apartment while Laura, her mom and Allison went to pick up Sophie from the vet in Leamington (about 10 minutes from her house).</p>
<p>So just to put this timeline into place a bit: 8AM started loading, 9AM left for Windsor. 50 minutes to the apartment, so unloading started at about 10AM.</p>
<p>By 11AM, we were done. An entire truckload (18ft) full of our stuff, unloaded in less than an hour. We were done and waiting for 15 minutes before Laura and her mom met us there. Then we all headed back to Laura&#8217;s for pizza and beer.</p>
<p>I think there&#8217;s some key things we did that really helped us:</p>
<ul>
<li>Planned ahead of time, packing boxes over a two-month period, were most of our non-essential stuff was packed long before move date.</li>
<li>Set a determined date, and arrange everything for that day. The sooner you plan the better, as it&#8217;ll help people plan their schedules.</li>
<li>If it&#8217;s feasible, get a moving truck. I don&#8217;t think it&#8217;d be as effective for moving across town, but for long trips (even 45 minutes), it saves doing several trips. It also helps you get everything done in one bang, and get it all over with.</li>
<li>Ask some friends to help, and try to be certain you can rely on them to commit. We had 5 friends helping us, which made 5 haulers and 2 &#8220;passers&#8221;.</li>
<li><strong>Feed your friends/helpers pizza and beer</strong> or something similar. It&#8217;s not only a good incentive to tip someone into helping you and a great thank-you, but it&#8217;s an excuse to have a pizza and beer (or whatever).</li>
</ul>
<p>There were some challenges for us though, and things that we could&#8217;ve thought over first:</p>
<ul>
<li>Our apartment was really cramped with all the unloaded boxes. Unpacking was a chore because it was a game of moving boxes to other rooms just to get them out of the way. Kind of like the game <a title="http://en.wikipedia.org/wiki/Rush_Hour_(board_game)" href="http://en.wikipedia.org/wiki/Rush_Hour_(board_game)">Rush Hour</a>.</li>
<li>We could have organized our boxes better, based on where the stuff was going to go. Labelling would&#8217;ve helped, too, so we knew were to unload them, to minimize the above problem.</li>
<li>Thinking about how we were going to arrange things. We had trouble (and some arguments) about how to arrange furniture and were stuff like the computer desk was going to go.</li>
</ul>
<p>So far, after about a month and a half of living here, I&#8217;m finding I like it. It&#8217;s hard for me to keep up on laundry (that&#8217;s one of my chores), and the bedroom hasn&#8217;t really been organized yet, but it&#8217;s pretty homey.</p>
<p>Again, apologies for the blog silence. I&#8217;m not going to promise anything specific, but I have a couple other things I want to talk about, including my new job as a Java programmer and perhaps some web stuff that I&#8217;m dealing with in creating my blog for PHP class. Also, that website I&#8217;ve been working so hard on at my other work has been release. Checkout <a title="Technophar" href="http://www.technophar.com">www.technophar.com</a>!</p>
<p>Any comments - let me know in the comments (durr hurr).</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0550578089543922";
/* Blog entry ad */
google_ad_slot = "5819627324";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aaziz.org/the-apartment-life/feed</wfw:commentRss>
		</item>
		<item>
		<title>OXM&#8217;s Approval</title>
		<link>http://blog.aaziz.org/oxms-approval</link>
		<comments>http://blog.aaziz.org/oxms-approval#comments</comments>
		<pubDate>Tue, 12 Aug 2008 21:00:06 +0000</pubDate>
		<dc:creator>Aziz</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[blog]]></category>

		<category><![CDATA[oxm]]></category>

		<guid isPermaLink="false">http://blog.aaziz.org/?p=26</guid>
		<description><![CDATA[
I wanted to add some images to my recent post about OXM, but feared legal complexities about scanning magazine pages, so I sent an email to Francesca Reyes, Editor-in-Cheif, explaining what I wanted to do and asking for their opinion.  Today I received a reply (directly from Francesca), encouraging my idea. She agreed with my [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://aaziz.org/blog/wp-content/uploads/2008/08/oxmlogo.jpg"><img class="size-full wp-image-27 alignright" title="OXM Logo" src="http://aaziz.org/blog/wp-content/uploads/2008/08/oxmlogo.jpg" alt="Official Xbox Magazine" width="181" height="203" /></a></p>
<p>I wanted to add some images to my recent post about OXM, but feared legal complexities about scanning magazine pages, so I sent an email to Francesca Reyes, Editor-in-Cheif, explaining what I wanted to do and asking for their opinion.  Today I received a reply (directly from Francesca), encouraging my idea. She agreed with my points about not scanning full paragraph or pages (so as not to reproduce the writers&#8217; hard work), but cropping articles was okay. She even wished me good luck on my blog.</p>
<p>Really just another reason I like reading OXM. The writers not only seem nice but <em>are</em>. I&#8217;ve read other magazines where I the writer seemed like a complete ass. Customer involvement is a major aspect of any business, and OXM treats there readers great. It&#8217;s the same reason I love Nintendo. You feel like they&#8217;re doing something for you, rather than just coaxing you to spend money.</p>
<p>I&#8217;ve been reading OXM and <em>NIntendo Power</em> for over a year now, and I think in some way they&#8217;ve shaped my article writing style. I&#8217;ll be the first to admit I&#8217;m not a great writer, but I&#8217;d be even worse if I wasn&#8217;t exposed to so many good articles. Also, some dibs back to Francesca, her monthly &#8220;Letter from the Editor&#8221; column is always a good read (along with other articles, of course).</p>
<p>Anyways, expect some more images to be added to the previous post, and perhaps a post on September&#8217;s <em>Nintendo Power</em> in the next week or two. I want to get something about development up, so that might come first. I have some ideas that I&#8217;d like to share but I likely won&#8217;t have time or energy to pursue myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aaziz.org/oxms-approval/feed</wfw:commentRss>
		</item>
		<item>
		<title>OXM September 08: Fable 2, Rock Band 2, UT3</title>
		<link>http://blog.aaziz.org/oxm-september-08-fable-2-rock-band-2-ut3</link>
		<comments>http://blog.aaziz.org/oxm-september-08-fable-2-rock-band-2-ut3#comments</comments>
		<pubDate>Tue, 12 Aug 2008 17:18:37 +0000</pubDate>
		<dc:creator>Aziz</dc:creator>
		
		<category><![CDATA[Gaming]]></category>

		<category><![CDATA[fable]]></category>

		<category><![CDATA[oxm]]></category>

		<category><![CDATA[rock band]]></category>

		<guid isPermaLink="false">http://blog.aaziz.org/?p=24</guid>
		<description><![CDATA[
I got my September Official Xbox Magazine a couple of weeks ago, but I just finished reading most of it this week. There&#8217;s a lot of sequels featured in this month&#8217;s magazine – previews for Fable 2, Rock Band 2, and Street Fighter IV. Unreal Tournamant III is reviewed and there&#8217;s some features indirectly related [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignright" style="float: right;" src="http://aaziz.org/images/oxm_09_2008.jpg" alt="September '08 OXM Cover" width="200" height="262" /></p>
<p style="text-align: justify;">I got my September <em id="aefd">Official Xbox Magazine</em> a couple of weeks ago, but I just finished reading most of it this week. There&#8217;s a lot of sequels featured in this month&#8217;s magazine – previews for <em id="aefd0">Fable 2</em>, <em id="aefd1">Rock Band 2</em>, and <em id="aefd2">Street Fighter IV</em>. <em id="aefd3">Unreal Tournamant III</em> is reviewed and there&#8217;s some features indirectly related to <em id="aefd4">Bioshock 2</em> and <em id="aefd5">Mass Effect 2</em>.</p>
<p id="y30p6" style="margin-bottom: 0in; text-align: justify;">The cover story and the biggest game of the season so far is <em id="aefd6">Fable 2</em>. Page 44 starts a six page colourful and exciting preview of the game that&#8217;s hoping to fulfull the promises of the original, and much more. The screenshots display amazing visuals and the environment that I loved in the original Fable. The most exciting feature revealed here is the multiplayer aspect.</p>
<p style="margin-bottom: 0in; text-align: justify;"><span id="more-24"></span></p>
<p id="y30p9" style="margin-bottom: 0in; text-align: justify;" lang="en-US">From what I understand, there are certain points in the land that have orbs. These orbs contain images of other players (friends and strangers) which you can select and invite that person into your world, where they can help you fight baddies, solve puzzles, gain the adoration of your (supposedly) loyal fans, or in the case of evil friends, murder your wife or the whole town. Experience and spoils are shared in a way that you can set, and the co-oping player gets to bring his treasure home with him. You are responsible for all your friend&#8217;s actions, but fortunately you have control over what the game allows him to do (so you can protect your beautiful wife from harm, of course).</p>
<p id="y30p12" style="margin-bottom: 0in; text-align: justify;" lang="en-US">One of the exciting aspects of this feature is that you can see how different another&#8217;s world is, and affect it. Apparently there are parts of the story (even early on) where different decisions can make drastic changes on the game world, and a town in a friend&#8217;s game may be a slum where the same town in your home world is a prosperous city. Also, as I noted above, the townsfolk react to you (and your friend) based on your reputation and other factors. Some reactions described in the article included disgust and gawking at disfigured players, lustful desire for beautiful ones, and large crowds gathering for the most famous. Of course, if you&#8217;re friend visits you and he&#8217;s <em id="y30p13">more</em><span id="y30p14" style="font-style: normal;"> famous, you&#8217;re suddenly forgotten.</span></p>
<p id="y30p17" style="margin-bottom: 0in; font-style: normal; text-align: justify;" lang="en-US"><a href="http://aaziz.org/blog/wp-content/uploads/2008/08/fablestory.png"><img class="alignleft size-full wp-image-32" title="fablestory" src="http://aaziz.org/blog/wp-content/uploads/2008/08/fablestory.png" alt="" width="275" height="230" /></a>The game play and story of the long-awaited sequel seem to me like they&#8217;re going to feel a lot like the original – which is a good thing. There are some changes – for one, you don&#8217;t get money from quests, but you can take up other trades and hobbies to make money (perhaps even stealing, or bandit work?). You&#8217;ll be recognized for your career accomplishments as much as your heroism. It sounds exciting and should drop on October 21.</p>
<p id="y30p20" style="margin-bottom: 0in; text-align: justify;" lang="en-US"><span id="y30p21" style="font-style: normal;"><em id="o4ls">Rock Band 2</em> will have some new features that improve on the different modes of game play, but nothing too drastic – all the old instruments will work with the sequel. There will be new, better instruments, which look nice, but I think I&#8217;ll stick to my current ones and save some cash (Aside from buying a wireless guitar). All <em id="o4ls0">Rock Band</em> (and RB2) DLC will be compatible with </span><em id="y30p22">either</em><span id="y30p23" style="font-style: normal;"> game, which is a bonus, and the Rock Band 2 </span><a id="f57." title="tracklist" href="http://en.wikipedia.org/wiki/List_of_songs_in_Rock_Band_2">tracklist</a> <span id="y30p26" style="font-style: normal;">is the best part of the game, with a whack load of new songs planned. And of course, September release date is awesome.</span></p>
<p id="y30p29" style="margin-bottom: 0in; text-align: justify;" lang="en-US"><span id="y30p30" style="font-style: normal;">The &#8220;We Love Xbox&#8221; section this month features Rock game peripherals – and </span><em id="y30p32">damn</em><span id="y30p33" style="font-style: normal;">. The $300 third-party <em id="be6q">Rock Band</em> drumset looks wicked, and can be used as an electric drumset. It won&#8217;t happen for me, but <em id="be6q0">Guitar Hero World Tour</em>&#8217;s drums look (functionally) sweet, and the guitar as a frickin&#8217; </span><em id="y30p34">touch-sensitive panel for slides</em><span id="y30p35" style="font-style: normal;">. Of course, Konami&#8217;s got <em id="be6q1">Rock Revolution</em> in the works, and while the drums look </span><em id="y30p36">ugly</em><span id="y30p37" style="font-style: normal;"> the seem like they&#8217;d be fun to play.</span></p>
<p id="y30p40" style="margin-bottom: 0in; text-align: justify;" lang="en-US"><span id="y30p41" style="font-style: normal;">There was an article in this month&#8217;s issue that was a good read for an aspiring developer. </span><em id="y30p42">Beyond The Sea</em><span id="y30p43" style="font-style: normal;"> describes the formation of 2K Martin, which will be developing </span><em id="y30p44">Bioshock 2</em><span id="y30p45" style="font-style: normal;">. Anyone who&#8217;s into game development should read the article.</span></p>
<p id="y30p48" style="margin-bottom: 0in; text-align: justify;"><span id="y30p49"><span id="y30p50" lang="en-US"><span id="y30p51" style="font-style: normal;">There was also a short excerpt for a </span><em id="y30p52">Mass Effect</em><span id="y30p53" style="font-style: normal;"> novel from Drew Karpyshyn, </span><em id="y30p54">Mass Effect</em><span id="y30p55" style="font-style: normal;">&#8217;s lead writer. I haven&#8217;t got a chance to read it yet, but the little bit I did read was well written (like Karpyshyn&#8217;s other books I&#8217;ve read).</span></span></span></p>
<p id="y30p58" style="margin-bottom: 0in; text-align: justify;"><span id="y30p59"><span id="y30p60" lang="en-US"><span id="y30p61" style="font-style: normal;">The magazine was good to read, and there&#8217;s a lot I didn&#8217;t talk about. Hell, I haven&#8217;t even gotten to read it all, I&#8217;ve been so damn busy this summer. I think the next magazine post will be a bit shorter (I get excited about sweet things like </span><em id="y30p62">Fable</em><span id="y30p63" style="font-style: normal;">, sorry). Next up, if I can make myself do it, will be September&#8217;s </span><em id="y30p64">Nintendo Power</em><span id="y30p65" style="font-style: normal;">, which has some great previews of it&#8217;s own (another Sonic promiser!). Please, feel free to leave a comment about what you think.</span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aaziz.org/oxm-september-08-fable-2-rock-band-2-ut3/feed</wfw:commentRss>
		</item>
		<item>
		<title>Future Plans for the Blog</title>
		<link>http://blog.aaziz.org/future-plans-for-the-blog</link>
		<comments>http://blog.aaziz.org/future-plans-for-the-blog#comments</comments>
		<pubDate>Fri, 08 Aug 2008 14:36:41 +0000</pubDate>
		<dc:creator>Aziz</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.aaziz.org/?p=23</guid>
		<description><![CDATA[I haven&#8217;t posted a new article in 3 weeks. I&#8217;ve been slacking off. So I think I&#8217;m going to make a kind of schedule. I promise at least 1 post per week, by Friday morning at the latest. This is mostly to help me actually write, as I tend to get caught up in other [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in;">I haven&#8217;t posted a new article in 3 weeks. I&#8217;ve been slacking off. So I think I&#8217;m going to make a kind of schedule. I promise at least 1 post per week, by Friday morning at the latest. This is mostly to help me actually write, as I tend to get caught up in other things, and it&#8217;ll give any readers I have (mostly my friends) something to actually read.</p>
<p style="margin-bottom: 0in;">I&#8217;m also going to do sort of “themed” days. I&#8217;ll not hold any strict rules about these, but it&#8217;s a guideline for me.</p>
<ul>
<li>
<p style="margin-bottom: 0in;"><strong>Mondays</strong> – 	Work/Career/Business</p>
</li>
<li>
<p style="margin-bottom: 0in;"><strong>Tuesday</strong><span style="font-weight: normal;"> – Life, Love, Laughs</span></p>
</li>
<li>
<p style="margin-bottom: 0in;"><strong>Wednesday</strong><span style="font-weight: normal;"> – Web &amp; software development</span></p>
</li>
<li>
<p style="margin-bottom: 0in;"><span style="font-weight: normal;"><strong>Thursday </strong>– Geeky things</span></p>
</li>
<li>
<p style="margin-bottom: 0in;"><strong>Friday &amp; Weekend</strong><span style="font-weight: normal;"> – Gaming (Friday bitches!)</span></p>
</li>
</ul>
<p style="margin-bottom: 0in;"><span style="font-weight: normal;">I&#8217;ve got a couple of ideas cooking, but I&#8217;m still working full time for at least a week, so I don&#8217;t know when I&#8217;ll be able to do them. Here&#8217;s some of them:</span></p>
<ul>
<li>
<p style="margin-bottom: 0in;"><span style="font-weight: normal;">Discussing 	the recent legal drama with CompSci.ca and LanSchool, and my part in 	it.</span></p>
</li>
<li>
<p style="margin-bottom: 0in;">Review of September OXM and 	Nintendo Power magazines. I get my subscription over a month before 	the actual “date”, so I&#8217;ll give some takes on what I think the 	interesting articles and previews/reviews are.</p>
</li>
<li>
<p style="margin-bottom: 0in;">Thoughts on the development of 	company website that I&#8217;m nearly done.</p>
</li>
<li>
<p style="margin-bottom: 0in;">Rants about moving and bragging 	about living on my own.</p>
</li>
</ul>
<p style="margin-bottom: 0in;">There&#8217;s some people out there kicking me to be active, one being myself, so this weekend I&#8217;ll have a post, I promise. Thanks for reading (and clicking my ads! The two months this sites been up netted my about $5 ad revenue total. I only had $1 for the previous 8 months or so from my site).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aaziz.org/future-plans-for-the-blog/feed</wfw:commentRss>
		</item>
		<item>
		<title>Download Of The Day: Bug Shooting (Windows)</title>
		<link>http://blog.aaziz.org/download-of-the-day-bug-shooting</link>
		<comments>http://blog.aaziz.org/download-of-the-day-bug-shooting#comments</comments>
		<pubDate>Thu, 17 Jul 2008 20:04:45 +0000</pubDate>
		<dc:creator>Aziz</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[download of the day]]></category>

		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://blog.aaziz.org/?p=21</guid>
		<description><![CDATA[I could make a silly joke about taking rifle shots at ants, but I&#8217;ve had enough cheese today. I usually download some small programs and utilites at work and home, so I decided I&#8217;d share my finds. A lot of them are inspired by LifeHacker posts, but some I find on my own. I&#8217;ll either [...]]]></description>
			<content:encoded><![CDATA[<p>I could make a silly joke about taking rifle shots at ants, but I&#8217;ve had enough cheese today. I usually download some small programs and utilites at work and home, so I decided I&#8217;d share my finds. A lot of them are inspired by LifeHacker posts, but some I find on my own. I&#8217;ll either post about something I downloaded that day, or failing that motivation, something I think <em>you</em> should download today. I hope to give people some nice tools they find useful, and also motivate some comments to similar or better tools. So, first in the series:</p>
<p><a href="http://www.bugshooting.com/web/"><strong>Bug Shooting</strong></a> is a small little application that sits in your taskbar and gives you better control over screenshot taking. It allows for customizable shorcuts for the three different commands it has: whole screen capture, box selection capture, and time-delayed capture. You can specify &#8220;servers&#8221; to send the shots to, which included some bug tracking systems, skype, or mail application. You can also define custom commands, though I haven&#8217;t looked into that.</p>
<p>Once the capture is taken, a window pops up allowing you to crop, rotate, or add things (lines, text, even images) to the screenshot, then save it or send it to that &#8220;server&#8221;. It&#8217;s pretty handy, and while I have found a couple of flaws (it likes to keep the last taken screenshot open, which can have a memory impact if took a large shot), it&#8217;s a pretty decent utility, and I haven&#8217;t seen any better.</p>
<p>Check out Bug Shooting&#8217;s website, <a href="http://www.bugshooting.com/web/">http://www.bugshooting.com/web/</a> and let me know what else is out there and your experiences with this program and others like it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aaziz.org/download-of-the-day-bug-shooting/feed</wfw:commentRss>
		</item>
		<item>
		<title>Living on a budget</title>
		<link>http://blog.aaziz.org/living-on-a-budget</link>
		<comments>http://blog.aaziz.org/living-on-a-budget#comments</comments>
		<pubDate>Tue, 15 Jul 2008 19:27:00 +0000</pubDate>
		<dc:creator>Aziz</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[living]]></category>

		<category><![CDATA[money]]></category>

		<guid isPermaLink="false">http://blog.aaziz.org/?p=20</guid>
		<description><![CDATA[We just got our OSAP estimate in after making the change that we&#8217;re living on our own. The amounts aren&#8217;t as high as we&#8217;d like but not as low as we feared either, considering that we both will be make at least $100/week during the school year and we both have about $3000 in other [...]]]></description>
			<content:encoded><![CDATA[<p>We just got our OSAP estimate in after making the change that we&#8217;re living on our own. The amounts aren&#8217;t as high as we&#8217;d like but not as low as we feared either, considering that we both will be make at least $100/week during the school year and we both have about $3000 in other investments (GICs, RESPs).</p>
<p>Together we&#8217;ve got about $12k. Tuition and other school fees are about $2500 each and we need to put away about $3600 for rent up until April. With about $2500 for books, bus pass, and other school supplies, I&#8217;ve got a little bit of extra cash to stow away. Hopefully that can stay save for gifts, etc.</p>
<p>My concern is the monthly costs. Utilities are included in rent, and the only real needs are food and gas - with gas being about $35/week for going to work across town and getting large groceries, we&#8217;ll use the bus for other travel.</p>
<p>I have absolutely no idea how much groceries will cost. It&#8217;s just the two of us. We&#8217;re not too heavy eaters but we don&#8217;t like eating crappy cheap stuff all the time either, and we&#8217;ve gotta have lunch-packable items for school. I&#8217;ve thought no more than $75 a week (after the initial cupboard stocking, of course), but Laura seems to think that it&#8217;ll be closer to $100, if not more. I&#8217;m more inclined to believe her, as I don&#8217;t cook or do shopping whatsover.</p>
<p>So, this I&#8217;m calling for comments. Any ideas on what our weekly/monthly costs are gonna be (keeping in mind we&#8217;re in the Windsor area) are welcome, and just general living costs and issues and discussion.</p>
<p>I&#8217;ll have some geek stuff next post, I promise.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aaziz.org/living-on-a-budget/feed</wfw:commentRss>
		</item>
		<item>
		<title>The lack of standards for standards</title>
		<link>http://blog.aaziz.org/the-lack-of-standards-for-standards</link>
		<comments>http://blog.aaziz.org/the-lack-of-standards-for-standards#comments</comments>
		<pubDate>Mon, 07 Jul 2008 17:25:00 +0000</pubDate>
		<dc:creator>Aziz</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[rant]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.aaziz.org/?p=18</guid>
		<description><![CDATA[At work I&#8217;ve been developing a inital draft for the new company website. Based on some browser statistics, Firefox holds 41% of the browser market, with IE6 and 7 close at 26.5% and 27%, respectively. However, I&#8217;m willing to bet a good 30% of the people using Firefox (a statistic pulled out of my ass, [...]]]></description>
			<content:encoded><![CDATA[<p>At work I&#8217;ve been developing a inital draft for the new company website. Based on some <a href="http://www.w3schools.com/browsers/browsers_stats.asp">browser statistics</a>, Firefox holds 41% of the browser market, with IE6 and 7 close at 26.5% and 27%, respectively. However, I&#8217;m willing to bet a good 30% of the people using Firefox (a statistic pulled out of my ass, of course) are geeks and/or in the IT profession (including web designers). The company I work for is a manufacturing company, who sells machines that make gel capsules. So I have to assume the a larger percentage of the audience will be using IE7 and 6 (IE6 is still out there - there&#8217;s a lot of companies still using Win2000).</p>
<p>That about puts them all on the same plate, which means I have to develop for three different browsers, all with their own little perkiness. Of course, I could just use tables - hell, tables work anywhere. Or I could make a navigation bar with images only. But as a geek and supporter of standards, I <em>of course</em> have to use CSS only. And the navigation menu isn&#8217;t in a line of text. No, it&#8217;s an actual list element. And it&#8217;s floated and horizontal, with no bullets.</p>
<p>And the best part - it&#8217;s a rollover, drop-down menu. <em>Without Javascript</em>. Of course, that was the point, except in order for IE to accept rollovers properly, I had to use some <a href="http://htmldog.com/articles/suckerfish/dropdowns/">Suckerfish javascript</a>. Well - at least it was tidy, and worked. Sprinkled throughout the code are little hacks and tricks to make everything fit in place, like <span style="color: #ff0000;"><strong>!important</strong></span> flags and <span style="color: #333399;"><strong>.margin-top: -2px</strong></span> tricks. In my quest to achieve standards compliance and full accessibility, I have broken my core religious believes and broken my balls over gettings everyone to play nicely. Isn&#8217;t it just easier to say <strong>eff that browser I don&#8217;t care about you</strong>? Well, certainly. But then I&#8217;d be a rational, productive person.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aaziz.org/the-lack-of-standards-for-standards/feed</wfw:commentRss>
		</item>
		<item>
		<title>Rickrolling Your Brother&#8217;s Friends</title>
		<link>http://blog.aaziz.org/rickrolling-your-brothers-friends</link>
		<comments>http://blog.aaziz.org/rickrolling-your-brothers-friends#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:24:38 +0000</pubDate>
		<dc:creator>Aziz</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[epic]]></category>

		<category><![CDATA[win]]></category>

		<guid isPermaLink="false">http://blog.aaziz.org/?p=14</guid>
		<description><![CDATA[So my parents are moving to a nice fancy house. And that means for the last three nights I&#8217;ve been packing up and moving a whole lot of crap (much to Laura&#8217;s annoyment). Anyways, yesterday, it was me, my father, and my 18-year-old brother. But oh no he forgot his phone at the old house, [...]]]></description>
			<content:encoded><![CDATA[<p>So my parents are moving to a nice fancy house. And that means for the last three nights I&#8217;ve been packing up and moving a whole lot of crap (much to Laura&#8217;s annoyment). Anyways, yesterday, it was me, my father, and my 18-year-old brother. But oh no he forgot his phone at the old house, how terrible! So we <em>had</em> to find it when we went to get another load.</p>
<p>So my father and I go back, load up, whatever. Then I found his phone (it&#8217;s one of those smart phones with Windows Mobile or something on it) and we grabbed it. I decided I&#8217;d play some games on it on the way to the new house, so I turned it on. But wait - &#8220;Tap here to sign into Live Messenger&#8221;. <em>Tap</em>.</p>
<p><span id="more-14"></span></p>
<p>Of course he&#8217;s got 3 messages popped up already. The first one was from some girl (his girlfriend? I don&#8217;t know). (Keep in mind my brothers a moody, music, poem type, but not emotional, just a weird combination of punk, emo, and american eagle):</p>
<blockquote><p>Her: hey how r u hun<br />
Me: alright i guess<br />
Her: alright as in could be better?<br />
Me: yeah<br />
Me: i did find a cool site tho<br />
Me: www.internetisseriousbusiness.co<br />
Me: .com<br />
Me: stupid phone<br />
Me: anyways i g2g<br />
Me: bye</p></blockquote>
<p>And the rest of the night I was humming the song, and dancing occasionally. Once I told Laura, she smirked in a &#8220;you&#8217;re-a-nerd&#8221; kind of way when she heard me.</p>
<p>So, epic win, amirite?</p>
<p><em>(note: not a /b/tard, just have /b/tarded friends that have worn off on me)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aaziz.org/rickrolling-your-brothers-friends/feed</wfw:commentRss>
		</item>
		<item>
		<title>But what about my Star Wars poster?</title>
		<link>http://blog.aaziz.org/but-what-about-my-star-wars-poster</link>
		<comments>http://blog.aaziz.org/but-what-about-my-star-wars-poster#comments</comments>
		<pubDate>Fri, 27 Jun 2008 13:19:11 +0000</pubDate>
		<dc:creator>Aziz</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[laura]]></category>

		<category><![CDATA[living]]></category>

		<guid isPermaLink="false">http://blog.aaziz.org/?p=10</guid>
		<description><![CDATA[Within the span of a week:

My girlfriend and I decided we were going to move out to an apartment for school this year
My parents gave us a couch set, a water fountain, and told us they&#8217;d pay first &#38; last
Her parents offered us a bunch of stuff like pots &#38; pans
We bought some cookware on [...]]]></description>
			<content:encoded><![CDATA[<p>Within the span of a week:</p>
<ul>
<li>My girlfriend and I decided we were going to move out to an apartment for school this year</li>
<li>My parents gave us a couch set, a water fountain, and told us they&#8217;d pay first &amp; last</li>
<li>Her parents offered us a bunch of stuff like pots &amp; pans</li>
<li>We bought some cookware on clearance</li>
<li>I looked up some apartments in Windsor</li>
<li>We went and seen two, one on Millen St and one on University Ave W</li>
<li>Decided the first (Millen) was crap and a dump and wouldn&#8217;t pay $400/mo for it let alone $570</li>
<li>Fell in love with the second (on University)</li>
<li>Before we even go halfway home, had called the guy and told him we&#8217;d take it</li>
</ul>
<p>So now, we&#8217;ve got a 1 bedroom apartment with a fair amount of space (600+ sq.ft. I think), $600/mo <em>all inclusive</em>, includes a fridge, stove, microwave, private washer/dryer, and even air conditioning. It&#8217;s 14 minutes away from school and about 4 minutes away from my friend&#8217;s.</p>
<p><span id="more-10"></span></p>
<p>So sweet deal, eh? <strong>But what about my Star Wars poster</strong> and other things, including my B-wing lego set, my large Master Chief wall-sticker, my two swords, and 40+ Nintendo Power posters? Laura has already said she&#8217;s the &#8220;decorateur&#8221;, and while I&#8217;m sure she&#8217;ll do a fine (amazing) job of it, she&#8217;s not nearly as geeky as I am (yet still pretty geeky). I&#8217;m sure you can understand that small spot of rust in this amazing shiny new deal.</p>
<p><a href="http://aaziz.org/blog/wp-content/uploads/2008/06/n605830159_1993083_6044.jpg"><img class="alignright size-small wp-image-13" style="border: 2px solid black;" title="laura-anthony-fancy" src="http://aaziz.org/blog/wp-content/uploads/2008/06/n605830159_1993083_6044-300x225.jpg" alt="Laura and me" width="200" height="150" /></a></p>
<p>However, there is hope - last night she professed to me that she thinks the Star Wars poster might look nice in the living room, since there&#8217;s a lot of blue in it and that would match our couches. And if not then I can put it in our bedroom. <strong>Sweet</strong>. I just love that girl.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aaziz.org/but-what-about-my-star-wars-poster/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
