<?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>Kristian Lunde &#187; Real Life</title>
	<atom:link href="http://www.klunde.net/category/reallife/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.klunde.net</link>
	<description>www.klunde.net</description>
	<lastBuildDate>Wed, 01 Feb 2012 23:57:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Automated backups with Amazon S3</title>
		<link>http://www.klunde.net/2011/05/21/automated-backups-to-amazon-s3/</link>
		<comments>http://www.klunde.net/2011/05/21/automated-backups-to-amazon-s3/#comments</comments>
		<pubDate>Sat, 21 May 2011 21:04:20 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Real Life]]></category>
		<category><![CDATA[amazonS3]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[jetS3t]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=557</guid>
		<description><![CDATA[I recently decided that I my half hearted backups to an external drive wasn&#8217;t really good enough, so I started to look at alternatives. Note, this howto is for Mac and *nix system, if you need a windows version please try to google it. I tried Crash plan, considered a extended dropbox plan but none [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.klunde.net%2F2011%2F05%2F21%2Fautomated-backups-to-amazon-s3%2F" onclick="urchinTracker('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.klunde.net_2F2011_2F05_2F21_2Fautomated-backups-to-amazon-s3_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.klunde.net%2F2011%2F05%2F21%2Fautomated-backups-to-amazon-s3%2F&amp;source=kristianlunde&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I recently decided that I my half hearted backups to an external drive wasn&#8217;t really good enough, so I started to look at alternatives. </p>
<p>Note, this howto is for Mac and *nix system, if you need a windows version please try to <a href="http://www.google.no/search?q=automated+backup+to+amazon+s3+windows" onclick="urchinTracker('/outgoing/www.google.no/search?q=automated+backup+to+amazon+s3+windows&amp;referer=');">google it</a>. </p>
<p>I tried <a href="http://www.crashplan.com/" onclick="urchinTracker('/outgoing/www.crashplan.com/?referer=');">Crash plan</a>, considered a extended <a href="http://www.dropbox.com/" onclick="urchinTracker('/outgoing/www.dropbox.com/?referer=');">dropbox</a> plan but none of them seemed like the correct solution (still I love dropbox, its a great app). I ended up registering an Amazon S3 account. </p>
<p>After a quick google search I found this brilliant little blog post <a href="http://smv.unige.ch/members/risoldi/otherdocs/using-amazon-s3-for-personal-backups" onclick="urchinTracker('/outgoing/smv.unige.ch/members/risoldi/otherdocs/using-amazon-s3-for-personal-backups?referer=');">&#8220;Using Amazon S3 for personal backups&#8221;</a> which describe how to use <a href="http://jets3t.s3.amazonaws.com/downloads.html" onclick="urchinTracker('/outgoing/jets3t.s3.amazonaws.com/downloads.html?referer=');">jetS3t</a> to semi automate the synchronization of the iPhoto library on a Mac OSX. </p>
<p>I am not going to repeat the instructions found on the <a href="http://smv.unige.ch/members/risoldi/otherdocs/using-amazon-s3-for-personal-backups" onclick="urchinTracker('/outgoing/smv.unige.ch/members/risoldi/otherdocs/using-amazon-s3-for-personal-backups?referer=');">&#8220;Using Amazon S3 for personal backups&#8221;</a> blog post, I did however have to do a few minor tweaks to get it to work, I also extended the functionality slightly, to enable a fully automated backup solution. </p>
<p>JetS3t has had a few releases since the <a href="http://smv.unige.ch/members/risoldi/otherdocs/using-amazon-s3-for-personal-backups" onclick="urchinTracker('/outgoing/smv.unige.ch/members/risoldi/otherdocs/using-amazon-s3-for-personal-backups?referer=');">&#8220;Using Amazon S3 for personal backups&#8221;</a> article was written, I downloaded <a href="http://jets3t.s3.amazonaws.com/downloads.html" onclick="urchinTracker('/outgoing/jets3t.s3.amazonaws.com/downloads.html?referer=');">jets3t-0.8.1.zip</a>.  Adding the link of the jetS3t directory to the path in .profile didn&#8217;t work for me (I&#8217;m on Mac osX 10.6), so I added it to my .bash_profile file. You can find .bash_profile in /Users/<em>YOUR-USERNAME</em>/, you&#8217;ll have to replace <em>YOUR-USERNAME</em> with your proper username of course. Other than that I followed the examples in <a href="http://smv.unige.ch/members/risoldi/otherdocs/using-amazon-s3-for-personal-backups" onclick="urchinTracker('/outgoing/smv.unige.ch/members/risoldi/otherdocs/using-amazon-s3-for-personal-backups?referer=');">&#8220;Using Amazon S3 for personal backups&#8221;</a>.</p>
<p>Once that was in place and worked properly I started to add some custom scripts.</p>
<p>1. Create a scripts directory in your home directory<br />
2. Create a logs directory in the scripts directory</p>
<div class="geshi no bash">
<ol>
<li class="li1">
<div class="de1">&nbsp;<span class="kw3">cd</span> </div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">mkdir</span> scripts</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">mkdir</span> scripts<span class="sy0">/</span>logs</div>
</li>
</ol>
</div>
<p>2. Navigate to your scripts directory and create a amazon-s3-backup.sh file. </p>
<div class="geshi no bash">
<ol>
<li class="li1">
<div class="de1"><span class="kw3">cd</span> scripts</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">touch</span> amazon-s3-backup.<span class="kw2">sh</span></div>
</li>
</ol>
</div>
<p>3. Use your favourite text editor  to add the following code to the script</p>
<div class="geshi no bash">
<ol>
<li class="li1">
<div class="de1"><span class="co0">#!/bin/bash</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="co0">#Backup iPhoto</span></div>
</li>
<li class="li1">
<div class="de1">synchronize.<span class="kw2">sh</span> UP YOUR-IPHOTO-BUCKET <span class="sy0">/</span>Users<span class="sy0">/</span>YOUR-USERNAME<span class="sy0">/</span>Pictures<span class="sy0">/</span>iPhoto\ Library <span class="sy0">&gt;&gt;</span> logs<span class="sy0">/</span>amazon-s3-iphoto-backup.log</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="co0">#Backup Documents</span></div>
</li>
<li class="li1">
<div class="de1">synchronize.<span class="kw2">sh</span> UP YOUR-DOCUMENTS-BUCKET <span class="sy0">/</span>Users<span class="sy0">/</span>YOUR-USERNAME<span class="sy0">/</span>Documents <span class="sy0">&gt;&gt;</span> logs<span class="sy0">/</span>amazon-s3-document-backup.log</div>
</li>
</ol>
</div>
<p>Replace <em>YOUR-IPHOTO-BUCKET</em> with the amazon S3 bucket you want to use, and replace <em>YOUR-USERNAME</em> with your username on your mac or *nix system. We pipe the output from the sync process to files in the logs directory, one log file for the iphoto and one log file for the documents process.</p>
<p>4. Edit your crontab. The crontab is a file where you can add files that you want to automatically execute on a regular basis. </p>
<div class="geshi no bash">
<ol>
<li class="li1">
<div class="de1">crontab -e</div>
</li>
</ol>
</div>
<p>5. Add the script to your crontab, I&#8217;ve chosen to run it once a week at 20:00 every Sunday, which is expressed by (0 20 * * 0). </p>
<div class="geshi no bash">
<ol>
<li class="li1">
<div class="de1">&nbsp;<span class="nu0">0</span> <span class="nu0">20</span> <span class="sy0">*</span> &nbsp;<span class="sy0">*</span> <span class="nu0">0</span> <span class="sy0">/</span>Users<span class="sy0">/&lt;</span>em<span class="sy0">&gt;</span>YOUR-USERNAME<span class="sy0">&lt;/</span>em<span class="sy0">&gt;/</span>scripts<span class="sy0">/</span>amazon-s3-backup.<span class="kw2">sh</span></div>
</li>
</ol>
</div>
<p>6. Save your cronjob</p>
<p>There you go, now you&#8217;ll backup your iPhoto library and Documents every Sunday at 20:00 as long as your computer is turned on and online. You can of course tweak when and how often you want to sync to Amazon S3, you can read more about scheduling cron jobs at <a href="http://en.wikipedia.org/wiki/Cron" onclick="urchinTracker('/outgoing/en.wikipedia.org/wiki/Cron?referer=');">wikipedia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2011/05/21/automated-backups-to-amazon-s3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Reviewing &#8220;PHP 5 Social Networking&#8221;</title>
		<link>http://www.klunde.net/2011/02/08/reviewing-php-5-social-networking/</link>
		<comments>http://www.klunde.net/2011/02/08/reviewing-php-5-social-networking/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 12:51:49 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Real Life]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=544</guid>
		<description><![CDATA[Packt Publishing has asked me to review Michael Peacocks &#8220;PHP 5 Social Networking&#8221; something I&#8217;ve happily agreed to do. I am expecting to receive the book soon and look forward to read it. Social networks and PHP is something I&#8217;ve worked quite a bit with and I am interested to see Michaels take on this [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.klunde.net%2F2011%2F02%2F08%2Freviewing-php-5-social-networking%2F" onclick="urchinTracker('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.klunde.net_2F2011_2F02_2F08_2Freviewing-php-5-social-networking_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.klunde.net%2F2011%2F02%2F08%2Freviewing-php-5-social-networking%2F&amp;source=kristianlunde&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.packtpub.com/" onclick="urchinTracker('/outgoing/www.packtpub.com/?referer=');">Packt Publishing</a> has asked me to review Michael Peacocks &#8220;<a href="https://www.packtpub.com/php-create-powerful-dynamic-social-networking-website/book" onclick="urchinTracker('/outgoing/www.packtpub.com/php-create-powerful-dynamic-social-networking-website/book?referer=');">PHP 5 Social Networking</a>&#8221; something I&#8217;ve happily agreed to do. I am expecting to receive the book soon and look forward to read it. Social networks and PHP is something I&#8217;ve worked quite a bit with and I am interested to see Michaels take on this topic.</p>
<p>I&#8217;ll be posting the review as soon as I&#8217;ve finished the book. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2011/02/08/reviewing-php-5-social-networking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lunde Development &#8211; In Business</title>
		<link>http://www.klunde.net/2010/10/05/lunde-development-in-business/</link>
		<comments>http://www.klunde.net/2010/10/05/lunde-development-in-business/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 08:54:04 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Real Life]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=530</guid>
		<description><![CDATA[Say hi to Lunde Development. The 3rd of August 2010 was the first official day of my own company, Lunde Development. I had at that point already been working with the company ideas and proposals for a while and was able to hit the ground running with my first project already secured. Since then I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.klunde.net%2F2010%2F10%2F05%2Flunde-development-in-business%2F" onclick="urchinTracker('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.klunde.net_2F2010_2F10_2F05_2Flunde-development-in-business_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.klunde.net%2F2010%2F10%2F05%2Flunde-development-in-business%2F&amp;source=kristianlunde&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Say hi to Lunde Development.</p>
<p>The 3rd of August 2010 was the first official day of my own company, Lunde Development. I had at that point already been working with the company ideas and proposals for a while and was able to hit the ground running with my first project already secured. Since then I&#8217;ve had several cool clients such as <a href="http://www.hoverstate.com" onclick="urchinTracker('/outgoing/www.hoverstate.com?referer=');">hoverState</a> a high-end US based digital agency, the Newcastle based software company <a href="http://www.band-x.org" onclick="urchinTracker('/outgoing/www.band-x.org?referer=');">Band-X</a> and <a href="http://www.sharperecruitment.co.uk/" onclick="urchinTracker('/outgoing/www.sharperecruitment.co.uk/?referer=');">Sharpe Recruitment</a> a recruitment agency in Newcastle. You can read more about these projects on my <a href="http://www.kristianlunde.com/en/portfolio" onclick="urchinTracker('/outgoing/www.kristianlunde.com/en/portfolio?referer=');">portfolio page</a>.</p>
<p>The future looks bright for Lunde Development and I enjoy every second of running my own business, it is challenging, I learn so much and most important of all, it is fun. </p>
<p>Please check out <a href="http://www.kristianlunde.com" onclick="urchinTracker('/outgoing/www.kristianlunde.com?referer=');">http://www.kristianlunde.com</a>. </p>
<p>You know where to go if you need a new web site, a piece of software or consultancy <img src='http://www.klunde.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2010/10/05/lunde-development-in-business/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The big move</title>
		<link>http://www.klunde.net/2010/06/19/the-big-move/</link>
		<comments>http://www.klunde.net/2010/06/19/the-big-move/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 18:00:48 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
				<category><![CDATA[Real Life]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[Newcastle]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=509</guid>
		<description><![CDATA[There is a lot of things going right now. We (@ramonahz, my daughter and myself) have decided to move back to Norway. We have thought about this for a while now and finally made the decision a few weeks ago. The main reason for moving back is that we want to be closer to our [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.klunde.net%2F2010%2F06%2F19%2Fthe-big-move%2F" onclick="urchinTracker('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.klunde.net_2F2010_2F06_2F19_2Fthe-big-move_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.klunde.net%2F2010%2F06%2F19%2Fthe-big-move%2F&amp;source=kristianlunde&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There is a lot of things going right now. We (<a href="http://www.twitter.com/ramonahz" onclick="urchinTracker('/outgoing/www.twitter.com/ramonahz?referer=');">@ramonahz</a>, my daughter and myself) have decided to move back to Norway. We have thought about this for a while now and finally made the decision a few weeks ago. The main reason for moving back is that we want to be closer to our family, and not restrict our daughter to only see her grandparents a few times a year.</p>
<p>The move has affected my work slightly, I have resigned from my position at MySapient LTD and are now looking to do some freelance work from Norway. I also have a few other interesting things coming up, but I&#8217;ll leave that for a later blog post.</p>
<p>We have already started the process of moving back, and we&#8217;ll be leaving Newcastle and the UK on the 26th of July. We have spent almost 2 years in Newcastle, I have met some amazing people during these past two years, made some good friends and worked for two really cool companies. I am really going to miss living here, but hey, I&#8217;ll be back to visit soon.</p>
<p>Arrivederci Newcastle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2010/06/19/the-big-move/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Amazon Frenzy</title>
		<link>http://www.klunde.net/2009/09/24/amazon-frenzy/</link>
		<comments>http://www.klunde.net/2009/09/24/amazon-frenzy/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 20:29:36 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Real Life]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=383</guid>
		<description><![CDATA[The other day I had a frenzy at amazon and ordered quite a few books I have had on my shopping list. The books are of course all computer and web related. The books I ordered was: Building Scalable Web Sites by Cal Henderson High Performance MySQL JavaScript: The Good Parts by Douglas Crockford Don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.klunde.net%2F2009%2F09%2F24%2Famazon-frenzy%2F" onclick="urchinTracker('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.klunde.net_2F2009_2F09_2F24_2Famazon-frenzy_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.klunde.net%2F2009%2F09%2F24%2Famazon-frenzy%2F&amp;source=kristianlunde&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The other day I had a frenzy at amazon and ordered quite a few books I have had on my shopping list. The books are of course all computer and web related. The books I ordered was:</p>
<ul>
<li>
<a href="http://www.amazon.co.uk/exec/obidos/ASIN/0596102356/ref=ox_ya_oh_product" onclick="urchinTracker('/outgoing/www.amazon.co.uk/exec/obidos/ASIN/0596102356/ref=ox_ya_oh_product?referer=');">Building Scalable Web Sites</a> by <a href="http://www.iamcal.com/" onclick="urchinTracker('/outgoing/www.iamcal.com/?referer=');">Cal Henderson</a>
</li>
<li>
<a href="http://www.amazon.co.uk/exec/obidos/ASIN/0596101716/ref=ox_ya_oh_product" onclick="urchinTracker('/outgoing/www.amazon.co.uk/exec/obidos/ASIN/0596101716/ref=ox_ya_oh_product?referer=');">High Performance MySQL</a>
</li>
<li>
<a href="http://www.amazon.co.uk/exec/obidos/ASIN/0596517742/ref=ox_ya_oh_product" onclick="urchinTracker('/outgoing/www.amazon.co.uk/exec/obidos/ASIN/0596517742/ref=ox_ya_oh_product?referer=');">JavaScript: The Good Parts</a> by <a href="http://www.crockford.com/" onclick="urchinTracker('/outgoing/www.crockford.com/?referer=');">Douglas Crockford</a></li>
<li><a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321344758/ref=ox_ya_oh_product" onclick="urchinTracker('/outgoing/www.amazon.co.uk/exec/obidos/ASIN/0321344758/ref=ox_ya_oh_product?referer=');">Don&#8217;t Make Me Think!: A Common Sense Approach to Web Usability</a> by <a href="http://www.sensible.com/about.html" onclick="urchinTracker('/outgoing/www.sensible.com/about.html?referer=');">Steve Krug</a>
</li>
<li><a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321503619/ref=ox_ya_oh_product" onclick="urchinTracker('/outgoing/www.amazon.co.uk/exec/obidos/ASIN/0321503619/ref=ox_ya_oh_product?referer=');">Cocoa Programming for Mac OS X</a> by <a href="http://en.wikipedia.org/wiki/Aaron_Hillegass" onclick="urchinTracker('/outgoing/en.wikipedia.org/wiki/Aaron_Hillegass?referer=');">Aaron Hillegass</a>
</li>
</ul>
<p>
I am halfway through the building scalable web sites and it is really good, even if you are a seasoned web developer I think you can learn quite a bit from it. I have also started to read the MySQL book and can&#8217;t wait to learn more about database replication, that is something I really want to find out more about. The &#8220;Don&#8217;t make me think&#8221; book will hopefully assist me on building more user friendly web sites, and hopefully the javascript book(still in the mail) will help me to brush up my js skills.
</p>
<p>
The Cocoa book was on sale, and you never know when you have to do a bit of programming for a mac <img src='http://www.klunde.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2009/09/24/amazon-frenzy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello mySapient</title>
		<link>http://www.klunde.net/2009/08/08/hello-mysapient/</link>
		<comments>http://www.klunde.net/2009/08/08/hello-mysapient/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 14:46:12 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
				<category><![CDATA[Real Life]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=336</guid>
		<description><![CDATA[It has been a couple of weeks since my last update and a lot has happened since then. I was very much in doubt of what I should do in my last blog post. I had the choice of starting up my own company or to join a company. I chose to go for the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.klunde.net%2F2009%2F08%2F08%2Fhello-mysapient%2F" onclick="urchinTracker('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.klunde.net_2F2009_2F08_2F08_2Fhello-mysapient_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.klunde.net%2F2009%2F08%2F08%2Fhello-mysapient%2F&amp;source=kristianlunde&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>It has been a couple of weeks since my last update and a lot has happened since then. I was very much in doubt of what I should do in my last blog post. I had the choice of starting up my own company or to join a company. I chose to go for the latter one and join a company called mySapient, I have already spent a week with them and I am really looking forward to work with these guys. mySapient is a relatively new company, which are developing 3D online games, I am however not hired to do 3D development but rather to work with their web applications.  We are at the moment 4 game developers and me, doing the web stuff. It is great fun and it is really interesting to learn about online gaming and 3D games.</p>
<p>So, why did I choose to go for mySapient? I spoke so warmly about freelancing and setting up my own company. Well, it was no easy choice to make, I had met a some really good freelancers which I could have had the chance to work with, they had this spark and enthusiasm, and I was really tempted to join forces with them. Still there are so many uncertainties running your own company or working freelance, and having a family to support I chose to go down the safe route with a set income.  It was however not just the safety of working in mySapient that lead me to them, all the employees I met had the energy and spark which I am looking for. I also find it very interesting to work with people in a very different sector of computing than myself. I learn so much, and look forward to learn about gaming and their development processes. We have already discovered several practices that are common both for the web world and the gaming world, interesting stuff.</p>
<p><strong>I would like to thank all of you for your support and assistance, it has been highly appreciated.<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2009/08/08/hello-mysapient/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moving on &#8211; looking into the future</title>
		<link>http://www.klunde.net/2009/07/25/moving-on-looking-in-to-the-future/</link>
		<comments>http://www.klunde.net/2009/07/25/moving-on-looking-in-to-the-future/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 19:14:00 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
				<category><![CDATA[Real Life]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=328</guid>
		<description><![CDATA[I resigned from my position at Orange Bus this week as you probably already know, and I thought I would keep you updated on what I am up to now. This has been a very hectic week, I have had several interviews and talked to a lot of interesting people. I have pretty much been [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.klunde.net%2F2009%2F07%2F25%2Fmoving-on-looking-in-to-the-future%2F" onclick="urchinTracker('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.klunde.net_2F2009_2F07_2F25_2Fmoving-on-looking-in-to-the-future_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.klunde.net%2F2009%2F07%2F25%2Fmoving-on-looking-in-to-the-future%2F&amp;source=kristianlunde&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I resigned from my position at Orange Bus this week as you probably already know, and I thought I would keep you updated on what I am up to now. This has been a very hectic week, I have had several interviews and talked to a lot of interesting people. I have pretty much been running in meetings, talking, sending and answering emails and using twitter. Twitter has proven to be a brilliant tool I am surprised by all the response I got through twitter when I posted the message about my resignation.</p>
<p>At the moment I am looking into two possible permanent jobs, both seem interesting but I am not at all sure that this is the way I want to go. What I have discovered the past few days is that there is a lot of good ideas out there, these ideas need to be developed, they need technical assistance and a lot of them need more than just the technical assistance. They need partnerships, they need to team up with someone and work together.</p>
<p>I have also seen that the freelancers in Newcastle are piled down in work, they have so much to do that they don&#8217;t know how to get it all done in time. These things have caught my attention, all the freelancers I have spoken to and all the people with the great ideas have this spark, glow and enthusiasm I have talked so much about. They love what they are doing and they really believe in their ideas or products. They are the kind of people I would like to work with, and I am at the moment looking into starting up my own company. I know there is enough work out there, and I believe that I can make a difference and help and assist some of these people.</p>
<p>Walking a path without knowing where it ends up is very interesting and I am sure this will lead me to the right place. I look forward to the coming weeks and I am loving every minute of this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2009/07/25/moving-on-looking-in-to-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going our separate ways</title>
		<link>http://www.klunde.net/2009/07/22/going-our-separate-ways/</link>
		<comments>http://www.klunde.net/2009/07/22/going-our-separate-ways/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 17:30:37 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
				<category><![CDATA[Real Life]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=314</guid>
		<description><![CDATA[Yesterday (21 July 2009) I chose to resign from my position in Orange Bus. It was a very difficult decision to take, because I like the company and I like the people working there. I do however believe I took the right decision, it was something I had been thinking about for quite a while. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.klunde.net%2F2009%2F07%2F22%2Fgoing-our-separate-ways%2F" onclick="urchinTracker('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.klunde.net_2F2009_2F07_2F22_2Fgoing-our-separate-ways_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.klunde.net%2F2009%2F07%2F22%2Fgoing-our-separate-ways%2F&amp;source=kristianlunde&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Yesterday (21 July 2009) I chose to resign from my position in<a href="http://www.orangebus.co.uk" onclick="urchinTracker('/outgoing/www.orangebus.co.uk?referer=');"> Orange Bus</a>. It was a very difficult decision to take, because I like the company and I like the people working there. I do however believe I took the right decision, it was something I had been thinking about for quite a while.</p>
<p>The most frequent question I have been asked the last 24 hours is: </p>
<p>Why did you resign from Orange Bus?&#8230;. I thought Orange Bus was a good place to work. </p>
<p>First of all I would like to say that YES!! Orange Bus is a good place to work. I have nothing bad to say about Orange Bus, they are a innovative and experienced web agency, have a brilliant team, and provide their customers with smart and solid web solutions. </p>
<p>My reason for resigning is much more personal, I have the last 4 months been seeing my enthusiasm and &#8220;spark&#8221; disappear bit by bit. This has scared me tremendously, because without my &#8220;spark&#8221; without that enthusiasm I am no longer a good  developer and my creativity are not what it should be without it the &#8220;spark&#8221;. I spent a while trying to figure out why this was happening, and it took me some time before I found the problem.</p>
<p>I did not do what I am best at and likes to do the most, designing the architectural layout of software and develop in a way I enjoy. Drupal which is the main development platform in Orange Bus is a very good CMS (Content Management System) and I hugely respect it and the people behind it. I do however feel that this is not a platform I am very comfortable with. This is purely a personal preference. </p>
<p>To resign from a job without having a new job might seem idiotic in the current economical climate, but I honestly believe this was the best to do both for myself and for Orange Bus, neither of us would benefit from me staying. I am confident that I will find a new job and I look forward to talking it on. I have already had a few interviews and talked with some interesting people. I have a few ideas I would really like to see put to life, so I might set up my own company back in Norway. If and when that happens I will make sure to let you know. For now I will stay in Newcastle and see what happens.</p>
<p>There is no hard feelings between myself and Orange Bus, I have had a very good time there and I have learned a lot, I wish them all the best in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2009/07/22/going-our-separate-ways/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The revolution</title>
		<link>http://www.klunde.net/2009/01/22/the-revolution/</link>
		<comments>http://www.klunde.net/2009/01/22/the-revolution/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 22:46:19 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Real Life]]></category>
		<category><![CDATA[Iphone]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=248</guid>
		<description><![CDATA[I have experienced a revolution the last week. Last Wednesday I was provided with a new phone by my employer Orange Bus, it was an&#8230;&#8230;. Iphone. I never really understood the big thing with the Iphone, until now, my requirements and expectations from a phone so far has been calling, and sending and receiving text [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.klunde.net%2F2009%2F01%2F22%2Fthe-revolution%2F" onclick="urchinTracker('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.klunde.net_2F2009_2F01_2F22_2Fthe-revolution_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.klunde.net%2F2009%2F01%2F22%2Fthe-revolution%2F&amp;source=kristianlunde&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have experienced a revolution the last week. Last Wednesday I was provided with a new phone by my employer <a href="http://www.orangebus.co.uk" onclick="urchinTracker('/outgoing/www.orangebus.co.uk?referer=');">Orange Bus</a>, it was an&#8230;&#8230;. Iphone. </p>
<p>I never really understood the big thing with the Iphone, until now, my requirements and expectations from a phone so far has been calling, and sending and receiving text messages. So as you might imagine getting an Iphone was quite a revolution for me, and it have changed my entire understanding of a mobile device, and I am tempted to say that it actually have changed my life to some extent. </p>
<p>Now I am surfing with my (I)phone, I read my emails, I listen to podcasts,  check the weather reports, I find directions and I watch youtube videos!?! I am also using it to the regular things like calling and text messaging of course.</p>
<p>I have had other phones before which had wlan, a decent browser and a couple of GB of memory but their user interface and screen size have not been appealing enough for real usage. </p>
<p>I have to hand it to Apple, that is one piece of craftsmanship they have created.</p>
<p>Thank you Apple for revolutionizing my mobile world. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2009/01/22/the-revolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My car is for sale</title>
		<link>http://www.klunde.net/2008/10/16/my-car-is-for-sale/</link>
		<comments>http://www.klunde.net/2008/10/16/my-car-is-for-sale/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 21:29:04 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Real Life]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=123</guid>
		<description><![CDATA[Since I am moving to the UK, I do not need a car in Norway anymore, and I am therefore selling my car. See the full ad in finn.no (in Norwegian): http://www.finn.no/finn/car/object?finnkode=15172038]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.klunde.net%2F2008%2F10%2F16%2Fmy-car-is-for-sale%2F" onclick="urchinTracker('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.klunde.net_2F2008_2F10_2F16_2Fmy-car-is-for-sale_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.klunde.net%2F2008%2F10%2F16%2Fmy-car-is-for-sale%2F&amp;source=kristianlunde&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Since I am moving to the UK, I do not need a car in Norway anymore, and I am therefore selling my car. </p>
<p>See the full ad in finn.no (in Norwegian):</p>
<p><a href="http://www.finn.no/finn/car/object?finnkode=15172038" onclick="urchinTracker('/outgoing/www.finn.no/finn/car/object?finnkode=15172038&amp;referer=');">http://www.finn.no/finn/car/object?finnkode=15172038</a></p>
<p><a href="http://www.klunde.net/wp-content/uploads/2008/10/img_8417.jpg"><img src="http://www.klunde.net/wp-content/uploads/2008/10/img_8417-300x189.jpg" alt="" title="Passat 1.9 TDI" width="300" height="189" class="alignnone size-medium wp-image-178" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2008/10/16/my-car-is-for-sale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

