<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress.com" -->
<rss version="0.92">
<channel>
	<title>Wasting my time... Writing on a blog.</title>
	<link>http://jordoex.wordpress.com</link>
	<description>My page of ramblings</description>
	<lastBuildDate>Mon, 28 Sep 2009 02:02:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Outtatown so far</title>
		<description><![CDATA[Yeah&#8230;
So, here&#8217;s what&#8217;s been going on in outtatown so far this year&#8230;
Firstly, we went to Camp Assiniboia, just 30 minutes from winnipeg.  There, we mainly got to know each other, play games, etc.  We also had some sweet class/session things with Pierre, one of the profs from CMU(I think).
I beat Jeff, one of our leaders [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&blog=4893223&post=80&subd=jordoex&ref=&feed=1" />]]></description>
		<link>http://jordoex.wordpress.com/2009/09/27/outtatown-so-far/</link>
			</item>
	<item>
		<title>CMPT 275 is horrible</title>
		<description><![CDATA[I will never know why you&#8217;re expected to use the mass of useless documentation to complete an implementation in 2 weeks.   AAAAAAAAAAAAAAAAAARRRRRRRRRRRRGGGGGGGG.  I&#8217;m stressed.  I wish we could use TDD or some other kind of sane dev model that&#8217;s nothing like waterfall.
 Tagged: cmpt376daily      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&blog=4893223&post=74&subd=jordoex&ref=&feed=1" />]]></description>
		<link>http://jordoex.wordpress.com/2009/03/29/cmpt-275-is-horrible/</link>
			</item>
	<item>
		<title>Procrastination</title>
		<description><![CDATA[I&#8217;ve gotten into the habit again, but most people probably lapse in it too.  I&#8217;ve wasted alot of time.  And it sucks.  So, yeah, this is another rushed daily
 Tagged: cmpt376daily      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&blog=4893223&post=72&subd=jordoex&ref=&feed=1" />]]></description>
		<link>http://jordoex.wordpress.com/2009/03/25/procrastination/</link>
			</item>
	<item>
		<title>Ummm</title>
		<description><![CDATA[I had an idea of what to write when I was falling asleep last night, be now i&#8217;ve forgotten.  Oh well, I need to write something for my CMPT 376 daily, so this is it.
 Tagged: cmpt376daily      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&blog=4893223&post=69&subd=jordoex&ref=&feed=1" />]]></description>
		<link>http://jordoex.wordpress.com/2009/03/18/ummm/</link>
			</item>
	<item>
		<title>Java and its wonderful graphics class</title>
		<description><![CDATA[I could probably implement an entire windowing system using just java Graphics2D primitives.  They&#8217;re so useful, probably one of the best things designed right inside a language.
However, word wrap is a fairly annoying thing, but at least I found a code snippet that outlines it better than my original idea here.  It&#8217;s kinda ugly, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&blog=4893223&post=57&subd=jordoex&ref=&feed=1" />]]></description>
		<link>http://jordoex.wordpress.com/2009/03/16/java-and-its-wonderful-graphics-class/</link>
			</item>
	<item>
		<title>Snow and translink</title>
		<description><![CDATA[I love snow.  Some people saw they love snow, but only on the mountains; however, I love snow anywhere.
However, I dislike people who are incompetent around snow, nameliy translink.  My bus to get up to SFU today was half an hour late, straight out of the station.  Also, when a bus is that late, it&#8217;sll [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&blog=4893223&post=54&subd=jordoex&ref=&feed=1" />]]></description>
		<link>http://jordoex.wordpress.com/2009/03/09/snow-and-translink/</link>
			</item>
	<item>
		<title>Hello world,</title>
		<description><![CDATA[says my server.
I set up DNS and port forwarding stuff on my server so now I can connect to it from the internet!  Yay.
It probably won&#8217;t be online most of the time, and all that&#8217;s there is a php test page and connection for me to ssh when I&#8217;m bored.  And I&#8217;m not telling you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&blog=4893223&post=51&subd=jordoex&ref=&feed=1" />]]></description>
		<link>http://jordoex.wordpress.com/2009/03/04/hello-world/</link>
			</item>
	<item>
		<title>Yawn</title>
		<description><![CDATA[I enjoyed my weekend.   This is really just another placeholder for a CMPT 376 daily.
 Tagged: cmpt376daily      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&blog=4893223&post=48&subd=jordoex&ref=&feed=1" />]]></description>
		<link>http://jordoex.wordpress.com/2009/03/02/yawn/</link>
			</item>
	<item>
		<title>I still hate C strings</title>
		<description><![CDATA[I present: substrings
char str_pid[strlen(msg_in.buf)-2];
sprintf(str_pid, &#8220;%.*s\n&#8221;, strlen(msg_in.buf)-3, &#38;msg_in.buf[3]);
It&#8217;s just so ugly, why can&#8217;t they at least provide a sane substring class
God bless C++.
 Tagged: c, c strings, cmpt376daily      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&blog=4893223&post=46&subd=jordoex&ref=&feed=1" />]]></description>
		<link>http://jordoex.wordpress.com/2009/02/25/i-still-hate-c-strings/</link>
			</item>
	<item>
		<title>Java gui layouts</title>
		<description><![CDATA[The default Java gui layouts are horrible, Qt&#8217;s makes way more sense.  I wish I could use Qt Jambi for my cmpt 275 project, but noone else cares enough to not use swing
 Tagged: cmpt376daily      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&blog=4893223&post=45&subd=jordoex&ref=&feed=1" />]]></description>
		<link>http://jordoex.wordpress.com/2009/02/23/java-gui-layouts/</link>
			</item>
</channel>
</rss>
