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

<channel>
	<title>PlanetB &#187; Uncategorized</title>
	<atom:link href="http://www.planetb.ca/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.planetb.ca</link>
	<description></description>
	<lastBuildDate>Sat, 31 Dec 2011 23:31:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Ghetto iPhone Tripod Mount</title>
		<link>http://www.planetb.ca/2010/12/ghetto-iphone-tripod-mount/</link>
		<comments>http://www.planetb.ca/2010/12/ghetto-iphone-tripod-mount/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 21:37:06 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.planetb.ca/?p=410</guid>
		<description><![CDATA[What do you get when you mix a bunch of elastics, an old camera flash, some velcro and an iPhone?]]></description>
			<content:encoded><![CDATA[<p>What do you get when you mix a bunch of elastics, an old camera flash, some velcro and an iPhone?</p>
<p><img alt="" src="http://twitpic.com/show/full/3cxpep.jpg" class="aligncenter" width="500"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.planetb.ca/2010/12/ghetto-iphone-tripod-mount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Load Random Flickr Images with PHP</title>
		<link>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/</link>
		<comments>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 14:12:15 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.planetb.ca/?p=272</guid>
		<description><![CDATA[This isn&#8217;t rocket science, but I did search Google extensively before building my own script.  Save the script as Random_Flickr_Image.php (or whatever) and reference it in your img tag.  For example, &#60;img src=&#8221;/images/Random_Flickr_Image.php&#8221;/&#62;. Edit: I&#8217;ve updated the script to it works again. Flickr must have updated the image element class from photoImgDiv to photo-div. &#60;?php [...]]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t rocket science, but I did search Google extensively before building my own script.  Save the script as Random_Flickr_Image.php (or whatever) and reference it in your img tag.  For example, &lt;img src=&#8221;/images/Random_Flickr_Image.php&#8221;/&gt;.</p>
<p><i>Edit: I&#8217;ve updated the script to it works again.  Flickr must have updated the image element class from photoImgDiv to photo-div</i>.</p>
<pre class="brush: php">

&lt;?php
$doc = new DOMDocument();
@$doc-&gt;loadHTMLFile(&quot;http://www.flickr.com/explore/interesting/7days/&quot;);
$xpath = new DOMXpath($doc);
if($xpath){
   $url = $xpath-&gt;query(&quot;//td[@class=&#039;Photo&#039;]/span/a/@href&quot;);

   @$doc-&gt;loadHTMLFile(&quot;http://www.flickr.com&quot;.$url-&gt;item(0)-&gt;nodeValue);
   $xpath = new DOMXpath($doc);

   if($xpath){
      $url = $xpath-&gt;query(&quot;//div[@class=&#039;photo-div&#039;]/img/@src&quot;);
      $im = @imagecreatefromjpeg($url-&gt;item(0)-&gt;nodeValue);
      if($im){
         header(&#039;content-type: image/jpeg&#039;);
         imagejpeg($im);
      }else
         echo &quot;error&quot;;
   }
}
?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Putting it on the Line</title>
		<link>http://www.planetb.ca/2010/07/putting-it-on-the-line/</link>
		<comments>http://www.planetb.ca/2010/07/putting-it-on-the-line/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 15:30:11 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[inspiration]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.planetb.ca/?p=262</guid>
		<description><![CDATA[In an odd twist of time management, I caught the TV show, &#8220;America&#8217;s Got Talent&#8221; last night.  I didn&#8217;t necessarily intend to tune in.  Just happened to be in the right place at the right time, for lack of a better expression (what I mean is that I was on the couch at 9pm EST [...]]]></description>
			<content:encoded><![CDATA[<p>In an odd twist of time management, I caught the TV show, &#8220;America&#8217;s Got Talent&#8221; last night.  I didn&#8217;t necessarily intend to tune in.  Just happened to be in the right place at the right time, for lack of a better expression (what I mean is that I was on the couch at 9pm EST with the TV on, mindlessly flipping channels).</p>
<p>The show was currently in the final stage of choosing the top 48 contestants to go on to Hollywood. I was actually really impressed with some of the talent, but what really caught my attention is the passion and drive that many of the contestants have.  More often than not, their emotions seemed to be on overdrive, like they were literally putting their lives on the line.</p>
<p>One act, in particular, really drew me in. Jeremy does mountain bike tricks &#8211; hops and stalls and stuff.  His first audition of small bike hops over people lying on the ground impressed the judges enough to send him on to Vegas for audition number 2.  But doing the same routine again in the second audition probably wouldn&#8217;t have been enough to propel him to the top of his category.  He knew he needed to up his game.  So Jeremy decides to jump two feet in. He quits his job and goes broke building a better obstacle course for the stage.  He gives up everything to focus on training for his next audition, in an attempt to make it to the top of a talent show with what is little more than a novelty act!!</p>
<p>Jeremy has a determination that I will possibly never know.</p>
<p>What he does that many of us fail to do is to not only dream, not only set a goal, but to actually put things on the line to reach that goal, and take action, full bore, in a big way.  He knows that if he fails, he has no money or job to go back to.  Despite everything that he pours into his act, he knows that he&#8217;s up against big competition and there&#8217;s a good chance that he won&#8217;t be put through to the finals.  He knows this but there&#8217;s no questioning him &#8211; he is dead serious &#8211; he is going for it.</p>
<p>It made me realize that some of the things I want in life I probably will not achieve, or succeed as well as I could if I were only willing to put the necessary things on the line &#8211; take the risks; realize that some of the things that I would otherwise see as a means to an end are also possibly obstacles in the way of me attaining some of my dreams.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.planetb.ca/2010/07/putting-it-on-the-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Be a Yes Man</title>
		<link>http://www.planetb.ca/2010/06/be-a-yes-man/</link>
		<comments>http://www.planetb.ca/2010/06/be-a-yes-man/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 02:41:54 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[inspiration]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[fulfillment]]></category>
		<category><![CDATA[happiness]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[stretching]]></category>

		<guid isPermaLink="false">http://www.planetb.ca/?p=189</guid>
		<description><![CDATA[Last year I saw a movie that impacted my life in a significant way. The movie wasn’t an Oscar winner and it didn’t receive critics acclaim. In fact I don’t remember it getting that much attention at all. Maybe people just thought it was going to be another funny Jim Carrey flic. Some of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.planetb.ca/wp-content/uploads/2010/06/yes-man.jpg"><img src="http://www.planetb.ca/wp-content/uploads/2010/06/yes-man.jpg" alt="" title="yes-man" width="600" height="166" class="aligncenter size-full wp-image-188" /></a><br />
Last year I saw a movie that impacted my life in a significant way.  The movie wasn’t an Oscar winner and it didn’t receive critics acclaim. In fact I don’t remember it getting that much attention at all. Maybe people just thought it was going to be another funny Jim Carrey flic.  Some of the scenes were funny no doubt.  Not Ace Ventura kind of funny, of course.</p>
<p>I can remember leaving the theater and listening to other people’s reactions.  I was amazed how many people thought it to be a “meh” kind of film.  They obviously hadn’t seen the same move as I did. I mean, they may have seen the same film as I did, but I must have read into the story a bit more or something. I was absolutely <strong>energized</strong> afterward. </p>
<p>It was <strong>“Yes Man”</strong> – a modest movie about a very cynical, socially inept man who, after begrudgingly attending a <strong>motivational seminar</strong>, is struck with the inability to say “No” to things – requests, invitations, questions of all sorts. </p>
<p>At first, this “curse” causes him no end of grief and frustration, not only because the whole experience of saying “Yes” is utterly foreign to him. But he soon begins to embrace the change as he finds that the impact that this new “Yes Man” personality has is powerfully fulfilling.</p>
<p>Of course, nobody should say “yes” to everything.  If someone had asked this character to jump off a bridge, unfortunately he would. Obviously we shouldn’t necessarily be so accommodating. But there are times when we make excuses and try to rationalize why we can’t do something, be it going out for drinks with work colleagues or signing up for the co-ed beach volleyball league or taking that dream adventure zip-lining trip to Costa Rica. </p>
<p>Time and time again many of us find ourselves making these sorts of excuses that have very little foundation to them.  In fact it isn’t uncommon for us to try and convince ourselves various <strong>obstacles</strong> really do exist and that the trouble isn’t worth the effort.</p>
<p>The truth is that there are very few things in life that can be enjoyed without having to <strong>overcome obstacle</strong> at some level. What Jim Carrey’s character learns is that these obsticles are peanuts compared to the fulfillment that the end result achieves.  Although he believes he is physically incapable of saying “Yes”, he actually becomes addicted to the word.</p>
<p>So for me, 2010 is the year of the “Yes Man” and if things keep going the way they have been the last few months, 2010 is going to be one of the greatest years that I’ve lived. All simply because I’ve been saying “Yes” and taking action to accomplish something that perhaps in the past I would have put off (getting my motorcycle license) or thought of as something that would require too much effort to do (zip lining in Costa Rica) and would possibly try to rationalize why not doing it would be a better decision (like taking Karate lessons). Some things I’ve done this year would have possibly never even crossed my mind in the past (like piloting a plane).</p>
<p>The moral of this article (and the movie, in my opinion), is that we should not constrain ourselves by concentrating too much on the obstacles in the way of doing something. We should not stay content with living inside our own little box of day in, day out. Unless there are real constraints, we should not try to <strong>make excuses</strong> why not to do something. Life is too short and there is far too much out there to do, far too many other people to meet, so much in this World that will bring <strong>personal fulfillment</strong> and ultimately <strong>make us better</strong> people.  </p>
<p>So my challenge to you is say “Yes” when you would otherwise possibly not.  <strong>Stretch</strong> yourself and experience new things. You do have the time. You probably can afford it. It really won’t be too much effort.  In the end, it will be worth it all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.planetb.ca/2010/06/be-a-yes-man/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Hyderabad India Experience</title>
		<link>http://www.planetb.ca/2010/01/the-hyderabad-india-experience/</link>
		<comments>http://www.planetb.ca/2010/01/the-hyderabad-india-experience/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 16:55:06 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.planetb.ca/?p=154</guid>
		<description><![CDATA[I&#8217;ve been in Hyderabad India for a week and a half now on a work assignment from the company at which I&#8217;m &#8220;officially&#8221; employed. Fortunately, while I&#8217;m spending a good chunck of the time here actually working on said assignment, I&#8217;ve also been lucky enough to find some time for personal growth, learning and enjoying [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.planetb.ca/wp-content/uploads/2010/01/portraitHeader1.jpg" alt="india1Header" title="india1Header" width="600" height="238" class="aligncenter size-full wp-image-158" /></p>
<p>I&#8217;ve been in Hyderabad India for a week and a half now on a work assignment from the company at which I&#8217;m &#8220;officially&#8221; employed.  Fortunately, while I&#8217;m spending a good chunck of the time here actually working on said assignment, I&#8217;ve also been lucky enough to find some time for personal growth, learning and enjoying the experience.  India is a place where amazing things are literally a dime a dozen and in many cases, to a Canadian like me, some of the most incredible sites are virtually free.</p>
<p>There are lots of people here.  Lots of people.  Metro Hyderabad has a population of over 6 million and it&#8217;s only the 6th largest city in India. Andhra Pradesh state (of which Hyderabad is the capital) has over 76 million in total!  It would be like sticking more than twice the population of Canada in Southern Ontario. Fortunately, the vast majority of the people (in Hyderabad at least) are incredibly friendly.  I have yet to feel intimidated.  I have yet to feel unwelcome.  The other day while taking a tour of a couple of sites, at one point I thought I was asked to take a picture of a group of people.  In fact, I was asked to be in a picture with the group.  I&#8217;m assuming that they mistook me for Brad Pitt.</p>
<p>Along with the large number of people is an insane traffic system.  Very losely calling it a system here. Cars, bikes, motorcycles, pedestrians, three wheeled taxis all cutting each other off, all jostling for a better position, honking horns and waving arms abound; it&#8217;s like an insane game of Mario Kart. But I have yet to see a single accident.</p>
<p>A few Canadian dollars go a long way.  What would get you a standard room in the Holiday Inn downtown Toronto buys you absolute luxury here.  The club room at the Taj Krishna comes complete with a buttler, laundry service and invitations to free cocktail parties (strong martinis&#8230; with an extra olive if you ask nice).  Fantastic food at a fraction of the price and although entrance fees to the tourist sites costs substantially more for foreigners, it&#8217;s still barely the cost of a Tim Hortons coffee.</p>
<p>Of course, with all the good comes some not so good. The pollution here is surreal.  Walking around outside for any length of time is likely not good for one&#8217;s health.  With all the vehicles (mostly two stroke deisel), the environment seriously takes a beating from emissions.<br />
And there&#8217;s a huge gap between the wealthy and the poor.  I&#8217;ve been told that there is no middle class here.  You either have servants or you are one or could only hope to be.  The contrast is dizzying.  BMW&#8217;s with tinted windows driving beside a man in ragged clothes on a rusty bicycle and a family of four on a single dirt bike; a grand shopping mall in between stores barely standing.  In the gardens at the Taj, it&#8217;s paradise and we&#8217;re spoiled rotten.  100 meters from there, people struggling; pure desperation.</p>
<p>But in paradox, the less people have, the more they want to be friendly and give. I&#8217;ve been humbled many times throughout the trip.</p>
<p>All in all, India is an amazing and wonderful place.  The history, the culture, the people&#8230; every day brings something new and unreal. Being here for a couple of weeks for work has made me want to come back and see more.  I&#8217;ve only been in one city &#8211; can only imagine what the rest of the country has to show.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.planetb.ca/2010/01/the-hyderabad-india-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My PC Sounds Like a Rocket or How to Hush your Noisy PC Fan</title>
		<link>http://www.planetb.ca/2009/12/putting-the-hush-back-into-your-pc-fan/</link>
		<comments>http://www.planetb.ca/2009/12/putting-the-hush-back-into-your-pc-fan/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 01:58:15 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.planetb.ca/?p=146</guid>
		<description><![CDATA[Computers get old. As they get old, they get noisy. 9 times out of 10, if the noise isn&#8217;t the hard drive, it&#8217;s a fan somewhere. For a few bucks and a few minutes of your time, you can put the hush back on that fan. You will need the following items: Lube. Avoid WD40 [...]]]></description>
			<content:encoded><![CDATA[<p>Computers get old. As they get old, they get noisy. 9 times out of 10, if the noise isn&#8217;t the hard drive, it&#8217;s a fan somewhere.  For a few bucks and a few minutes of your time, you can put the hush back on that fan.</p>
<p>You will need the following items:</p>
<ol>
<li>Lube. Avoid WD40 and other similar spray on lubes like that. They will work, but only temporarily as they tend to dry up. Sewing machine oil actually works very well and can be found at department stores (Sears) for just a couple bucks.</li>
<li>Some needle nose pliers. Possibly even tweezers would help.</li>
<li>Phillips screwdriver &#8211; PC&#8217;s are usually held together by the Phillips head screw.</li>
<li>If it&#8217;s a fan on your graphics card that&#8217;s causing all the noise, a set of precision screwdrivers are probably necessary to get at the tiny screws. A set of these things can be picked up usually for $5.</li>
</ol>
<p><strong><img style="padding-left:5px;" class="alignright size-medium wp-image-147" title="pcfan_gpu_fan-716072" src="http://www.planetb.ca/wp-content/uploads/2009/12/pcfan_gpu_fan-716072-300x255.jpg" alt="pcfan_gpu_fan-716072" width="152" height="128" />Step 1 : </strong>Open the case and take out the fan. Processor fans might be a little trick to take out. They can be clamped down to the socket by various means. If space is tight, might be a good idea to remove a drive or the power supply (unplug first) to give a bit more room. A flash light can help identify how the fan is clamped down. If the fan is on the graphics card, just remove the card, and unscrew the fan from the card.<br />
<br/><br/><br />
<strong><img style="padding-left:5px;" class="alignright size-medium wp-image-148" title="pcfan_pliers-795369" src="http://www.planetb.ca/wp-content/uploads/2009/12/pcfan_pliers-795369-300x225.jpg" alt="pcfan_pliers-795369" width="154" height="115" /></strong><strong>Step 2 :</strong> Once you have the fan screwed off or unclamped from wherever, turn it upside down. There will be a round sticker on the bottom. There&#8217;s probably also a sticker on the top, but that&#8217;s just for show. Peel the bottom sticker off with the pliers or tweezers.<br />
<br/><br/><br />
<strong><img style="padding-left:5px;" class="alignright size-medium wp-image-149" title="pcfan_sticker-759306" src="http://www.planetb.ca/wp-content/uploads/2009/12/pcfan_sticker-759306-300x225.jpg" alt="pcfan_sticker-759306" width="154" height="115" />Step 3 :</strong> With the sticker off, there should be a small hole revealed. Drop a single drop of the sewing machine oil into the hole. That&#8217;s all it will take. Wait a few seconds for the oil to make its rounds within the fan motor. A tissue or paper towel might be useful to wipe up any excess oil.<br />
<br/><br/><br />
<strong>Step 4 :</strong> Put the sticker back over the hole, turn the fan back upright and screw and clamp everything back together. That&#8217;s all there is to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.planetb.ca/2009/12/putting-the-hush-back-into-your-pc-fan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave &#8211; My First Impressions</title>
		<link>http://www.planetb.ca/2009/11/google-wave-my-first-impressions/</link>
		<comments>http://www.planetb.ca/2009/11/google-wave-my-first-impressions/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 21:50:13 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.planetb.ca/?p=107</guid>
		<description><![CDATA[On the eve of Halloween, between trick or treaters, my pocket buzzed and I noticed the words appear on the front of my Blackberry Flip (yes, I use that) &#8211; &#8220;Welcome to Google Wave&#8221;. My first reaction was &#8220;Sweet&#8221; and shut the door on a little panda bear and tiny butterfly. I raced to my [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://www.planetb.ca/wp-content/uploads/2009/11/googlewave1.jpg" alt="googlewave1" title="googlewave1" width="500" height="235" class="alignnone size-full wp-image-108" /></center><br />
On the eve of Halloween, between trick or treaters, my pocket buzzed and I noticed the words appear on the front of my Blackberry Flip (yes, I use that) &#8211; &#8220;Welcome to Google Wave&#8221;. My first reaction was &#8220;Sweet&#8221; and shut the door on a little panda bear and tiny butterfly. I raced to my netbook (which was running some solid <a href="http://www.wickedcreep.com">Halloween tunes by yours truly</a> &#8211; more on that in a future post) and after some furious typing logged into my account.<br />
<br/></p>
<p><span style="font-weight:bold;font-size:15pt;">&#8220;Alright!&#8221;</span> But no sooner did I log on that I realized I had no clue what to use it for. It looked super sweet, that&#8217;s for sure, but there was seemingly nothing to do. I created a Wave. Something simple. But I only had one contact showing up and despite being a super good guy, James wasn&#8217;t responding to my wave. It suddenly dawned on me that Google Wave might have huge potential, but at the moment it isn&#8217;t very useful. I was then free to continue handing out candy.</p>
<p>The next day (or possibly the next next day) I started looking at it again. Nope &#8211; still nothing. I re-watched the youtube clips in the introductory wave (one of several waves that are in new users&#8217; inboxes by default) and still had no clue. I figured that Google Wave would be many times more useful if I just had more contacts. I then noticed that I had about 20 invites available (in the invite friends wave) and I began dishing them out through Twitter lightning speed. Unfortunately invites get approved more slowly than a wait in a Canadian H1N1 vaccine line (burn). A day later I still had only one additional contact listed and his name didn&#8217;t really ring a bell.</p>
<p>So that was my first impression of Google Wave. It looked cool, has obvious collaboration benefits over traditional email, but without the contacts, like email, it isn&#8217;t entirely useful. Or is it??</p>
<p>I noticed through Twitter that @modsuperstar had posted a Google Wave tip for searching public waves.</p>
<p>Entering &#8220;with:public bananas&#8221; in the search bar reveals all public waves about bananas. Similarly, &#8220;with:public extensions&#8221; reveals all waves (presumably) containing the word extensions. This immediately made Google Wave a little more useful by virtue of the fact that one can make a wave public and then people can contribute to it, reply to threads, start threads &#8211; very similar to IRC or BBS but with an obscene amount more editing possibilities. Plus the benefit of being able to see people edit the wave, real time &#8211; which is very cool.</p>
<p>I started a wave called &#8220;Google Wave Tips and Tricks&#8221;. I added a couple tips and then made the wave public. Making it public was an interesting task. To make a wave public, you must add public@a.gwave.com to your contact list. Then drag and drop that contact to the subscribed user list of the wave. You then see a message at the top of your wave saying that &#8220;This wave is public&#8221; (or something along those lines). Interesting choice phrase. But as soon as I did this, other users began subscribing to, commenting and editing the wave. Bots were also added to the wave (bots are scripts that automatically do stuff to a wave given certain criteria, for example format @name to a link to that person&#8217;s twitter profile).</p>
<p>Lifehacker noted in their Google Wave 101 article that one should take caution when making a wave public &#8211; doing so tends to cause a wave to be destroyed by newbies and people cluttering the wave with useless edits and junk. I can see that happening. Samples of these cluttered sorts of waves can be seen in a search for &#8220;with:public photography&#8221;. Click on a resulting wave and notice how your browser grinds to a halt as it tries to load the hundreds of photostream gadgets embedded in the wave by the countless number of subscribers/contributors.</p>
<p>Editing content in waves implies editing &#8220;blips&#8221;. A blip is like a small section in the wave that can be edited by one person at a time. There doesn&#8217;t seem to be a way to manage rights on blips or waves in general (as of now anyway &#8211; something I&#8217;m sure we&#8217;ll see in future iterations), which makes for the possibility of other users totally modifying something that you&#8217;ve previously written. Fortunately there is a way to navigate through the history of a wave. Google Wave has the ability to play back an entire wave from conception through to the present time. As you play the wave back, you get to see all the edits and &#8220;who done what&#8221;. Very fun to watch, actually.</p>
<p>As time progressed, various people added further tips:</p>
<ul>
<li>shift-enter can be used as a &#8220;done editing blip&#8221; shortcut (clicking outside of the blip also accomplished the same).</li>
<li>how to stop getting notified about waves you&#8217;ve subscribed to</li>
<li>that at the moment you can&#8217;t unsubscribe yourself (or someone) from a wave</li>
<li>I questioned if Google Chrome ran Google Wave faster and immediately got answers (that yes indeed, the latest Chrome beta does &#8211; which I later verififed).</li>
</ul>
<p>It was all kind of uncanny how quickly people began subscribing and adding content to the wave. I presume this was largely because Google Wave is relatively new and a public tips and tricks wave would be useful as the majority of users are newbies.</p>
<p>And it was watching the real-time collaborative effort of this wave that made me get all &#8220;neat-o&#8221;. Google Wave removes the constraints imposed by email &#8211; sending messages back and forth to edit something has been effectively canned, in favour of allowing individuals edit documents at the same time, real time. Theoretically, the speed at which a document could go from nothing to something is increased with real-time collaboration.</p>
<p>Now it&#8217;s not all bubblegum and chopsticks though.  The base is all there, but Google Wave is still a work in progress.  Some of the things that I&#8217;m looking forward to seeing include</p>
<ul>
<li>Rights and accessability management within waves &#8211; being able to identify who has the right to do what within a wave</li>
<li>Read-only public waves.  Currently a public wave is Read-Write by default, with no ability to change it</li>
<li>User settings.  There aren&#8217;t any right now.  There should be a billion (or at least 5).</li>
<li>Email notifications of wave updates.  Right now if someone updates a wave which you are a part of, you have no idea until you login</li>
</ul>
<p>But as the coming weeks and months go by, Google Wave will sign-up more users and make significant bug fixes and new features will be released. I&#8217;m looking forward to it. The possibilities with Google Wave when it comes to sharing info and working collaboratively are really interesting (I was initially thinking provocative, but then thought it was a possibly misleading). In the meantime, I&#8217;m going to continue to dig around the wave world. I&#8217;ve started a new website, <a href="http://www.gwavetips.net">gwavetips.net</a> where I plan on posting regular Google Wave related updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.planetb.ca/2009/11/google-wave-my-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SleazyEasy &#8211; Some Old-school Tunage by Yours Truly</title>
		<link>http://www.planetb.ca/2009/10/sleazyeasy-some-old-school-tunage-by-yours-truly/</link>
		<comments>http://www.planetb.ca/2009/10/sleazyeasy-some-old-school-tunage-by-yours-truly/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 00:57:02 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.planetb.ca/?p=105</guid>
		<description><![CDATA[Just surfing around my few corners of the web and came across some old tunes I had posted to Reverbnation a while ago.  This track was SleazyEasy.  I really dug the tune when I created it, actually.  I&#8217;m pretty sure I used Jeskola Buzz Tracker to make it.  Keyboard from my old Korg M2 (yes, [...]]]></description>
			<content:encoded><![CDATA[<p>Just surfing around my few corners of the web and came across some old tunes I had posted to Reverbnation a while ago.  This track was SleazyEasy.  I really dug the tune when I created it, actually.  I&#8217;m pretty sure I used <a href="http://www.buzzmachines.com/">Jeskola Buzz Tracker</a> to make it.  Keyboard from my old <a href="http://en.wikipedia.org/wiki/Korg_M1">Korg M2</a> (yes, old school gear &#8211; the battery died in it and it lost all pre-programmed sounds two years ago).<br />
<center><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNTY1MTczOTIzMjgmcHQ9MTI1NjUxODYwMjEwOSZwPTI3MDgxJmQ9bWluaV9tdXNpY19wbGF5ZXJfZmlyc3RfZ2VuJmc9MSZvPWQzNWNmNjg*NjQ3ZjQ5NDhhMTZjZGMyM2Q3ODM*MjM5Jm9mPTA=.gif" /><embed type="application/x-shockwave-flash" src="http://cache.reverbnation.com/widgets/swf/13/widgetPlayerMini.swf?emailPlaylist=Playlist_889291&#038;backgroundcolor=EEEEEE&#038;font_color=000000&#038;posted_by=artist_156881&#038;shuffle=&#038;autoPlay=false" height="83" width="262" /><br/><a href="http://www.reverbnation.com/c./a4/13/149/Artist/156881/Artist/link"><img alt="Scotty%20and%20the%20Reverbs" border="0" height="12" src="http://cache.reverbnation.com/widgets/content/13/footer.png" width="262" /></a><br/><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://www.reverbnation.com/widgets/trk/13/Playlist_889291/artist_156881/t.gif"/><a href="http://www.quantcast.com/p-05---xoNhTXVc" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-05---xoNhTXVc.gif" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.planetb.ca/2009/10/sleazyeasy-some-old-school-tunage-by-yours-truly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

