<?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>Campbell Gunn &#187; Technology</title>
	<atom:link href="http://blog.campbellgunn.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.campbellgunn.com</link>
	<description>Life, Work, Research and Firefighting</description>
	<lastBuildDate>Wed, 15 Jun 2011 03:09:21 +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>Tinker Bell: being a good tools fairy</title>
		<link>http://blog.campbellgunn.com/2011/04/tinker-bell-being-a-good-tools-fairy/</link>
		<comments>http://blog.campbellgunn.com/2011/04/tinker-bell-being-a-good-tools-fairy/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 18:45:29 +0000</pubDate>
		<dc:creator>Campbell Gunn</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.campbellgunn.com/2011/04/tinker-bell-being-a-good-tools-fairy/</guid>
		<description><![CDATA[At CodeConf, on 4/9/11, Dr. Nick gave an interesting session. I think this makes a ton of sense. All too often we will try to solve a problem here and now and gain that knowledge and move on to something else. The problem is this problem can arise again, and now it is someone different. <a href='http://blog.campbellgunn.com/2011/04/tinker-bell-being-a-good-tools-fairy/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://codeconf.com/">CodeConf</a>, on 4/9/11, <a href="https://github.com/drnic">Dr. Nick</a> gave an interesting session. I think this makes a ton of sense. All too often we will try to solve a problem here and now and gain that knowledge and move on to something else. The problem is this problem can arise again, and now it is someone different. In the data center/cloud world this makes a ton of sense.</p>
<p>He talked about the importance of building tools to help you solve the problems you face. He gave three steps for tool building:</p>
<p>   1. Learn something<br />
   2. Encapsulate what you’ve learned in code<br />
   3. Repeat and go faster</p>
<p>Basically, any time he learns something new, he builds a tool with it, so he can forget what he’s learned. He gave an example of building a TextMate bundle with node.js as his first ever Node project.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.campbellgunn.com/2011/04/tinker-bell-being-a-good-tools-fairy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are Long VM Instance Spin-Up Times In The Cloud Costing You Money?</title>
		<link>http://blog.campbellgunn.com/2011/04/are-long-vm-instance-spin-up-times-in-the-cloud-costing-you-money/</link>
		<comments>http://blog.campbellgunn.com/2011/04/are-long-vm-instance-spin-up-times-in-the-cloud-costing-you-money/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 15:51:23 +0000</pubDate>
		<dc:creator>Campbell Gunn</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.campbellgunn.com/2011/04/are-long-vm-instance-spin-up-times-in-the-cloud-costing-you-money/</guid>
		<description><![CDATA[Are long VM instance spin-up times in the cloud costing you money? That&#8217;s the question that immediately came to mind when James Urquhart, in an interview at the Stata Conference, made this thought provoking comment: the faster you can get the resources into the hands of the people who use them, the more money you <a href='http://blog.campbellgunn.com/2011/04/are-long-vm-instance-spin-up-times-in-the-cloud-costing-you-money/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Are long VM instance spin-up times in the cloud costing you money? That&#8217;s the question that immediately came to mind when <a href="http://news.cnet.com/wisdom-of-clouds/">James Urquhart</a>, in an interview at the <a href="http://siliconangle.tv/video/james-urquhart-cloud-expert-inside-thecube-stata-conference">Stata Conference</a>, made this thought provoking comment: the faster you can get the resources into the hands of the people who use them, the more money you save overall.</p>
<p><img src="http://blog.campbellgunn.com/wp-content/uploads/2011/04/wpid-clicksor_datacenter-2011-04-2-08-51.jpg" alt="wpid-clicksor_datacenter-2011-04-2-08-51.jpg" width="196" height="124" /></p>
<p>One of the many super powers of the cloud is elasticity, the ability to dynamically acquire and release resources in response to demand. But like any good superhero, their strength must also form the basis of a not quite fatal flaw. Years and years of angsty episodes are usually required to explore this contradiction.</p>
<p>In the case of the cloud, the weakness reveals itself in slow VM spin-up times. Spinning up a VM in EC2 can take a little as <a href="http://serverfault.com/questions/179714/fastest-time-to-get-an-ec2-instance-running">1-3 minutes</a>, or can <a href="http://serverfault.com/questions/43884/speeding-up-launch-of-amazon-ec2-windows-instances">average 5-10 minutes</a>, or it can take much longer if there&#8217;s heavy usage in your availability zone. EC2 is not alone. A common complaint about Google App Engine is the <a href="http://groups.google.com/group/google-appengine/browse_thread/thread/22692895421825cb?pli=1">cold-start problem</a>. When a request comes in, an application must be initialized to handle it, which takes time, which means the end-user experiences increased latency.</p>
<p>This means with VM oriented systems&#8211;be they IaaS or PaaS&#8211;your ability to deal with bursty traffic is much more limited in the cloud than you might have expected. You could of course reserve capacity, but that kind of defeats the point of elasticity, and really just moves the point where the problem occurs further down the curve. App Engine will have a feature to keep warm instances around, but you will pay for those too, which again defeats the point of on-demand pay for what you use elasticity.</p>
<p>All this might not matter, if it weren&#8217;t for the idea that those spin-up times <a href="http://highscalability.com/blog/2009/7/25/latency-is-everywhere-and-it-costs-you-sales-how-to-crush-it.html">could cost you</a>. Joe Weinman has taken a more formal look at this problem in his paper <a href="http://www.joeweinman.com/Resources/Joe_Weinman_Time_Is_Money.pdf">Time is Money: The Value of “On-Demand,&#8221;</a> and this is the paper James was referring to when he made his observation.</p>
<p><em>Joe Weinman, as the founder of Cloudonomics, a rigorous analytical approach leveraging mathematics and Monte Carlo simulation to characterize the sometimes counterintuitive multi-dimensional business of cloud computing and pay-per-use business models, has written a string of interesting papers on <a href="http://www.joeweinman.com/Papers.htm">his website</a>.</em> Some of the titles include: <a href="http://www.joeweinman.com/Resources/Joe_Weinman_Smooth_Operator_Demand_Aggregation.pdf">Smooth Operator: The Value of Demand Aggregation (PDF)</a>; <a href="http://www.joeweinman.com/Resources/Joe_Weinman_Cloud_Computing_Is_NP-Complete.pdf">Cloud Computing is NP-Complete (PDF)</a>; <a href="http://www.joeweinman.com/Resources/Joe_Weinman_Inevitability_Of_Cloud.pdf">Mathematical Proof of the Inevitability of Cloud Computing(PDF)</a>. At the core of these papers are many many pages of rigorous mathematical analysis, but fortunately this <a href="http://www.google.com/images?q=oreo+cookie&#038;hl=en&#038;safe=off&#038;prmd=ivnse&#038;source=lnms&#038;tbs=isch:1&#038;ei=pDiCTfmoOZK0sAOC-_T0AQ&#038;sa=X&#038;oi=mode_link&#038;ct=mode&#038;cd=2&#038;ved=0CBUQ_AUoAQ&#038;biw=1104&#038;bih=850">creamy goodness</a> is bookended with chocolatey cookies explaining what it all means.</p>
<p>From the abstract of <a href="http://www.joeweinman.com/Resources/Joe_Weinman_Time_Is_Money.pdf">Time is Money: The Value of “On-Demand”</a> :</p>
<p><em>Cloud computing and related services offer resources and services &#8220;on demand.&#8221; Examples include access to &#8220;video on demand&#8221; via IPTV or over-the-top streaming; servers and storage allocated on demand in &#8220;infrastructure as a service;&#8221; or &#8220;software as a service&#8221; such as customer relationship management or sales force automation. Services delivered &#8220;on demand&#8221; certainly sound better than ones provided &#8220;after an interminable wait,&#8221; but how can we quantify the value of on-demand, and the scenarios in which it creates compelling value?</p>
<p>We show that the benefits of on-demand provisioning depend on the interplay of demand with forecasting, monitoring, and resource provisioning and de-provisioning processes and intervals, as well as likely asymmetries between excess capacity and unserved demand.</p>
<p>In any environment with constant demand or demand which may be accurately forecasted to an interval greater than the provisioning interval, on-demand provisioning has no value. However, in most cases, time is money. For linear demand, loss is proportional to demand monitoring and resource provisioning intervals. However, linear demand functions are easy to forecast, so this benefit may not arise empirically.</p>
<p>For exponential growth, such as found in social networks and games, any non-zero provisioning interval leads to an exponentially growing loss, underscoring the critical importance of on-demand in such environments.</p>
<p>For environments with randomly varying demand where the value at a given time is independent of the prior interval—similar to repeated rolls of a die—on-demand is essential, and generates clear value relative to a strategy of fixed resources, which in turn are best over provisioned.</p>
<p>For demand where the value is a random delta from the prior interval—similar to a Random Walk—there is a moderate benefit from time compression. Specifically, reducing process intervals by a factor of n results in loss being reduced to a level of 1/square root of n of its prior value. Thus, a two-fold reduction in cost requires a four-fold reduction in time.</p>
<p>Finally, behavioral economic factors and cognitive biases such as hyperbolic discounting, perception of wait times, neglect of probability, and normalcy and other biases modulate the hard dollar costs addressed here.</p>
<p></em>The degree of effect is related to traffic patterns:</p>
<p><em>We have seen that not only is there a time value of money, there is a money value of time, specifically, increased agility and responsiveness lead to reduced loss, including a reduction in missed opportunities.  Time is money.</p>
<p>From a business perspective, one has to ask whether the reduction in monitoring or provisioning time that potentially results in reduced loss due to unserved demand or unused resources is worth it.  I believe in most cases the answer is yes. The reason is that the costs of implementing such on-demand strategies are largely fixed, are a relatively minor portion of the total cost, or are already incorporated, say, into a cloud provider&#8217;s offerings. For example, the cost for an enterprise or cloud provider to acquire and deploy dynamic provisioning software  compared to the losses associated with unserved demand or un-utilized capacity make it an attractive proposition.</p>
<p>For linearly growing or declining demand, a reduction in time (monitoring cycle or resource provisioning) offers a proportional reduction in cost.</p>
<p>For exponential demand, the loss associated with even fixed interval provisioning grows exponentially, so on-demand provisioning is essential.</em></p>
<p>The VM spin-up interval is your period of lost opportunity. If your traffic is bursty and/or growing exponentially, then you may be losing out on more profitable opportunities than you thought, because cloud elasticity doesn&#8217;t match demand elasticity. While not quite the cloud&#8217;s kryptonite, it is a flaw worth considering in your architecture.</p>
<p>CIAO!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.campbellgunn.com/2011/04/are-long-vm-instance-spin-up-times-in-the-cloud-costing-you-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel to launch X79 express chipset for sandy bridge</title>
		<link>http://blog.campbellgunn.com/2011/04/intel-to-launch-x79-express-chipset-for-sandy-bridge/</link>
		<comments>http://blog.campbellgunn.com/2011/04/intel-to-launch-x79-express-chipset-for-sandy-bridge/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 15:43:06 +0000</pubDate>
		<dc:creator>Campbell Gunn</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.campbellgunn.com/2011/04/intel-to-launch-x79-express-chipset-for-sandy-bridge/</guid>
		<description><![CDATA[So apparently, a chinese web site has released some details on the new chipset that Intel is set to launch, the X79 express. It is suppose to work with Intel’s ‘E’ enthusiasts series processors. The X79 Express will replace the X58 as the top desktop chipset when the new high-performance CPUs are launched in the <a href='http://blog.campbellgunn.com/2011/04/intel-to-launch-x79-express-chipset-for-sandy-bridge/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>So apparently, a chinese web site has released some details on the new chipset that Intel is set to launch, the X79 express.<br />
It is suppose to work with Intel’s ‘E’ enthusiasts series processors.</p>
<p><img src="http://blog.campbellgunn.com/wp-content/uploads/2011/04/wpid-intel-x79-express-chipset-2011-04-2-08-43.jpg" alt="wpid-intel-x79-express-chipset-2011-04-2-08-43.jpg" width="460" height="343" /></p>
<p>The X79 Express will replace the X58 as the top desktop chipset when the new high-performance CPUs are launched in the fourth quarter of this year.</p>
<p>Along with the new processors and chipsets, Intel will roll out a new socket, the LGA2011. The X79 fully supports two PCIe x16 lanes, has 14 SATA ports — including 10 of the 6Gbps flavor — and possesses 8 ports that support SAS. There are 14 USB 2.0 ports, but no mention of USB 3.0 connections — or Thunderbolt ports, for that matter. PCI x1 support is eliminated.</p>
<p>Sandy Bridge E processors will replace the Gulftown-based Extreme six-core CPUs as the top performers in Intel’s desktop lineup.</p>
<p>Needless to say, like all bleeding edge technology this will be expensive no doubt.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.campbellgunn.com/2011/04/intel-to-launch-x79-express-chipset-for-sandy-bridge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Git on Dreamhost</title>
		<link>http://blog.campbellgunn.com/2011/03/installing-git-on-dreamhost/</link>
		<comments>http://blog.campbellgunn.com/2011/03/installing-git-on-dreamhost/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 22:57:07 +0000</pubDate>
		<dc:creator>Campbell Gunn</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.campbellgunn.com/2011/03/installing-git-on-dreamhost/</guid>
		<description><![CDATA[Today, I decided to upgrade my git version on my dreamhost server. Make sure you replace &#60; &#62; with your dreamhost user name. $mkdir ~/src $ cd ~/src $ wget http://www.kernel.org/pub/software/scm/git/git-1.7.4.1.tar.gz $ tar xzf git-1.7.4.1.tar.gz $ cd git-1.7.4.1.tar.gz $ ./configure –prefix=/home/&#60; &#62;/packages NO_CURL=1 NO_MMAP=1 $ make $ make install $ git –version That should return: <a href='http://blog.campbellgunn.com/2011/03/installing-git-on-dreamhost/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Today, I decided to upgrade my git version on my dreamhost server.</p>
<p>Make sure you replace &lt; &gt; with your dreamhost user name.</p>
<p>$mkdir ~/src<br />
$ cd ~/src<br />
$ wget <a href="http://www.kernel.org/pub/software/scm/git/git-1.7.4.1.tar.gz">http://www.kernel.org/pub/software/scm/git/git-1.7.4.1.tar.gz</a><br />
$ tar xzf git-1.7.4.1.tar.gz<br />
$ cd git-1.7.4.1.tar.gz<br />
$ ./configure –prefix=/home/&lt; &gt;/packages NO_CURL=1 NO_MMAP=1<br />
$ make<br />
$ make install<br />
$ git –version</p>
<p>That should return:<br />
git version 1.7.4.1</p>
<p>And then you have git on that machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.campbellgunn.com/2011/03/installing-git-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A very cool micro-atx case!</title>
		<link>http://blog.campbellgunn.com/2010/12/a-very-cool-micro-atx-case/</link>
		<comments>http://blog.campbellgunn.com/2010/12/a-very-cool-micro-atx-case/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 15:49:59 +0000</pubDate>
		<dc:creator>Campbell Gunn</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.campbellgunn.com/2010/12/a-very-cool-micro-atx-case/</guid>
		<description><![CDATA[Well, what you may not know is that I like running small form factor computers as desktop machines. I leave the tower size case as servers. At the moment most of my desktop machines are Apevia Q-pack micro atx cases, which have served me well, except now that micro-atx motherboards are getting more powerful and <a href='http://blog.campbellgunn.com/2010/12/a-very-cool-micro-atx-case/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Well, what you may not know is that I like running small form factor computers as desktop machines. I leave the tower size case as servers.</p>
<p>At the moment most of my desktop machines are Apevia Q-pack micro atx cases, which have served me well, except now that micro-atx motherboards are getting more powerful and can take bigger and more powerful graphics cards, etc, I am now running out of space inside the case.</p>
<p>Why am I rambling on here, well all this powerful hardware put higher demands on the PSU. So I looked at purchasing a high quality PSU, such as a silver certified Corsair brand.</p>
<p>Got the new PSU, went to replace it in the Apevia case and guess what? It would not fit the case, argh. My next step was to do some research, the options were:</p>
<p>1. Get a new micro-atx case,<br />
2. Return the PSU,<br />
3. Get a small DVD burner drive (smaller in length by an inch).</p>
<p>Well, my approach ended up being keep the power supply and swap it out with another one I had. It worked, but I felt that I did sacrifice on watts, it was a smaller one.</p>
<p>After, at least 12 months, I am wanting to upgrade the case. In fact that will be the only piece of hardware that isn&#8217;t the latest.</p>
<p>I wanted to stay with the micro-atx form factor, so I started to look around and I think I have found the case. Here is the link: http://hivelogix.com/cases/case-qmicra</p>
<p><br/><br/><a href="http://blog.campbellgunn.com/wp-content/uploads/2010/12/20101211-073115.jpg"><img src="http://blog.campbellgunn.com/wp-content/uploads/2010/12/20101211-073115.jpg" alt="" class="alignnone size-full" /></a></p>
<p>Above is a picture of the case. Reading the reviews they are all very positive. What the reviewers all say is that you can&#8217;t really see in the photo, is the quality. Also, this is a case they only manufacture in limited quantities. At the moment the next batch orders won&#8217;t happen until January 2011. I want to stress, this case is not for the novice as the price tag is a pretty penny too, starting at: $239.95.</p>
<p>Well, now the wait is on. After I get the case, I will do a more detailed review.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.campbellgunn.com/2010/12/a-very-cool-micro-atx-case/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>quirky &#8211; Trek Support Electric Backpack</title>
		<link>http://blog.campbellgunn.com/2010/12/quirky-trek-support-electric-backpack/</link>
		<comments>http://blog.campbellgunn.com/2010/12/quirky-trek-support-electric-backpack/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 15:42:42 +0000</pubDate>
		<dc:creator>Campbell Gunn</dc:creator>
				<category><![CDATA[Gear]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.campbellgunn.com/?p=425</guid>
		<description><![CDATA[I think I found my next backpack. This seems like a very interesting approach to keeping your gadgets charged and ready for use. quirky &#8211; Trek Support Electric Backpack. -Gunner]]></description>
			<content:encoded><![CDATA[<p>I think I found my next backpack. This seems like a very interesting approach to keeping your gadgets charged and ready for use.</p>
<p><a href="http://www.quirky.com/products/53-Trek-Support-Electric-Backpack">quirky &#8211; Trek Support Electric Backpack</a>.</p>
<p>-Gunner</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.campbellgunn.com/2010/12/quirky-trek-support-electric-backpack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make git use TextMate as the default commit editor</title>
		<link>http://blog.campbellgunn.com/2010/10/how-to-make-git-use-textmate-as-the-default-commit-editor/</link>
		<comments>http://blog.campbellgunn.com/2010/10/how-to-make-git-use-textmate-as-the-default-commit-editor/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 00:46:00 +0000</pubDate>
		<dc:creator>Campbell Gunn</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[git; textmate]]></category>

		<guid isPermaLink="false">http://blog.campbellgunn.com/2010/10/how-to-make-git-use-textmate-as-the-default-commit-editor/</guid>
		<description><![CDATA[I am using git a lot for my not-for-profit projects and came across this tip which I find useful. Now when you do a git commit without specifying a commit message, TextMate will pop-up and allow you to enter a commit message in it. When you save the file and close the window, the commit <a href='http://blog.campbellgunn.com/2010/10/how-to-make-git-use-textmate-as-the-default-commit-editor/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: arial, helvetica, sans-serif;">I am using git a lot for my not-for-profit projects and came across this tip which I find useful.</span></p>
<p><span style="font-size: 12px; color: #555555; line-height: 17px; font-family: arial, helvetica, sans-serif;">Now when you do a git commit without specifying a commit message, TextMate will pop-up and allow you to enter a commit message in it. When you save the file and close the window, the commit will go through as normal. (If you have another text editor you prefer instead, just change the &ldquo;mate -w&rdquo; line to the preferred one).</span></p>
<p><span style="color: #555555; font-family: arial, helvetica, sans-serif; font-size: small;"><span style="font-size: 12px; line-height: 17px;"><span style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: medium;"><span style="font-size: 14px; line-height: normal;"><span style="font-size: 11px; border-collapse: collapse; line-height: 14px; font-family: 'andale mono', times;"><code>git config --global core.editor&amp;nbsp;</code><code>"mate -w"</code></span><br />
 </span></span></span></span></p>
<p><span style="font-size: 12px; color: #555555; line-height: 17px; font-family: arial, helvetica, sans-serif;">For those curious what the -w argument is about, it tells the shell to wait for the mate process to terminate (the file to be saved and closed). Read&nbsp;<a style="color: #2970a6; text-decoration: none; padding: 0px; margin: 0px;" href="http://manual.macromates.com/en/using_textmate_from_terminal.html" target="_blank">this</a>&nbsp;for more information about how to associate TextMate with various other shell scripts and programs.</span></p>
<p><span style="font-size: 12px; line-height: 17px; color: #000000; font-family: arial, helvetica, sans-serif;">Cheers!&nbsp;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.campbellgunn.com/2010/10/how-to-make-git-use-textmate-as-the-default-commit-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook opens the walled garden door to download your data &#8212; Really?</title>
		<link>http://blog.campbellgunn.com/2010/10/facebook-opens-the-walled-garden-door-to-download-your-data-really/</link>
		<comments>http://blog.campbellgunn.com/2010/10/facebook-opens-the-walled-garden-door-to-download-your-data-really/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 01:35:00 +0000</pubDate>
		<dc:creator>Campbell Gunn</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Facebook; research; graphapi]]></category>

		<guid isPermaLink="false">http://blog.campbellgunn.com/2010/10/facebook-opens-the-walled-garden-door-to-download-your-data-really/</guid>
		<description><![CDATA[This was annouced today by FB. http://www.zdnet.com/blog/btl/facebook-opens-the-walled-garden-door-download-your-data/40101 This was some of the response from zdnet. The move is an interesting one. For starters, Facebook&#8217;s move will be well received. Folks may not actually take their information away from Facebook, but they will certainly appreciate the option. By opening up data portability, Facebook is more likely <a href='http://blog.campbellgunn.com/2010/10/facebook-opens-the-walled-garden-door-to-download-your-data-really/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Helvetica; font-size: medium;">This was annouced today by FB.</span><span style="font-family: Helvetica; font-size: medium;"><br />
</span><span style="font-family: Helvetica; font-size: medium;"><br />
</span><span style="font-family: Helvetica; font-size: medium;"><a href="http://www.zdnet.com/blog/btl/facebook-opens-the-walled-garden-door-download-your-data/40101">http://www.zdnet.com/blog/btl/facebook-opens-the-walled-garden-door-download-your-data/40101</a></span></p>
<p><span style="font-family: Helvetica; font-size: medium;"><a href="http://www.zdnet.com/blog/btl/facebook-opens-the-walled-garden-door-download-your-data/40101"></a></span><span style="font-family: Helvetica; font-size: medium;">This was some of the response from zdnet.<br />
</span><span style="font-family: Helvetica; font-size: medium;"><br />
</span><span style="font-size: medium;"><span style="font-family: Verdana, sans-serif; font-size: 12px; color: #252525; line-height: 18px;">
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; border: 0px initial initial;">The move is an interesting one. For starters, Facebook&rsquo;s move will be well received. Folks may not actually take their information away from Facebook, but they will certainly appreciate the option. By opening up data portability, Facebook is more likely to keep people in the fold. Just because a door is open doesn&rsquo;t mean you&rsquo;ll leave.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; border: 0px initial initial;">Other key points:</p>
<ul style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 20px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; border: 0px initial initial;">
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; border: 0px initial initial;">Facebook is also planning an apps dashboard that will highlight applications that have permissions so you can manage them.</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; border: 0px initial initial;">Download you information will verify your identity before moving data via password, confirmation and CAPTCHA. The feature rolls out today.</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; border: 0px initial initial;">Facebook is apparently allowing you to map your social graph to the real-world friend network via an algorithm. Potentially creepy, but could be effective. In a blog post, Zuckerberg&nbsp;<a style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; color: #005399; cursor: pointer; text-decoration: none; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://blog.facebook.com/blog.php?post=434691727130">primarily outlined the new Groups feature</a>.</li>
</ul>
<p></span></span></p>
<p><span style="font-family: helvetica; font-size: medium;">What is interesting here is that all FB has really done is allowed anyone without programming experience to download their data. There were already ways to do this if you were a developer using the GraphAPI. What is going to be interesting is have FB updated the GraphAPI in order streamline this process as well make any new API updates, changes, which developers can then leverage? I will check that out soon as it is part of my research in the data collection phase.</span></p>
<p><span style="font-family: helvetica;"><span style="font-size: medium;">later&#8230;..</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.campbellgunn.com/2010/10/facebook-opens-the-walled-garden-door-to-download-your-data-really/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new design app for the iPad with a difference!</title>
		<link>http://blog.campbellgunn.com/2010/10/a-new-design-app-for-the-ipad-with-a-difference/</link>
		<comments>http://blog.campbellgunn.com/2010/10/a-new-design-app-for-the-ipad-with-a-difference/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 01:30:00 +0000</pubDate>
		<dc:creator>Campbell Gunn</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ipad; design; application]]></category>

		<guid isPermaLink="false">http://blog.campbellgunn.com/2010/10/a-new-design-app-for-the-ipad-with-a-difference/</guid>
		<description><![CDATA[Well looking over my regular design feeds that I read. I came across this application for the iPad. http://www.norgeapps.com/designbrief/ Design Brief helps you &#8220;ask the right questions!&#8221;&#160;Design Brief is a specially targeted app that aids creative professionals put together a great design brief document/agreement for a new design project. Designed for creative professionals to efficiently <a href='http://blog.campbellgunn.com/2010/10/a-new-design-app-for-the-ipad-with-a-difference/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Well looking over my regular design feeds that I read. I came across this application for the iPad.</p>
<p>http://www.norgeapps.com/designbrief/</p>
<p><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; color: #666666;">
<p style="font-size: 15px; line-height: 25px; letter-spacing: -0.03em; padding: 0px; margin: 0px;"><span style="color: #000000;">Design Brief helps you &#8220;ask the right questions!&#8221;&nbsp;</span><br style="padding: 0px; margin: 0px;" /><span style="color: #000000;">Design Brief is a specially targeted app that aids creative professionals put together a great design brief document/agreement for a new design project.</span></p>
<ul style="margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px;">
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 25px; margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; font-size: 15px; line-height: 25px; letter-spacing: -0.03em; background-image: url(http://www.norgeapps.com/designbrief/images/bullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0% 50%; background-repeat: no-repeat no-repeat;"><span style="color: #000000;">Designed for creative professionals to efficiently capture the right information for a great design brief</span></li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 25px; margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; font-size: 15px; line-height: 25px; letter-spacing: -0.03em; background-image: url(http://www.norgeapps.com/designbrief/images/bullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0% 50%; background-repeat: no-repeat no-repeat;"><span style="color: #000000;">Great user experience on iPad</span></li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 25px; margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; font-size: 15px; line-height: 25px; letter-spacing: -0.03em; background-image: url(http://www.norgeapps.com/designbrief/images/bullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0% 50%; background-repeat: no-repeat no-repeat;"><span style="color: #000000;">Fast Information Capturing and easy exporting</span></li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 25px; margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; font-size: 15px; line-height: 25px; letter-spacing: -0.03em; background-image: url(http://www.norgeapps.com/designbrief/images/bullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0% 50%; background-repeat: no-repeat no-repeat;"><span style="color: #000000;">Designed to enhance your business and &#8216;help ask the right questions&#8217;</span></li>
</ul>
<p></span></p>
<p><span style="color: #000000; font-size: medium;"><span style="font-size: 15px; line-height: 25px;">I would be interested in folks who have used this and what they think of it?</span></span></p>
<p><span style="color: #000000; font-size: medium;"><span style="font-size: 15px; line-height: 25px;">Also, I am hoping to see more applications like this for the iPad. I think Apple&#8217;s competitors should look closely at this, as this is what I like about the iPad, that applications are being developed in new and interesting ways that we can use.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.campbellgunn.com/2010/10/a-new-design-app-for-the-ipad-with-a-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UX Fundamentals: Focus</title>
		<link>http://blog.campbellgunn.com/2010/09/ux-fundamentals-focus/</link>
		<comments>http://blog.campbellgunn.com/2010/09/ux-fundamentals-focus/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 01:00:03 +0000</pubDate>
		<dc:creator>Campbell Gunn</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.campbellgunn.com/?p=398</guid>
		<description><![CDATA[This is a great link I found that highlights that less is more. You judge for yourself. UX Fundamentals: Focus Cheers.]]></description>
			<content:encoded><![CDATA[<p>This is a great link I found that highlights that less is more. You judge for yourself.</p>
<p><a href="http://link.brightcove.com/services/player/bcpid89175521001?bctid=90196680001">UX Fundamentals: Focus</a></p>
<p>Cheers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.campbellgunn.com/2010/09/ux-fundamentals-focus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

