<?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>if it&#039;s owən &#187; awesome</title>
	<atom:link href="http://owened.net/tag/awesome/feed" rel="self" type="application/rss+xml" />
	<link>http://owened.net</link>
	<description>it&#039;s probably awesome</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:04:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Mythbuntu 9.10 + PulseAudio + IEC958 (S/PDIF)</title>
		<link>http://owened.net/2009/11/03/mythbuntu-9-10-pulseaudio-iec958-spdif</link>
		<comments>http://owened.net/2009/11/03/mythbuntu-9-10-pulseaudio-iec958-spdif#comments</comments>
		<pubDate>Tue, 03 Nov 2009 05:24:10 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[Cool stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://owened.net/?p=627</guid>
		<description><![CDATA[Setting up PulseAudio on Mythtbuntu 9.10 is really quite easy. sudo apt-get install pulseaudio All of the GUI tools should be installed along with it, but if they aren&#8217;t, pop this into your console: sudo apt-get install pavumeter paman padevchooser paprefs padevchooser is being deprecated, but it will be supported at least until Mythbuntu 11.04. [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up PulseAudio on Mythtbuntu 9.10 is really quite easy.<br />
<code>sudo apt-get install pulseaudio</code><br />
All of the GUI tools should be installed along with it, but if they aren&#8217;t, pop this into your console:<br />
<code>sudo apt-get install pavumeter paman padevchooser paprefs</code><br />
padevchooser is being deprecated, but it will be supported at least until Mythbuntu 11.04. The first thing you&#8217;ll want to do is launch padevchooser which will put an icon in your tray. From here, you can control all aspects of PulseAudio.</p>
<ol>
<li>Left-click the icon and select &#8216;Preferences&#8217;; click the checkbox next to &#8216;Start applet on session login&#8217; and close the dialogue.</li>
<li>Next, left-click the icon and select &#8216;Configure local sound server&#8217;; click the &#8216;Network Server&#8217; tab and check the boxes next to &#8216;Enable network access to local sound devices&#8217; and then &#8216;Don&#8217;t require authentication&#8217;. This allows applications to stream audio data direct to PulseAudio instead of through PulseAudio&#8217;s implementation of the ALSA API. This is necessary for all applications that support talking directly to PulseAudio.</li>
</ol>
<p>Next, you&#8217;ll want to open the Volume Control from the tray icon menu and select your output device on the Configuration tab. PulseAudio should have enumerated all of the available combinations on your system, so choose the option you want. If you&#8217;re using optical output to your A/V receiver or television, choose digital, SPDIF or IEC958.</p>
<p>Setting up mpd for use with PulseAudio is straightforward. Open your /etc/mpd.conf file and comment out all the configuration related to alsa, then scroll down a bit and you should see a commented-out section related to PulseAudio. Make your config look like the below, and restart mpd.<br />
<code><br />
# An example of an ALSA output:<br />
#<br />
#audio_output {<br />
#       type            "alsa"<br />
#       name            "My ALSA Device"<br />
#       device          "hw:0,1"        # optional<br />
#       format          "44100:16:2"    # optional<br />
#       mixer_device    "default"       # optional<br />
#       mixer_control   "PCM"           # optional<br />
#       mixer_index     "0"             # optional<br />
#}<br />
audio_output {<br />
        type            "pulse"<br />
        name            "My Pulse Output"<br />
#       server          "remote_server"         # optional<br />
#       sink            "remote_server_sink"    # optional<br />
}<br />
</code><br />
Next, you&#8217;ll need to setup MythTV. This is pretty straightforward, all I did was go through the General settings to the audio options menu and set the following options:</p>
<p><em>Update! MythTV trunk supports PulseAudio, so all you need to do is select &#8216;PulseAudio:default&#8217; as the audio output device.</em></p>
<ul>
<li>Output:ALSA:plughw:0,1 (0,1 being the card id, device id key, obtainable through the command &#8216;aplay -l&#8217;; you may have something different in your setup but you can freely edit this text field for the correct device)</li>
<li>Passthrough output device: Default</li>
<li>Max audio channels: Stereo</li>
<li>Upmix: passive</li>
<li>Enable AC3 to SPDIF passthrough: no (force AC3 decoding by MythTV if your receiver can&#8217;t do it)</li>
<li>Enable DTS to SPDIF passthrough: yes (pass Dolby/DTS to your receiver, for DVDs)</li>
</ul>
<p>And that&#8217;s it! All done. You should now have mpd and MythTV routable through PulseAudio which allows you to make use of the excellent <a href="http://projectm.sourceforge.net/">projectM</a> audio visualisation suite (basically an implementation of Milkdrop in OpenGL for Linux). Excellent for parties!</p>
<p>A note: This does actually output PCM 44.1Khz correctly. I was previously routing my audio through HDMI cable to the television, then from the television to the receiver. The TV was outputing a 48Khz signal; direct from the computer via optical, it&#8217;s a sweet 44.1Khz. Nice!</p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2009/11/03/mythbuntu-9-10-pulseaudio-iec958-spdif/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Media Centre Musings (Part 5: Putting it all together)</title>
		<link>http://owened.net/2009/10/31/media-centre-musings-part-5-putting-it-all-together</link>
		<comments>http://owened.net/2009/10/31/media-centre-musings-part-5-putting-it-all-together#comments</comments>
		<pubDate>Sat, 31 Oct 2009 06:13:01 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[Cool stuff]]></category>
		<category><![CDATA[Happy]]></category>
		<category><![CDATA[Tech-geek]]></category>

		<guid isPermaLink="false">http://owened.net/?p=615</guid>
		<description><![CDATA[This post is part one of a five-part series. Skip to related posts: Media Centre Musings: Part 1 &#8211; The Theory Media Centre Musings: Part 2 &#8211; The Plan Media Centre Musings: Part 3 &#8211; Third Time&#8217;s the Charm Media Centre Musings: Part 4 &#8211; Starting Implementation Media Centre Musings: Part 5 &#8211; Putting it [...]]]></description>
			<content:encoded><![CDATA[<p>This post is part one of a five-part series. Skip to related posts:</p>
<ol>
<li><a href="http://owened.net/2009/02/10/media-centre-musings-part-1-the-theory">Media Centre Musings: Part 1 &#8211; The Theory</a></li>
<li><a href="http://owened.net/2009/05/11/media-centre-musings-part-2-the-plan">Media Centre Musings: Part 2 &#8211; The Plan</a></li>
<li><a href="http://owened.net/2009/10/21/media-centre-musings-part-3-third-times-the-charm">Media Centre Musings: Part 3 &#8211; Third Time&#8217;s the Charm</a></li>
<li><a href="http://owened.net/2009/10/27/media-centre-musings-part-4-starting-implementation">Media Centre Musings: Part 4 &#8211; Starting Implementation</a></li>
<li><a href="http://owened.net/2009/10/31/media-centre-musings-part-5-putting-it-all-together">Media Centre Musings: Part 5 &#8211; Putting it all Together</a></li>
</ol>
<p>Probably the most epic assembly of consumer electronics I&#8217;ve experienced, and still not quite finished.</p>
<p>After I picked up the television and the PS3 on Sunday last week, I went out and bought most of the components for my HTPC on Monday. I unfortunately couldn&#8217;t assemble it that day because every local PC store had conveniently run out of stock on the case I wanted, so I had to wait for that to be sent to me. It arrived on Wednesday, and I assembled the HTPC, which was pretty straightforward because building PCs is my thing.</p>
<p>The <a href="http://www.antec.com/Believe_it/product1.php?id=NzE">Antec Micro Fusion 350</a> is, as with all other Antec cases, a very solidly put together affair with all of the things you&#8217;d expect and Antec case to have. Even though its name denotes it as being the smaller in Fusion class of HTPC cases, it suffers no functionality or convenience loss, even incorporating Antec&#8217;s dual chamber design.</p>
<p><a href="http://owened.net/gallery/main.php?g2_view=core.DownloadItem&#038;g2_itemId=539&#038;g2_GALLERYSID=a90850c2966876d5cd1e4dafbd6f5b2f" rel="lightbox[g2image]" title="31102009380.jpg" ><img src="http://owened.net/gallery/main.php?g2_view=core.DownloadItem&#038;g2_itemId=540&#038;g2_GALLERYSID=a90850c2966876d5cd1e4dafbd6f5b2f" width="150"  height="150"  alt="31102009380.jpg" title="31102009380.jpg" class="g2image_centered" /></a></p>
<p>In the above picture you can see pretty much everything: 96&#215;16 LCD just visible on the front, 750Gb Western Digital &#8216;Green Power&#8217; SATA disk in the foreground inside its own chamber, GeForce 9400GT graphics card and 2x2Gb Corsair TwinX memory in the mid-ground, and the CPU cooler and exhaust fans of the motherboard chamber in the background.</p>
<p>I installed the 9.10RC of Mythbuntu onto the server and was totally lost. I have never used MythTV before, so I really had no idea what I was doing. Thankfully it comes with a lot of sane defaults and most of the functionality worked with minimal setup. I copied all of my media from an external backup disk into the appropriate directories and then started configuring the remote and the LCD.</p>
<p>As mentioned, I&#8217;ve no experience with any of this, so I was starting from scratch in all regards. After I spent nearly a half day mucking around with the remote and the LCD, following guides designed for Mythbuntu 9.04, I had aquired enough knowledge to realise that my setup was actually fully functional but was not working because I had selected the wrong presets. </p>
<p>So, now the remote works, but it is a little clumsy in my mind. What buttons from the devices&#8217; original remote do not exist on the Logitech remote are mapped via the softmenu keys which allows you to scroll through a list of functions and then choose what you want to do. The only criticism of the remote itself that I have is that it is very long and slender and the buttons are very hard to push. This means you nearly always need two hands to operate it because you can&#8217;t quite reach end-to-end and maintain a good enough grip to support the remote while pushing down the buttons at the extreme ends of the device at the same time. I will have to let loose the newbies to see if they can navigate the system without my assistance, and also to gather from them ideas on how to improve the control scheme. As of yet I have not implemented any direct control of the television from the PC and everything relies solely on the Logitech Harmony remote.</p>
<p>There&#8217;s little to say about the speakers and the receiver at this stage &#8211; the setup of both was very straightforward, although I did have a problem with the subwoofer not working initially. I took it back to Harvey Norman and they tested it on their demonstation system, where it worked perfectly fine. Confused, I assumed it must have been the cable, or worse, the subwoofer output of the receiver. Thankfully, the helpful sales guy at Harvey Norman gave me the high-quality cable from their demo system and told me to take it with me. &#8220;If it works with this cable,&#8221; he said as he handed it to me, &#8220;you can keep it. Just let me know.&#8221; It worked with the new cable.</p>
<p>There&#8217;s only been two things so far which my plan failed to account for: the S/PDIF output of the HTPC, and where to place the rear surround speakers. The latter was swimming in the back of my mind at various stages but I never put any solid thought into it. I solved the problem yesterday by going out and buying some universal satellite speaker stands which feel like they&#8217;re made from wrought iron. Thankfully though they are just perfect for mounting my speakers; the stands themselves are hollow so the speaker wiring can pass through to the bottom and leave the base unseen. As for the audio on the HTPC problem; the motherboard doesn&#8217;t have an onboard connector, only internal jumper pins. Currently I am passing the S/PDIF audio from the internal motherboard connector to the graphics card and through the HDMI cable to the television which then outputs it via optical cable to the receiver. However, in order to listen to music through the HTPC this requires the television to be turned on. Really not a great option considering the television draws about 265 watts of power when on. So I&#8217;ve ordered an S/PDIF dongle with both co-axial and optical connectors which should hopefully arrive soon, as when the XBox 360 gets here it&#8217;ll need the optical input on the receiver currently in use by the television.</p>
<p>This post is huge already. I think I will write up some reviews of all the components over the next few weeks to save novellising what I already have.</p>
<p>Here&#8217;s my working area during setup, the final setup, and the obligatory shot of me playing Team Fortress 2 on the setup. Not seen are the rear satellites just out of shot under the foreground.</p>
<p><a href="http://owened.net/gallery/main.php?g2_view=core.DownloadItem&#038;g2_itemId=529&#038;g2_GALLERYSID=a90850c2966876d5cd1e4dafbd6f5b2f" rel="lightbox[g2image]" title="29102009375.jpg" ><img src="http://owened.net/gallery/main.php?g2_view=core.DownloadItem&#038;g2_itemId=530&#038;g2_GALLERYSID=a90850c2966876d5cd1e4dafbd6f5b2f" width="150"  height="150"  alt="29102009375.jpg" title="29102009375.jpg" class="g2image_normal" /></a><a href="http://owened.net/gallery/main.php?g2_view=core.DownloadItem&#038;g2_itemId=545&#038;g2_GALLERYSID=a90850c2966876d5cd1e4dafbd6f5b2f" rel="lightbox[g2image]" title="31102009385.jpg" ><img src="http://owened.net/gallery/main.php?g2_view=core.DownloadItem&#038;g2_itemId=546&#038;g2_GALLERYSID=a90850c2966876d5cd1e4dafbd6f5b2f" width="150"  height="150"  alt="31102009385.jpg" title="31102009385.jpg" class="g2image_normal" /></a><a href="http://owened.net/gallery/main.php?g2_view=core.DownloadItem&#038;g2_itemId=533&#038;g2_GALLERYSID=a90850c2966876d5cd1e4dafbd6f5b2f" rel="lightbox[g2image]" title="31102009377.jpg" ><img src="http://owened.net/gallery/main.php?g2_view=core.DownloadItem&#038;g2_itemId=534&#038;g2_GALLERYSID=a90850c2966876d5cd1e4dafbd6f5b2f" width="150"  height="150"  alt="31102009377.jpg" title="31102009377.jpg" class="g2image_normal" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2009/10/31/media-centre-musings-part-5-putting-it-all-together/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Media Centre Musings (Part 4: Starting implementation)</title>
		<link>http://owened.net/2009/10/27/media-centre-musings-part-4-starting-implementation</link>
		<comments>http://owened.net/2009/10/27/media-centre-musings-part-4-starting-implementation#comments</comments>
		<pubDate>Tue, 27 Oct 2009 09:17:14 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[Cool stuff]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Tech-geek]]></category>

		<guid isPermaLink="false">http://owened.net/?p=605</guid>
		<description><![CDATA[This post is part one of a five-part series. Skip to related posts: Media Centre Musings: Part 1 &#8211; The Theory Media Centre Musings: Part 2 &#8211; The Plan Media Centre Musings: Part 3 &#8211; Third Time&#8217;s the Charm Media Centre Musings: Part 4 &#8211; Starting Implementation Media Centre Musings: Part 5 &#8211; Putting it [...]]]></description>
			<content:encoded><![CDATA[<p>This post is part one of a five-part series. Skip to related posts:</p>
<ol>
<li><a href="http://owened.net/2009/02/10/media-centre-musings-part-1-the-theory">Media Centre Musings: Part 1 &#8211; The Theory</a></li>
<li><a href="http://owened.net/2009/05/11/media-centre-musings-part-2-the-plan">Media Centre Musings: Part 2 &#8211; The Plan</a></li>
<li><a href="http://owened.net/2009/10/21/media-centre-musings-part-3-third-times-the-charm">Media Centre Musings: Part 3 &#8211; Third Time&#8217;s the Charm</a></li>
<li><a href="http://owened.net/2009/10/27/media-centre-musings-part-4-starting-implementation">Media Centre Musings: Part 4 &#8211; Starting Implementation</a></li>
<li><a href="http://owened.net/2009/10/31/media-centre-musings-part-5-putting-it-all-together">Media Centre Musings: Part 5 &#8211; Putting it all Together</a></li>
</ol>
<p>So, I&#8217;ve spent the money buying all the things I <a href="http://owened.net/2009/10/21/media-centre-musings-part-3-third-times-the-charm">previously talked about</a>.</p>
<p>First, a small rant &#8211; you may skip past this to the &#8220;what did I actually buy?&#8221; section of the post if you prefer:</p>
<p>I thought things were working out OK; and they will in the end, but I have come accross some caveats of operation through either my own ignorance or mistake or through clever non-mentions of information by the sales person at Harvey Norman.</p>
<p>The caveat I&#8217;m most interested in is this: as we all know, HDMI carries video and audio data compatible with DVI and PCM. So, alongside all the kerfuffle and marketing about how great HDMI is, I naturally assumed that the advancement and simplification of the home theatre system had come to a point where you could mostly plug everything into each other using only HDMI cables and not have to worry about anything else.</p>
<p>Well, I was wrong. My receiver (which I&#8217;ll talk about in more detail later on) has three HDMI inputs, and its manual proudly states it is &#8220;HDMI switching capable&#8221;; naturally I assumed I could simply plug my PS3, XBox360 and HTPC directly into the HDMI inputs with no other cables and have the receiver decode audio out to the surround speakers and pass the video onto the television. Seems pretty straight-forward, right? Not so!</p>
<p>Apparently the receiver I&#8217;ve purchased is capable of HDMI pass-through, but this is wholly and soully what it does. It passes it through without looking at it, at all. If I want to get my receiver to decode the audio from anything I plug in via HDMI (because this is the whole fucking point of the receiver and the surround speakers!) I have to connect both a HDMI for video and co-axial or optical audio cable from the device into the receiver.</p>
<p>Thankfully my receiver has three such inputs which will account for all of my devices and I can live happily ever after with the purchase of some additional cables. But fuck me! Is it just me, or is that ridiculous?</p>
<p><strong>What did I actually buy?</strong></p>
<p>In the end, my purchase planning worked. I ended up with everything I planned to buy at around the cost I was expecting to pay. Some things were cheaper than I expected but that was made up for by having to buy additional cabling.</p>
<ul>
<li>Television: Sharp <a href="http://sharp.net.au/product-catalogue/products/LC46D77X/">LC46D77X</a>, as planned.</li>
<li>Games: I ended up buying a PS3 instead of a standalone BluRay player. I could have paid about $350-$400 for a standard player, or, what I did do in the end was pay $450 for a PS3 Slim 120Gb. I swore a few years ago never to buy anything Sony again, but what can I say? I really want to play GT5 when it comes out. I&#8217;ll also have an XBox 360 in a few weeks after my redemption with Sharp is processed. I&#8217;ve gone from owning no consoles to owning two-thirds of all the latest consoles. Great!</li>
<li>Home Theatre Speakers: <a href="http://www.intl.onkyo.com/products/av_components/av_receivers/tx-sr307/index.html">Onkyo TX-SR307</a> and JBL 5.1 &#8220;Simply Cinema&#8221; SCS-200.5 speakers. More on this later.</li>
<li>HTPC: I went with the Pentium option. It was cheaper, after all.</li>
</ul>
<p>How did I go from Yamaha to Onkyo and JBL? Well, that&#8217;s pretty much luck. I left hospital on Sunday, helped my dad with his new home theatre setup, and then headed to Harvey Norman to check out the sale that was ending that very day. Luckily for me, it was 30% off home theatre speakers. They had a few setups, none of which appeared to be particularly impressive (or if they were impressive, totally out of my price range) except two; the one I ended up buying and a Yamaha setup which was the model below what I wanted. The confusing part was the Yamaha setup with Klipsch speakers was $1500 versus the $1100 I paid for the Onkyo and JBLs &#8211; as I understand it, Onkyo and JBL are both better quality than Yamaha and Klipsch; the sales guy explained it was because the latter system had more overall power output. I am not terribly concerned with overall output as I live in a town house complex, so high volumes are a no-no anyway (as it stands, the total system output of my new system is something like 500 Watts, and previously a 125 Watt 5.1 computer speaker setup was sufficing). The marked price was $1200 but he dropped it to $1100 because he didn&#8217;t actually have them in stock on the day.</p>
<p>My current dilemma is trying to figure out the best way to connect them all together. Originally my plan with my new home theatre was to connect everything to everything else through the A/V receiver as explained above in my rant.</p>
<p>So I thought I could do all that with HDMI cables only. Apparently not: my A/V receiver will only pass-through HDMI directly without touching it. So any audio carried over HDMI will go straight to the TV stereo speakers and not to the surround sound where I want it.</p>
<p>OK, fine.</p>
<ul>
<li>First option: So, what I want to do is have all of the devices plug via HDMI into the A/V receiver and then have a seperate (S/PDIF, co-ax or optical) cable for the audio also plugging into the A/V receiver.</li>
<li>Second option: Or, do I want to plug all of the HDMI cables straight into the television and only connect the audio cables from each device to the A/V receiver? Saves me buying another HDMI cable to go from A/V -> TV.</li>
<li>Third option: OR! Do I want to plug all of the HDMI cables, carrying both audio and video, and ONLY the HDMI cables, into the TV, and then have a single audio cable from the TV&#8217;s optical audio out to the A/V receiver?</li>
</ul>
<p>All three &#8220;should work&#8221;, but what&#8217;s the best way? I guess I&#8217;ll have to experiment when I actually get my receiver later in the week.</p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2009/10/27/media-centre-musings-part-4-starting-implementation/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Media Centre Musings (Part 3 &#8211; third time&#8217;s the charm)</title>
		<link>http://owened.net/2009/10/21/media-centre-musings-part-3-third-times-the-charm</link>
		<comments>http://owened.net/2009/10/21/media-centre-musings-part-3-third-times-the-charm#comments</comments>
		<pubDate>Wed, 21 Oct 2009 06:17:22 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[Cool stuff]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://owened.net/?p=593</guid>
		<description><![CDATA[This post is part one of a five-part series. Skip to related posts: Media Centre Musings: Part 1 &#8211; The Theory Media Centre Musings: Part 2 &#8211; The Plan Media Centre Musings: Part 3 &#8211; Third Time&#8217;s the Charm Media Centre Musings: Part 4 &#8211; Starting Implementation Media Centre Musings: Part 5 &#8211; Putting it [...]]]></description>
			<content:encoded><![CDATA[<p>This post is part one of a five-part series. Skip to related posts:</p>
<ol>
<li><a href="http://owened.net/2009/02/10/media-centre-musings-part-1-the-theory">Media Centre Musings: Part 1 &#8211; The Theory</a></li>
<li><a href="http://owened.net/2009/05/11/media-centre-musings-part-2-the-plan">Media Centre Musings: Part 2 &#8211; The Plan</a></li>
<li><a href="http://owened.net/2009/10/21/media-centre-musings-part-3-third-times-the-charm">Media Centre Musings: Part 3 &#8211; Third Time&#8217;s the Charm</a></li>
<li><a href="http://owened.net/2009/10/27/media-centre-musings-part-4-starting-implementation">Media Centre Musings: Part 4 &#8211; Starting Implementation</a></li>
<li><a href="http://owened.net/2009/10/31/media-centre-musings-part-5-putting-it-all-together">Media Centre Musings: Part 5 &#8211; Putting it all Together</a></li>
</ol>
<p>So, on the back of my <a href="http://owened.net/2009/05/11/media-centre-musings-part-2-the-plan">previous</a> <a href="http://owened.net/2009/02/10/media-centre-musings-part-1-the-theory">posts</a>, I have finally come to some kind of a conclusion regarding my plans for an HTPC and media centre solution.</p>
<p>The problem previously was that I didn&#8217;t have a home theatre to plug any HTPC I built into. However, there are some deals going down at the moment that I am finding too hard to pass up. Not only that, but I feel as though I am overwhelmingly dependent upon my computer for entertainment, which is fine for me, but doesn&#8217;t accommodate my housemates and friends very well in a social context. Four things have conspired to make me consider this purchasing spree:</p>
<ul>
<li>Harvey Norman currently has a 23-month no repayment deal going</li>
<li>Sharp are offering an XBox 360 Elite and four games with the purchase of their televisions</li>
<li>My lounge is rarely used because I find I have nothing to do there</li>
<li>With a HTPC, I will be able to push all of my computer geekery outside of the computer room onto other people! Muhahaha!</li>
</ul>
<p>Me being me of course, I would not be satisfied by spending money unwisely. In my eyes, spending unwisely also includes spending &#8220;just enough&#8221; to get something &#8220;good enough&#8221; &#8211; if I&#8217;m going to outlay a large sum of money on something, I might as well make sure it does exactly what I need, how I want it to, even if that means outlaying an even larger sum than what I could &#8220;get away with&#8221;. As the old saying goes, if you aren&#8217;t going to do something properly, you might as well not do it at all.</p>
<p>The components I have chosen are:</p>
<ul>
<li>Television: Sharp <a href="http://sharp.net.au/product-catalogue/products/LC46D77X/">LC46D77X</a>; a standard-fare 46&#8243; LCD television. I don&#8217;t know if having an RS-232 port is standard for LCDs, but this one has one, which is important to me because it will allow me to control the television through my HTPC.</li>
<li>Games: By redemption (and payment of a small postage fee), from Sharp I will receive an XBox 360 Elite with four games. I would never spend money on an XBox or PS3 if I could get away with it, and in this case although I am indirectly supporting Microsoft, I figure Sharp has already bought the consoles and I am not actually contributing anything directly to Microsoft. In any case, a home theatre without a social gaming aspect isn&#8217;t much of a home theatre at all. In the end, I can just sell it if I don&#8217;t want it.</li>
<li>BluRay: I have a few options here, but all I really want is something that reads the disc and throws the data out a HDMI cable to my A/V receiver. The cheapest option should suffice.</li>
<li>Home Theatre Speakers: Yamaha <a href="http://www.yamahamusic.com.au/products/avit/htsystems/YHT-692AU.asp">YHT-692AU</a> or similar. It has 4 HDMI inputs, 2 optical inputs, 2 co-axial audio inputs, component and standard RCA. Everything I&#8217;ll need.</li>
<li>HTPC: Will cost about $800 and be based on an Intel platform; either a dual-core Pentium or Atom.</li>
</ul>
<p>I have two options here. Basing the system on a mini-ITX Intel/nVidia ION platform will ensure very low power usage, but also ensure a very limited upgrade path. The system is designed with one purpose in mind, so the lack of an upgrade path may not be a problem. However, it isn&#8217;t much cheaper than basing the system on a standard ATX mainboard with a dual-core Pentium and discrete nVidia graphics card. It will have an upgrade path however as mentioned this may not be necessary, but the option existing is comforting.</p>
<p>The two systems I&#8217;ve mocked up are as follows:</p>
<table>
<tr>
<td><strong>System</strong></td>
<td><strong>Intel Atom</strong></td>
<td><strong>Intel Pentium</strong></td>
</tr>
<tr>
<td>CPU</td>
<td>Atom N330 (Dual Core 1.6Ghz)</td>
<td>Pentium E5300 (Dual Core 2.6Ghz)</td>
</tr>
<tr>
<td>Mainboard</td>
<td>PoV ION</td>
<td>Asus P5KPL</td>
</tr>
<tr>
<td>Graphics</td>
<td>nVidia 9400</td>
<td>MSI nVidia 9400GT</td>
</tr>
<tr>
<td>PSU</td>
<td>AC/DC power brick</td>
<td>Antec EarthWatts 430</td>
</tr>
<tr>
<td>Case</td>
<td>Antec Micro Fusion 350</td>
<td>Antec Micro Fusion 350</td>
</tr>
<tr>
<td>HDTV Tuner</td>
<td>2x Asus U3100 (USB)</td>
<td>2x Asus U3100 (USB)</td>
</tr>
<tr>
<td>Hard Disk</td>
<td>Western Digital Caviar Black 1Tb</td>
<td>Western Digital Caviar Black 1Tb</td>
</tr>
<tr>
<td>Universal Remote</td>
<td><a href="http://www.logitech.com/index.cfm/remotes/universal_remotes/devices/6011&#038;cl=au,en">Logitech Harmony 525</a></td>
<td><a href="http://www.logitech.com/index.cfm/remotes/universal_remotes/devices/6011&#038;cl=au,en">Logitech Harmony 525</a></td>
</tr>
<tr>
<td><em>Cost</em></td>
<td><em>$791.10</em></td>
<td><em>$822.00</em></td>
</tr>
</table>
<p>Some notes: the hard disk is meant to replace the hard disk in my <a href="http://owened.net/2009/04/20/new-computer">desktop system</a> which is a Western Digital Green Power 750Gb. I bought the Green Power because it was cheaper without fully realizing the difference in performance between the two which is substantial. Also, I already have a USB HDTV dongle so I may only need to buy one extra in case watching one channel while recording another becomes a necessity.</p>
<p>So, as you can see I nearly have everything worked out. My plan is to have everything plug via HDMI and optical cable into the Yamaha receiver and make use of the excellent <a href="http://www.logitech.com/index.cfm/remotes/universal_remotes/devices/6011&#038;cl=au,en">Logitech Harmony 525</a> multifunction remote to control everything. Although it probably won&#8217;t be necessary to do so with the remote, I will still be able to use an RS232 serial cable from the computer to control the television. I might end up setting that up just for coolness factor. Perhaps it will allow me to fine-tune control of the television.</p>
<p>So, these are my plans. Any thoughts, opinions, input?</p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2009/10/21/media-centre-musings-part-3-third-times-the-charm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s wrong with Australian television?</title>
		<link>http://owened.net/2009/10/01/whats-wrong-with-australian-television</link>
		<comments>http://owened.net/2009/10/01/whats-wrong-with-australian-television#comments</comments>
		<pubDate>Wed, 30 Sep 2009 23:12:58 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[Happy]]></category>

		<guid isPermaLink="false">http://owened.net/?p=582</guid>
		<description><![CDATA[I&#8217;ll tell you what&#8217;s wrong with Australian television: HEY HEY IT&#8217;S SATURDAY IS NOT PERMANENTLY ON AIR! OK, maybe that was kind of predictable, and yes, I&#8217;ll grant you that a change in the entire broadcasting system of one show probably won&#8217;t make that much difference, but you know what? Last night was the first [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll tell you what&#8217;s wrong with Australian television: HEY HEY IT&#8217;S SATURDAY IS NOT PERMANENTLY ON AIR!</p>
<p>OK, maybe that was kind of predictable, and yes, I&#8217;ll grant you that a change in the entire broadcasting system of one show probably won&#8217;t make that much difference, but you know what? Last night was the first time in probably, hmm, at least the last eight years that I have purposefully sat down to watch an entertainment programme on television.</p>
<p>Sometimes I will have been watching television just because I was at a friends place or to see some documentary on SBS or whatever, but I think that last night was the first time in a very long time that I purposefully sat down with the intent of watching a show on one of the commercial channels, <em>on purpose!</em></p>
<p>Some people have been saying that last night&#8217;s show only served to highlight how Hey Hey is a very old programme and is showing its age horrendously. Well, I can only conclude that those people probably never liked Hey Hey to begin with and can&#8217;t pick anything else to criticize about it. </p>
<p>There are two things I really liked about the show last night. One was the overall format, and the other I will mention later.</p>
<p>Daryl is the host, but he isn&#8217;t always in control. Sure, he does most of the talking, and guides the flow of the programme, but that&#8217;s about it. He is a guide, not a director. All of the other characters (I can&#8217;t think of a better term for them at the moment, so this&#8217;ll do) on the show are pretty much free to cut in whenever the hell they want (an example last night; near the start of the show, Red made a joke, but the camera didn&#8217;t cut away to him from Daryl. So, he went over to where Daryl was standing, stuck his head in the shot, interrupting what Daryl was saying, and said, &#8220;What do you have to do to get a cutaway around here?!&#8221; &#8211; classic Red). Dickie, the cartoon guy, John Blackman, and even the guys in the band (Red and Wilbur) sort of just hang around and make jokes about what&#8217;s going on. None of it feels particularly scripted, and I&#8217;m typically a pretty good judge of that (but I am biased toward Hey Hey, so I could be wrong).</p>
<p>I could be wrong about this, but I&#8217;m pretty sure that Hey Hey was one of the first shows to use <a href="http://en.wikipedia.org/wiki/Fourth_wall">breaking the fourth wall</a> to help with the comedy. With the characters butting in whenever they feel like it, and the camera crews taking regular visits backstage, and the audience and camera crew being frequently shown and involved in the programme, the overall feeling is more &#8230; &#8216;welcoming&#8217; and I personally feel a lot more involved in a show like Hey Hey than I would any other programme where there are simply talking heads jabbering on, which accounts for oh&#8230; every other live television show, ever.</p>
<p>Rove Live is similar in concept (IMO Rove stole most of the ideas from Hey Hey), but it&#8217;s more compartmentalised. Rove is the director, he controls the show. The guests and comedians stay on the set off to the side, but they are rarely involved after their respective segments. They do a lot of the same gags that Hey Hey did, but once again, without the regular but unpredictable input from the other characters, most of the comedy is left to Rove, who simply can&#8217;t compete with a whole cast.</p>
<p>The other really important aspect of last night&#8217;s show, for me at least, was that despite Daryl being wholly and soully an &#8220;old-world media&#8221; type of guy, he has apparently fully embraced Facebook and Twitter and their usefulness. Unlike on every single other show on television where the hosts refer to Facebook and Twitter etc with ridiculous parody names and give a general sense of disdain toward the services, usually alongside an overwhelmingly dramatic sense that these things are simply beyond the viewer and they shouldn&#8217;t bother with them. The Twitter tag <a href="http://twitter.com/#search?q=%23heyhey">#heyhey</a> was for a period last night the most popular tag on the entire website, which Daryl mentioned on the show! He actually talked about Twitter like it was an interesting and useful tool, because it is! (conspiracy theory incoming) Instead of all the other talking head idiots who are either genuinely stupid, or contractually obligated, to play down the role of these websites in order to avoid threatening the old-world media conglomerates who still haven&#8217;t figured out how to make money from the internet.</p>
<p>That leads me to my final point regarding Hey Hey and why it&#8217;s so great: Hey Hey makes you think. With all of the conversation threads flying around between the different characters, the various wierd and wonderful acts on the show (Red Faces!, and last night the <a href="http://en.wikipedia.org/wiki/A_cappella">a capella</a> performance as well), the show actually had strange things on there that required people to step outside their lovely perfect television world and say, &#8220;Hang on, that&#8217;s different.&#8221; Current television programming is all the same, and it&#8217;s all designed to do one thing: sell crap. Whether they&#8217;re just selling the station itself, or the shows have accompanying merchandise, it&#8217;s all about selling crap. Hey Hey is the same of course, but it does it in a much more obvious way (&#8216;Here&#8217;s a cool band, they have a CD out, buy it if you like it!&#8217; as opposed to &#8216;OMG, FUCKING REALITY TELEVISION!!!! HOLY SHIT! <PULL HEARTSTRINGS>, <MAKE YOU FEEL GUILTY>, <EMOTIONALLY MANIPULATE> etc etc of all the other shows)</p>
<p>&#8230; that was a bit ranty, so I will summarise by saying that Hey Hey sells shit obviously by saying &#8220;here is a thing, if you like it, buy it&#8221; whereas other shows use subversive tactics like emotional manipulation to sell shit.</p>
<p>I hope next week&#8217;s reunion show is just as good as this weeks. I would probably watch it if they put it on again full time, but it has been around for 28 years, and I imagine after a few months or so the novelty would wear off. But then again, the average age of television viewers is <a href="http://www.guardian.co.uk/media/2008/jul/07/television">around 50</a> &#8211; so maybe the old-style format shows, with a few modern touches, can make a comeback? I personally think it could go either way. People my age (23) grew up watching Hey Hey, and now we&#8217;re all on Facebook and Twitter. I imagine they could modernise the show in that sense and retain a whole bunch of viewers who, like me, watching Hey Hey last night was the first time they had voluntarily watched television in years.</p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2009/10/01/whats-wrong-with-australian-television/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Media Centre Musings (Part 1 &#8211; The Theory)</title>
		<link>http://owened.net/2009/02/10/media-centre-musings-part-1-the-theory</link>
		<comments>http://owened.net/2009/02/10/media-centre-musings-part-1-the-theory#comments</comments>
		<pubDate>Tue, 10 Feb 2009 05:31:24 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech-geek]]></category>

		<guid isPermaLink="false">http://owened.net/?p=465</guid>
		<description><![CDATA[This post is part one of a five-part series. Skip to related posts: Media Centre Musings: Part 1 &#8211; The Theory Media Centre Musings: Part 2 &#8211; The Plan Media Centre Musings: Part 3 &#8211; Third Time&#8217;s the Charm Media Centre Musings: Part 4 &#8211; Starting Implementation Media Centre Musings: Part 5 &#8211; Putting it [...]]]></description>
			<content:encoded><![CDATA[<p>This post is part one of a five-part series. Skip to related posts:</p>
<ol>
<li><a href="http://owened.net/2009/02/10/media-centre-musings-part-1-the-theory">Media Centre Musings: Part 1 &#8211; The Theory</a></li>
<li><a href="http://owened.net/2009/05/11/media-centre-musings-part-2-the-plan">Media Centre Musings: Part 2 &#8211; The Plan</a></li>
<li><a href="http://owened.net/2009/10/21/media-centre-musings-part-3-third-times-the-charm">Media Centre Musings: Part 3 &#8211; Third Time&#8217;s the Charm</a></li>
<li><a href="http://owened.net/2009/10/27/media-centre-musings-part-4-starting-implementation">Media Centre Musings: Part 4 &#8211; Starting Implementation</a></li>
<li><a href="http://owened.net/2009/10/31/media-centre-musings-part-5-putting-it-all-together">Media Centre Musings: Part 5 &#8211; Putting it all Together</a></li>
</ol>
<h4>Introduction</h4>
<p>As I am now living in my own place with people of my generation who understand my desire to have &#8220;everything now&#8221; (as most other late Generation X-ers and early Generation Y-ers will understand), I have decided that it is time to build myself a media centre for use in the lounge/common room.</p>
<p>The popularity of digital media management solutions has steadily risen over the past few years. Solutions based around commodity PC hardware and open-source operating systems have been around <a href="http://en.wikipedia.org/wiki/MythTV#History">since 2002</a> at least, with commercial options such as <a href="http://en.wikipedia.org/wiki/Tivo#History">TiVo</a> being available for a few years beforehand.</p>
<p>Although TiVo has been available in America and surrounding countries for nearly 10 years now, it has only recently become avilable in countries such as Australia, Taiwan etc <a href="http://en.wikipedia.org/wiki/Tivo#Service_availability">more recently</a>. Thus contributing to the popularisation (amongst geeks at least) of free/open-source solutions such as the aforementioned <a href="http://en.wikipedia.org/wiki/MythTV">MythTV</a>.</p>
<h4>Software</h4>
<p>It is this software system, on top of my <a href="http://www.archlinux.org/">as always favourite Linux operating system</a> that I will build my media centre solution. I have decided that using Arch will be ideal for a few reasons:</p>
<ol>
<li>it&#8217;s fast. With my older hardware, this is important, especially when considering playback of HD content</li>
<li>I know how to use it.</li>
<li>I prefer some &#8220;under the hood&#8221; access &#8211; configuring everything from scratch, for me, is not a chore. I prefer it to having everything set to defaults like with <a href="http://www.ubuntu.com/">Ubuntu</a>/<a href="http://www.mythbuntu.org/">Mythbuntu</a>. With either of those distributions, I&#8217;d end up changing all the defaults anyway.</li>
</ol>
<h4>Hardware</h4>
<p>My hardware of choice is my ex-gaming PC, a veteran system by today&#8217;s standards which is over four years old now!</p>
<ul>
<li>AMD Athlon64 3400+ (2400Mhz)</li>
<li>DFI LANParty UT nForce 250GB</li>
<li>2x512Mb Corsair Dual-Channel RAM</li>
<li>Albatron nVidia GeForce 6800GT 256Mb</li>
<li>Creative Sound Blaster Live! 5.1</li>
</ul>
<h4>Storage</h4>
<p>Currently the system has about 480GB of storage spread across three seperate hard drives (the joys of incremental upgrades). However, due to the planned dual-role of this computer as media centre and secure backup/storage system, I will be buying some new drives and setting up a simple software RAID system of SATA disks. With the ridiculous cost of hard disk storage solutions these days, where off-the-shelf 1TB drives command an approximate cost of <b>16 cents per gigabyte</b>, there will be no shortage of disk space.</p>
<p>For reasons of performance and reliability I will buy at least two identical drives (probably a pair of Western Digital 7200RPM &#8216;Green Power&#8217; drives) and place them in a RAID1 configuration. Whether I will use the onboard RAID capabilities of the system board or an implementation in software (mdadm) is largely irrelevant in terms of performance as both rely on the CPU to perform RAID-related calculations. However, using the software solution will abstract the RAID functions from the hardware, which will eliminate the single point of failure. If the motherboard were to be replaced, I would effectively lose my RAID system, and all data with it. The underlying hardware is irrelevant in this scenario when using software RAID.</p>
<h4>Video Capture</h4>
<p>Finding the right video capture card isn&#8217;t going to be as easy as the rest of the hardware. While there is a lot of information (<a href="http://www.mythtv.org/wiki/Category:Video_capture_cards">MythTV hardware wiki</a>, <a href="http://www.overclockers.com.au/wiki/MythTV#Supported_TV_tuner_adapters">OCAU MythTV Wiki</a>) available about which are the best cards to buy, it is a matter of matching the exact cards which are known as fully working to those actually available for purchase.</p>
<p>For example, the Leadtek DTV-2000H is a well-rounded card which offers the features I require. However, there are two different revisions available, the &#8216;I&#8217; revision and the &#8216;J&#8217; revision. The former works flawlessly and the latter has intermittent problems and requires a lot more tweaking to get it to play nicely. Both cards use the same highly recommended chipset (Connextant 2388x) but apparently are different enough to cause problems (see <a href="http://www.mythtv.org/wiki/Leadtek_DTV-2000H">the MythTV wiki entry for this card</a>). This makes my choice a very difficult one as retailers generally aren&#8217;t too happy about having customers open boxes and inspect hardware version numbers prior to a purchase being made.</p>
<h4>Remote Control</h4>
<p>The only other hardware consideration I have is what remote control to use. Some of the available video capture cards come with their own, or I may buy another. It is an incidental cost in the grand scheme of things but adds so much functionality to the system. I do not want to have a keyboard and mouse hanging around in my loungeroom if I can avoid it, and indeed, I can. More to the point, though, a remote control with familiar buttons makes the system much more accessible to the non-technical people who will be using the system, and that increases the chances it&#8217;ll be used.</p>
<h4>Conclusion</h4>
<p>As this is only part one of my upcoming series of posts on the matter, you will have to wait a week or two until I&#8217;ve properly researched my hardware choices, made my purchases and begun the build. Rest assured though, I&#8217;ll do a full write-up!</p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2009/02/10/media-centre-musings-part-1-the-theory/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Epic weekends for the win</title>
		<link>http://owened.net/2008/10/19/epic-weekends-for-the-win</link>
		<comments>http://owened.net/2008/10/19/epic-weekends-for-the-win#comments</comments>
		<pubDate>Sun, 19 Oct 2008 09:13:54 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Happy]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[love]]></category>

		<guid isPermaLink="false">http://owened.net/2008/10/19/epic-weekends-for-the-win/</guid>
		<description><![CDATA[This weekend has been hilolerous (hilarious, but with more lol) &#8212; Friday night, out in the Valley with Annie and Kate, who both gothed up for the occasion of visiting Club Blink in 299. I&#8217;ll admit that I wore some eyeliner. Apparently it made me look hot. But I&#8217;m not so sure. At any rate, [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend has been hilolerous (hilarious, but with more lol) &#8212; Friday night, out in the Valley with Annie and Kate, who both gothed up for the occasion of visiting Club Blink in 299. I&#8217;ll admit that I wore some eyeliner. Apparently it made me look hot. But I&#8217;m not so sure. At any rate, Annie and Kate were <i>way</i> hotter. Too bad I didn&#8217;t get any pictures. Not that I&#8217;d share them with the general internet, anyway. </p>
<p>Saturday night, Carly, Brett, Jamie, Dave and my brother saw The Butterfly Effect at the Caloundra RSL. I have been there previously and the place was pretty dead. I mean, in terms of providing entertainment for young people. The only interesting thing there are the large displays of cool WWII memorabilia including all sorts of guns, scale models of ships and other paraphernalia. Anyway, aside from that the place sucks. Except for the venue to the side where we saw The Butterfly Effect. It&#8217;s large and high-tech; the lighting systems aren&#8217;t the best I&#8217;ve seen (that would be The Met) but they were still pretty good. </p>
<p>The Butterfly Effect were awesome. The support acts were really good too. <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&#038;friendid=40581179">Sleep Parade</a> who remind me a little of Tool were the first act up, and they put on a good show, even though the crowd turnout at this point was rather poor. Next up were <a href="http://www.trialkennedy.com/">Trial Kennedy</a> and they were even better. Their music had more of a punk/rock sound to it, but it was still pretty good.</p>
<p>Though, after all that, The Butterfly Effect simply blew me away. Even though at the time I had a severe headache and was tired from the night before, I was able to let myself go and get into the sounds. What I really appreciated about their act was that they sound live like they do on CD &#8212; ie, they can actually perform the music they create. Which is quite a feat if you have <a href="http://www.thebutterflyeffect.com.au/final-conversation-of-kings/">heard anything they&#8217;ve recently released</a>. The vocalist really can hit those high notes &#8212; consistently. Plus the lightshow and their stage presence was just awesome.</p>
<p>Tonight, I&#8217;m sitting at a a friends place having beef stir-fry cooked for me, sipping my bourbon and Coke, and having a good old lol.</p>
<p>I have work tomorrow but that&#8217;s OK! It&#8217;s not shit work. </p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2008/10/19/epic-weekends-for-the-win/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Week in Review</title>
		<link>http://owened.net/2008/09/27/my-week-in-review</link>
		<comments>http://owened.net/2008/09/27/my-week-in-review#comments</comments>
		<pubDate>Fri, 26 Sep 2008 23:58:09 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[299]]></category>
		<category><![CDATA[Annoyed]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[Happy]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://owened.net/2008/09/27/my-week-in-review/</guid>
		<description><![CDATA[My week&#8217;s been alright this week. I saw Carly and my friends a lot which was good, but unfortunately for some reason, I haven&#8217;t had the mental agility recently to do the required thought acrobatics which allow for the override of bad experiences with good experiences. In other words, I&#8217;m focusing on the negative and [...]]]></description>
			<content:encoded><![CDATA[<p>My week&#8217;s been alright this week. I saw Carly and my friends a lot which was good, but unfortunately for some reason, I haven&#8217;t had the mental agility recently to do the required thought acrobatics which allow for the override of bad experiences with good experiences.</p>
<p>In other words, I&#8217;m focusing on the negative and not on the positive, and it&#8217;s getting me down a little. </p>
<p>I wrote a huge spiel about exactly what has been going on at work, but I&#8217;ve since deleted it, because it might be incriminating (not in an &#8216;I&#8217;ve done something illegal&#8217; sense, more an &#8216;Someone might read this and WTF will occur&#8217; sense) and it might make me look bad. That&#8217;s not important because it helped me come to the conclusion, and that&#8217;s what is important: I don&#8217;t get along with my boss. Not on a personal level, and not on a professional level. It&#8217;s as simple as that, and I can&#8217;t do anything to change it except get a new boss. Which I am working on.</p>
<p>Aside from that, I went out Tuesday night to the Down Under bar in the city with Carly and Annie, and although I don&#8217;t have a valid student ID (it&#8217;s about a month expired), they let me in anyway. Presumably because I&#8217;m really not that old and also because I had two chicks with me. It was alright for a while, until they started playing the shitty music. Vengaboys, that &#8220;Boot scootin&#8217; baby&#8221; song, etc. Need I say more? It reminded me of highschool. It was ridiculous, and I got tired and a little grumpy. So I went and sat down while the girls danced, and some guy approached me and asked me how I was going, and we had a little chat. It came to the point where he told me he had uni at 9AM the next day, to which I replied &#8220;bad luck&#8221; &#8212; but not in an empathetical way. It was kind of malicious, and although I don&#8217;t know your name, I apologise for venting a little on you, dude. I&#8217;m sorry. Hopefully next time I see you I won&#8217;t be in such a sour mood.</p>
<p>Which brings me onto my next point which is that club Blink is awesome. It&#8217;s on Friday nights at 299 in the Valley and it rules. It&#8217;s like someone went to my <a href="http://www.last.fm/user/oblong_cheese">Last.fm</a> and just copied and pasted all my favourite metal and rock into the playlist. With some nice extras added to break up the mix. Plus they have happy hour $3 basic spirits from 9PM until 10PM; $3 bourbons! What more can you ask for? So I was there last night with Annie; I had hoped Bruce could come but apparently he was stuck at work. On his holidays. Yeah, you read that right.</p>
<p>So now as I sit by myself in the girls&#8217; loungeroom, recovering from my hangover, while everyone else is at work, I bring this post to you. I think later I&#8217;ll play some WoW and see what Bruce is up to.</p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2008/09/27/my-week-in-review/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TripleJ Impossible Music Festival</title>
		<link>http://owened.net/2008/09/21/triplej-impossible-music-festival</link>
		<comments>http://owened.net/2008/09/21/triplej-impossible-music-festival#comments</comments>
		<pubDate>Sun, 21 Sep 2008 08:02:18 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[triplej]]></category>

		<guid isPermaLink="false">http://owened.net/?p=408</guid>
		<description><![CDATA[It&#8217;s awesome! I&#8217;m pleasantly surprised by just how much I&#8217;ve enjoyed listening to Triple J&#8217;s Impossible Music Festival over the past weekend. You can check the line-up for all of the details about what bands have been playing. Highlights for me would be The Presets (playing as I write this), Nirvana, Silverchair, Hilltop Hoods, Fatboy [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s awesome!</p>
<p>I&#8217;m pleasantly surprised by just how much I&#8217;ve enjoyed listening to Triple J&#8217;s <a href="http://www.abc.net.au/triplej/livemusic/">Impossible Music Festival</a> over the past weekend. You can check <a href="http://www.abc.net.au/triplej/livemusic/playlist.htm">the line-up</a> for all of the details about what bands have been playing. </p>
<p>Highlights for me would be The Presets (playing as I write this), Nirvana, Silverchair, Hilltop Hoods, Fatboy Slim, Radiohead, Muse, Yeah Yeah Yeahs &#8230; and that&#8217;s just so far.</p>
<p>While I sit here listening to the sheer epic awesome that is &#8220;My People&#8221;, I wonder just how many people are missing out on the experience. Unfortunately, I wasn&#8217;t at the gig where this recording was taken, nor was I at any of the other gigs they&#8217;ve played this weekend. And not without reason, too: some of the live recordings are taken from the late seventies (Cold Chisel), through the eighties and nineties (Nirvana etc), and as recently as a few years ago.</p>
<p>I&#8217;ve never been a huge fan of Nirvana, for example, but I think I&#8217;ll listen to more of their stuff now. They don&#8217;t exist anymore, but hearing their live set was a great experience. It took their music, which I previously thought of as overplayed radio junk, and it made it something special. Something that had a certain level of commercialism, but, something that was also intimate at the same time.</p>
<p>I really can&#8217;t understand why people listen to the commercial radio stations. Maybe they like listening to the hilarious radio ads (got erection problems?). Or maybe they like listening to the ridiculously over the top &#8220;DJs&#8221;, who realistically are more like talking heads. I won&#8217;t draw any conclusions I can&#8217;t back up with fact, but I do get the vibe that people on TripleJ actually know stuff about music because they love music and they&#8217;ve made it their life goal to work supporting the music industry. I also get the vibe they work to support the artists more than the labels. But that&#8217;s just me.</p>
<p>I really appreciate the effort put into these kind of events that TripleJ broadcasts. It&#8217;s one part of my tax-paying dollar I&#8217;m not sorry to see go. It&#8217;s hard to explain if you haven&#8217;t listened to TripleJ for a while. Once you start though, you generally can&#8217;t stop. That&#8217;s a totally good thing.</p>
<p>So, in its last few hours, jump onto the TripleJ site and <a href="http://abc.net.au/streaming/triplej/triplej.m3u">have a listen</a> or just turn your radio on &#8212; however you access the music, nobody cares, just make sure you&#8217;re tuned in!</p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2008/09/21/triplej-impossible-music-festival/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://abc.net.au/streaming/triplej/triplej.m3u" length="38" type="audio/x-mpegurl" />
		</item>
		<item>
		<title>Nine Inch Nails &#8211; The Slip</title>
		<link>http://owened.net/2008/05/06/nine-inch-nails-the-slip</link>
		<comments>http://owened.net/2008/05/06/nine-inch-nails-the-slip#comments</comments>
		<pubDate>Tue, 06 May 2008 10:34:09 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[nin]]></category>

		<guid isPermaLink="false">http://owened.net/?p=361</guid>
		<description><![CDATA[I&#8217;m a little late to the party on this one, but the latest announcement from nin.com is of a new album entitled The Slip. There&#8217;s a neat twist here that may surprise: it&#8217;s been released free to download. Yep, all you have to do is surrender an e-mail address and they&#8217;ll give you a download [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a little late to the party on this one, but the latest announcement from nin.com is of a new album entitled The Slip.</p>
<p>There&#8217;s a neat twist here that may surprise: it&#8217;s been released free to download. Yep, all you have to do is surrender an e-mail address and they&#8217;ll give you a download link, where you can choose from any or all of high-quality mp3 (LAME -V0 encoded), high-quality FLAC or m4a lossless, and high-quality 24-kbit/96Hz WAV download format.</p>
<p><a class="thickbox" rel="" href='http://owened.net/wp-content/gallery/nin-theslip/nin-theslip-small.jpg' title='Nine Inch Nails - The Slip' rel="lightbox[361]"><img src='http://owened.net/wp-content/gallery/nin-theslip/nin-theslip-small.jpg' alt='nin-theslip-small.jpg' class='ngg-singlepic ngg-left' /></a></p>
<p>As with the previous Ghosts release, all the downloads come with artwork in the form of a pdf file. The artwork for this release is minimal, but it definitely suits the music. It&#8217;s free because it is licenced under a Creative Commons Attribution Non-Commercial Sharealike licence, which in plain English means you can share it with anyone you like, but if you make a derivative work (a remix) you must attribute the original work to Nine Inch Nails, and you may only do so if you are not a commercial entity.</p>
<p>As for the music itself? It&#8217;s moody; through some tracks, dark and brooding. Others are punchy and energetic, while others still are almost poppy in nature. For me personally, I&#8217;m reminded of the first time I listened to The Downward Spiral; sitting on a mates deck outside, with a bourbon in hand, whiling away the evening with conversation. In other words: to me, it&#8217;s true to the sound of Trent&#8217;s previous work. If music can conjure memories of good times past, it gets my thumbs up.</p>
<p>Trent has this to say about the album:</p>
<blockquote><p>
thank you for your continued and loyal support over the years &#8211; this one&#8217;s on me</p></blockquote>
<p>So head over to <a href="http://theslip.nin.com/">http://theslip.nin.com/</a> and grab yourself a copy!</p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2008/05/06/nine-inch-nails-the-slip/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
