<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Wasting my time... Writing on a blog.</title>
	<atom:link href="http://jordoex.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordoex.wordpress.com</link>
	<description>My page of ramblings</description>
	<lastBuildDate>Wed, 13 Apr 2011 16:31:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jordoex.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/1e6362c07b222bf804894d4b46274969?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Wasting my time... Writing on a blog.</title>
		<link>http://jordoex.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jordoex.wordpress.com/osd.xml" title="Wasting my time... Writing on a blog." />
	<atom:link rel='hub' href='http://jordoex.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Aero Peek Click through script</title>
		<link>http://jordoex.wordpress.com/2011/03/02/aero-peek-click-through-script/</link>
		<comments>http://jordoex.wordpress.com/2011/03/02/aero-peek-click-through-script/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 09:15:43 +0000</pubDate>
		<dc:creator>jordoex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jordoex.wordpress.com/?p=122</guid>
		<description><![CDATA[Microsoft sucks.  So I made this. Enjoy. Requires Autohotkey. ; Aero Peek Clickthrough ; ; Author: Jordan Klassen ; ; Script Function: ; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder) ; #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% SetControlDelay -1 tout:= False #IfWinExist ahk_class LivePreview #LButton:: { MouseGetPos , PosX, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=122&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft sucks.  So I made this.  Enjoy.  Requires Autohotkey.</p>
<pre>; Aero Peek Clickthrough
;
; Author:         Jordan Klassen
;
; Script Function:
;	Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;

#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
SetControlDelay -1

tout:= False

#IfWinExist ahk_class LivePreview
#LButton::
{
    MouseGetPos , PosX, PosY,
    ControlFocus , SysListView321, Program Manger
    if tout {
        tout:= False
        ControlSend , SysListView321, {Enter}, Program Manager,,,
        ; PostMessage , 0x203, 0, PosX&amp;0xFFFF | PoxY&lt;&lt;16, SysListView321 ; WM_LBUTTONDBLCLCK
    }
    else {
    tout:= True
    SetTimer , resetTimeout, -300
        ControlClick , SysListView321, Program Manager,,,,x %PosX% y %PosY% D
    }

    return
}
#LButton Up::
{
    MouseGetPos , PosX, PosY,
    ControlClick , SysListView321, Program Manager,,,,x %PosX% y %PosY% U
    return
}
#RButton::
{
    MouseGetPos , PosX, PosY,
    ControlClick , SysListView321, Program Manager,,,2 ,x %PosX% y %PosY% NA
    ; ControlClick2 ( PosX, PosY, Program Manager,,,)
    return
}

resetTimeout:
tout := False
return</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jordoex.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jordoex.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jordoex.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jordoex.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jordoex.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jordoex.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jordoex.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jordoex.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jordoex.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jordoex.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jordoex.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jordoex.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jordoex.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jordoex.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=122&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jordoex.wordpress.com/2011/03/02/aero-peek-click-through-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/865f6feb0af1e5bfb14c89c692e73a98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jordoex</media:title>
		</media:content>
	</item>
		<item>
		<title>Epiphany.</title>
		<link>http://jordoex.wordpress.com/2010/11/19/epiphany/</link>
		<comments>http://jordoex.wordpress.com/2010/11/19/epiphany/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 08:41:03 +0000</pubDate>
		<dc:creator>jordoex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://jordoex.wordpress.com/?p=104</guid>
		<description><![CDATA[While listening to the most recent Radiolab Podcast this morning, I had an epiphany unlike any of my other previous epiphanies. I suggest you listen to it. And if you really want an explanation, talk to me in person. I had heard about those books before and I&#8217;d really like to read them sometime. One of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=104&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While listening to the <a href="http://www.radiolab.org/blogs/radiolab-blog/2010/nov/16/idea-time-come/">most recent Radiolab Podcast</a> this morning, I had an epiphany unlike any of my other previous epiphanies.</p>
<p><strong>I suggest you listen to it.</strong></p>
<p>And if you really want an explanation, talk to me in person.</p>
<p>I had heard about those books before and I&#8217;d really like to read them sometime.</p>
<p>One of the lines that really hit me was: &#8220;When we make something that declares to us, &#8216;I am a child of God,&#8217;  what&#8217;s our response to it?&#8221;</p>
<br /> Tagged: <a href='http://jordoex.wordpress.com/tag/facebook/'>facebook</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jordoex.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jordoex.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jordoex.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jordoex.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jordoex.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jordoex.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jordoex.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jordoex.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jordoex.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jordoex.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jordoex.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jordoex.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jordoex.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jordoex.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=104&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jordoex.wordpress.com/2010/11/19/epiphany/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/865f6feb0af1e5bfb14c89c692e73a98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jordoex</media:title>
		</media:content>
	</item>
		<item>
		<title>Day 2 of dailyness.</title>
		<link>http://jordoex.wordpress.com/2010/10/13/day-2-of-dailyness/</link>
		<comments>http://jordoex.wordpress.com/2010/10/13/day-2-of-dailyness/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 05:20:09 +0000</pubDate>
		<dc:creator>jordoex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jordoex.wordpress.com/?p=93</guid>
		<description><![CDATA[I forgot about how uneventful regular school days are.  Yup. Woke up earlier than usual today, with a reason: I really hadn&#8217;t prepared much for that in class essay for CMPT 320.  I mean, I had read Searle&#8217;s paper on his argument (against Strong AI having understanding) but I hadn&#8217;t written anything on paper yet. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=93&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I forgot about how uneventful regular school days are.  Yup.</p>
<p>Woke up earlier than usual today, with a reason: I really hadn&#8217;t prepared much for that in class essay for CMPT 320.  I mean, I had read Searle&#8217;s paper on his argument (against Strong AI having understanding) but I hadn&#8217;t written anything on paper yet.  So, I had breakfast, headed up to the hill 45 minutes early, and started on organizing some thoughts.  Had 310, more about minimax searching for AI solving of board games.</p>
<p>Then two more hours of no class, so I prepped more, ate lunch; finished a decent outline and had a solid concrete of the main topics with time to spare, so I headed over to see how UCM&#8217;ers were doing.  Said hi, told Ryn about the Grover-Sesame Street Old Spice thing, helped with a cranium game, saw a jenga tower fall.</p>
<p>In class essay went well, 371 after that, I pulled my laptop out as usual since I don&#8217;t really need to take notes in that class(powerpoint on website) and I had already read the chapter dealing with the topic(reliable data transfer) a few weeks ago.  And whaddya know, another coop interview, and one where I would have a very flexible option on scheduling.  Finished up internet&#8217;ing whilst glancing at the ppt slides, headed home.</p>
<p>Took the metrotown path this time through, and the line for the 49 bus was really long, luckily the 430 showed up at the same time as the 49, so I got a seat and got home quickly enough.</p>
<p>Supper, and youth.  The young&#8217;ns were rowdy as usual, but more well behaved than usual during sharing since we had guests. Good games, didn&#8217;t remind Kyle to bring snack, so he didn&#8217;t bring it. Hmmm. Need to get on top of making that schedule; also need to get Tim to get a concrete list of the youth so I can do that.</p>
<p>Also, last night&#8217;s hockey game did not go well.  Played a team who hasn&#8217;t lost or even tied yet, and we&#8217;re in a division higher than usual.  Smoked, 8 to 1.  I think my +/- was only -2 though.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jordoex.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jordoex.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jordoex.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jordoex.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jordoex.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jordoex.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jordoex.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jordoex.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jordoex.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jordoex.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jordoex.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jordoex.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jordoex.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jordoex.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=93&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jordoex.wordpress.com/2010/10/13/day-2-of-dailyness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/865f6feb0af1e5bfb14c89c692e73a98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jordoex</media:title>
		</media:content>
	</item>
		<item>
		<title>Today</title>
		<link>http://jordoex.wordpress.com/2010/10/12/today/</link>
		<comments>http://jordoex.wordpress.com/2010/10/12/today/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 03:17:30 +0000</pubDate>
		<dc:creator>jordoex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jordoex.wordpress.com/?p=90</guid>
		<description><![CDATA[Today begins a series where I try to blog every day about what happened.  Kinda like a journal, but public.  It&#8217;s not like anybody reads this anyways. So, today was fun.  Had 2 Co-op Job interviews, they went decently well.  But of course, that&#8217;s from my point of view.  I have no clue about who [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=90&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today begins a series where I <strong>try </strong>to blog every day about what happened.  Kinda like a journal, but public.  It&#8217;s not like anybody reads this anyways.</p>
<p>So, today was fun.  Had 2 Co-op Job interviews, they went decently well.  But of course, that&#8217;s from my point of view.  I have no clue about who I look to any of these employers because I don&#8217;t really have much concrete experience to pull from, just a lot of potential; but that&#8217;s all it is, potential.  Although neither of the places were downtown so they took quite a while to get to via transit.  Met another guy who was like 40 looking for jobs while waiting for one bus.</p>
<p>Stopped at the library too to return &#8220;33 1/3: ok computer&#8221;.  I also picked up beautiful code again and also a sql book, cuz I need to learn databases for most coop jobs.</p>
<p>Took a nap when I got home.  Odd how after being sleepy on the bus, it still takes a while to get sleepy again while lying down.</p>
<p>And now I have a hockey game.  Hope it goes well.  I need to get in shape so I actually have some stamina when I play, but I can&#8217;t find the time to work out between all of my other preoccupations.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jordoex.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jordoex.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jordoex.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jordoex.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jordoex.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jordoex.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jordoex.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jordoex.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jordoex.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jordoex.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jordoex.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jordoex.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jordoex.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jordoex.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=90&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jordoex.wordpress.com/2010/10/12/today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/865f6feb0af1e5bfb14c89c692e73a98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jordoex</media:title>
		</media:content>
	</item>
		<item>
		<title>The one buzzword I hate the most</title>
		<link>http://jordoex.wordpress.com/2010/01/09/the-one-buzzword-i-hate-the-most/</link>
		<comments>http://jordoex.wordpress.com/2010/01/09/the-one-buzzword-i-hate-the-most/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 04:55:19 +0000</pubDate>
		<dc:creator>jordoex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jordoex.wordpress.com/?p=86</guid>
		<description><![CDATA[Technology.  Not when the word is used in the proper sense, like stem cell technology, but when it&#8217;s used in retarded marketing, like hair enriching formula technology.  Or mouthwash technology.  Or tampon technology. Yeah&#8230; it&#8217;s pretty retarded.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=86&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Technology.  Not when the word is used in the proper sense, like stem cell technology, but when it&#8217;s used in retarded marketing, like hair enriching formula technology.  Or mouthwash technology.  Or tampon technology.</p>
<p>Yeah&#8230; it&#8217;s pretty retarded.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jordoex.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jordoex.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jordoex.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jordoex.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jordoex.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jordoex.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jordoex.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jordoex.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jordoex.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jordoex.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jordoex.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jordoex.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jordoex.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jordoex.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=86&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jordoex.wordpress.com/2010/01/09/the-one-buzzword-i-hate-the-most/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/865f6feb0af1e5bfb14c89c692e73a98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jordoex</media:title>
		</media:content>
	</item>
		<item>
		<title>RANT: credit for my idea</title>
		<link>http://jordoex.wordpress.com/2009/12/23/rant-credit-for-my-idea/</link>
		<comments>http://jordoex.wordpress.com/2009/12/23/rant-credit-for-my-idea/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 02:46:48 +0000</pubDate>
		<dc:creator>jordoex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jordoex.wordpress.com/?p=84</guid>
		<description><![CDATA[Another day, another post praising the All Glass Firefox on lifehacker.  Why am I annoyed? Because it was my idea and there&#8217;s zero credit. I pretty much had to ask for credit on the version one page in a private message.  At least he admitted to using my idea.  But I guess he forgot to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=84&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Another day, another <a href="http://lifehacker.com/5433177/most-popular-firefox-extensions-and-themes-of-2009">post praising the All Glass Firefox</a> on lifehacker.  Why am I annoyed? <strong>Because it was my idea and there&#8217;s zero credit.</strong> I pretty much had to ask for credit on <a href="http://www.neowin.net/forum/index.php?showtopic=673940&amp;hl=all+glass+firefox">the version one page</a> in a private message.  At least he <a href="http://www.neowin.net/forum/index.php?showtopic=673940&amp;st=0&amp;p=589868400&amp;#entry589868400">admitted to using my idea</a>.  But I guess he forgot to add it on the v2 page.  And of course when I <a href="http://lifehacker.com/comment/13090303/">posted this fact on lifehacker</a>, not one person said something like &#8220;sweet!&#8221;  Oh well, I guess that&#8217;s what happens with stuff in tech all the time.  Maybe I should have taken out a software patent on it. (that&#8217;s a joke, I hate software patents.)</p>
<p>Aw well, I guess its a lesson in humility.  Horray for building character.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jordoex.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jordoex.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jordoex.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jordoex.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jordoex.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jordoex.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jordoex.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jordoex.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jordoex.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jordoex.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jordoex.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jordoex.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jordoex.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jordoex.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=84&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jordoex.wordpress.com/2009/12/23/rant-credit-for-my-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/865f6feb0af1e5bfb14c89c692e73a98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jordoex</media:title>
		</media:content>
	</item>
		<item>
		<title>Outtatown so far</title>
		<link>http://jordoex.wordpress.com/2009/09/27/outtatown-so-far/</link>
		<comments>http://jordoex.wordpress.com/2009/09/27/outtatown-so-far/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 02:02:48 +0000</pubDate>
		<dc:creator>jordoex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jordoex.wordpress.com/?p=80</guid>
		<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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=80&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yeah&#8230;</p>
<p>So, here&#8217;s what&#8217;s been going on in outtatown so far this year&#8230;</p>
<p>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).</p>
<p>I beat Jeff, one of our leaders at Settlers, and he was pretty devastated about that.  Also, we did some horseback riding, which was pretty sweet.  But the biggest thing that sucked about that week was that there are soooo many mosquitoes there.</p>
<p>Anyways, after that week, we headed off to Manitoba Pioneer Camp, Lake of the Woods; however, it&#8217;s actually in the westmost part of Ontario and its actually on Shoal lake.  Its also on an island, which was pretty sweet to explore before we headed off on our canoes.  Also, we got to meet up with the South Africa site, who was on their way out, having finished their canoe trip.  We got to eat lunch with them, and I met angus, who relieved me of my need for geek talk.  I think that I did the same for him as he mentioned that it was nice to get his weekly dose of geek.  Anyways, we talked about our preferred OSs and Linux distros.</p>
<p>The canoe trip was pretty sweet.  The food was way better than any other camping food i had.  The waves were big.  I saw beaver huts.  Explored a mine.  Pooped in the bush.  Sweet week altogether.</p>
<p>And just now we finished our first nations experience at the roseau river reserve with the anishinabe people.  Changed my entire perspective on First nations people.  We also went to an old mennonite village, Neubergthal.  One of the houses there that has been updated is pretty much the house of my dreams.  Yup.</p>
<p>And now we&#8217;re at a retreat centre in Pinawa, doing the same thing we did ag Assiniboia.</p>
<p>That&#8217;s all for now!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jordoex.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jordoex.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jordoex.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jordoex.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jordoex.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jordoex.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jordoex.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jordoex.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jordoex.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jordoex.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jordoex.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jordoex.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jordoex.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jordoex.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=80&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jordoex.wordpress.com/2009/09/27/outtatown-so-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/865f6feb0af1e5bfb14c89c692e73a98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jordoex</media:title>
		</media:content>
	</item>
		<item>
		<title>Macm 201 freakout over</title>
		<link>http://jordoex.wordpress.com/2008/12/15/macm-201-freakout-over/</link>
		<comments>http://jordoex.wordpress.com/2008/12/15/macm-201-freakout-over/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 11:04:19 +0000</pubDate>
		<dc:creator>jordoex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jordoex.wordpress.com/?p=24</guid>
		<description><![CDATA[As long as half of the standard deviation above the mean mark is a B or B-, I&#8217;m happy.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=24&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As long as half of the standard deviation above the mean mark is a B or B-, I&#8217;m happy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jordoex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jordoex.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jordoex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jordoex.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jordoex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jordoex.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jordoex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jordoex.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jordoex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jordoex.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jordoex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jordoex.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jordoex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jordoex.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=24&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jordoex.wordpress.com/2008/12/15/macm-201-freakout-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/865f6feb0af1e5bfb14c89c692e73a98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jordoex</media:title>
		</media:content>
	</item>
		<item>
		<title>The iPhone is not for talking</title>
		<link>http://jordoex.wordpress.com/2008/10/08/the-iphone-is-not-for-talking/</link>
		<comments>http://jordoex.wordpress.com/2008/10/08/the-iphone-is-not-for-talking/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 02:58:54 +0000</pubDate>
		<dc:creator>jordoex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jordoex.wordpress.com/?p=22</guid>
		<description><![CDATA[I saw someone actually talking on an iphone today&#8230; it just doesn&#8217;t look right.  Not really much of a phone.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=22&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I saw someone actually talking on an iphone today&#8230; it just doesn&#8217;t look right.  Not really much of a phone.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jordoex.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jordoex.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jordoex.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jordoex.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jordoex.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jordoex.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jordoex.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jordoex.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jordoex.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jordoex.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jordoex.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jordoex.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jordoex.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jordoex.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=22&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jordoex.wordpress.com/2008/10/08/the-iphone-is-not-for-talking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/865f6feb0af1e5bfb14c89c692e73a98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jordoex</media:title>
		</media:content>
	</item>
		<item>
		<title>New blog&#8230; witty text goes here (oh my, that was witty indeed&#8230;(ah the wittiness(ad infinitum)))</title>
		<link>http://jordoex.wordpress.com/2008/09/18/new-blog/</link>
		<comments>http://jordoex.wordpress.com/2008/09/18/new-blog/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 06:31:38 +0000</pubDate>
		<dc:creator>jordoex</dc:creator>
				<category><![CDATA[my projects]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[campwise]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[mduel]]></category>
		<category><![CDATA[Other Sites]]></category>
		<category><![CDATA[projection]]></category>

		<guid isPermaLink="false">http://jordoex.wordpress.com/?p=8</guid>
		<description><![CDATA[Umm ya.  Why are you here? I dunno.  unless you&#8217;re me.  I&#8217;m here cuz i want to keep track of things and so anyone else can see what in the world i&#8217;m doing.  not like they care.  meh, i shall say it again,&#8230; meh. Anyways, my ideas that i&#8217;ve been brewing for a while that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=8&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Umm ya.  Why are you here? I dunno.  unless you&#8217;re me.  I&#8217;m here cuz i want to keep track of things and so anyone else can see what in the world i&#8217;m doing.  not like they care.  meh, i shall say it again,&#8230; meh.</p>
<p>Anyways, my ideas that i&#8217;ve been brewing for a while that i&#8217;ve always needed to blog about:</p>
<ul>
<li>Mod audio players to look more like amarok and less like itunes; candidates: foobar2000, quarkplayer, musikcube2
<ul>
<li>likelyhood of doing it: slim, bit more than slim with foobar since i&#8217;d just need to make a component</li>
</ul>
</li>
<li>CD ripping support for amarok: i submitted this to Gsoc in &#8217;08.  No bites.  oh well</li>
<li>just a CD ripper: queues as the main interface element, to rip as much as possible at the same time.
<ul>
<li>why? current interfaces suck</li>
<li>possible, but unlikely atm</li>
</ul>
</li>
<li>mduel remake
<ul>
<li>my cousin&#8217;s doing this, he&#8217;s started in python, restarted in c and is now restarting again</li>
<li>i tried this a couple years ago in java, restarted once, would restart again</li>
<li>would wait to see if joel comes thru, steal his code and port it to java and/or Qt, otherwise, still possible</li>
</ul>
</li>
<li>powerpoint replacement, named &#8220;Projection&#8221;
<ul>
<li>when i get free time, i&#8217;ll do it.  depends on my war3 cravings.  Qt4 ftw!</li>
<li>powerpoint sucks, opensong = meh, oo.o impress = good but not optimal esp. for songs, mediashout looks good, but $$$$$, proprietary.</li>
<li>i already have a qt app that has a button that makes it go fullscreen.  Yay! pretty good for first time using qt and c++.</li>
</ul>
</li>
<li>replacement for campwise.  That bloated stupid microsoft-whaddya-call-it-only lets you use ie&#8230;
<ul>
<li>maybe in a couple years&#8230; I&#8217;ll have to learn how to use/code the AMP in LAMP/WAMP.  And of course, LOTS of free time.</li>
</ul>
</li>
<li>minimalistic linux setup to be low on power, cli interface, just playes music.  And of course an amarok-like interface.</li>
<li>Lots of hacks on dwm
<ul>
<li>vista theme that looks like oxygen</li>
</ul>
</li>
<li>passing windows&#8217; desktop right click menu/shell extensions to be accessible thru plasma/windows.
<ul>
<li>just talking about it gives me an idea: just pop it up thru a submenu that just loads windows&#8217; submenu.  It&#8217;d look hackish but work!</li>
</ul>
</li>
<li>some way to quickly switch between ndiswrapper and bcm43xx linux wireless drivers thru networkManager&#8230; probably unrealistic tho.</li>
<li>bake the ultimate cookie: cross between double chocolate and cornflake-m&amp;m cookies.</li>
</ul>
<p>Also, for c++, Eclipse? MSVC? Kdev?  I&#8217;ll see in a few weeks when i&#8217;ll(hopefully) have free time.  and lots of it.</p>
<p>Oh yeah, the name of this blog comes from a comment on a blog.  so sue me.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jordoex.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jordoex.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jordoex.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jordoex.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jordoex.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jordoex.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jordoex.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jordoex.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jordoex.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jordoex.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jordoex.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jordoex.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jordoex.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jordoex.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jordoex.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jordoex.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jordoex.wordpress.com&amp;blog=4893223&amp;post=8&amp;subd=jordoex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jordoex.wordpress.com/2008/09/18/new-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/865f6feb0af1e5bfb14c89c692e73a98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jordoex</media:title>
		</media:content>
	</item>
	</channel>
</rss>
