<?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; Open source</title>
	<atom:link href="http://owened.net/tag/open-source/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>Asus eeeBox and Ubuntu &#8211; woah!</title>
		<link>http://owened.net/2009/04/01/asus-eeebox-and-ubuntu-woah</link>
		<comments>http://owened.net/2009/04/01/asus-eeebox-and-ubuntu-woah#comments</comments>
		<pubDate>Wed, 01 Apr 2009 00:53:34 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[eeebox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://owened.net/2009/04/01/asus-eeebox-and-ubuntu-woah/</guid>
		<description><![CDATA[My uncles very old computer is starting to show signs of age, so it was decided that it needed to be replaced or repaired. Unfortunately the problem lay with the hard drive encountering many errors. I wagered that it would be the drive or the IDE controller on the motherboard itself, but unfortunately I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>My uncles very old computer is starting to show signs of age, so it was decided that it needed to be replaced or repaired. Unfortunately the problem lay with the hard drive encountering many errors. I wagered that it would be the drive or the IDE controller on the motherboard itself, but unfortunately I don&#8217;t have the time to determine which.</p>
<p>So, it was decided that the cheapest option would be the best option: enter the Asus eeeBox. The B202 version can be had for only $299 AUD from select stores in Australia. Let me tell you now that this is a ridiculous price.</p>
<p>The system came packaged in good quality cardboard with nice graphics on it. The package included a keyboard and 3-button scroll mouse, a standard dipole aerial for the wireless adaptor, a DVI->VGA adapter for the DVI-only output, and a mounting bracket so the system could be mounted to the back of an LCD (or even to any mountable smooth surface).</p>
<p>The build quality of the system itself is quite good. It feels solid and well-built. The plastics used are mid-range in quality, and should last a while. My only gripe with the design of the unit is the small door on the front which I imagine could be easily accidentally broken off. This doesn&#8217;t really matter as it does not affect the functionality at all, but aesthetically the door makes the system look very tidy.</p>
<p>And I haven&#8217;t even talked about the hardware specs yet! The B202 version of the eeeBox comes with an Intel Atom 1.6Ghz CPU, 1024Mb of DDRII memory at 533Mhz, an 80GB 5400RPM SATAII hard disk, Gigabit ethernet, 802.11b/g wireless, four USB ports, DVI-out, and an SD/MMC card reader built in. Did I mention the ongoing benefits? It draws maxium of about 20W. A standard light bulb draws 60W. Yeah, this computer system costs less to run than a lightbulb does.</p>
<p>All for, once again: $299 AUD. Impressive.</p>
<p>I <a href="https://help.ubuntu.com/community/Installation/FromUSBStick">jimmy&#8217;d myself up a USB installation media</a> and once I figured out how to change the boot order in the BIOS (I&#8217;m a man! I don&#8217;t read manauls!) it booted just fine into the Ubuntu 8.10 desktop install. (Sidenote: I&#8217;ve only previously booted off LiveCDs which were actually on CD media, and I have to say, if you have the option of USB booting: DO IT. It&#8217;s incredibly fast and makes the Live environment <i>actually usable</i> as a proper temporary system!)</p>
<p>I installed Ubuntu and rebooted. No dramas. Then I <a href="http://www.eeextra.com/linux/installing-ubuntu-810-on-the-eeebox.html">set up the wireless</a> and that worked first try.</p>
<p>I browsed on over to apple.com/trailers and clicked on a 720p movie trailer. Ubuntu/Firefox told me it needed to install additional software to continue. I did so, restarted Firefox, and once the page loaded up the 720p Apple trailer started playing!</p>
<p>I simply couldn&#8217;t believe my eyes: a. that this $299 little computer, the size of two DVD cases, was playing back 720p HD content over the &#8216;net/wireless with no stutter and no dropped frames, and b. that it was doing so using a freely available operating system that took me literally 10 minutes to install.</p>
<p>Absolutely incredible!</p>
<p>I highly recommend the eeeBox and Ubuntu combination to anyone who&#8217;s responsibility is to &#8220;fix computers for the family&#8221; &#8212; you simply can&#8217;t go past the price tag, ease of installation and use. </p>
<p>I&#8217;m a pretty big open-source advocate and follow the trends quite closely, but I had no idea things had come this far. Consider me blown away.</p>
<p>I&#8217;m considering one for myself now. Combined with a couple of USB hard disks (with mdadm RAID and LVM) and a USB TV adaptor, it&#8217;d make a perfect low-power media centre + network data storage device.</p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2009/04/01/asus-eeebox-and-ubuntu-woah/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How-To: Create an open-source jukebox</title>
		<link>http://owened.net/2008/12/01/how-to-create-an-open-source-jukebox</link>
		<comments>http://owened.net/2008/12/01/how-to-create-an-open-source-jukebox#comments</comments>
		<pubDate>Sun, 30 Nov 2008 14:18:20 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://owened.net/?p=432</guid>
		<description><![CDATA[What: An open-source jukebox. How: Read on! Recently I was tasked with creating a jukebox for a party. You can read all about my thoughts on the matter at the link; this article is to provide with the specifics on what software I used, and why. The Hardware The hardware I chose to use was [...]]]></description>
			<content:encoded><![CDATA[<p><code><b>What</b>: An open-source jukebox.<br />
<b>How</b>: Read on!</code><br />
<a href="http://owened.net/2008/10/27/open-source-jukebox/">Recently I was tasked with creating a jukebox for a party</a>. You can read all about my thoughts on the matter at the link; this article is to provide with the specifics on what software I used, and why.</p>
<ul>
<li>
<h4>The Hardware</h4>
<p>The hardware I chose to use was rather limited in performance, which I think illustrates the efficiency of the software and solution which I designed. Components were as follows:</p>
<ul>
<li><b>CPU:</b> Pentium II 300Mhz</li>
<li><b>RAM:</b> 384Mb SDRAM</li>
<li><b>Motherboard:</b> Intel i440BX-based</li>
<li><b>Video:</b> S3 Virge DX/3D</li>
<li><b>Storage:</b> 4Gb, 5400RPM ATA HDD</li>
<li><b>Sound:</b> Creative Sound Blaster Live! 5.1</li>
</ul>
<p>Obviously, I chose the software based on the known limitations of this hardware. Luckily I had a spare SoundBlaster Live! card, because I don&#8217;t think the system would&#8217;ve been able to reliably handle the music playback and the overheads of the user interface without it. Of course, whatever hardware you plan on using will probably be much faster. I really did pull this box right out of the stone age.
</li>
<li>
<h4>The Operating System</h4>
<p>The operating system I chose in order to optimise performance was of course my favourite Linux operating system: <a href="http://www.archlinux.org/">Arch Linux</a>. With the kernel, modules and all packages being i686-optimized, it was a good starting point for a &#8220;from scratch&#8221; jukebox system. More importantly though is that <a href="http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide">after installation</a> of the base system, I had a basic, but fully working, command line Linux system at my disposal. This meant there were no unnecessary startup services, configurations and other settings which would have been useless, redundant or otherwise a hinderence to performance on this slow system.</li>
<li>
<h4>The Desktop Environment</h4>
<p>I chose to <a href="http://wiki.archlinux.org/index.php/Xfce">install XFCE</a> as the desktop environment because it is the most lightweight of the &#8216;fully-featured&#8217; environments. I would have liked to use an even lighter option, but of all the <a href="http://en.wikipedia.org/wiki/Desktop_Environment#Examples_of_desktop_environments">specialty and niche options</a> available, I had never used any before, and this build was to be completed in a few hours. So, I chose XFCE which I found behaved no differently to GNOME, but was still relatively responsive despite limited system resources.</p>
<p>To make the GUI look decent, I had to install a few additional packages that are not explicit dependencies of XFCE. They are listed below.</p>
<ul>
<li><b><a href="http://www.archlinux.org/packages/extra/i686/ttf-ms-fonts/">ttf-ms-fonts</a></b> &#8211; the easiest way to make websites look nice is by installing this font package</li>
<li><b><a href="http://www.archlinux.org/packages/extra/i686/midori/">midori</a></b> &#8211; a lightweight, Webkit based browser for GTK+ environments. I chose this over Firefox due to the AJAX-heavy nature of the relaxx player. Webkit is supposedly superior in performance compared to alternatives</li>
</ul>
</li>
<li>
<h4>The Webserver</h4>
<p>Now, you may be wondering why, with such a limited system, I was bothering with so many layers of abstraction between music, player and control. The reason is that none of the music playing applications I investigated (and there were quite a few) offered any functionality near that of a simple party jukebox. So, I had to use a web-based front end for mpd called relaxx, both of which I&#8217;ll talk about soon.</p>
<p>The webserver of choice is <a href="http://wiki.archlinux.org/index.php/Lighttpd">lighttpd</a>; a light weight simple web server, with all the features (and a lot more) required for what I had in mind.</li>
<li>
<h4>The Music Daemon</h4>
<p>Simply put: <a href="http://wiki.archlinux.org/index.php/Mpd">mpd</a>. Or, Music Player Daemon, as it is less commonly known. I chose this system for multiple reasons: first and foremost, its awesome efficiency. With my 80Gb music collection catalogued and at my immediate disposal, mpd uses approximately <i>three megabytes</i> of system memory. Yes, you read that correctly: <i>three. megabytes.</i> If I go ahead and do something silly like, say, add my entire music collection into a single playlist, that number jumps to a staggering (!!!) <i><b>eight</b> megabytes</i>. Yeah, I know. It&#8217;s ridiculous.</p>
<p>Secondly, due to the daemon nature of mpd, you can use any frontend you like. You can use a text-based terminal application, you can use a GTK+, Qt or other, or you can use a web-based application, like relaxx player.</li>
<li>
<h4>The Music Frontend</h4>
<p>This is the party piece &#8212; the piece of the system that everyone gets to see. I chose <a href="http://relaxx.dirk-hoeschen.de/">relaxx player</a> because it had some of the functionality that provides jukebox-like behaviour. Well, kind of. It essentially only had one major feature that made it stand out from a variety of other mpd front-ends: multi-user capability. Essentially, you could lock down certain features of the interface for anonymous users, and require a login for those functions. So, essentially that meant I could specify that anonymous users were only allowed to add songs to the playlist and press play. Meaning you had to log in to delete tracks, stop, pause or rewind, etc.</p>
<p>The <a href="http://relaxx.dirk-hoeschen.de/index.php?StaticPage/Page/id/2">installation</a> of relaxx was straightforward, but I had to install a few extra packages under Arch to make it work properly:</p>
<ul>
<li>Arch wiki: <a href="http://wiki.archlinux.org/index.php/Relaxx">Getting relaxx to work with Arch</a></li>
</ul>
<p>This was the only part of the system which didn&#8217;t quite work out so well. Its functionality was great, but due to the fact that it&#8217;s programmed entirely in AJAX, the old Pentium II powering the computer couldn&#8217;t quite keep up. It was slow to respond and not very nice to use, but it was usable. The music itself never skipped a beat (literally), but the performance of this frontend left something to be desired.
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2008/12/01/how-to-create-an-open-source-jukebox/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I think I&#8217;ve got my groove back.</title>
		<link>http://owened.net/2008/08/24/i-think-ive-got-my-groove-back</link>
		<comments>http://owened.net/2008/08/24/i-think-ive-got-my-groove-back#comments</comments>
		<pubDate>Sun, 24 Aug 2008 00:55:11 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[study]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://owened.net/?p=389</guid>
		<description><![CDATA[For a while there, I&#8217;d lost my groove. I&#8217;ve always been seriously interested in constantly learning new things about computers, and learning new things in general. For a while there, my interest was waning somewhat. I&#8217;m still trying to figure out exactly what it was, although I know many people will tell me it was [...]]]></description>
			<content:encoded><![CDATA[<p>For a while there, I&#8217;d lost my groove. I&#8217;ve always been seriously interested in constantly learning new things about computers, and learning new things in general. For a while there, my interest was waning somewhat. I&#8217;m still trying to figure out exactly what it was, although I know many people will tell me it was my other half. Haha, yeah, that works.</p>
<p>Anyway, the point I&#8217;m making is that for the last 12 months or so I&#8217;ve been wallowing a little in my own self-pity. There was an interesting story on Triple J&#8217;s hack programme <a href="http://www.abc.net.au/triplej/hack/podcast/friday.htm">Friday</a>, about how kids &#8212; well, young adults &#8212; these days are stressed out to the max when it comes to making life decisions. Australia&#8217;s quite a well-off nation, and our high-school graduates are faced with so many choices because of this. Straight into work, tertiary education, travelling the world, dole bludging even. The comparison is made to the era of our parents whose career choices were extremely limited. A good example would be my own mother who finished school at the end of year ten, whose only marketable skills at the time saw her placed into any of the following roles: secretary, typist, or administrative assistant. Yeah, you see what I&#8217;m getting at?</p>
<p>These days, we have so much freedom in terms of choosing our career paths &#8230; it&#8217;s quite stressful. The point is made on the programme that it sounds spoilt, but the burden of choice is extremely taxing on our young minds, and it&#8217;s not an easy decision at all.</p>
<p>Anyway, the point I&#8217;m getting to is that I&#8217;ve never really know what I wanted to do. Parents and teachers always asked during high-school, and even before, &#8220;what do you want to be when you grow up?&#8221; &#8212; which I think stemmed from their own upbringing, and the mindset that you were destined for some arbitrary role in society of your limited choosing. They asked a question which wasn&#8217;t relevant to the children whom they were asking. In my case especially, as I&#8217;ve never really had any life goals.</p>
<p>I want to own a sports car, and I want to own a house one day. The time frames are pretty undetermined. Though these days I&#8217;m thinking more about those two goals, if you&#8217;d asked me about those things three years ago, I wouldn&#8217;t have had an answer for you. These things do take time.</p>
<p>So for the last twelve months or so I&#8217;ve been doing not much with my life. Just studying and working when I have to, and in my personal time, chillaxing. Which is fine, but I think I neglected my self-learning a little. I dropped out of the loop for a while. In hindsight, I can see that it was a good thing for me to have done. I was getting bored with it all, and I needed a change of pace. So I spent time with my girlfriend a lot, and more recently started wasting time playing <a href="http://owened.net/2008/06/28/wow-is-my-life-haha-no-seriously-its-not-really/">World of Warcraft</a>.</p>
<p>I don&#8217;t mean to say that I&#8217;m going to neglect my personal time now that I&#8217;ve re-energized myself. I&#8217;m going to devote more thought to my personal time so that the time I do spend on myself, and on others, is more worthwhile.</p>
<p>Work has picked up, though. Not my main job, that&#8217;s still pretty bland. I don&#8217;t care about finance so much. It&#8217;s remotely interesting, and I&#8217;ll pick up tidbits as I go along, but I won&#8217;t actively teach myself about it. My other job however has started off excellently. I&#8217;m my own business and I&#8217;m doing some research for a guy who does full IT system implementations for small businesses. The twist is that he does it using all open-source software. You know how much I love open-source.</p>
<p>So last Wednesday, my first time working for him, I spent some of the day researching ways to do unattended installations with Ubuntu Linux, and then I spent the rest of the day starting to implement our first revision of system we&#8217;re putting in place. I spent the entire day working on my laptop (Arch Linux), logged into his server (Ubuntu), using awesome open-source tools (Firefox, Tomboy Notes, vi, etc). It wasn&#8217;t restricting (licences). I didn&#8217;t have to learn to speak another language (Microsofteese). I wasn&#8217;t constantly worried about lack of documentation (third-parties).</p>
<p>So now even though I&#8217;m about to spend my Sunday fixing not one but two Windows PCs for friends and family, I&#8217;m not in that poor a mood. I&#8217;m going to fix one by installing Ubuntu on it and having all the Windows-only apps run in a virtual machine courtesy <a href="http://www.virtualbox.org/">VirtualBox</a>, and the other I&#8217;m charging for. So that balances out for me!</p>
<p>Anyway, the Ubuntu ISO has finished downloading, so I better get to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2008/08/24/i-think-ive-got-my-groove-back/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Protected: GPL guffaws: Jin vs. IChessU</title>
		<link>http://owened.net/2006/09/06/gpl-guffaws-jin-vs-ichessu</link>
		<comments>http://owened.net/2006/09/06/gpl-guffaws-jin-vs-ichessu#comments</comments>
		<pubDate>Tue, 05 Sep 2006 23:47:29 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Open source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://owened.net/2006/09/06/gpl-guffaws-jin-vs-ichessu/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://owened.net/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-151">Password:<br />
<input name="post_password" id="pwbox-151" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2006/09/06/gpl-guffaws-jin-vs-ichessu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSS is transparent, interoperable and efficient</title>
		<link>http://owened.net/2006/08/23/oss-is-transparent-interoperable-and-efficient</link>
		<comments>http://owened.net/2006/08/23/oss-is-transparent-interoperable-and-efficient#comments</comments>
		<pubDate>Wed, 23 Aug 2006 00:18:21 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://owened.net/2006/08/23/oss-is-transparent-interoperable-and-efficient/</guid>
		<description><![CDATA[The benefits of open-source software have been known to its proponents since the concept&#8217;s inception. Open source, by its very nature, is open software that allows for addition and modification of source code by any and all who choose to do so. Consequently, follow-on benefits become apparent: this open nature is conducive for producing an [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://users.on.net/stickley/blog/opensource-logo.gif" alt="Open Source Institute" style="float: right;"><br />
The benefits of open-source software have been known to its proponents since the concept&#8217;s inception. Open source, by its very nature, is open software that allows for addition and modification of source code by any and all who choose to do so. Consequently, follow-on benefits become apparent: this open nature is conducive for producing an IT environment powered and supported by open technologies that are transparent, interoperable, and efficient.</p>
<p>Instead of being restricted by proprietary licencing and arbitrarily enforced limitations, open-source software leaves developers and users alike to make free choices about the software they use. Unrestricted by vendor lock-in, users are free to switch software solutions as they please, allowing IT departments and home users alike to make quick and resolute decisions concerning software they use.</p>
<p>This of course is much to the chagrin of large software organisations that <a href="http://en.wikipedia.org/wiki/Vendor_lock-in">rely on said vendor lock-in</a> to maintain market share. This has been one of the main sticking points for many governments, businesses and other organisations plans to transition to free and open-source software solutions. However, recently the US Department of Defence and the Croatian government have both made serious efforts toward evaluating and implementing open-source software solutions for use in their day-to-day tasks; the Croatian government has implemented an open-source software policy for all government departments, which encompasses the following guidelines:</p>
<blockquote>
<ul>
<li>Government institutions will choose and/or develop open source solutions as much as possible, instead of using closed source alternatives.</li>
<li>The government will support development of closed source solutions that use open standards for protocols and file formats, and which are developed in Croatia.</li>
<li>The government will support the use of open source programs and open standards outside of its institutions.</li>
<li>The government will support the use of open source solutions in educational institutions; both closed and open source solutions will be equally presented to students.</li>
</ul>
</blockquote>
<p>(provided by NewsForge, &#8220;<a href="http://business.newsforge.com/article.pl?sid=06/08/11/1855229">Croatian Government adopts open-source software policy</a>&#8220;)</p>
<p>Indeed, from the NewsForge article linked above, here are the words of Domagoj Juricic, deputy state secretary at the Central State Administrative Office for e-Croatia, who is the leader of Croatia&#8217;s Open Source Software Policy project: </p>
<blockquote><p>
&#8220;The use of information technology in government administration bodies is increasingly becoming important. So far, most of the software we use is proprietary software, so we cannot modify or complement it, or link software from different vendors. These software products impose rigid commercial conditions of use and limit our possibilities. In this way, government administration bodies may be led into a dependent position on the supplier of the software. This could lead to closed information systems, which make the success and efficiency of our eAdministration project more difficult.&#8221;
</p></blockquote>
<p>Similar sentiments are put forward by the US Deparment of Defence&#8217;s report, <a href="http://www.acq.osd.mil/actd/articles/OTDRoadmapFinal.pdf">The Open Technology Road Map</a>. The report identifies critical differences between the acqusition of physical goods vs the aquisition and use of digital media. While currently, many proprietary software programmes are treated the same way as a physical good, the report argues the arbitrary limitations of proprietary software, stating: </p>
<blockquote><p>
Digital goods (software code, music, movies, etc.) once created can be copied perfectly with relative ease: limiting distribution enforces scarcity, but that scarcity is arbitrary and negotiated, rather than an innate property of the product.
</p></blockquote>
<p>This arbitrary limitation of software availability also has an impact on inter-departmental software sharing:</p>
<blockquote><p>
Currently within DoD, there is no internal distribution policy or mechanism for DoD developed and paid for software code. By not enabling internal distribution, DoD creates an arbitrary scarcity of its own software code, which increases the development and maintenance costs of information technology across the Department. Other negative consequences include lock-in to obsolete proprietary technologies, the inability to extend existing capabilities in months vs. years, and snarls of interoperability that stem from the opacity and stove-piping of information systems.
</p></blockquote>
<p>Alongside vendor lock-in and the consequent reliance upon the software vendor, proprietary software suffers from lack of features, as well slow turnaround time for bugfixes and feature requests. Open software does not suffer the same limitations, as software developers can be contracted as needed to make additions to existing software, without the arbitrary licencing restrictions placed upon alternative proprietary software. Software developed for use in one department can be easily deployed in other departments, and collaboration of efforts between inter-departmental software development is made easier.</p>
<p>If the Croatian government and the US Department of Defence can adopt open-source ideals, technology and software, there is no reason why other governments and government departments cannot do the same. Open software allows for consistent interoperability (code-sharing, systems compatability, data management), offers system transparency (ease of auditing, bugtracking and fixing, feature implementations) and improves efficiency (reduction of code duplication through code re-use, ease of integration of new features and technology, streamlining of developer contracting) and overall, produces not only a better system of software, but at the same time reduces cost, eliminates vendor lock-in, and produces community-friendly code, which benefits everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2006/08/23/oss-is-transparent-interoperable-and-efficient/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Intel, AMD talk open GPU drivers, jaw-related injuries skyrocket</title>
		<link>http://owened.net/2006/08/10/intel-amd-talk-open-gpu-drivers-jaw-related-injuries-skyrocket</link>
		<comments>http://owened.net/2006/08/10/intel-amd-talk-open-gpu-drivers-jaw-related-injuries-skyrocket#comments</comments>
		<pubDate>Thu, 10 Aug 2006 22:21:25 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://owened.net/2006/08/10/intel-amd-talk-open-gpu-drivers-jaw-related-injuries-skyrocket/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://owened.net/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-128">Password:<br />
<input name="post_password" id="pwbox-128" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2006/08/10/intel-amd-talk-open-gpu-drivers-jaw-related-injuries-skyrocket/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Protected: WiFi exploited at driver level</title>
		<link>http://owened.net/2006/08/05/wifi-exploited-at-driver-level</link>
		<comments>http://owened.net/2006/08/05/wifi-exploited-at-driver-level#comments</comments>
		<pubDate>Sat, 05 Aug 2006 07:30:51 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Open source]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://owened.net/2006/08/05/wifi-exploited-at-driver-level/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://owened.net/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-120">Password:<br />
<input name="post_password" id="pwbox-120" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2006/08/05/wifi-exploited-at-driver-level/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
