<?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>Vast Life</title>
	<atom:link href="http://vastlife.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://vastlife.net</link>
	<description>A personal website about my passion for anything IT related, with focus on UNIX systems.</description>
	<lastBuildDate>Wed, 23 Nov 2011 01:03:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Moving your iTunes media library without losing its metadata</title>
		<link>http://vastlife.net/tech/moving-your-itunes-media-library-without-losing-its-meta-data/</link>
		<comments>http://vastlife.net/tech/moving-your-itunes-media-library-without-losing-its-meta-data/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 00:47:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://vastlife.net/?p=435</guid>
		<description><![CDATA[It&#8217;s always painfully annoying when your hard drive dies on you (especially if you haven&#8217;t made any backup). This just happened to poor me. :&#8217;( Fortunately enough, I have got into the habit of making weekly backups of everything I &#8230; <a href="http://vastlife.net/tech/moving-your-itunes-media-library-without-losing-its-meta-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://vastlife.net/wp-content/uploads/2011/07/About-iTunes.png"><img class="size-full wp-image-443 alignnone" style="border: 0pt none;" title="iTunes" src="http://vastlife.net/wp-content/uploads/2011/07/About-iTunes.png" alt="iTunes about window" width="680" height="377" /></a></p>
<p>It&#8217;s always painfully annoying when your hard drive dies on you (especially if you haven&#8217;t made any backup). This just happened to poor me. :&#8217;( Fortunately enough, I have got into the habit of making weekly backups of everything I have. In other words, I didn&#8217;t lose any data at all. This should be a lesson to all of you who doesn&#8217;t <span style="text-decoration: underline;">back up your important files</span>!</p>
<p>Anyway, I therefore needed to move my iTunes library to a new drive. It turned out that there is no easy way of doing so, especially if you haven&#8217;t selected the option in iTunes to &#8220;keep iTunes media folder organized&#8221;. I didn&#8217;t want to lose all the metadata (ratings, plays etc.), so I tried to find an alternative way. I eventually found a method after digging around in forums (pretty hard to find) which worked out alright in the end, involving modifying all the paths in the iTunes XML database file.</p>
<ol>
<li>First of all, just in case something goes wrong, backup your iTunes library data (make sure iTunes is closed before doing so). These files can be found in &lt;user-folder&gt;\My Music\iTunes+ for Windows, or in <em>/Users/&lt;username&gt;/Music/iTunes</em> for Mac.<a href="http://vastlife.net/wp-content/uploads/2011/07/iTunes3.png"><img class="alignnone size-full wp-image-444" title="iTunes library files" src="http://vastlife.net/wp-content/uploads/2011/07/iTunes3.png" alt="iTunes library files" width="535" height="322" /></a></li>
<li>Move your media library to the new location if you haven&#8217;t already done so.</li>
<li>Start iTunes and select &#8220;File -&gt; Library -&gt; Export Library&#8221; in order to export your library XML database file. Save it wherever you want, e.g. on your Desktop. Close iTunes when you&#8217;re done.<a href="http://vastlife.net/wp-content/uploads/2011/07/iTunes1.png"><img class="size-full wp-image-445 alignnone" title="Export library" src="http://vastlife.net/wp-content/uploads/2011/07/iTunes1.png" alt="Export your XML library" width="511" height="329" /></a></li>
<li>Open Library.xml in a text editor in which you have a <span style="text-decoration: underline;">&#8220;find and replace&#8221;</span> function. Notepad in Windows is not good enough for this purpose, I would instead recommend Notepad++. On Mac OS X, TextEdit would work fine for this purpose, but only if it is set to plain text mode (not RTF mode). The point is that you need a <span style="text-decoration: underline;">plain text editor</span>.<a href="http://vastlife.net/wp-content/uploads/2011/07/Library.xml_.png"><img class="alignnone size-full wp-image-446" title="Library.xml" src="http://vastlife.net/wp-content/uploads/2011/07/Library.xml_.png" alt="" width="509" height="282" /></a></li>
<li>If the only thing that changed when you moved your files is the drive name (Mac) or the drive letter (Windows), then do a find and replace and change the old drive name to the new name. For example, &#8220;wdDrive&#8221; -&gt; &#8220;LacieDrive&#8221;.</li>
<li>This will take a few minutes depending on the size of your media library. Make sure to save when finished.</li>
<li>Now, open up iTunes and delete all the files, which you moved to another location, from iTunes. You can do this by selecting them and then right-clicking on them and choosing delete. If prompted, make sure to select the option for keeping them.</li>
<li>After deletion, import the previously modified Library.xml by selecting &#8220;File -&gt; Library -&gt; Import Playlist&#8221;. Depending on the size this can take a long time. In my case it took about 15 min.<a href="http://vastlife.net/wp-content/uploads/2011/07/iTunes2.png"><img class="size-full wp-image-447 alignnone" title="Import Library.xml" src="http://vastlife.net/wp-content/uploads/2011/07/iTunes2.png" alt="Import Library.xml back into iTunes" width="483" height="330" /></a></li>
<li>Done. Check so that everything turned out fine by playing some of the songs.</li>
</ol>
<p>It seems like Apple should provide an easier way to do such an essential task as updating your file paths after moving your media library. Hard drives die all the time, right!</p>
]]></content:encoded>
			<wfw:commentRss>http://vastlife.net/tech/moving-your-itunes-media-library-without-losing-its-meta-data/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Remap a broken key</title>
		<link>http://vastlife.net/tech/remap-a-broken-key/</link>
		<comments>http://vastlife.net/tech/remap-a-broken-key/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 15:24:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[remapping]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://vastlife.wordpress.com/?p=393</guid>
		<description><![CDATA[I recently had to fix a broken space key on the keyboard of a netbook. My first thought was to remove and check the broken key to check if it could be fixed. I found a temporary solution by increasing &#8230; <a href="http://vastlife.net/tech/remap-a-broken-key/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://vastlife.net/wp-content/uploads/2011/02/remap_space2.jpg"><img class="aligncenter size-full wp-image-411" title="remap_space" src="http://vastlife.net/wp-content/uploads/2011/02/remap_space2.jpg" alt="Remapping of space key" width="394" height="108" /></a>I recently had to fix a broken space key on the keyboard of a netbook. My first thought was to remove and check the broken key to check if it could be fixed. I found a temporary solution by increasing the pressure on it, but it just helped for a short time. Then I realized that it was of course possible to simply remap the key to another key which would probably never be used.<br />
The system was fortunately Ubuntu, so with the power of the terminal at my hands it was not very difficult.<br />
To remap it temporarily, you first need to run the following command.</p>
<pre>xev</pre>
<p>Remember or write down the key code being showed when pressing the key you want to remap to. In my case I wanted to use the key just next to the space key &#8211; <em>keycode 102</em>.<br />
After finding the information with <em>xev</em>, you have to use the command xmodmap.</p>
<pre>xmodmap -e 'keycode 102=space'</pre>
<p>That&#8217;s it! Now you have two space keys; the broken one and the new one.</p>
<p>If you restart at this point the changes you made will be lost. You therefore need to make a shell script and make it run at start-up.</p>
<pre>#!/etc/bash

xmodmap -e 'keycode 102=space'</pre>
<p>Save this to whatever folder and file name you prefer (for example ~/scripts/remap_space.sh). You thereafter have to make it executable.</p>
<pre>chmod u+x remap_space.sh</pre>
<p>There&#8217;s many places where you can put your start-up scripts, it all depends on your distribution. One place that usually works is /etc/rc.local. Edit the file by using the following command (this depends on your distro and which applications you have installed).</p>
<p><a href="http://vastlife.net/wp-content/uploads/2011/02/rc.jpg"><img class="size-full wp-image-402 aligncenter" title="rc" src="http://vastlife.net/wp-content/uploads/2011/02/rc.jpg" alt="rc.local script" width="398" height="166" /></a></p>
<pre>sudo vim /etc/rc.local</pre>
<p>or if you prefer the simpler text editor nano</p>
<pre>sudo nano /etc/rc.local</pre>
<p>Add the following to the end of rc.local.</p>
<pre>exec /PATH TO YOUR SCRIPT/script.sh</pre>
<p>for example</p>
<pre>exec ~/scripts/remap_space.sh</pre>
<p>Now you can restart your computer without the remapping disappearing.</p>
]]></content:encoded>
			<wfw:commentRss>http://vastlife.net/tech/remap-a-broken-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That&#039;s awesome!</title>
		<link>http://vastlife.net/tech/thats-awesome/</link>
		<comments>http://vastlife.net/tech/thats-awesome/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 16:05:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[window manager]]></category>

		<guid isPermaLink="false">http://vastlife.wordpress.com/?p=379</guid>
		<description><![CDATA[Awesome could best be described by one word ‒ Awesome. I was never very fond of this slightly adolescent word used heavily by characters similar to Kelly from The Office. Nevertheless, I have come to change my mind lately, due &#8230; <a href="http://vastlife.net/tech/thats-awesome/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://vastlife.net/wp-content/uploads/2010/11/myawesomewm.jpg"><img class="aligncenter size-medium wp-image-385" title="myawesomeWM" src="http://vastlife.net/wp-content/uploads/2010/11/myawesomewm.jpg?w=300" alt="my desktop" width="300" height="175" /></a></p>
<p><a href="http://vastlife.net/wp-content/uploads/2010/11/myawesomewm.jpg"></a>Awesome could best be described by one word ‒ Awesome. I was never very fond of this slightly adolescent word used heavily by characters similar to Kelly from <a href="http://en.wikipedia.org/wiki/The_office_us">The Office</a>. Nevertheless, I have come to change my mind lately, due to my entry into a new and exciting world consisting of tiling window managers. They always seemed a bit too hackerish, strange, and difficult to use for my taste in the past, but having used the tiling window manager named Awesome for just 4 days has made me completely change my mind on this point.</p>
<p>It truly is awesome! Blazingly fast, even compared to my previous choice of a quite ascetic and light weight window manager; <a href="http://openbox.org/">Openbox</a>, and way more efficient and fun than anything else I&#8217;ve used in the past. There is, however, a steep learning curve and you are required to spend some time learning and studying all the necessary keyboard shortcuts and also how to create a pop-up menu, your own shortcuts, auto-start of programs etc., by using the programming language Lua.</p>
<p>Tiling window managers work in a quite different way from standard floating window managers. It&#8217;s purpose is to enable you to work quicker by using the keyboard almost exclusively the keyboard.  In normal tiling mode, you cannot move around your open windows, they are always side by sides (tiling). You can change the size, change the layout and position of them with keyboard commands. In Awesome there&#8217;s a mode for making the windows floating for situations when you want to use for example GIMP which needs to have several windows floating around. Since there is no window decorations by default, you need to use a key command in order to initiate movement of the window, but it&#8217;s quite easy, just press one keyboard button (Win key) and then the mouse button. The strength of it is that you don&#8217;t have to think about where to place your windows, it handles this automatically for you.</p>
<p style="text-align:left;"><a href="http://awesome.naquadah.org/images/screen.png"><img class="aligncenter" title="awesome" src="http://awesome.naquadah.org/images/screen.png" alt="awesome window manager" width="289" height="231" /></a></p>
<p style="text-align:left;">It should be said that it is a requirement to be quite familiar, and even to have a preference of using the command line, so if you have only touched the desktop part of Ubuntu or coming directly from OS X or Windows, I would advice not to dive into this environment head first. That experience could turn out to be damaging for your view of Linux in general. If you on the other hand is a person with experience in the usage of Linux and even the command line from now and then, I can highly recommend to give it a try. It&#8217;s not for everyone, but if it fits your needs it can be a very interesting, inspirational and changing experience.</p>
<p><a title="awesome window manager" href="http://awesome.naquadah.org/">http://awesome.naquadah.org</a><br />
<a href="http://openbox.org/">http://openbox.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vastlife.net/tech/thats-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lion as Big Brother</title>
		<link>http://vastlife.net/tech/370/</link>
		<comments>http://vastlife.net/tech/370/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 14:22:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac store]]></category>

		<guid isPermaLink="false">http://vastlife.wordpress.com/?p=370</guid>
		<description><![CDATA[The Lion is about to arrive in the summer of 2011. The moment I heard about the direction Apple is planning to take I felt slightly worried thinking that this will turn into be beginning of the end of this &#8230; <a href="http://vastlife.net/tech/370/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;"><a href="http://signals.unh.edu/wp-content/uploads/2010/11/mac_lion.jpg"><img class="aligncenter" style="border:0 none;" src="http://signals.unh.edu/wp-content/uploads/2010/11/mac_lion.jpg" alt="OS X Lion" width="405" height="302" /></a>The Lion is about to arrive in the summer of 2011. The moment I heard about the direction Apple is planning to take I felt slightly worried thinking that this will turn into be beginning of the end of this for me mostly very nice and comfortable platform.</p>
<p>My thoughts were that the decision to merge the Mac with iOS may make it even more restrictive than previously. At the same time, the introduction of the Mac Store will probably make the software development take off rather quickly making it more lucrative being a mac developer and put it into a similar kind of gold rush as the iOS platform is in at the moment. Nevertheless, my hopes lean towards that the Mac Store will coexist peacefully alongside the more traditional open and non-censored model of software development and sales.</p>
<p>However, if it turns the Mac into a hugely restrictive and controlled platform in the same fashion as iPhone I will consider leaving completely for Linux. I will definitely follow this development very closely and I&#8217;m really looking forward to seeing the outcome of this.</p>
<p><a title="OS X Lion" href="http://www.apple.com/macosx/lion/">http://www.apple.com/macosx/lion/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vastlife.net/tech/370/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Through Firesheep comes awareness</title>
		<link>http://vastlife.net/tech/through-firesheep-comes-awareness/</link>
		<comments>http://vastlife.net/tech/through-firesheep-comes-awareness/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 18:29:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Codebutler]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firesheep]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://vastlife.wordpress.com/?p=363</guid>
		<description><![CDATA[Chaos and anarchy can be a wonderful thing. Before things can get better, it is sometimes necessary for matters to become worse. Obvious chaos and trouble are states which make people open up their eyes to reality. This is exactly &#8230; <a href="http://vastlife.net/tech/through-firesheep-comes-awareness/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Chaos and anarchy can be a wonderful thing. Before things can get better, it is sometimes necessary for matters to become worse. Obvious chaos and trouble are states which make people open up their eyes to reality.</p>
<p style="text-align:left;">This is exactly what happened about two weeks ago. A clever programmer named <a href="http://posterous.com/people/4SDBZSpeuRPz">Eric Butler</a> has written and released a Firefox extension named <a href="http://codebutler.com/firesheep">Firesheep</a> on <a href="https://github.com/codebutler/firesheep">Github</a>, making it freightenly easy for anyone without even the slightest knowledge in the field of hacking to hack and aquire access to anyone&#8217;s Facebook, Amazon, Twitter, etc. account in a matter of seconds just by double-clicking the victim&#8217;s displayed profile picture in the Firefox sidebar. The victim needs to be located within the same local area network at for example an obvious place such as a cafe or any other kind of open public wifi spot. The extension then collects information about the surrounding computers or smartphones, automatically downloads their profile picture from their at the moment used social network services and displays them in an easy and browsable way. If the attacker then wants to gain access to their accounts they just double-click the victim&#8217;s aquired profile picture.<a href="http://static.techspot.com/fileshost/newspics3/2010/firesheep.jpg"><img class="aligncenter" style="border:0 none;" title="Firesheep in Firefox" src="http://static.techspot.com/fileshost/newspics3/2010/firesheep.jpg" alt="Firesheep in Firefox" width="399" height="241" /></a></p>
<p style="text-align:left;">This sounds like terrible news, but in reality I believe this to be great news. Finally companies will become aware of the security problems which have been there all along. It has been possible to make these types of attacks in a not to difficult manner through software such as Wireshark. It required way more knowledge before but anyone determined to carry it out could do so without to much trouble. Hopefully from now on this issue will recieve the attention it so badly deserves.</p>
<p>The good thing is that this problem can be corrected in a very easy fashion right now. Just turn on WPA encryption! That&#8217;s it! By doing this all packets transfered within the LAN will be encrypted and this technique will get completely thrown off. Cafe owners should turn WPA on and put up a notice with the password for anyone to see, or even put the password in the ESSID of the router. I also hope this will lead to the general public becoming more aware of the dangers concerning connecting to public WIFI spots from this point onward. People should always need to keep in mind that connecting to a public network means that there&#8217;s always apossiblity for someone to access your private and sensitive information if they so choose to.</p>
<p>Codebutler &#8211; <a title="Codebutler (Eric Butler)" href="http://codebutler.com/firesheep">http://codebutler.com/firesheep</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vastlife.net/tech/through-firesheep-comes-awareness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The three coming together</title>
		<link>http://vastlife.net/tech/the-three-coming-together/</link>
		<comments>http://vastlife.net/tech/the-three-coming-together/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 15:27:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[eee pc]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://vastlife.wordpress.com/?p=343</guid>
		<description><![CDATA[A month ago I bought a netbook (Eee PC 1000HA) from a friend to a very reasonable price (thanks a lot Chris!). After exclusively been using Mac hardware for about 4 years, I am now once again in possession of &#8230; <a href="http://vastlife.net/tech/the-three-coming-together/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;"><a href="http://vastlife.net/wp-content/uploads/2010/07/eee-pc1.jpg"><img class="size-full wp-image-345 aligncenter" style="border:0 none;" title="Eee PC" src="http://vastlife.net/wp-content/uploads/2010/07/eee-pc1.jpg" alt="Eee PC 1000HA" width="331" height="278" /></a>A month ago I bought a netbook (Eee PC 1000HA) from a friend to a very reasonable price (thanks a lot Chris!). After exclusively been using Mac hardware for about 4 years, I am now once again in possession of a PC computer. To summarize my feelings; I&#8217;m loving it! I feel like I&#8217;ve joined the game again and also like I&#8217;ve become slightly more free. Free to use whatever OS or software I&#8217;d like. Sure, I am able to install and use Windows on the Mac, but it&#8217;s slightly more problematic to do that and with Linux (or other POSIX systems) even more so.</p>
<p style="text-align:left;">I immediately installed Windows 7 and Ubuntu 10.04 on it and have been enjoying my new system ever since. I feel especially excited to finally be back on Linux again. Five years ago I used to use Debian as my primary system, so in some ways I feel like I&#8217;m finally back home again.</p>
<p style="text-align:left;">The new version of Ubuntu is a joy to use and is very much suited for first time users and is in my opinion easier to use than Windows 7; updates and installation of new software cannot be more simple, it beats Windows and OS X hands down on this point.<br />
Nevertheless, I am now looking<a href="http://www.archlinux.org/"><img class="alignright size-medium  wp-image-346" style="border:0 none;" title="Arch Linux Logo" src="http://vastlife.net/wp-content/uploads/2010/07/arch-linux-logo.png?w=300" alt="Arch Linux" width="252" height="211" /></a> for a Linux system I can have more control over and I have recently been playing around with Arch Linux in a VM for this purpose. I think I will replace Ubuntu with this very soon. Arch Linux provides you with a very basic installation without a GUI, so it is up to the user to build it up and put it together to their own likings. I always want to learn more about how the OS works and I think Arch Linux can be very helpful for me on this point.</p>
<p style="text-align:left;">I am also very happy to now have a netbook due to its portability. I no longer hesitate to bring it wherever I go and it&#8217;s very nice to sometimes work and study from a cafe instead of from the too familiar and uninspiring place called home. I was previously thinking about getting an iPad, but have now, due to my newly acquired netbook, given up any thoughts about it. When it comes to doing real work and freedom of usage, iPad can unfortunately not compete with a PC.</p>
<p style="text-align:left;"><a title="Eee PC 100HA" href="http://www.asus.com/product.aspx?P_ID=mgbM6OJJ5FE2Oiw0">ASUS Eee PC 1000HA</a><br />
<a title="Arch Linux" href="http://www.archlinux.org/">Arch Linux</a><br />
<a title="Ubuntu" href="http://www.ubuntu.com/">Ubuntu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vastlife.net/tech/the-three-coming-together/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open your eyes</title>
		<link>http://vastlife.net/tech/open-your-eyes/</link>
		<comments>http://vastlife.net/tech/open-your-eyes/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 16:34:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://vastlife.wordpress.com/?p=317</guid>
		<description><![CDATA[I may seem too positive about iPad and overly pro-Apple in my previous writing. I don&#8217;t believe I am and I will certainly try not to be. It&#8217;s just that they make very polished products that I find easy and &#8230; <a href="http://vastlife.net/tech/open-your-eyes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://vastlife.net/wp-content/uploads/2010/02/think-different-john-and-yoko.jpg"><img class="alignleft size-full wp-image-326" style="border:0 none;" title="Think Different! (John and Yoko)" src="http://vastlife.net/wp-content/uploads/2010/02/think-different-john-and-yoko.jpg" alt="Think Different! (John Lennon and Yoko Ono)" width="230" height="346" /></a>I may seem too positive about iPad and overly pro-Apple in my previous writing. I don&#8217;t believe I am and I will certainly try not to be. It&#8217;s just that they make very polished products that I find easy and fun to use.</p>
<p>In parallel I use Windows at school and also for work and I don&#8217;t have anything against using it. On the contrast, I really like using the new Windows 7, which I find very slick and polished compared to previous versions. I also try to keep myself updated on the Linux side, which I used to use as my sole system for many years, so I hope and aim to stay objective during the never-ending OS war.<br />
I found out after testing many other systems that OS X fits me personally very well, but at the same time I believe all systems are quite capable depending on which purpose you are using them for. I guess I just want to say, don&#8217;t be **** a fanboy!</p>
<p>Regardless of whether the issue is about OSes or VI vs Emacs, MS Office vs OpenOffice, PSP vs NDS, it all depends on what we want to do, we should choose the tool which we feel comfortable using, simply speaking, whatever gets the work done. Computers were made for helping us work, and when we work, we should use whatever tool can help us do that. Computers can certainly be a hobby too and from that point of view it&#8217;s nothing wrong to play around with other systems. I just want to say, don&#8217;t be a bonehead and a fanboy when it comes to work, use whatever is best for the task! It really annoys me sometimes when I read about people that stand by their favorite system no matter what the facts are. There&#8217;s way too much of that out there!</p>
<p>I can definitely understand if people have a very strong ideological view, for instance regarding open source, and choose their software according to that, but if you do that don&#8217;t say that what you are using is the best, in cases where it clearly is not. Just because you prefer using it doesn&#8217;t mean that it&#8217;s the best, try to get some perspective on things and look at the situation from a different angle.</p>
<p><img class="alignright size-full wp-image-327" style="border:0 initial initial;" title="open-your-eyes" src="http://vastlife.net/wp-content/uploads/2010/02/open-your-eyes.jpg" alt="Open Your Eyes" width="160" height="160" /></p>
<p>I usually don&#8217;t rant about things, but I have seen a lot of useless, and rubbish comments in the last couple of days about the iPad, which made me frustrated to say the least. I get the comments about iPad being a completely closed computer, and I agree to a certain extent and find that aspect of it frustrating, but it seems like people are only looking at the bad side of it and completely shuts out everything else, unable to see the true potential of this device.</p>
<p>Open your eyes, and you will soon see.</p>
]]></content:encoded>
			<wfw:commentRss>http://vastlife.net/tech/open-your-eyes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad &#8211; Saviour of our forests</title>
		<link>http://vastlife.net/tech/ipad-saviour-of-our-forests/</link>
		<comments>http://vastlife.net/tech/ipad-saviour-of-our-forests/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 06:03:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://vastlife.wordpress.com/?p=301</guid>
		<description><![CDATA[I have to admit that I have fallen for the hype. The iPad has arrived, and I am very, very excited about it. I am not completely sure about this, but was there really a big hype about this device &#8230; <a href="http://vastlife.net/tech/ipad-saviour-of-our-forests/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste"><a href="http://www.apple.com/ipad/features/"><img class="alignnone" style="border:0 none;" title="iPad" src="http://www.insideria.com/upload/2010/02/ipad_hero2_20100127.jpg" alt="iPad - Apple's new tablet computer" width="470" height="299" /></a></div>
<div>I have to admit that I have fallen for the hype. The iPad has arrived, and I am very, very excited about it. I am not completely sure about this, but was there really a big hype about this device or did it just exist in the my mind and perhaps in the mind of some other very technologically enthusiastic people.<br />
I think I created most of the hype for myself. This is starting to come very close to the device I have been imagining and wishing for many years. I have been imagining a single device for all purposes for a long time.</p>
<p>I had a discussion with a friend of mine about 3 years ago. The iPhone had just been released, and I argued that eventually we would possess a device that could do almost anything. It would be very light, the size of a phone, and with a holographic display coming out at your command. You would use it for movies, music, reading, for taking photos or shooting video and for word processing and other office related work, and you could do all these things wherever you are. You get back home, it automatically finds your large screen TV and your server computer and it silently makes a backup and you can continue your work from there, at your TV or any other screen and keyboard are just waiting for you to come into reach.<br />
My friend argued that specialized devices always are going to be better at what they do. The question is, how &#8220;good&#8221; does it need to be?</p>
<p><a href="http://www.engadget.com/2010/01/27/ipad-has-optional-keyboard-dock/"><img class="alignright" style="border:0 none;" title="iPad with keyboard dock" src="http://www.blogcdn.com/www.engadget.com/media/2010/01/ipad-keyboard-dock-pr-1.jpg" alt="iPad with keyboard dock" width="275" height="266" /></a></p>
<p>iPad is very close to what I have imagined, so of course this makes me very excited. I have been aching to get my hands on a keyboard I can connect to my iPod Touch, which have basically been my second computer for the last 2 and a half years. I have been very satisfied with it, but there&#8217;s been one large piece missing from it &#8211; the ability to do real work on it. This is very much due to the fact that you can&#8217;t use a portable keyboard with it. Fortunately, Apple announced at their conference that the iPad can be used together with a keyboard/dock, which basically turns it into a netbook, and you will actually be able to get some work done.</p>
<p>The second and maybe most important feature of the iPad is the ability to use it as a reader and viewer of almost anything, and in my mind most importantly &#8211; books. It seems to be the perfect reader. A reader for news, browsing the web, and reading books. Bye, bye paper based world!<br />
I hope and I believe that this is the beginning of the end for everything paper based. Imagine just using a single device to read all your books, all the magazines, all the newspapers and of course anything on the web. Wouldn&#8217;t that be great!<br />
I&#8217;ve been using my iPod touch for this for some time, and it is sufficient, but the experience is not that great. iPad will probably make the experience so much better, and I think the idea of a paperless world will soon be mainstream, not with the first generation of iPad, but within a couple of years, when the idea has managed to sink into peoples minds.</p>
<p>I&#8217;m sorry Michael Scott at Dunder Mifflin, but you will soon have to find a different career! No more dead forests!</p>
<p><a title="Apple Special Event - iPad" href="http://events.apple.com.edgesuite.net/1001q3f8hhr/event/index.html"> Apple Special Event, January 2010</a><br />
<a title="Engadget - iPad" href="http://www.engadget.com/2010/01/27/ipad-has-optional-keyboard-dock/"> Engadget &#8211; iPad Keyboard dock </a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://vastlife.net/tech/ipad-saviour-of-our-forests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing, self-dicipline and mastery</title>
		<link>http://vastlife.net/life/writing-self-dicipline-and-mastery/</link>
		<comments>http://vastlife.net/life/writing-self-dicipline-and-mastery/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 13:00:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://vastlife.wordpress.com/?p=279</guid>
		<description><![CDATA[Writing can be surprisingly difficult if you are not in the right mood for it. What can I do in order to make it easier to write? I realized that I probably have to do it on schedule, to force &#8230; <a href="http://vastlife.net/life/writing-self-dicipline-and-mastery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a style="text-decoration:none;" href="http://vastlife.net/wp-content/uploads/2010/01/monthy-python-god.jpg"><img class="aligncenter size-full wp-image-288" style="border:0 none;" title="Monty Python (God)" src="http://vastlife.net/wp-content/uploads/2010/01/monthy-python-god.jpg" alt="God - Get on with the writing! (Monty Python)" width="500" height="359" /></a></p>
<p>Writing can be surprisingly difficult if you are not in the right mood for it. What can I do in order to make it easier to write? I realized that I probably have to do it on schedule, to force myself to write. Learning and honing my writing skills was the reason why I started blogging in the first place.</p>
<p>I believe it can be a very useful and handy skill to possess. In business it is of course immensely useful due to various obvious reasons, such as handling clients, promote yourself et cetera. However, it may certainly also come in handy in your personal life. Keeping in contact with old friends, requires discipline in writing, it is however at such times not necessary to write like a master, but it is important to be able to pull yourself up from the laziness and just do it. I am a master at failing in this area. If any of my old friends are reading this, I am truly sorry for my stupidity and I apologize for it.</p>
<p>From here on I will initiate a schedule based form of blogging, at first I will set the bar at once a week, and when I get comfortable with such, I will consider to increase it. So here it is, my resolution for 2010, to pull myself together and write more.<br />
This doesn&#8217;t only apply to my writing. My ability to get things done, regarding personal projects, is unfortunately not very high. In the job area it is however not very difficult to get things done. If I am working at a project for a client I have to do it, that&#8217;s it, and I cannot fail my client I tell myself, but in my mind it is not so bad to fail myself.</p>
<p>This thinking can turn out to be quite problematic. There are so many things I would like to learn and do, but my self-discipline is sadly not enough to get on with it. I&#8217;m in the middle of studying web design, and it is fine as long as I just read and study it, but when it comes to starting and practicing on personal projects my self-discipline drags me down. I need to practice the things I want to learn, not only shallowly touch the surface of everything I study.</p>
<p>You can never get really good at something, until you practice, practice, and finally practice it a lot more. According to Malcolm Gladwell&#8217;s best seller Outliers, nobody can become a master at what he do until he practices it for at least 10,000 hours. That means 3 hours every day for 10 years! I have long way to go in many areas!</p>
<p>It is time to get real, time to dig down and get dirty. This is my resolution and promise to myself.</p>
<p><a title="Outliers" href="http://www.gladwell.com/outliers/index.html">Outliers by Malcolm Gladwell</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vastlife.net/life/writing-self-dicipline-and-mastery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud based future Part 2 &#8211; Everybody can play!</title>
		<link>http://vastlife.net/uncategorized/cloud-based-future-part-2-everybody-can-play/</link>
		<comments>http://vastlife.net/uncategorized/cloud-based-future-part-2-everybody-can-play/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 11:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[etherpad]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[google wave]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://vastlife.wordpress.com/?p=256</guid>
		<description><![CDATA[I previously wrote about security and privacy issues regarding changing from a desktop based way of working to a web based system. It&#8217;s absolutely not all that bad. In fact I am in favor of using web applications for work. &#8230; <a href="http://vastlife.net/uncategorized/cloud-based-future-part-2-everybody-can-play/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://vastlife.net/wp-content/uploads/2009/12/rias.png"><img class="size-full wp-image-262 alignright" style="border:0 none;" title="RIAs" src="http://vastlife.net/wp-content/uploads/2009/12/rias.png" alt="Rich Internet Applications" width="256" height="256" /></a>I previously wrote about security and privacy issues regarding changing from a desktop based way of working to a web based system. It&#8217;s absolutely not all that bad. In fact I am in favor of using web applications for work. There&#8217;s a lot of advantages and it creates loads of new possibilities, especially if you have limited resources. As a student without a stable income, Internet and it&#8217;s cloud applications can be a goldmine, not to mention the heaps of learning resources out there.</p>
<p>Just to mention a few of the tools I recently stumbled upon, I&#8217;ll start with <a title="Pixlr - Photo editor online" href="http://www.pixlr.com/">Pixlr</a>, a free to use application which mimics Photoshop and its functions. Sure, it&#8217;s very basic compared to Photoshop, but it seems to have all of the most common and useful functions which are needed for basic photo editing. It&#8217;s quite amazing that you can have access to a desent photo editing tool wherever you have access to Internet, for free and you don&#8217;t even need to create an account in order to use it.</p>
<p><a title="Pixlr - Photo editor online" href="http://www.pixlr.com/">Pixlr</a> uses the Freemium model, articulated by venture capitalist <a title="Fred Wilson (financier)" href="http://en.wikipedia.org/wiki/Fred_Wilson_%28financier%29">Fred Wilson</a> and later more deeply explored by <a title="Chris Andreson (writer)" href="http://en.wikipedia.org/wiki/Chris_Anderson_%28writer%29">Chris Andresson</a> in his book <a title="Free: The Future of a Radical Price (book)" href="http://www.amazon.com/gp/product/1401322905?ie=UTF8&amp;tag=thelongtail-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1401322905"><em>Free: The Future of a Radical Price</em></a> from 2009, which is essentially a free version and a paid premium version.<br />
This leads me to another product which uses the same model; <a title="Evernote - Note taking" href="http://www.evernote.com/">Evernote</a>, the product which I&#8217;m using right now on my iPod Touch to write this post in. Evernote is a note taking tool to store and gather anything you need to remember. Thing that makes it stand out ftom the crowd is that you can access it basically anywhere. There&#8217;s a Mac OS X, Windows, iPhone OS, Android, Blackberry OS and Windows Mobile and WebOS client and if you can&#8217;t use one of those you can always access all your data from a web browser. The perfect memo pad if you ask me.</p>
<p>According to the founders of Evernote&#8217;s own podcast, their business model is to gain as many users as possible through the free version. If they can get only around 1 percent of those users to sign up for the premium version that&#8217;s enough. Did they succeed? They most certainly did. They created an amazing product with now more than 2 million users, and 1.5%(31 000) of those are using the premium version.</p>
<p>Another very useful tool I recently found is <a title="Etherpad - Real-time Collaborative Text Editing" href="http://etherpad.com/">Etherpad</a>. A document collaboration tool which lets anyone, whithout an account, create a document and after that anyone who is in possesion of the newly created URL to the document can join and start editing the document at the same time as the creator in real-time. Well, this is similar technology as <a title="Google Wave - Communicate and collaborate in real time" href="wave.google.com/">Google Wave</a> is using, but this one only focuses on the document editing and it does it, in my opinion, way better.</p>
<p>Some other useful web tools are, <a title="kuler - color picker" href="http://kuler.adobe.com/">Kuler</a> &#8211; a quite advanced color picker from adobe, <a title="280 Slides - PowerPoint alternative" href="280slides.com/">280 Slides</a> &#8211; an alternative to PowerPoint and Keynote, <a title="Bespin - Code in the Cloud" href="https://bespin.mozilla.com/">Bespin</a> &#8211; a editor for software code from Mozilla. Last but not the least all of the <a title="Google Apps" href="http://www.google.com/apps/">Google apps</a>(Gmail, Docs, Reader, Calendar etc.), which of course is immensely useful and absolutely free (except the ads).</p>
<div>The future looks very bright looking at all the great <a title="Rich Internet Applications" href="http://en.wikipedia.org/wiki/Rich_Internet_application">RIA</a>s(Rich Internet Applications) being developed and many times offered for free through the new &#8220;Free&#8221; economy. From another angle it could also be seen as very dark if we don&#8217;t solve the security and privacy issues which is getting increasingly more and more important as time goes by.</div>
<p></p>
<div><a href="http://www.pixlr.com/">http://www.pixlr.com/</a></div>
<div><a href="http://www.longtail.com">http://www.longtail.com </a> (<a title="Free: The Future of a Radical Price (book)" href="http://www.amazon.com/gp/product/1401322905?ie=UTF8&amp;tag=thelongtail-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1401322905"><em>Free: The Future of a Radical Price</em></a>)</div>
<div><a href="http://www.evernote.com/">http://www.evernote.com/</a></div>
<div><a href="http://etherpad.com/">http://etherpad.com/</a></div>
<div><a href="wave.google.com/">wave.google.com/</a></div>
<div><a href="http://kuler.adobe.com/">http://kuler.adobe.com/</a></div>
<div><a href="https://bespin.mozilla.com/">https://bespin.mozilla.com/</a></div>
<div><cite></cite></div>
<div><a href="http://www.google.com/apps/">http://www.google.com/apps/</a></div>
<div><a href="http://en.wikipedia.org/wiki/Rich_Internet_application">http://en.wikipedia.org/wiki/Rich_Internet_application</a></div>
]]></content:encoded>
			<wfw:commentRss>http://vastlife.net/uncategorized/cloud-based-future-part-2-everybody-can-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

