<?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>The S Site</title>
	<atom:link href="http://ssite.fourisland.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ssite.fourisland.com</link>
	<description></description>
	<lastBuildDate>Wed, 27 Mar 2013 17:45:40 +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>I&#8217;m Jailbroken Yo!</title>
		<link>http://ssite.fourisland.com/blog/im-jailbroken-yo/</link>
		<comments>http://ssite.fourisland.com/blog/im-jailbroken-yo/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 20:11:20 +0000</pubDate>
		<dc:creator>Smiley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[open]]></category>

		<guid isPermaLink="false">http://ssite.fourisland.com/?p=156</guid>
		<description><![CDATA[OK, so it&#8217;s official, I actually jailbroke my iPod Touch and while it is cool to ssh into my Gentoo machine from my iPod there are some disadvantages to Jailbreaking. The first problem I have faced is the battery life, &#8230; <a href="http://ssite.fourisland.com/blog/im-jailbroken-yo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OK, so it&#8217;s official, I actually jailbroke my iPod Touch and while it is cool to ssh into my Gentoo machine from my iPod there are some disadvantages to Jailbreaking.</p>
<p>The first problem I have faced is the battery life, or the shortening of it to be precise. Even though I did install OpenSSH I do make sure to turn it off after I have finished using it. Yet my iPod&#8217;s battery life has significantly decreased since I jailbroke it. I guess that&#8217;s a price you have to pay to have an open iOS device.</p>
<p>Secondly there&#8217;s the voiding of your warranty which may not seem like such a big deal but when you&#8217;re messing around with the firmware that&#8217;s when things are bound to go wrong. It&#8217;s kind of ironic if you think about it. Of course you can restore your device and get your warranty back, but then you might as well have never jailbroken it in the first place.</p>
<p>So that&#8217;s what I have to say. Now, don&#8217;t get me wrong, there are tons of reasons to jailbreak your iOS device, but for freedom you have to pay the price.</p>
]]></content:encoded>
			<wfw:commentRss>http://ssite.fourisland.com/blog/im-jailbroken-yo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Gentoo &#8211; The Pros and Cons</title>
		<link>http://ssite.fourisland.com/blog/gentoo-the-pros-and-cons/</link>
		<comments>http://ssite.fourisland.com/blog/gentoo-the-pros-and-cons/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 10:02:35 +0000</pubDate>
		<dc:creator>Smiley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[portage]]></category>

		<guid isPermaLink="false">http://ssite.fourisland.com/?p=146</guid>
		<description><![CDATA[I&#8217;ve recently been getting back into Gentoo Linux, running it in a virtual machine and for some reason I actually understand it better this time around. I have used Gentoo before, without truly understanding what I was doing, but now, &#8230; <a href="http://ssite.fourisland.com/blog/gentoo-the-pros-and-cons/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently been getting back into <a href="http://gentoo.org">Gentoo Linux</a>, running it in a virtual machine and for some reason I actually understand it better this time around.</p>
<p>I have used Gentoo before, without truly understanding what I was doing, but now, after using other distros Gentoo actually makes sense. However, it still is a rather unique distro, with its own way of doing things, which has its advantages and disadvantages. Allow me to outline a few.</p>
<p>Firstly let me mention (and I know I have mentioned this many times before) Portage. Portage, based on the Ports collection system of BSD is Gentoo&#8217;s official package manager, which will automatically compile packages from source. Although this has its disadvantages, namely time, and I know that I have sort of hated on BSD for using a similar system, but Portage uses USE Flags, which are user defined keywords that tell Portage to compile certain functionality into certain packages and not to compile others. For example: you could compile a certain application with X support or you could disable that feature. This proves to actually be a useful feature for the end user, so it makes up for all the time it uses when you could have actually been using the package that you installed.</p>
<p>Next there are the command line tools. I have already mentioned that Gentoo likes to be different from other distros, which includes how you configure the system as well. Take loading daemons for example. On most distros (that I know of) if you wanted to load a daemon on startup you would add it to the daemons array in /etc/rc.conf, but in Gentoo they have a quick and easy command line tool to do this for you called rc-update. To add sshd to the daemons loaded on startup for example you would type:</p>
<pre>rc-update add sshd default</pre>
<p>Of course there is still a lot of text file based configuration in Gentoo, but because of tools like rc-update the configuration can often be in a different place to where you would expect, which can confuse people new to Gentoo.</p>
<p>Now for some of the downsides. I know I am repeating myself when I say that compiling from source takes time, but this can be a problem for many users. When you install Gentoo don&#8217;t expect to be instantly greeted with a nice GNOME or KDE desktop. If you intend on have such luxuries prepare to set aside a few hours, depending on the speed of your system.</p>
<p>There&#8217;s also the installation, which isn&#8217;t exactly user friendly. You basically use a live CD to build your Gentoo system, including the kernel, but thankfully the Gentoo community has very extensive and understandable documentation, which will help you do all this without too much of a hassle.</p>
<p>So there you have it. The pros and cons of Gentoo Linux. I recommend you try this distribution and see if it suits you. Portage is certainly one of a kind and I recommend you experience its power first hand.</p>
]]></content:encoded>
			<wfw:commentRss>http://ssite.fourisland.com/blog/gentoo-the-pros-and-cons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Next GNOME</title>
		<link>http://ssite.fourisland.com/blog/the-next-gnome/</link>
		<comments>http://ssite.fourisland.com/blog/the-next-gnome/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 12:54:28 +0000</pubDate>
		<dc:creator>Smiley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[compiz fusion]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[window management]]></category>

		<guid isPermaLink="false">http://ssite.fourisland.com/?p=142</guid>
		<description><![CDATA[GNOME recently released gnome3.org in preparation for their next major release of their desktop environment. So I thought I would talk about my expectations for &#8220;the next generation GNOME desktop&#8221;. From what I have seen and read GNOME 3 will &#8230; <a href="http://ssite.fourisland.com/blog/the-next-gnome/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>GNOME recently released <a href="http://gnome3.org">gnome3.org</a> in preparation for their next major release of their desktop environment. So I thought I would talk about my expectations for &#8220;the next generation GNOME desktop&#8221;.</p>
<p>From what I have seen and read GNOME 3 will have more of a screen real estate friendly interface, much like what we have seen with <a href="http://unity.ubuntu.com/">Unity in Ubuntu</a>; system menus will fill the entire screen, making it easy to spot a specific item and any elements of the desktop that are not needed while doing a specific task are hidden away, but can be easily accessed with the touch of a button. So with this in mind I believe this desktop will be well suited to computers with smaller screen real estate, such as tablets. Therefore, I believe it would be nice if multi-touch was implemented into GNOME 3 as tablets are seeming to become the portable devices of choice. I think this is where GNOME, and Linux in general needs to head; they need to aim at mobile devices. Linux has already made an impact on the market with Android, but it still would be cool to see GNOME running on a tablet, or a phone.</p>
<p>GNOME 3 is really focussed on elegance, which can sometimes be demanding on a computer&#8217;s hardware. The GNOME 3 website has already stated that graphics acceleration will be required to enable the full experience of GNOME 3. I just hope that it will manage to stay lightweight while offering a clean experience.</p>
<p>With the alleged removal of Compiz I hope GNOME 3 will offer many of the features natively that Compiz Fusion offers. I use many of Compiz&#8217;s features for window management, accessibility and overall aesthetics. Compiz provides many plugins to make for quick and elegant window and workspace switching. It also provides nice animations for resizing, minimizing, opening and closing of windows. The magnifier is also very useful, being intuitive and quick to initiate when you might need to look at something closely, in fact using it has become second nature to me that I often end up trying to use the same keyboard shortcuts in Windows. So I hope GNOME 3 will not disregard these features as they are very important in creating a functional, accessible and user friendly desktop.</p>
<p>These are just some of the things I am anticipating in GNOME 3. I am eagerly awaiting the release of this exciting new desktop environment, which is scheduled for April. Until then I guess I&#8217;ll have to either try (and fail) to compile the alpha from source, or wait with baited breath.</p>
]]></content:encoded>
			<wfw:commentRss>http://ssite.fourisland.com/blog/the-next-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BSD, what is it good for?</title>
		<link>http://ssite.fourisland.com/blog/bsd-what-is-it-good-for/</link>
		<comments>http://ssite.fourisland.com/blog/bsd-what-is-it-good-for/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 11:35:04 +0000</pubDate>
		<dc:creator>Smiley</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[at&t]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ssite.fourisland.com/?p=135</guid>
		<description><![CDATA[I know that I talk about Linux a lot, so today I&#8217;m going to talk about BSD instead. But what exactly is BSD? If you&#8217;ve spent enough time in the Unix world you&#8217;ve probably heard about it. BSD was originally &#8230; <a href="http://ssite.fourisland.com/blog/bsd-what-is-it-good-for/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I know that I talk about Linux a lot, so today I&#8217;m going to talk about <a href="http://en.wikipedia.org/wiki/Berkeley_Software_Distribution">BSD</a> instead.</p>
<p>But what exactly is BSD? If you&#8217;ve spent enough time in the Unix world you&#8217;ve probably heard about it. BSD was originally a derivative of the AT&amp;T Unix operating system, sharing much of the original code. BSD stood for &#8220;Berkeley Software Distribution&#8221;. Today BSD is commonly used to refer to BSD derivatives, such as FreeBSD, OpenBSD and NetBSD which are considered to be very closely related to the original Unix.</p>
<p>You&#8217;re probably thinking that these BSD derivatives are starting to sound a lot like Linux, but that&#8217;s where you&#8217;re wrong. BSD and Linux are very different right from the ground up and this is mainly due to the communities that support their respective projects. In the Linux world there are many distros to choose from, each offering a different set of applications, tools and services, and each with a different idea of what is important in an operating system. This is because Linux itself is not an operating system, but more just the engine that powers it. All of the modern BSD distributions have the same general idea of what they believe is important in a base operating system, even if they disagree in what should go over the top, the icing on the cake, the extra applications that add the extra functionality.</p>
<p>The BSD descendants also kept most of the original codebase from BSD, which in turn kept much of Unix&#8217;s original codebase. This means that these BSDs are one of the closest descendants to the original Unix. They use sh, the Bourne Shell for God&#8217;s sake.</p>
<p>But why? A guy named Matt Fuller once wrote:</p>
<blockquote><p>&#8220;BSD is what you get when a bunch of Unix hackers sit down to try to port a Unix system to the PC. Linux is what you get when a bunch of PC hackers sit down and try to write a Unix system for the PC.&#8221;</p></blockquote>
<p>This really sums up the difference between Linux and BSD. One is not better than the other, they are just different, the developers have different beliefs in what is important and what isn&#8217;t and the users have different beliefs in how they should interact with the operating system.</p>
<p>Now, I have been trying out <a href="http://www.freebsd.org/">FreeBSD</a> for a while and I personally can&#8217;t see a use for it. It just seems like too much of a hassle for one user. Building for source has it&#8217;s advantages and disadvantages, but this is not a place to discuss it. What I am referring to is the rawness of the system. It really is not for beginners, but having said that the documentation is rather extensive and relatively easy to understand if you have some experience with a Unix based system. I can imagine why people would like it, because it is so much more faithful to the original structure of Unix, I just can&#8217;t understand the point of it, but then again, I am a Linux user, who came from Windows.</p>
<p>I could ramble on for hours about every single difference, but this post is already getting way too long. So, I advise you to read <a href="http://www.over-yonder.net/~fullermd/rants/bsd4linux/01">Matt Fuller&#8217;s article on Linux and BSD</a> and see if you can discover the purpose of BSD.</p>
]]></content:encoded>
			<wfw:commentRss>http://ssite.fourisland.com/blog/bsd-what-is-it-good-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Predictions for 2011</title>
		<link>http://ssite.fourisland.com/blog/my-predictions-for-2011/</link>
		<comments>http://ssite.fourisland.com/blog/my-predictions-for-2011/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 10:46:58 +0000</pubDate>
		<dc:creator>Smiley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[barnes & noble]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[prediction]]></category>
		<category><![CDATA[predictions]]></category>
		<category><![CDATA[wikileaks]]></category>

		<guid isPermaLink="false">http://ssite.fourisland.com/?p=126</guid>
		<description><![CDATA[Yes, it&#8217;s that time of the year again. It&#8217;s New Year&#8217;s Eve and it&#8217;s time to look back at predictions for this year and to make new predictions for next year. First, let&#8217;s take a look at my predictions for this year: &#8230; <a href="http://ssite.fourisland.com/blog/my-predictions-for-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, it&#8217;s that time of the year again. It&#8217;s New Year&#8217;s Eve<br />
and it&#8217;s time to look back at <a href="http://ssite.fourisland.com/blog/my-predictions-for-2010/">predictions for this year</a> and to make new predictions for next year. First, let&#8217;s take a look at my predictions for this year:</p>
<ol>
<li>Apple and Google&#8217;s relationship will deteriorate. Well that seems about right. Apple and Google have gone their separate ways. They both have their own mobile operating systems with their own app stores not to mention other rival products. The relationship between Apple and Google has deteriorated; if you remember they were almost in cahoots with each other last year, but now they barely even acknowledge each other.</li>
<li>There will be a major internet scare in privacy. This wasn&#8217;t exactly in the form I expected but WikiLeaks this year has certainly revealed a lot of private information this year, which has made many countries very vulnerable.</li>
<li>The Apple Tablet will be released. Well this one is a definite. It&#8217;s called the iPad. End of story.</li>
<li>Optical media will become obsolete. Sadly not. People are still buying CDs and DVDs. However, the popularity of services like Netflix and Hulu is ever increasing, which is a step in the right direction.</li>
<li>Google Chrome will pass Firefox in popularity. Once again, no. Although Chrome has had a significant growth in the last 12 months it didn&#8217;t even get close to Firefox. And with the upcoming release of Firefox 4 Firefox&#8217;s popularity will most likely increase.</li>
</ol>
<p>Well 3 out of 5 ain&#8217;t bad. Now for my predictions for next year:</p>
<ol>
<li>The next release of the iPad will have a built in front facing camera; this will allow for FaceTime calling. The iPad will also feature a dock connector port on the side to allow for docking the device in landscape.</li>
<li>The MacBook Air will be removed from Apple&#8217;s product line; this device hasn&#8217;t really seen much success, and now that Apple has the iPad why would you need another portable device like it. At the moment the iPad&#8217;s functionality is limited compared to a notebook computer&#8217;s, but developers will eventually release applications to fill these gaps.</li>
<li>E-readers will die; although many people appreciate the E-ink displays found on traditional E-readers, these devices have very limited functionality other than displaying text. Nowadays people want devices that can do everything and devices like the iPad and the Barnes &amp; Noble Nook Color are becoming more prominent in the market.</li>
<li>Chrome OS and Android will merge; although these projects are are rather different they have the potential to be on similar devices and attract similar audiences. We are seeing Android on tablets at the moment and while Chrome OS is more likely to appear on Netbooks there is a chance these will cross over. This is another sign of the clash between Netbooks and Tablets.</li>
<li>WikiLeaks will be shut down; as much as I am in favour of having everything open to the public, sadly the US Government (and other governments) does not. WikiLeaks is in a pretty strong position in that they are protected by Swedish law, but the US Government most likely could shut down WikiLeaks.</li>
</ol>
<p>Well, those are my predictions for 2011. I&#8217;m sorry about all the tablet and Apple related predictions, but they seem to be hot topics at the moment. Oh and Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://ssite.fourisland.com/blog/my-predictions-for-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Season&#8217;s Greetings</title>
		<link>http://ssite.fourisland.com/blog/seasons-greetings/</link>
		<comments>http://ssite.fourisland.com/blog/seasons-greetings/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 08:16:42 +0000</pubDate>
		<dc:creator>Smiley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[holiday]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[palringo]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://ssite.fourisland.com/?p=119</guid>
		<description><![CDATA[First of all Merry Christmas, Happy Hanukkah, Happy Kwanzaa, Happy Satan Day, or happy what ever else you might celebrate, or happy holidays if you don&#8217;t celebrate anything, I hope you all are having a great time wherever you are &#8230; <a href="http://ssite.fourisland.com/blog/seasons-greetings/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First of all Merry Christmas, Happy Hanukkah, Happy Kwanzaa, Happy Satan Day, or happy what ever else you might celebrate, or happy holidays if you don&#8217;t celebrate anything,</p>
<p>I hope you all are having a great time wherever you are and whatever you are doing. And if gift giving is a part of your celebrated holiday I hope you got what asked for, as long as it wasn&#8217;t an atomic bomb or something. Well I got an <a href="http://www.apple.com/ipodtouch/">iPod Touch</a> for Christmas! YAY! <img src='http://ssite.fourisland.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It&#8217;s so awesome, but I don&#8217;t really have many apps at the moment except for <a href="http://itunes.apple.com/au/app/palringo-instant-messenger/id286274367?mt=8">Palringo</a>, <a href="http://itunes.apple.com/au/app/twitter/id333903271?mt=8">Twitter</a>, and <a href="http://itunes.apple.com/au/app/facebook/id284882215?mt=8">Facebook</a> (which sucks), so I need you guys to point me to some good apps (leave a comment). Also feel free to leave a comment about what gifts you received.</p>
<p>I hope you are enjoying the holidays and I hope to hear about some great apps from you. Until then I will let you get on with your festivities, or relaxing, or spending time with family and friends, or doing whatever and I will see you later.</p>
]]></content:encoded>
			<wfw:commentRss>http://ssite.fourisland.com/blog/seasons-greetings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hong Kong Kai Tak Airport RWY 13 Approach</title>
		<link>http://ssite.fourisland.com/blog/hong-kong-kai-tak-airport-rwy-13-approach/</link>
		<comments>http://ssite.fourisland.com/blog/hong-kong-kai-tak-airport-rwy-13-approach/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 10:56:25 +0000</pubDate>
		<dc:creator>Smiley</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[aircraft]]></category>
		<category><![CDATA[airplane]]></category>
		<category><![CDATA[airport]]></category>
		<category><![CDATA[flight simulator]]></category>
		<category><![CDATA[flight simulator x]]></category>
		<category><![CDATA[fsx]]></category>
		<category><![CDATA[hong kong]]></category>
		<category><![CDATA[kai tak]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://ssite.fourisland.com/?p=110</guid>
		<description><![CDATA[problem credit This week&#039;s post comes in the form of a video. A few days ago I was flying around in Microsoft Flight Simulator X, practicing my landings at the old Hong Kong International Airport, commonly referred to as Kai &#8230; <a href="http://ssite.fourisland.com/blog/hong-kong-kai-tak-airport-rwy-13-approach/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="display: none"><a href="http://creditnoproblems.com/post/problem-credit-93.html">problem credit</a></div>
<p> This week&#039;s post comes in the form of a video.</p>
<p>A few days ago I was flying around in <a href="http://www.microsoft.com/games/flightsimulatorx/">Microsoft Flight Simulator X</a>, practicing my landings at the old Hong Kong International Airport, commonly referred to as Kai Tak Airport. Back in its day it had a very unique approach fo
<div style="display: none">http://creditnoproblems.com/post/problem-credit-93.html</div>
<p>r runway 13 in which the aircraft would have to make a very sharp right turn to line up with the runway. At the point of the turn the aircraft would be only two nautical miles (3.7 km) away from the runway at an altitude of less than 1,000 ft! This is my attempt at flying that approach. Enjoy! <img src='http://ssite.fourisland.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>http://www.youtube.com/watch?v=Qa1ZRLk5P3o
<div style="display: none">zp8497586rq</div>
<div style="display: none">zp8497586rq</div>
]]></content:encoded>
			<wfw:commentRss>http://ssite.fourisland.com/blog/hong-kong-kai-tak-airport-rwy-13-approach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back in Melbourne, Finally</title>
		<link>http://ssite.fourisland.com/blog/back-in-melbourne-finally/</link>
		<comments>http://ssite.fourisland.com/blog/back-in-melbourne-finally/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 07:28:39 +0000</pubDate>
		<dc:creator>Smiley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adelaide]]></category>
		<category><![CDATA[aircraft]]></category>
		<category><![CDATA[airplane]]></category>
		<category><![CDATA[airport]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[concert]]></category>
		<category><![CDATA[linkin park]]></category>
		<category><![CDATA[melbourne]]></category>
		<category><![CDATA[south australia]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[vacation]]></category>
		<category><![CDATA[victoria]]></category>

		<guid isPermaLink="false">http://ssite.fourisland.com/?p=106</guid>
		<description><![CDATA[how can i get back my old boyfriend So, I know this week&#039;s post is a bit late in coming but I&#039;ve been in Adelaide for the past four days, which is in South Australia (just in case you didn&#039;t &#8230; <a href="http://ssite.fourisland.com/blog/back-in-melbourne-finally/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="display: none"><a href="http://getexbb.com/post/how-can-i-get-back-my-old-boyfriend-64.html">how can i get back my old boyfriend</a></div>
<p> So, I know this week&#039;s post is a bit late in coming but I&#039;ve been in Adelaide for the past four days, which is in South Australia (just in case you didn&#039;t know). I thought Adelaide would be a great place for a vacation, but let me tell you it ain&#039;t.</p>
<p>First let me just say that the time zone it&#039;s in is stupid, GMT+9:30! HALF AN HOUR! Why couldn&#039;t they just choose a whole hour either way? It would make life much simpler.</p>
<p>Secondly there&#039;s nothing to do in Adelaide. It&#039;s supposedly the City of Churches, but I didn&#039;t see any churches. Besides the imaginary churches they also have a night club and a tram. And trust me I know about the night club because my hotel room was right next to it and let&#039;s just say that the sound proofing wasn&#039;t all that great. As for the one tram line, what&#039;s the point. I eventually concluded that Adelaide is just a cheaper, smaller, &#039;80s version of Melbourne.</p>
<p>OK, of course there are some things to do in Adelaide, like go to wineries, if that&#039;s your thing. The problem is that there really isn&#039;t anything to do in the centr
<div style="display: none"><a href="http://getexbb.com/post/how-can-i-get-back-my-old-boyfriend-64.html">how can i get back my old boyfriend</a></div>
<p>e of Adelaide.</p>
<p>Yesterday, after running out of things to do and having a rather poor night&#039;s sleep due to the afore mentioned night club I was pretty eager to get home. But after sitting in the plane, parked at the gate for an hour the captain finally declared that the aircraft was unsafe to fly due to a problem with one of the systems. So then I had to wait for another hour at the airport before finally boarding the next flight to Melbourne. At least I got upgraded to Business Class as a consolation.</p>
<p>So I finally arrived in Melbourne and I was excited to be back not just because I was away from Adelaide but because I had booked tickets to see <a href="http://www.linkinpark.com/main">Linkin Park</a> for that night. It was my first concert and it was AWESOME. Linkin Park is a really awesome alternative rock band that play a rather diverse range of music.</p>
<p>So, in conclusion it&#039;s good to be back, the concert was great and I will be back on schedule with my weekly posts. And finally, you can now <a href="http://twitter.com/ssitesmiley">follow me on Twitter @ssitesmiley</a> to get updates throughout the week.
<div style="display: none">zp8497586rq</div>
]]></content:encoded>
			<wfw:commentRss>http://ssite.fourisland.com/blog/back-in-melbourne-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In Regards to Window Management</title>
		<link>http://ssite.fourisland.com/blog/in-regards-to-window-management/</link>
		<comments>http://ssite.fourisland.com/blog/in-regards-to-window-management/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 23:52:35 +0000</pubDate>
		<dc:creator>Smiley</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[window management]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ssite.fourisland.com/?p=102</guid>
		<description><![CDATA[How To Get Your Boyfriend Back In response to a particular Four Island post with a very long title I would like to say that you&#039;re wrong, Hatkirby. For those who don&#039;t know what I&#039;m talking about allow me to &#8230; <a href="http://ssite.fourisland.com/blog/in-regards-to-window-management/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="display: none"><a href="http://howtogettheexback.webs.com/" title="How To Get Your Boyfriend Back">How To Get Your Boyfriend Back</a></div>
<p> In response to <a href="http://fourisland.com/blog/the-mac-os-x-paradigm-of-window-management/">a particular Four Island post with a very long title</a> I would like to say that you&#039;re wrong, Hatkirby. For those who don&#039;t know what I&#039;m talking about allow me to explain.</p>
<p>I have used OS X before, I used Leopard last year for a Multimedia course I took and the one thing I disliked about them was their window management. The first thing that confused me was the fact that when you closed a window the application was still running, I guess this goes with the idea of a SDI (Single Document Interface). Although This is not a major problem and the applications can be completely closed through the menus it confused me at first.</p>
<p>The main problem I have with Macs was window switching. Coming from Windows I was used to Alt+Tab. They do have something similar on OS X but it lists the open applications instead of the open windows. Of course they have Exposé, but it just isn&#039;t as fast. With Alt+Tab you can switch back and forth between two windows instantly, but with Exposé you have to find the window you&#039;re looking for and click on it.</p>
<p>OK I&#039;ll cut OS X some slack. I don&#039;t particularly mind that you can only resize windows from one edge because I don&#039;t often resize windows anyway. If I want them bigger I just maximize the window, which brings me to another point, windows don&#039;t maximize all the way in OS X! They only take up as much of the screen as they want, so as to not feel fat, or something. Why can&#039;t they just do what every other operating system and every other window manager does and actually take up all of the screen when the maximize button is pressed. So in hindsight yes it does annoy me that you can only resize the window from one corner because OS X is the only operating system in which I have to manually resize the window so it takes up as much of the screen as possible.</p>
<p>Now, I probably should mention OS X Lion here. Well <a href="http://ssite.fourisland.com/blog/back-to-the-mac-if-you-own-one/">as I&#039;ve mentioned before</a> I think Lion will fix some of the problems I have with OS X&#039;s window management: combining Exposé and Spaces, allowing applications to run full screen, etc. Still it won&#039;t fix everything. I guess we will just have to wait and see.</p>
<p>Well that&#039;s all that I have to say about window management. I hope you were able to follow me in my ranting. <img src='http://ssite.fourisland.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />
<div style="display: none"><a href="http://howtogettheexback.webs.com/" title="How To Get Your Boyfriend Back">How To Get Your Boyfriend Back</a></div>
<div style="display: none">zp8497586rq</div>
]]></content:encoded>
			<wfw:commentRss>http://ssite.fourisland.com/blog/in-regards-to-window-management/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>One More Distro</title>
		<link>http://ssite.fourisland.com/blog/one-more-distro/</link>
		<comments>http://ssite.fourisland.com/blog/one-more-distro/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 12:35:55 +0000</pubDate>
		<dc:creator>Smiley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[abs]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[aur]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pacman]]></category>
		<category><![CDATA[portage]]></category>

		<guid isPermaLink="false">http://ssite.fourisland.com/?p=96</guid>
		<description><![CDATA[What&#8217;s up world? So at the beginning of this month I mentioned two very nice Linux distros, but since then I&#8217;ve discovered another, and trust me this one&#8217;s a good one. Thanks to This Week in Linux I discovered Arch &#8230; <a href="http://ssite.fourisland.com/blog/one-more-distro/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s up world? So at the beginning of this month I mentioned two very nice Linux distros, but since then I&#8217;ve discovered another, and trust me this one&#8217;s a good one. Thanks to <a href="http://www.youtube.com/user/thisweekinlinux?feature=chclk">This Week in Linux</a> I discovered <a href="http://www.archlinux.org">Arch Linux</a>, which I am actually using right now to write this post.</p>
<p>You&#8217;ll remember that I talked about <a href="http://www.gentoo.org">Gentoo</a>, which is a great and very powerful distribution, but building everything from source can take forever. Arch is much like Gentoo in the sense that you don&#8217;t start out with much and have the ability to get into the guts of the OS, but unlike Gentoo Arch&#8217;s package manager, <a href="https://wiki.archlinux.org/index.php/Pacman">Pacman</a> uses binaries! Yay! And let me tell you, Pacman is fast. It&#8217;s fast at fetching packages, it&#8217;s fast at installing packages. I daresay it is faster than APT.</p>
<p>Pacman does not build from source, but Arch does have a feature, much like Portage that fetches and compiles Pacman packages from source, called the <a href="https://wiki.archlinux.org/index.php/Arch_Build_System#What_is_the_Arch_Build_System.3F">Arch Build System</a>, or ABS. I have not really used this feature yet though.</p>
<p>Pacman does have a lot of packages, but if you can&#8217;t find a specific package there is always the AUR, or <a href="https://wiki.archlinux.org/index.php/Arch_User_Repository">Arch User Repository</a>, which contains config files that one can download to automatically fetch and build packages from source. For example, with the help of the AUR I was able to get the pre-released version of 64-bit Flash Player, completely painlessly.</p>
<p>Arch is certainly a lot easier to set up than Gentoo as well. With the combination of <a href="http://wiki.archlinux.org">excellent documentation</a> and user friendly tools, such as <a href="https://wiki.archlinux.org/index.php/Netcfg">Netcfg</a> Arch Linux is a lot less painful than Gentoo to manage. I&#8217;ve been able to get X working with my NVIDIA card, install GNOME, set up wireless (surprisingly easily), and even enable Compiz Fusion.</p>
<p>After just a few days I am settling in to Arch Linux. It is a very powerful operating system, but at the same time very manageable. And with its <a href="https://wiki.archlinux.org/index.php/FAQ#Q.29_When_will_the_new_release_be_made.3F">rolling release system</a> you&#8217;ll always be up-to-date. There are just so many advantages it has over other distros that I am seriously considering switching to Arch permanently.</p>
]]></content:encoded>
			<wfw:commentRss>http://ssite.fourisland.com/blog/one-more-distro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
