<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Blog of Anders Rune Jensen &#187; linux</title>
	<atom:link href="http://people.iola.dk/arj/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://people.iola.dk/arj</link>
	<description>metalinguistic musings and other related ramblings</description>
	<lastBuildDate>Sun, 13 Jun 2010 18:00:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/dk/</creativeCommons:license>		<item>
		<title>mucomp released into the wild</title>
		<link>http://people.iola.dk/arj/2010/02/04/mucomp-released-into-the-wild/</link>
		<comments>http://people.iola.dk/arj/2010/02/04/mucomp-released-into-the-wild/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 21:01:58 +0000</pubDate>
		<dc:creator>Anders Rune Jensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://people.iola.dk/arj/?p=437</guid>
		<description><![CDATA[<p>Today I&#8217;m happy to announce that the world is one audio player richer! This is a personal <a href="http://code.google.com/p/mucomp/">project</a> of mine that I have been working on for a little while. It&#8217;s written in clojure and javascript (jQuery) and uses alsaplayer as the audio player. I probably won&#8217;t have much time to hack on it, so consider this a code dump that hopefully someone else will find useful and play/run/do-whatever with. As for maturity I use it almost daily and it&#8217;s pretty stable. There are some known bugs and kinks (mostly due to that its using alsaplayer and that the java inotify library is buggy).</p>
]]></description>
		<wfw:commentRss>http://people.iola.dk/arj/2010/02/04/mucomp-released-into-the-wild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Profiling multithreading applications</title>
		<link>http://people.iola.dk/arj/2009/09/25/profiling-multithreading-applications/</link>
		<comments>http://people.iola.dk/arj/2009/09/25/profiling-multithreading-applications/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 12:16:51 +0000</pubDate>
		<dc:creator>Anders Rune Jensen</dc:creator>
				<category><![CDATA[profiling]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://people.iola.dk/arj/?p=370</guid>
		<description><![CDATA[<p>I&#8217;ve written about profiling <a href="http://people.iola.dk/arj/2006/02/08/profiling-mmsv2/">before</a> in the general case. But when it comes to <a href="http://en.wikipedia.org/wiki/Multithreading">multithreading</a>, there are a few more factors to consider such as lock contention and cache invalidation that affect performance. And this is where <a href="http://0pointer.de/blog/projects/mutrace">mutrace</a> (mutex profiler) comes into the picture. The profiler has a very low overhead compared (no perceived delay for me) to other solutions and gives quite nice results. I tested it on <a href="http://mymediasystem.org/">My Media System</a> (C++) and <a href="http://www.iola.dk/nemo/">Nemo</a> (C#) and got interesting results for both. I knew more or less what the results for mms would be, but the results for Nemo was a bit suprising. The lock contention was significantly higher than for mms, even though I didn&#8217;t really use a multithreaded design for Nemo. So I guess it comes from the mono platform itself. Sadly it seems that mono programs aren&#8217;t compiled with -rdynamic, so the results that one gets are quite hard to decipher.</p>
]]></description>
		<wfw:commentRss>http://people.iola.dk/arj/2009/09/25/profiling-multithreading-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vdpau without tearing</title>
		<link>http://people.iola.dk/arj/2009/02/12/vdpau-without-tearing/</link>
		<comments>http://people.iola.dk/arj/2009/02/12/vdpau-without-tearing/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 22:02:04 +0000</pubDate>
		<dc:creator>Anders Rune Jensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[tearing]]></category>
		<category><![CDATA[vdpau]]></category>

		<guid isPermaLink="false">http://people.iola.dk/arj/?p=273</guid>
		<description><![CDATA[<p>Acmelabs made a <a href="http://blog.mymediasystem.net/avchd/vdpau-without-tearing/">great blog post</a> about how to install the latest nvidia drivers (180.29) and set them up to avoid annoying tearing. I installed it on my system and it A/V sync has also been much better so far. Upgrading heavily recommended <img src='http://people.iola.dk/arj/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></description>
		<wfw:commentRss>http://people.iola.dk/arj/2009/02/12/vdpau-without-tearing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experiences with nvidia vdpau support in mplayer</title>
		<link>http://people.iola.dk/arj/2009/01/02/experiences-with-nvidia-vdpau-support-in-mplayer/</link>
		<comments>http://people.iola.dk/arj/2009/01/02/experiences-with-nvidia-vdpau-support-in-mplayer/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 20:10:11 +0000</pubDate>
		<dc:creator>Anders Rune Jensen</dc:creator>
				<category><![CDATA[My Media System]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mkv]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[vdpau]]></category>

		<guid isPermaLink="false">http://people.iola.dk/arj/?p=249</guid>
		<description><![CDATA[<p>Updated: Fixed a bunch of issues by using latest patch for mplayer from <a href="ftp://download.nvidia.com/XFree86/vdpau/">here</a>.</p>
<p>I installed a nvidia 9400 fanless graphics card today. I&#8217;ve been <a href="http://blog.mymediasystem.net/">hearing</a> <a href="http://blog.mymediasystem.net/avchd/mplayer-vdpau-with-working-matroska/">good things</a> about the rate of their driver development so I thought I&#8217;d try it out. My experiences after having tried the latest <a href="http://www.nvnews.net/vbulletin/showthread.php?p=1882835">180.18</a> drivers is:</p>
<ul>
<li>A good deal of 1080p mkv&#8217;s still crashed after a second or so of playback. Even with the hack posted <a href="http://blog.mymediasystem.net/avchd/mplayer-vdpau-with-working-matroska/">here</a>.</li>
<li>cpu usage is very low (max 20% and the cpu is at 1GHz)</li>
</ul>
<p>I changed it to my default movie player in <a href="http://www.mymediasystem.org">MMS</a> to use vdpau by default with the <a href="http://pastebin.com/m5c15b2f5">following script</a> to detect extension as vfm is not working yet. Linux kernel was 2.6.27-r2 in case anyone is interested.</p>
]]></description>
		<wfw:commentRss>http://people.iola.dk/arj/2009/01/02/experiences-with-nvidia-vdpau-support-in-mplayer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Media System 1.1.0 rc9 released</title>
		<link>http://people.iola.dk/arj/2008/12/16/my-media-system-110-rc9-released/</link>
		<comments>http://people.iola.dk/arj/2008/12/16/my-media-system-110-rc9-released/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 03:19:06 +0000</pubDate>
		<dc:creator>Anders Rune Jensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[mms]]></category>

		<guid isPermaLink="false">http://people.iola.dk/arj/?p=232</guid>
		<description><![CDATA[<p>Yesterday <a href="http://forum.mymediasystem.org/viewtopic.php?f=1&amp;t=1582">MMS 1.1.0 rc9 was released</a>. This has been a long time coming and hopefully will be the last release candidate before MMS hits 1.1.0 final. Changes are all over the map, not that many big new shiny things, but a lot of bugfixes and rewritings of the internals of MMS.</p>
]]></description>
		<wfw:commentRss>http://people.iola.dk/arj/2008/12/16/my-media-system-110-rc9-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
