<?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>unwittinglyrad</title>
	<atom:link href="http://unwittinglyrad.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://unwittinglyrad.com</link>
	<description>The thoughts and ramblings of Rad.</description>
	<lastBuildDate>Fri, 03 Feb 2012 04:29:44 +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>Guide: Transmission 2.42 on FreeNAS 8</title>
		<link>http://unwittinglyrad.com/2012/01/28/guide-transmission-2-42-on-freenas-8/</link>
		<comments>http://unwittinglyrad.com/2012/01/28/guide-transmission-2-42-on-freenas-8/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 05:29:45 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[Guides]]></category>

		<guid isPermaLink="false">http://unwittinglyrad.com/?p=2999</guid>
		<description><![CDATA[The successful outcome of getting Transmission 2.42 working on FreeNAS 8 came from a notion of mine; &#8220;If there is a working port of 2.13, surely you must be able to get the more up-to-date 2.42 version working on FreeNAS too?&#8221; And well, it turns out that you can. What gave me the idea that installing version 2.42 was certainly a possibility was a &#8220;how-to&#8221; guide on the SourceForge forum: If you&#8217;re content with running version 2.13, follow this guide: http://sourceforge.net/apps/phpbb/freenas/viewtopic.php?f=104&#038;t=10959 Prerequisites By following this guide, I will assume you have a basic understanding of unix along with setting up and configuring FreeNAS. Before installing Transmission, there are a few things that need to be done: 1. Enter your router&#8217;s IP into the default gateway Log into the FreeNAS Web UI, expand Network, select Global Network Configuration and in the IPv4 Default Gateway box enter the IP of your router. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2012/01/transmission_on_freenas8.jpg" alt="" title="transmission_on_freenas8" width="960" height="450" class="alignnone size-full wp-image-3000" /></p>
<p><span class="introparagraph">The successful outcome of getting Transmission 2.42 working on FreeNAS 8 came from a notion of mine; &#8220;If there is a working port of 2.13, surely you must be able to get the more up-to-date 2.42 version working on FreeNAS too?&#8221;</span></p>
<p>And well, it turns out that you can. What gave me the idea that installing version 2.42 was certainly a possibility was a &#8220;how-to&#8221; guide on the SourceForge forum:</p>
<blockquote><p>If you&#8217;re content with running version 2.13, follow this guide: <a href="http://sourceforge.net/apps/phpbb/freenas/viewtopic.php?f=104&#038;t=10959">http://sourceforge.net/apps/phpbb/freenas/viewtopic.php?f=104&#038;t=10959</a></p></blockquote>
<p><span class="subtitle">Prerequisites</span><br />
By following this guide, I will assume you have a basic understanding of unix along with setting up and configuring FreeNAS. Before installing Transmission, there are a few things that need to be done: </p>
<p><span class="subtitle-smaller">1. Enter your router&#8217;s IP into the default gateway</span><br />
Log into the FreeNAS Web UI, expand <span class="highlightgrey">Network</span>, select <span class="highlightgrey">Global Network Configuration</span> and in the <span class="highlightgrey">IPv4 Default Gateway</span> box enter the IP of your router. For example, mine is 192.168.1.254. This is also the same IP address you use the access the router&#8217;s administration page. This is needed so that the package manager can fetch the transmission install files.</p>
<p><span class="subtitle-smaller">2. Enable the root user login</span><br />
In the FreeNAS Web UI, expand <span class="highlightgrey">Services</span> and click on <span class="highlightgrey">SSH</span>, in the pop-up window tick the <span class="highlightgrey">Login as Root with password</span> option and press save. Then we need to turn the SSH service on; to do this click on <span class="highlightgrey">Control Services</span> and toggle the switch for SSH to &#8216;on&#8217;.</p>
<p><span class="subtitle-smaller">3. Show console messages in the Web UI footer (optional)</span><br />
Although this step is optional, I think it&#8217;s handy to have to ensure transmission is working without any errors. In the FreeNAS Web UI, expand <span class="highlightgrey">System</span>, click on <span class="highlightgrey">Settings</span> and click on the <span class="highlightgrey">Advanced</span> tab. Now tick the box next to <span class="highlightgrey">Show console messages in the footer (Requires UI reload)</span> and press &#8216;save&#8217;. Then simply press F5 and you&#8217;ll see a black console window with greet text appear in the bottom left hand corner of the Web UI.</p>
<p><span class="subtitle-smaller">4. An SSH client</span><br />
For Mac users, you can use Terminal found in your Applications/Utilities folder. For Windows users, you can use <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTy</a>.</p>
<p><span class="subtitle-smaller">5. Setup a directory where you plan on keeping torrents and associated files</span><br />
To streamline the process, have a directory created where you plan to keep downloaded torrents and associated data (See Step 1b for more).</p>
<p><span class="subtitle">Step 1a: Logging into FreeNAS via SSH</span><br />
With your SSH client open, you should have a blank console window with the name of your computer and user. From here, type the following command and press enter:</p>
<blockquote class="blockquotecode"><p>ssh root@192.168.1.1</p></blockquote>
<blockquote><p>Be sure to substitute the 192.168.1.1 above with the IP address of your server that has FreeNAS installed on it.</p></blockquote>
<p>If you&#8217;re logging in for the first time, you&#8217;ll more than likely receive a security warning followed by a prompt asking if you want to continue; simply type out yes and press enter. After you&#8217;ve typed yes, you&#8217;ll be presented with the following message:</p>
<blockquote class="blockquotecode"><p>FreeBSD 8.2-RELEASE-p6 (FREENAS.amd64) #0: Wed Jan 18 13:52:11 PST 2012</p>
<p>	FreeNAS nanobsd (c) 2009-2010, The FreeNAS Development Team<br />
	All rights reserved.<br />
	FreeNAS is under the modified BSD license.</p>
<p>	For more information, documentation, help or support, go here:</p>
<p>http://freenas.org</p>
<p>Welcome to FreeNAS</p></blockquote>
<p>along with a new command prompt:</p>
<blockquote class="blockquotecode"><p>[root@freenas] ~#</p></blockquote>
<p><span class="subtitle">Step 1b: Creating and assigning ownership to a download directory</span></p>
<blockquote><p>If you&#8217;ve already created a download directory and assigned the correct ownership for it, skip this step.</p></blockquote>
<p>Once you&#8217;ve created a directory where your torrents and associated data will be stored, assign ownership to it for the www user with the following command:</p>
<blockquote class="blockquotecode"><p>chown -R www:www /path-to-your-torrent-directory</p></blockquote>
<p>So, for example I&#8217;d execute the following command:</p>
<blockquote class="blockquotecode-grey"><p>chown -R www:www /mnt/ZFS2/Torrents</p></blockquote>
<p><span class="subtitle">Step 2a: Making the FreeNAS file system writable</span><br />
Before we go trying to install the transmission daemon, we need to make the FreeNAS file system writable as by default it&#8217;s read-only. If this step is missed, a lot of errors will occur on the proceeding steps. To make the file system writable to us, type the following command and press enter:</p>
<blockquote class="blockquotecode"><p>mount -w /</p></blockquote>
<p>This will remount the root file system in a writable state and return us to the command prompt:</p>
<blockquote class="blockquotecode"><p>[root@freenas] ~#</p></blockquote>
<p><span class="subtitle">Step 2b: Installing the Transmission daemon</span></p>
<p>I noticed using the pkg_add method from the 2.13 how-to guide searches the FreeBSD repositories for the most current release based on the system installed, so that means it would only look for Transmission releases in the 8.2 version repositories (FreeNAS 8 uses this version) and grab the latest. The good thing is that you&#8217;re able to manually specify which package(s) you want to install. If you are using a 64-bit system, type the following command to retrieve the Transmission package and press enter:   </p>
<blockquote class="blockquotecode"><p>pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/net-p2p/transmission-daemon-2.42.tbz</p></blockquote>
<p>If you are using a 32-bit system, use the following command instead:</p>
<blockquote class="blockquotecode-grey"><p>pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/net-p2p/transmission-daemon-2.42.tbz</p></blockquote>
<p>Once you&#8217;ve pressed enter, you will begin to see the packages and dependencies being retrieved followed by transmission being added as a group and user:</p>
<blockquote class="blockquotecode"><p>Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/net-p2p/transmission-daemon-2.42.tbz&#8230; Done.<br />
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/All/transmission-web-2.42.tbz&#8230; Done.<br />
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/All/ca_root_nss-3.13.1.tbz&#8230; Done.<br />
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/All/curl-7.21.3_2.tbz&#8230; Done.<br />
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/All/pkg-config-0.25_1.tbz&#8230; Done.<br />
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/All/libevent2-2.0.16.tbz&#8230; Done.<br />
Added group &#8220;transmission&#8221;.<br />
Added user &#8220;transmission&#8221;.</p></blockquote>
<p><span class="subtitle">Step 2c: Setting up the Transmission daemon to start automatically</span><br />
By default, the transmission daemon installs itself into /usr/local/etc/rc.d/. However, we want to copy it over into FreeNAS. Type the following command and press enter:</p>
<blockquote class="blockquotecode"><p>cp /usr/local/etc/rc.d/transmission /conf/base/etc/rc.d/</p></blockquote>
<p>From here, we want to edit the rc.conf file to tell FreeNAS to start the transmission daemon on boot. For this, we&#8217;ll be using the nano text editor, although you can use whichever you&#8217;re used to. Type the following command and press enter:</p>
<blockquote class="blockquotecode"><p>nano /conf/base/etc/rc.conf</p></blockquote>
<p>Once this file has opened up, you will notice a lot of configuration settings for FreeNAS. Using the down arrow on your keyboard, scroll to the bottom. At the end of this file, type the following:</p>
<pre>
  # transmission-daemon
  transmission_enable="YES"
</pre>
<p>Although you don&#8217;t need the # transmission-daemon comment line, I like to have it there to segment the settings. After you&#8217;ve added the lines above, press <span class="highlightgrey">CTRL + O</span> followed by <span class="highlightgrey">enter</span> on your keyboard to save the file, then press <span class="highlightgrey">CTRL + X</span> to close the nano text editor.</p>
<p>Next, the Transmission start up script needs to be modified. To do this, type the following command at the prompt:</p>
<blockquote class="blockquotecode"><p>nano /conf/base/etc/rc.d/transmission</p></blockquote>
<p>By default, the Transmission start up script looks like this:</p>
<pre class="grey">
  #!/bin/sh
  #
  # $FreeBSD: ports/net-p2p/transmission-cli/files/transmission.in,v 1.5 2012/01/14 08:56:43 dougb Exp $
  #
  # PROVIDE: transmission
  # REQUIRE: DAEMON
  #
  # Add the following lines to /etc/rc.conf to enable this service:
  #
  # transmission_enable:       Set to NO by default. Set it to YES to enable it.
  # transmission_watch_dir:    Directory for torrent files to download
  #                            automatically. Off by default unless you add
  #                            a path.
  # transmission_conf_dir:     Directory where transmission configuration
  #                            data is stored.
  #                            Default: /usr/local/etc/transmission/home
  # transmission_download_dir: Directory to store downloaded data.
  #                            Default: /usr/local/etc/transmission/home/Downloads
  # transmission_user:         The user account transmission daemon runs as what
  #                            you want it to be. It uses 'transmission' user by
  #                            default. Do not sets it as empty or it will run
  #                            as root.
  #

  . /etc/rc.subr

  name="transmission"
  rcvar=transmission_enable

  command=/usr/local/bin/transmission-daemon

  load_rc_config ${name}

  : ${transmission_enable:="NO"}
  : ${transmission_user:="transmission"}
  : ${transmission_conf_dir="/usr/local/etc/transmission/home"}
  : ${transmission_download_dir="/usr/local/etc/transmission/home/Downloads"}

  transmission_flags=" \
          ${transmission_watch_dir:+-c ${transmission_watch_dir}} \
          ${transmission_conf_dir:+-g ${transmission_conf_dir}} \
          ${transmission_download_dir:+-w ${transmission_download_dir}} \
          ${transmission_flags}"

  run_rc_command "$1"
</pre>
<p>The script below was posted by user paramount on the Transmission BT forums, it&#8217;s intended for FreeBSD 7.1 but it also works on version 8.2. We will modify the default script so that it looks exactly like the one below:</p>
<pre>
  #!/bin/sh

  # PROVIDE: transmission-daemon
  # REQUIRE: DAEMON
  #
  # Add the following lines to /etc/rc.conf.local or /etc/rc.conf
  # to enable transmission-daemon:
  #
  # transmission_enable="YES"
  # transmission_args=""
  # transmission_home="/var/transmission"
  # transmission_webhome="/usr/local/share/transmission/web"
  #

  . /etc/rc.subr

  name="transmission"
  rcvar=`set_rcvar`

  load_rc_config $name

  : ${transmission_enable:="NO"}
  : ${transmission_args:=""}
  : ${transmission_home:="/var/transmission"}
  : ${transmission_webhome:="/usr/local/share/transmission/web"}

  command="/usr/local/bin/${name}-daemon"
  command_args="${transmission_args}"
  start_precmd="${name}_prestart"
  TRANSMISSION_HOME="${transmission_home}"
  TRANSMISSION_WEB_HOME="${transmission_webhome}"

  transmission_prestart()
  {
      if [ -n "$TRANSMISSION_HOME" ]; then
          export TRANSMISSION_HOME
      fi
      if [ -n "$TRANSMISSION_WEB_HOME" ]; then
          export TRANSMISSION_WEB_HOME
      fi
  }

  run_rc_command "$1"
</pre>
<p>If you compare both the scripts above, you&#8217;ll notice all the changes required are located in the lower half of the script. In the nano text editor, move your cursor to the first line after the # and press <span class="highlightgrey">CTRL + K</span> to delete line after line, then copy and paste everything from the script above into nano.</p>
<p>So from this:</p>
<pre class="grey">
  #!/bin/sh

  # PROVIDE: transmission-daemon
  # REQUIRE: DAEMON
  #
  # Add the following lines to /etc/rc.conf.local or /etc/rc.conf
  # to enable transmission-daemon:
  #
  # transmission_enable="YES"
  # transmission_args=""
  # transmission_home="/var/transmission"
  # transmission_webhome="/usr/local/share/transmission/web"
  #
</pre>
<p>To this:</p>
<pre>
  #!/bin/sh

  # PROVIDE: transmission-daemon
  # REQUIRE: DAEMON
  #
  # Add the following lines to /etc/rc.conf.local or /etc/rc.conf
  # to enable transmission-daemon:
  #
  # transmission_enable="YES"
  # transmission_args=""
  # transmission_home="/var/transmission"
  # transmission_webhome="/usr/local/share/transmission/web"
  #

  . /etc/rc.subr

  name="transmission"
  rcvar=`set_rcvar`

  load_rc_config $name

  : ${transmission_enable:="NO"}
  : ${transmission_args:=""}
  : ${transmission_home:="/var/transmission"}
  : ${transmission_webhome:="/usr/local/share/transmission/web"}

  command="/usr/local/bin/${name}-daemon"
  command_args="${transmission_args}"
  start_precmd="${name}_prestart"
  TRANSMISSION_HOME="${transmission_home}"
  TRANSMISSION_WEB_HOME="${transmission_webhome}"

  transmission_prestart()
  {
      if [ -n "$TRANSMISSION_HOME" ]; then
          export TRANSMISSION_HOME
      fi
      if [ -n "$TRANSMISSION_WEB_HOME" ]; then
          export TRANSMISSION_WEB_HOME
      fi
  }

  run_rc_command "$1"
</pre>
<p>The next step is to modify the transmission_home setting. Locate the following line:</p>
<pre>  : ${transmission_home:="/var/transmission"}</pre>
<p>and replace it with the path to where your download directory is, for example mine is:</p>
<pre class="grey">  : ${transmission_home:="/mnt/ZFS2/Torrents"}</pre>
<p>After you&#8217;ve added the lines above, press <span class="highlightgrey">CTRL + O</span> followed by <span class="highlightgrey">enter</span> on your keyboard to save the file, then press <span class="highlightgrey">CTRL + X</span> to close the nano text editor.</p>
<p>Now, we need to reboot the server. We do this by typing:</p>
<blockquote class="blockquotecode"><p>reboot</p></blockquote>
<p>After your server has rebooted itself and FreeNAS is up and running again, log back into the FreeNAS Web UI and click on <span class="highlightgrey">Display System Processes</span>. You should see the transmission-daemon running and listed in similar fashion:</p>
<blockquote class="blockquotecode-grey"><p>1910&nbsp;&nbsp;&nbsp;www&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3&nbsp;&nbsp;&nbsp;44&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;39172K&nbsp;&nbsp;22960K&nbsp;&nbsp;select&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;54:49&nbsp;&nbsp;&nbsp;0.20%&nbsp;&nbsp;&nbsp;transmission-daemon</p></blockquote>
<p>If the entry is there, you&#8217;ve successfully installed the transmission-daemon. Now, onto configuring it!</p>
<p><span class="subtitle">Step 3: Configuring and accessing the Transmission Web Interface</span></p>
<p><span class="subtitle-smaller">Accessing the Transmission Web Interface</span><br />
To access the Transmission Web Interface, type the following address into your web browser:</p>
<blockquote class="blockquotecode"><p>192.168.1.99:9091</p></blockquote>
<blockquote><p>Be sure to substitute the 192.168.1.99 above with the IP address of your server that has FreeNAS installed on it.</p></blockquote>
<p>Congratulations, now you&#8217;ll be looking at a web interface where you control Transmission from! If you get an error message about an authorized IP address; you&#8217;ve missed a step somewhere and transmission is reading from a temporary settings.json file.</p>
<p><span class="subtitle-smaller">Configuring Transmission</span><br />
From what I&#8217;ve read, changing any settings in the Transmission Web Interface are only applied temporarily. They are written to the settings.json file when the transmission-daemon isn&#8217;t running. The problem here is if you manually kill the transmission daemon, it will try to write settings to the root directory where an error will occur as FreeNAS is a read-only file system. You&#8217;ll see an error like this appear:</p>
<blockquote class="blockquotecode-grey"><p>Jan 28 16:03:12 FreeNAS transmission-daemon[2547]: Couldn&#8217;t save temporary file &#8220;/root/.config/transmission-daemon/settings.json.tmp.80Zhe3&#8243;: No such file or directory (bencode.c:1734)</p></blockquote>
<p>So, in order to successfully save settings to the correct settings.json file, which should have been created when you edited the transmission_home setting from a few steps above; you need to reboot the server. It&#8217;s not the most ideal method, but considering a server is usually running non-stop, I think this is a small sacrifice.</p>
<p>That&#8217;s all folks!</p>
<p>I&#8217;ve spent quite a few hours figuring out how to get Transmission 2.42 working on FreeNAS 8, not to mention a few hours refining this guide. So, as far as I&#8217;m aware if you follow it step-by-step, it should work without a hitch. If it works for you, please feel free to say thanks or leave your comments and/or queries below.</p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2012/01/28/guide-transmission-2-42-on-freenas-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fitting an SSD into a 2009 27&#8243; iMac</title>
		<link>http://unwittinglyrad.com/2011/10/11/fitting-an-ssd-into-a-2009-27-imac/</link>
		<comments>http://unwittinglyrad.com/2011/10/11/fitting-an-ssd-into-a-2009-27-imac/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 04:00:20 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://unwittinglyrad.com/?p=2860</guid>
		<description><![CDATA[This is by far the best &#8216;bang-for-buck&#8217; modification you can perform on your iMac. Well, apart from putting in lots of RAM. Best of all? It&#8217;s a very simple and straight forward procedure that takes approximately 25 minutes to complete. I won&#8217;t lie, I was actually talked into upgrading to an SSD by several friends, the only problem was cost. Last weekend I decided to finally bite the bullet and purchased a 120Gb Intel 320 Series drive. I highly recommend doing your research before going out and buying just any drive as all drives are susceptible to problems, some just less than others. From the research I did, it seems the Intel drives are a great middle ground in terms of reliability and performance. Prerequisites Firstly, Whatever SSD you do end up purchasing, I suggest that you find out if you need to update it with a more recent firmware [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2011/10/SSD.jpg" alt="" title="SSD" width="960" height="450" class="alignnone size-full wp-image-2861" /></p>
<p><span class="introparagraph">This is by far the best &#8216;bang-for-buck&#8217; modification you can perform on your iMac. Well, apart from putting in lots of RAM. Best of all? It&#8217;s a very simple and straight forward procedure that takes approximately 25 minutes to complete.</span></p>
<p>I won&#8217;t lie, I was actually talked into upgrading to an SSD by several friends, the only problem was cost. Last weekend I decided to finally bite the bullet and purchased a <a href="http://www.anandtech.com/show/4244/intel-ssd-320-review">120Gb Intel 320 Series drive</a>. I highly recommend doing your research before going out and buying just any drive as all drives are susceptible to problems, some just less than others. From the research I did, it seems the Intel drives are a great middle ground in terms of reliability and performance.</p>
<p><span class="subtitle">Prerequisites</span><br />
Firstly, Whatever SSD you do end up purchasing, I suggest that you find out if you need to update it with a more recent firmware as not all SSD&#8217;s ship with the latest one available. For instance, I upgraded to the latest 320 Series firmware as it offered a fix for a certain issue which occurred with power loss.</p>
<p>Secondly, assuming you have purchased Mac OS X Lion, you&#8217;ll need to create a Lion Install on a USB key, see the following guide on how to do this: <a href="http://www.cultofmac.com/105527/how-to-make-a-bootable-install-disk-of-mac-os-x-lion/" target="_blank">http://www.cultofmac.com/105527/how-to-make-a-bootable-install-disk-of-mac-os-x-lion/</a> Otherwise, have your Mac OS X Install DVD handy.</p>
<p>And finally, be sure you have Torx T8 and T10 screwdrivers handy.</p>
<p><span class="subtitle">Step 1a: Opening up the iMac</span><br />
This is much, much easier than you think. I&#8217;ve read some articles online making out that opening up your iMac requires you to have a degree in engineering or that it was a real terrifying ordeal.. well, it&#8217;s not. I&#8217;m not sure if the people suggesting it was were just big girls, or that Apple themselves sent some emails trying to deter people from doing it, either way it&#8217;s a very simple and straight forward process. The easiest way for you to open up your iMac is to follow the visual guide over at iFixit: <a href="http://www.ifixit.com/Guide/iMac-Intel-27-Inch-Hard-Drive-Replacement/1634/1" target="_blank">http://www.ifixit.com/Guide/iMac-Intel-27-Inch-Hard-Drive-Replacement/1634/1</a> </p>
<blockquote><p>Tip: Don&#8217;t spend money on any suction cups to lift the glass off. Just buy a roll of thick duct tape and press it firmly onto a corner. Gently (but with some force) pull it towards you and you will notice it detach. Then simply slide your finger all the way across the top  in between the bezel and glass to detach it away from the magnets.</p></blockquote>
<p><span class="subtitle">Step 1b: The HDD temperature sensor</span><br />
If you&#8217;ve followed everything in the iFixit Guide and all went well, you&#8217;re probably wondering at this point what you&#8217;re supposed to plug the HDD temperature sensor back into? Well, here&#8217;s the thing; you don&#8217;t. What you actually need to do is to trick the sensor into thinking everything is fine. You may have done some google searches and read posts about &#8220;shortening&#8221; it, relax.. it&#8217;s not as crazy as something you&#8217;d see on MacGyver, although this is a MacGyver style workaround.</p>
<p>I wanted to elaborate on this step and help others out with it visually, as I myself read about it on several forums but noticed that no one posted any pictures of how they done it, and I certainly wasn&#8217;t going to pull my iMac apart just to see what I needed to do. All you need to complete this procedure is a small, thin piece of wire.</p>
<p>I used a small piece from a metal twist tie (the ones you find wrapped around cables to keep them neat) which is <a href="http://unwittinglyrad.com/wp-content/uploads/2011/10/wire.jpg" class="fancybox">pictured here</a>, bent into a &#8216;U&#8217; shape. What I then did was put it into the connector as <a href="http://unwittinglyrad.com/wp-content/uploads/2011/10/wireinserted.jpg" class="fancybox">pictured here</a>, matched up with the wires. After that, I simply cut a thin piece of electrical tape, covered the wire and tucked the cable neatly under the others near the temperature sensors.</p>
<p>&#8220;Why do I have to do this?&#8221; you might be asking. Well, if you don&#8217;t follow the above procedure, your HDD temperature sensor will panic thinking something has gone wrong and consequently the fan will run at a noisy ~5000rpm+ as opposed to a quiet ~1100rpm.</p>
<blockquote><p>Tip: Before putting the glass back on, turn your Mac on and ensure that the temperature sensor trick is working. If a loud &#8216;whirring&#8217; type of sound is heard, it isn&#8217;t. </p></blockquote>
<p>If you&#8217;re still not comfortable performing this trick, I suggest you look at a software solution. Perhaps something like <a href="http://www.hddfancontrol.com/" target="_blank">http://www.hddfancontrol.com</a></p>
<p><span class="subtitle">Step 2a: Installing Mac OS X</span></p>
<p>By now you should have your Mac OS X Install DVD inserted or Lion Install USB Key plugged in with your Mac preparing to begin installation. The first step is to format the SSD using the Disk Utility, the format I always use is <span class="highlight">Mac OS Extended (Journaled)</span>. Once this step is complete, you can begin installing Mac OS. Depending on the speed of your system, this should take ~20 minutes. </p>
<p><span class="subtitle">Step 2b: Enabling SSD TRIM support</span><br />
Once the install has been completed and you&#8217;ve set up your Mac, the next important step to take is to enable TRIM support on the SSD. By default, this will always be disabled as Apple has only enabled this command for their proprietary supplied SSD&#8217;s. The good news is that with a few commands from within the Terminal, we&#8217;re able to enable TRIM on 3rd Party SSD&#8217;s. </p>
<blockquote><p>The TRIM command allows an operating system to inform a solid-state drive (SSD) which blocks of data are no longer considered in use and can be wiped internally. For an in depth look at TRIM, see: <a href="http://www.tuaw.com/2011/03/27/keeping-ssds-in-trim-doing-the-math/" target="_blank">http://www.tuaw.com/2011/03/27/keeping-ssds-in-trim-doing-the-math/</a></p></blockquote>
<p>To enable TRIM, use the following commands in Terminal:</p>
<p>1. Backup the <span class="highlightgrey">IOAHCIBlockStorage</span> file that we&#8217;re about to patch:</p>
<blockquote class="blockquotecode"><p>sudo cp /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage /IOAHCIBlockStorage.original</p></blockquote>
<p>2. Modify the <span class="highlightgrey">IOAHCIBlockStorage</span> file to enable TRIM support for all SSD&#8217;s:</p>
<blockquote class="blockquotecode"><p>sudo perl -pi -e &#8216;s|(\x52\x6F\x74\x61\x74\x69\x6F\x6E\x61\x6C\x00{1,20})[^\x00]{9}(\x00{1,20}\x51)|$1\x00\x00\x00\x00\x00\x00\x00\x00\x00$2|sg&#8217; /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage</p></blockquote>
<p>3. Clear the prelinked kext caches:</p>
<blockquote class="blockquotecode"><p>sudo kextcache -system-prelinked-kernel</p></blockquote>
<p>4. Clear the System kext caches:</p>
<blockquote class="blockquotecode"><p>sudo kextcache -system-caches</p></blockquote>
<p>All these commands should provide zero error outputs if done correctly. After the 4 steps have been completed, <span class="highlight">reboot your Mac!</span></p>
<p>To check if your SSD is now TRIM enabled, open up <span class="highlightgrey">About This Mac</span>, click on <span class="highlightgrey">More Info</span> and then click on <span class="highlightgrey">System Report</span>. Within System Report click on <span class="highlightgrey">Serial-ATA</span> and next to TRIM Support it will either say Yes or No.</p>
<p>All done, enjoy the speed!</p>
<blockquote><p>Note: <del datetime="2011-10-12T22:39:48+00:00">I&#8217;ve read</del> I can confirm that performing Software Updates will disable TRIM support. To re-enable it again, simply follow the steps above.</p></blockquote>
<p>In the case of something going wrong and you need to restore the original <span class="highlightgrey">IOAHCIBlockStorage</span> file, use the following command:</p>
<blockquote class="blockquotecode"><p>sudo cp /IOAHCIBlockStorage.original /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2011/10/11/fitting-an-ssd-into-a-2009-27-imac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Turtles Tale: Sammy&#8217;s Adventure</title>
		<link>http://unwittinglyrad.com/2011/09/21/a-turtles-tale-sammys-adventure/</link>
		<comments>http://unwittinglyrad.com/2011/09/21/a-turtles-tale-sammys-adventure/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 02:42:13 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[Delayed Movie Reviews]]></category>

		<guid isPermaLink="false">http://unwittinglyrad.com/?p=2812</guid>
		<description><![CDATA[I guess I&#8217;m just a big kid, because I love animated movies. So when I saw &#8220;A Turtle&#8217;s Tale: Sammy&#8217;s Adventure&#8221; I got quite excited as it looked promising. But that wasn&#8217;t the case.. .. Well, for me anyway. I&#8217;m not quite sure what it is about this animated movie that left me a bit disappointed. The last animated movie I saw was How To Train Your Dragon and I loved it to bits. So much so, that I think I&#8217;ve seen it close to half a dozen times. It had a simple, straight forward plot was an action packed ride. With Sammy&#8217;s Adventure, I figured by looking at the quality of animation and storyline, I was in for an &#8220;animated adventure&#8221;, I was wrong. I&#8217;m sitting here thinking about the movie and how to write this review, and I&#8217;m a bit confused to say the least. A sea turtle [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2011/09/sammysadventures.jpg" alt="" title="sammysadventures" width="960" height="450" class="alignnone size-full wp-image-2813" /></p>
<p><span class="introparagraph">I guess I&#8217;m just a big kid, because I love animated movies. So when I saw &#8220;A Turtle&#8217;s Tale: Sammy&#8217;s Adventure&#8221; I got quite excited as it looked promising. But that wasn&#8217;t the case..</span></p>
<p>.. Well, for me anyway. I&#8217;m not quite sure what it is about this animated movie that left me a bit disappointed. The last animated movie I saw was <a href="http://unwittinglyrad.com/2010/10/21/how-to-train-your-dragon/" title="How To Train Your Dragon">How To Train Your Dragon</a> and I loved it to bits. So much so, that I think I&#8217;ve seen it close to half a dozen times. It had a simple, straight forward plot was an action packed ride. </p>
<p>With Sammy&#8217;s Adventure, I figured by looking at the quality of animation and storyline, I was in for an &#8220;animated adventure&#8221;, I was wrong. I&#8217;m sitting here thinking about the movie and how to write this review, and I&#8217;m a bit confused to say the least.  </p>
<blockquote><p>A sea turtle who was hatched in 1959 spends the next 50 years traveling the world while it is being changed by global warming. </p></blockquote>
<p>By reading the brief plot outline, one would assume the movie is about what&#8217;s stated (which most movies are). Yet, I&#8217;m thinking otherwise. First and foremost, I have to say that this animated movie is really strung out, even though it only went for 1.5hrs, it really felt much longer. The company I watched it with agreed, I think some were starting to fall asleep at one point.</p>
<p>Secondly, I feel they tried to fit too many concepts into this film. From chasing after a female &#8216;Sammy&#8217; meets at the start of the movie, to finding a so called &#8216;secret passage&#8217;, all mixed in with ecological and environmental messages which I must say became cliche after a while. Don&#8217;t get me wrong, I think it&#8217;s a good thing that these messages were put in, but it almost felt like they were being shoved down our throats after the first two.</p>
<p>Thirdly, one could clearly tell this movie was intended to be watched in 3D with the amount of specific visual sequences present. I counted at least 5-6 sequences where a character was isolated purely to &#8216;pop-out&#8217; at you and display the visual effects of 3D. I was only able to see the movie in 2D, so I was a bit bummed about that.</p>
<p>In terms of characters; I think they could of done a lot more in this area. Some ques from Finding Nemo would of come in handy.. Where the main character talked to some other characters, they didn&#8217;t even verbally respond. Only in action or gestures. Now, I&#8217;m not sure if this was intentional but it just seemed out of place for some reason. One example were some additional voice dialogue could of made an action sequence a bit better was when a great white shark was chasing Sammy, I think it would of added a bit more &#8216;thrill&#8217;. I didn&#8217;t really find myself becoming attached to any of the characters either.</p>
<p>In saying the above and whilst this is not a Disney or Pixar production, overall it was very well made. But perhaps it was simply intended for kids.    </p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2011/09/21/a-turtles-tale-sammys-adventure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>skEdit theme: Dark Alternative</title>
		<link>http://unwittinglyrad.com/2011/08/15/skedit-theme-dark-alternative/</link>
		<comments>http://unwittinglyrad.com/2011/08/15/skedit-theme-dark-alternative/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 05:15:50 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://unwittinglyrad.com/?p=2801</guid>
		<description><![CDATA[Use skEdit? Don&#8217;t like the standard dark theme that&#8217;s included with the app? Well, here is my concoction for you to try. If you&#8217;re a skEdit user, you&#8217;d be familiar with the fact not that many syntax highlighting themes are available to us. Whilst I don&#8217;t mind the standard dark theme that&#8217;s included by default, I decided to modify it a bit to my liking. What you see above is what I&#8217;ve come up with. If you&#8217;d like to try it out, grab it here. Put it in your ~/Library/Application Support/skEdit/Themes/ folder, then to use it simply select the theme via preferences.]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2011/08/skedittheme.png" alt="" title="skedittheme" width="960" height="450" class="alignnone size-full wp-image-2802" /></p>
<p><span class="introparagraph">Use skEdit? Don&#8217;t like the standard dark theme that&#8217;s included with the app? Well, here is my concoction for you to try.</span></p>
<p>If you&#8217;re a skEdit user, you&#8217;d be familiar with the fact not that many syntax highlighting themes are available to us. Whilst I don&#8217;t mind the standard dark theme that&#8217;s included by default, I decided to modify it a bit to my liking. What you see above is what I&#8217;ve come up with.</p>
<p>If you&#8217;d like to try it out, <a href="http://unwittinglyrad.com/stuff/dark_alternate.plist.zip">grab it here</a>.</p>
<p>Put it in your <span class="highlightgrey">~/Library/Application Support/skEdit/Themes/</span> folder, then to use it simply select the theme via preferences.</p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2011/08/15/skedit-theme-dark-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WDTV Live Media Player</title>
		<link>http://unwittinglyrad.com/2011/01/09/wdtv-live-media-player/</link>
		<comments>http://unwittinglyrad.com/2011/01/09/wdtv-live-media-player/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 06:04:26 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://unwittinglyrad.com/?p=2608</guid>
		<description><![CDATA[I was looking to upgrade my WDTV HD for quite some time now, so when I came across the WDTV Live on special &#8211; I simply couldn&#8217;t resist and ended up going home with one. I wrote quite an extensive post on the HD version of the WDTV, so I won&#8217;t go too much into every little detail with this post as I figured most know what the WDTV is capable of. Instead, I thought I&#8217;d just post my thoughts and findings on this unit and provide a little feedback to those who may be looking at upgrading. For reference, my setup consists of a Pioneer VSX-520 AV Receiver and Sony SA-VS350H 5.1 surround sound speakers. The Unit Itself, Hardware Western Digital have moved away from the all black, glossy finish of the HD to a black matte finish with silver trim on the Live. I quite welcome the change [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2011/01/wdtvlive.jpg" alt="" title="wdtvlive" width="960" height="450" class="alignnone size-full wp-image-2726" /></p>
<p><span class="introparagraph">I was looking to upgrade my WDTV HD for quite some time now, so when I came across the WDTV Live on special &#8211; I simply couldn&#8217;t resist and ended up going home with one.</span></p>
<p>I wrote quite an extensive post on the <a href="http://unwittinglyrad.com/2009/04/01/wdtv-media-player/">HD version</a> of the WDTV, so I won&#8217;t go too much into every little detail with this post as I figured most know what the WDTV is capable of. Instead, I thought I&#8217;d just post my thoughts and findings on this unit and provide a little feedback to those who may be looking at upgrading. For reference, my setup consists of a Pioneer VSX-520 AV Receiver and Sony SA-VS350H 5.1 surround sound speakers.</p>
<p><span class="subtitle">The Unit Itself, Hardware</span><br />
Western Digital have moved away from the all black, glossy finish of the HD to a black matte finish with silver trim on the Live. I quite welcome the change as it makes the unit look a bit more sleek, plus you won&#8217;t have finger smudges all over the remote. The hardware is quite similar in terms of the backpanel with the RCA connectors simplified and turned into was is essentially a 3.5mm jack. The other difference being the USB port on the back of the unit is now positioned horizontally, not vertically like on the HD. </p>
<p><span class="subtitle">User Interface</span><br />
The UI in the WDTV Live hasn&#8217;t changed all too much in comparison to the WDTV HD. The style is very similar, the only two real differences are the positioning and speed. The HD navigation started from the left and menus expanded to the right, the Live starts in the centre and menus expand vertically. One advantage the Live has over the HD is speed, it is much faster overall. Apart from these two things, I don&#8217;t think there is much else to discuss in terms of the UI.</p>
<p><span class="subtitle">Streaming Video &#038; Network Capability</span><br />
With the Live HD gaining networking capabilities, one is now able to stream video from a media server or a share on a computer. While I don&#8217;t have any media servers to stream from, I do stream content from my iMac to the Live handles things just fine. I&#8217;ve found streaming large .mkv movies issue free, with no lag or hang ups. Fast forwarding and rewinding is also fine. I have noticed large MPEG based files do seem to lag or even freeze briefly whilst fast forwarding at 8x, at 4x they&#8217;re fine.</p>
<p>I don&#8217;t know if it&#8217;s firmware based, but quite frequently the WDTV will have troubles connecting to my SAMBA network share, other times it&#8217;s fine. Infrequently, browsing some folders the unit will just freeze up whilst in thumbnail mode, my guess is processing power. Another annoyance is browsing network shares in thumbnail mode; both the thumbnail and movie are listed. Apparently there is a fix for it which involves removing the .jpg extension, but I&#8217;ve had no luck with that.</p>
<p>One more annoying thing is that if you have networked your WDTV, it&#8217;ll go online by itself to check for firmware updates. This feature is actually pretty neat, the only annoying thing is the fact that there is no built in setting to turn this off &#8211; especially if you use an older firmware.</p>
<p>I don&#8217;t have any comments or feedback to provide on the internet media functions of the WDTV Live as I don&#8217;t use them. One thing I will note with the earlier versions of the firmware, these internet media options were present in the video menu, which I found annoying. With 1.04.xx they are no longer present.</p>
<p><span class="subtitle">File Management</span><br />
A nice, new little feature of the WDTV Live is file management and the ability to move, copy or delete files of both locally connected and networked drives. No real issues to report with this feature at present.</p>
<p><span class="subtitle">Video &#038; Audio Playback</span><br />
<span class="highlightgrey">Video</span>: 99% of mkv videos playback fine. I have noticed that BluRay and HD-DVD rips can stutter depending on the Firmware used. 1.03/1.04 caused playback issues, whereas 1.02 plays things smoothly.<br />
<span class="highlightgrey">Audio</span>: DTS-ES is passed through, DTS-HD/MA is downmixed to DTS Core 5.1. Dolby Digital+ and Dolby TrueHD are passed through. Dolby TrueHD only seems to be passed through from .mkv files on 1.04 firmware, not sure why as nothing is noted in the changelogs. Multichannel AAC from .mkv files does not play over digital (and from what I&#8217;ve read, never will), I did manage to get it working via Stereo though, but what a pain in the ass.</p>
<p><span class="subtitle">Subtitles</span><br />
The Live has had some improvements with subtitles support and settings. There are a few more added sizes for subtitle display and positioning (which is set by the up and down arrows on the remote). Unfortunately, there still isn&#8217;t any support for styled softsubs which is a bit of a downer, but I kind of don&#8217;t mind. The Live also has issues playing PGS subtitles from mkv&#8217;s.</p>
<p><span class="subtitle">Movie Thumbnails (+ network fix)</span><br />
In Firmware version 1.02.xx, thumbnail colours will show up saturated and do not cache properly, this issue is corrected in 1.03.xx firmware versions. Now, one very annoying bug which WD refuse to fix and call a <em>feature</em> is the display of movie thumbnails on networked drives. That is, the .jpg and and movie <em>both</em> show up. WD answer me this; Just what on earth made you guys think we want to see JPEG images when we&#8217;re browsing movies? /facepalm.</p>
<p>This bug annoys myself and many, many other WDTV Live users across the globe. The hardest part was sifting through the useless suggestions people were posting on how to fix this.<br />
I tried everything from removing the .jpg extension to ThumbGen&#8217;s fix &#8211; all of which didn&#8217;t work. The ONLY solution I&#8217;ve found to get thumbnails to display on networked drives without them showing up along side the movie is to install the WDLXTV custom firmware. It takes a bit of tinkering to set it all up, but it works.</p>
<p>The process is quite simple, within the WDLXTV configuration you setup your network drive to automatically mount upon start up using xmount. This makes the WDTV think the drive is connected as a normal HDD via USB and thumbnail problem solved!</p>
<p>I am not to be credited for this solution, I actually found it posted by someone else on a WDTV based forum.</p>
<p><span class="subtitle">Network Shares with Mac OS X 10.7 (WDLXTV specific fix)</span><br />
So.. You&#8217;ve upgraded to Mac OS X 10.7 like I did and realised you can no longer access SMB Shares, WTF!!! I hear you say.. The reasoning behind this is due to SAMBA licensing, thus resulting in Apple writing their own implementation of SAMBA called SMBX. Anyway, after some Googling I found a solution. Read on..</p>
<blockquote><p>Notes: You&#8217;ll need some knowledge of directory structures and paths in order to set this up. You&#8217;ll also need at least one USB device attached at all times for automount to work.</p></blockquote>
<p>Open <span class="highlightgrey">Terminal.app</span> (found in Applications/Utilities). </p>
<p>Step 1) Type the following command: <span class="highlight">sudo nfsd enable</span> to enable the NFS daemon.</p>
<p>Step 2) Type the following command: <span class="highlight">sudo nano /etc/exports</span> to create the paths to your shares.</p>
<p>Step 3) A blank file will open up, in this you want to type the full path to the folders/volumes you want to share. For example, I&#8217;m sharing my Public folder, so I have added <span class="highlightgrey">/Users/Rad/Public</span> to mine. After you have added the full path of the folders/volumes, press <span class="highlightgrey">control + O</span> to save the file and press enter, then press <span class="highlightgrey">control + X</span> to exit the nano editor.</p>
<p>Step 4) Type the following command: <span class="highlight">showmount -e</span> and you should get listing, such as:</p>
<blockquote class="blockquotecode"><p>
Exports list on localhost:<br />
/Users/Rad/Public 192.168.1.0
</p></blockquote>
<p>Step 5) In this step you&#8217;ll need to add an automount entry to your WDLXTV config file. I&#8217;ve added <span class="highlightgrey">xmount &#8220;192.168.1.83:Users/Rad/Public&#8221; &#8220;Public&#8221; nfs</span> to my config file; which specifies my Mac&#8217;s IP address, the path to the share, the share name (as it&#8217;ll appear on your WDTV menu) and the share type. Then reboot your WDTV, powering it off and on won&#8217;t work. After it boots navigate to your locally connected USB drive and the NFS share should appear in there! If it doesn&#8217;t, navigate back one step and try again. This process has worked for me.</p>
<p><span class="subtitle">Notes on Firmware versions</span><br />
<span class="highlightgrey">1.01.xx</span> Nothing to report with this version as I upgraded pretty much instantly when I got the unit.<br />
<span class="highlightgrey">1.02.xx</span> After some testing with a friend, I&#8217;ve concluded that this is the best firmware version. It is the fastest in terms of navigation and most functional by the looks of things.<br />
<span class="highlightgrey">1.03.xx</span> Similar to 1.02 in terms of speed and functionality, with improved thumbnail caching. BluRay/HD-DVD rips will more than likely stutter, TrueHD pass-through lost.<br />
<span class="highlightgrey">1.04.xx</span> I wouldn&#8217;t upgrade to any 1.04.xx version, no benefits to be had unless you want/need TrueHD pass-through.<br />
<span class="highlightgrey">1.05.xx</span> I&#8217;m currently using this firmware, but the B-RAD version (1.05.04_V.WDLXTV_LIVE-0.5.1.1) which is running flawlessly. Has 3TB HDD support and TrueHD pass-through.</p>
<blockquote><p>Tip: To remove the dreaded <span class="highlight">New Firmware Found</span> message whilst using older firmware versions, you&#8217;ll need to setup a URL blocking filter from within your Router/Modem configuration interface. In the URL blocking filter section of your Router/Modem, add <span class="highlightgrey">support.wdc.com</span> to the banned/disallowed list and you won&#8217;t have it pop up anymore.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2011/01/09/wdtv-live-media-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hachiko: A Dog&#8217;s Story</title>
		<link>http://unwittinglyrad.com/2010/12/02/hachiko-a-dogs-story/</link>
		<comments>http://unwittinglyrad.com/2010/12/02/hachiko-a-dogs-story/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 12:14:12 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[Delayed Movie Reviews]]></category>

		<guid isPermaLink="false">http://unwittinglyrad.com/?p=2621</guid>
		<description><![CDATA[I originally saw the trailer for this movie and being a dog lover, I thought it would be a good watch with the high IMDb rating it received, I wasn&#8217;t wrong.. Coincidently, what sparked my interest to finally watch this movie whilst being stuck at home sick was the fact that my mother managed to watch this movie before me (which is a rare occurrence) and the feedback I got from her was &#8220;Why did you give this movie to me? I was crying non-stop&#8221;. I thought to myself, how upsetting can this movie really be? Well, I was in for a surprise.. To loosely describe the plot of the movie; it is based on the true story of a college professor&#8217;s bond with an abandoned dog he takes into his home. For the real and full background of this remarkable dog, check out this Wikipedia entry The movie is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2010/12/Hachiko.jpg" alt="" title="Hachiko" width="960" height="450" class="alignnone size-full wp-image-2622" /></p>
<p><span class="introparagraph">I originally saw the trailer for this movie and being a dog lover, I thought it would be a good watch with the high IMDb rating it received, I wasn&#8217;t wrong..</span></p>
<p>Coincidently, what sparked my interest to finally watch this movie whilst being stuck at home sick was the fact that my mother managed to watch this movie before me (which is a rare occurrence) and the feedback I got from her was &#8220;Why did you give this movie to me? I was crying non-stop&#8221;. I thought to myself, how upsetting can this movie really be? Well, I was in for a surprise..</p>
<p>To loosely describe the plot of the movie; it is based on the true story of a college professor&#8217;s bond with an abandoned dog he takes into his home. For the real and full background of this remarkable dog, <a href="http://en.wikipedia.org/wiki/Hachik%C5%8D">check out this Wikipedia entry</a></p>
<p>The movie is definitely watchable if you just pick it up without having an understanding of the temperament of this certain breed. However, knowing the background of this breed will give a better understanding of its character and the type of personality they have. The &#8220;Akita Inu&#8221; is renowned for its intelligence and loyalty to its owner, as witnessed throughout the movie. It also goes to show that sometimes even animals hold values and traits better than some humans can; loyalty and faith in this instance.</p>
<p>Initially, it seems as though Professor Parker Wilson (played by Richard Gere) is the main character in this movie, but when the Professor passes away &#8211; we come to learn that Hachi really is and always was. What I thought was a nice touch was the fact that not only were we given a view from the humans side, but also a view from Hachi himself &#8211; a dog&#8217;s eye view which really helps to gather feelings and an understanding of the dog.</p>
<p>The movie is quite enjoyable up to the point where the Professor passes away. At this point, you are strapped into an emotional rollercoaster with no way out.. Even as a grown man I couldn&#8217;t hold myself together emotionally. I think I pretty much cried until the end of the movie and some more after it was actually over, the last 20-30 minutes of the movie are just simply that upsetting.</p>
<p>I can honestly say I have never been that upset after watching a movie based around animals. I guess because of the fact I&#8217;ve had strong bonds with several dogs over the past decade and a half (1 being my own, 3 being my cousins dog&#8217;s), I can sympathise and understand how Hachi would be feeling.</p>
<p>As a young kid, did you need a tissue at the end of Free Willy when he was set free? Well, have a towel ready if you find the courage to watch this movie, because I&#8217;m telling you now, you will without a doubt be crying by the end of it.</p>
<p>Hachiko: A Dog&#8217;s Story needs to be watched, at least once &#8211; as a dog lover or not. </p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2010/12/02/hachiko-a-dogs-story/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacGruber</title>
		<link>http://unwittinglyrad.com/2010/10/23/macgruber/</link>
		<comments>http://unwittinglyrad.com/2010/10/23/macgruber/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 08:54:12 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[Delayed Movie Reviews]]></category>

		<guid isPermaLink="false">http://unwittinglyrad.com/?p=2506</guid>
		<description><![CDATA[The Legendary MacGruber. Former Navy SEAL, Army Ranger and Green Beret. Served six tours in Desert Storm, four in Bosnia, three each in Angola, Somalia, Mozambique, Nicaragua and Sierra Leone. Recipient of sixteen Purple Hearts, three Congressional Medals of Honor, seven Presidential Medals of Bravery and starting tight end for the University of Texas, El Paso. It seems there is a lot of negativity towards MacGruber in the reviews. 5.2/10 on Rotten Tomatoes, 5.6/10 on IMDb &#8211; it&#8217;s not to say that these ratings are unjust, but I feel people are taking MacGruber too seriously or perhaps it simply caters for those who have a wider humour spectrum. The movie itself is all nonsense and literally ridiculous, but you simply can&#8217;t help but laugh at foul mouthed dialogue, mini-parodies, raunchy soundtrack and play on words &#8211; &#8216;cunth&#8217; anyone? MacGruber is an ex-special operative who is called back into action to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2010/10/MacGruber.jpg" alt="" title="MacGruber" width="960" height="450" class="alignnone size-full wp-image-2507" /></p>
<p><span class="introparagraph">The Legendary MacGruber. Former Navy SEAL, Army Ranger and Green Beret. Served six tours in Desert Storm, four in Bosnia, three each in Angola, Somalia, Mozambique, Nicaragua and Sierra Leone. Recipient of sixteen Purple Hearts, three Congressional Medals of Honor, seven Presidential Medals of Bravery and starting tight end for the University of Texas, El Paso. </span></p>
<p>It seems there is a lot of negativity towards MacGruber in the reviews. 5.2/10 on Rotten Tomatoes, 5.6/10 on IMDb &#8211; it&#8217;s not to say that these ratings are unjust, but I feel people are taking MacGruber too seriously or perhaps it simply caters for those who have a wider humour spectrum. The movie itself is all nonsense and literally ridiculous, but you simply can&#8217;t help but laugh at foul mouthed dialogue, mini-parodies, raunchy soundtrack and play on words &#8211; &#8216;cunth&#8217; anyone?</p>
<blockquote><p>
MacGruber is an ex-special operative who is called back into action to take down his archenemy, Dieter Von Cunth, who is in possession of a nuclear warhead and bent on destroying Washington, D.C.
</p></blockquote>
<p>Although the plot is straight forward, It feels as though it was almost written overnight or by a 13 year old &#8211; but that doesn&#8217;t matter in the grand scheme of things considering the movie is purely driven on its dialogue, not to mention one of the funniest sex scenes I&#8217;ve seen in a movie since Team America.</p>
<p>MacGruber is said to be the best of the best, the elite, cream of the crop but in reality he can only be described as a big douche. He dresses like Macgyver, drives a Mazda and carries his car radio everywhere &#8211; at one point, he even goes as far as to put a celery stick up his ass to divert attention &#8211; classic MacGruber. His sidekick, if you can call him that is Lt. Dixon Piper (played by Ryan Phillippe) who MacGruber makes out to be the clueless rookie, yet probably has more qualifications and training than MacGruber himself.</p>
<p>Then you have Dieter Von Cunth (played by Val Kilmer) the token bad guy, I can&#8217;t help but laugh every time I hear &#8220;Cunth&#8221;, for obvious reasons. If you&#8217;re unsure of what I mean, you can <a href="http://uncyclopedia.wikia.com/wiki/Cunt">read up on it here</a>. While the character of Dieter Von Cunth doesn&#8217;t get much screen time, any that he does is usually absurd &#8211; he is either belittling MacGruber or painting portraits of naked old ladies with drooping tits.</p>
<p>I&#8217;d say this movie would be a cross between Get Smart and Austin Powers in terms of that raunchiness and plain stupidity with the exception being MacGruber is filled with about <del datetime="2010-10-23T08:04:12+00:00">10x</del> 50x more memorable one-liners and humour which is crude &#8211; sometimes it leaves you thinking, &#8220;dude, are you normal?&#8221;. But you can&#8217;t help but laugh at it all. I can see myself and my boss at work repeating some of the dialogue for months to come.</p>
<p>The action sequences in MacGruber are pretty average, just your run off the mill type &#8211; apart from the half dozen throats ripped out within the space of 10 minutes by the man, MacGruber himself.</p>
<p>MacGruber is one of those movies that if you go into it expecting something serious rather than just 90 minutes of pure nonsense, stupidity and laughs you&#8217;ll probably end up turning it off after 9. So sit down, shut up and just enjoy it.</p>
<p><a href="http://www.youtube.com/watch?v=bqySbDqTGGc&#038;fmt=22" rel="fancyvideo">Trailer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2010/10/23/macgruber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Train Your Dragon</title>
		<link>http://unwittinglyrad.com/2010/10/21/how-to-train-your-dragon/</link>
		<comments>http://unwittinglyrad.com/2010/10/21/how-to-train-your-dragon/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 01:11:54 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[Delayed Movie Reviews]]></category>

		<guid isPermaLink="false">http://unwittinglyrad.com/?p=2428</guid>
		<description><![CDATA[Last night I watched How To Train Your Dragon and in short, it was awesome. To be honest, I feel the 8.2/10 rating it received on IMDb is a bit of an injustice &#8212; It should be in the 9/10 region. How To Train Your Dragon is the tail of a hapless young Viking named Hiccup, who aspires to hunt dragons like his father. However, Hiccup has an unlikely fate where he befriends a young dragon himself. In spending time with this young dragon, he learns that there may be more to these creatures than he assumed and what has been instilled in him. DreamWorks really nailed it with this movie, it works on many levels and is a really moving picture. The script is very good in terms of dramatic depth, within it we also explore many other interweaved topics such as ethics, social conscience, family and friendship to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2010/10/HowToTrainYourDragon.jpg" alt="" title="HowToTrainYourDragon" width="960" height="450" class="alignnone size-full wp-image-2429" /></p>
<p><span class="introparagraph">Last night I watched How To Train Your Dragon and in short, it was awesome. To be honest, I feel the 8.2/10 rating it received on IMDb is a bit of an injustice &#8212; It should be in the 9/10 region.</span></p>
<p>How To Train Your Dragon is the tail of a hapless young Viking named Hiccup, who aspires to hunt dragons like his father. However, Hiccup has an unlikely fate where he befriends a young dragon himself. In spending time with this young dragon, he learns that there may be more to these creatures than he assumed and what has been instilled in him. </p>
<p>DreamWorks really nailed it with this movie, it works on many levels and is a really moving picture. The script is very good in terms of dramatic depth, within it we also explore many other interweaved topics such as ethics, social conscience, family and friendship to name a few. The good thing about the way this movie is laid out is these topics are not bombarded into the script, they just flow through it smoothly. </p>
<p>The animation side of things is superb as well. From the action sequences, effects to the characters and dragons &#8211; it is all crafted wonderfully. Last but not least the soundtrack &#8211; I thought this was done pretty well too. During the action sequences it really gives a sense of adventure and during the more emotional scenes, it makes it feel more like a heartfelt moment.</p>
<p>All in all, the story and animation tie in very well together and make How To Train Your Dragon a very enjoyable watch. I would love to see a sequel to How To Train Your Dragon, however I think it could potentially tarnish what this movie has already accomplished.</p>
<p>Well, I&#8217;ll leave it at that.. I&#8217;m off to watch it again &#8211; I suggest you watch it too. I&#8217;d post a link to the trailer, but I feel it reveals a bit too much.</p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2010/10/21/how-to-train-your-dragon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concours D&#8217;Elegance</title>
		<link>http://unwittinglyrad.com/2010/10/11/concours-delegance/</link>
		<comments>http://unwittinglyrad.com/2010/10/11/concours-delegance/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 10:58:37 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[automotive]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://unwittinglyrad.com/?p=2392</guid>
		<description><![CDATA[Yesterday, myself and a close friend attended Concours D&#8217;Elegance, Australia &#8212; a prestige motoring event which has rare and exotic cars displayed (more than $100 million worth!) October in Sydney has quite unpredictable weather. Luckily for yesterday &#8211; 10/10/2010, the weather was bright, warm and sunny &#8211; simply a perfect mix. On display were hundreds of cars; all unique marquees, shapes, designs, styles. Simply an automotive enthusiasts dream. I won&#8217;t bore you with words, just check out the pictures for yourself. Photos taken with a Canon 450D and Canon 10-22mm wide angle lens. View the set on Flickr]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2010/10/concours.jpg" alt="" title="concours" width="960" height="450" class="alignnone size-full wp-image-2393" /></p>
<p><span class="introparagraph">Yesterday, myself and a close friend attended Concours D&#8217;Elegance, Australia &#8212; a prestige motoring event which has rare and exotic cars displayed (more than $100 million worth!)</span></p>
<p>October in Sydney has quite unpredictable weather. Luckily for yesterday &#8211; 10/10/2010, the weather was bright, warm and sunny &#8211; simply a perfect mix. On display were hundreds of cars; all unique marquees, shapes, designs, styles. Simply an automotive enthusiasts dream. I won&#8217;t bore you with words, just check out the pictures for yourself.</p>
<p>Photos taken with a Canon 450D and Canon 10-22mm wide angle lens.</p>
<p>View the set on <a href="http://www.flickr.com/photos/iamrad/sets/72157625054758507/">Flickr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2010/10/11/concours-delegance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Predators 2010</title>
		<link>http://unwittinglyrad.com/2010/10/05/predators-2010/</link>
		<comments>http://unwittinglyrad.com/2010/10/05/predators-2010/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 01:50:25 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[Delayed Movie Reviews]]></category>

		<guid isPermaLink="false">http://unwittinglyrad.com/?p=2315</guid>
		<description><![CDATA[Currently, Predators is rated 6.7/10 on IMDb. I&#8217;m stumped as to how this movie even got past 5/10.. Yet, there are even positive reviews on Rotten Tomatoes, surely I can&#8217;t be that wrong? To put it bluntly, this movie was crap. I can hear it now, fanboy cries of &#8220;omg, wtf r you on about it was awesum!!1&#8243;.. Yeah, perhaps it was if you&#8217;re a 14 year old who has never seen the original or one of those real die hard Predator series fan. After I finished painfully watching Predators, I decided I&#8217;d put on the original and cult classic: Predator. So, what did I learn? I learned what 23 years difference makes. Back then, you were given a classic, a franchise maker.. now you&#8217;re a given movie that milks and butchers franchises. This movie is B-grade, and if you thought otherwise &#8211; you&#8217;re wrong. The movie is labelled a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2010/10/predators2010.jpg" alt="" title="predators2010" width="960" height="450" class="alignnone size-full wp-image-2316" /></p>
<p><span class="introparagraph">Currently, Predators is rated 6.7/10 on IMDb. I&#8217;m stumped as to how this movie even got past 5/10.. Yet, there are even positive reviews on Rotten Tomatoes, surely I can&#8217;t be that wrong?</span></p>
<p>To put it bluntly, this movie was crap. I can hear it now, fanboy cries of &#8220;omg, wtf r you on about it was awesum!!1&#8243;.. Yeah, perhaps it was if you&#8217;re a 14 year old who has never seen the original or one of those real die hard Predator series fan. After I finished painfully watching Predators, I decided I&#8217;d put on the original and cult classic: Predator.</p>
<p>So, what did I learn? I learned what 23 years difference makes. Back then, you were given a classic, a franchise maker.. now you&#8217;re a given movie that milks and butchers franchises. This movie is B-grade, and if you thought otherwise &#8211; you&#8217;re wrong. The movie is labelled a sequel, yet it stinks purely of an adjusted remake.  </p>
<p>I thought I was totally wrong in my diagnosis of the movie with all the positive reviews I saw on Rotten Tomatoes, until I found quite a few which I could relate to:</p>
<blockquote><p>&#8220;This small-minded reshuffling of the &#8220;Predator&#8221; franchise that began in 1987 is little more than a modern sci-fi B-movie filled with more plot holes than you can count.&#8221;<br />&#8220;A stolid, uninspired imitation of the original&#8230; &#8220;<br />&#8220;An unnecessary reboot of the 1987 cult movie. Quite literally every image, every idea in Predators, is a straight steal from another film.&#8221;</p></blockquote>
<p>And they are correct. The plot is all over the shop, the actors are so-so, they obviously didn&#8217;t have to deliver much &#8211; was Adrien Brody bored? The lines were average, heck &#8211; they could of almost made the movie without any. Lawrence Fishbourne made a cameo, perhaps to generate some buzz? The only real interesting and most exciting scene was towards the end when Hanzo, (a Yakuza killer) took on a predator in a sword fight. Apart from that, I was bored shitless.</p>
<p>Comparing this to the original which had a decent soundtrack (including a memorable <a href="http://www.youtube.com/watch?v=zTcj40sf854" rel="fancyvideo">theme tune</a> anyone?), good action scenes, memorable lines such as (but not limited to) <a href="http://www.youtube.com/watch?v=txuWGoZF3ew" rel="fancyvideo">Dillon! You son of a bitch!</a> <a href="http://www.youtube.com/watch?v=Xs_OacEq2Sk" rel="fancyvideo">Runnnn, Gooooo, Get to the chopperrrrr!</a> and some plot credibility, Predator should started and finished in 1987.</p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2010/10/05/predators-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

