<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Lair Of The Multimedia Guru</title>
	<link>http://guru.multimedia.cx</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 21 Jul 2010 01:40:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Building a polynomial out of its roots</title>
		<description><![CDATA[Building a polynomial out of its roots is not particularly hard, one just multiplies the corresponding linear/first degree polynomials. But this isnt fast, even doing it recursively and using FFT based multiplication isnt all that great its still O(nlog2n). We can under some circumstances get rid of one of these log(n) factors as ill describe [...]]]></description>
		<link>http://guru.multimedia.cx/building-a-polynomial-out-of-its-roots/</link>
			</item>
	<item>
		<title>Modern notebooks</title>
		<description><![CDATA[My acer NB today: Critical temperature reached (101 C), shutting down. And disablng power management of the HD produces errors after a while, not just today but always.]]></description>
		<link>http://guru.multimedia.cx/modern-notebooks/</link>
			</item>
	<item>
		<title>&#8220;Latest&#8221; firefox</title>
		<description><![CDATA[A little rant to keep my blog from rotting, firefox after 3.0 or so no longer works on kernels that randomize memory allocation a bit. Ones choices are either patching firefox or to disable the randomization for it. And we all know if one application needs all the security layers one can get then its [...]]]></description>
		<link>http://guru.multimedia.cx/latest-firefox/</link>
			</item>
	<item>
		<title>Votes</title>
		<description><![CDATA[About a month ago we (the ffmpeg team) voted about which name our NGO to which people soon will be able to donate should have. A sideeffect of that is that the world now has one more application to count votes using various condorcet methods, borda count and instant runoff voting. Get it from svn://mplayerhq.hu/michael/trunk/ffvotetov [...]]]></description>
		<link>http://guru.multimedia.cx/votes/</link>
			</item>
	<item>
		<title>ld.so GNU linker/loader</title>
		<description><![CDATA[ld.so is the little thing that loads all your shared libs and binds all the referenced symbols to their definitions, well more or less at least. I think a better name for it would be a russian roulett linker, it binds symbols correctly most of the time but if it fails you dont want to [...]]]></description>
		<link>http://guru.multimedia.cx/ld-so-gnu-linkerloader/</link>
			</item>
	<item>
		<title>Duron cooler</title>
		<description><![CDATA[A week? ago my good old duron cooling fan, a ac copper silent 3 started to make funny noises. It sounded a little like a seeking harddisk. Well i obviously had to and did get a new one, i also considered getting a new CPU but seems socket A cpus arent available anymore. Well i [...]]]></description>
		<link>http://guru.multimedia.cx/duron-cooler/</link>
			</item>
	<item>
		<title>Love, death and a bunch of stalkers</title>
		<description><![CDATA[Following is a true story of various odd events the happened a few years ago in my life, taken alone most and especially the begin would not be worth mentioning or writing about but together they might be. Introduction, the begin until autumn 2003 I guess most people have someone who is important to them [...]]]></description>
		<link>http://guru.multimedia.cx/love-death-and-a-bunch-of-stalkers/</link>
			</item>
	<item>
		<title>Coverity</title>
		<description><![CDATA[Its a little while ago that i made that screenshot, anyway, i thought its funny so iam posting it here]]></description>
		<link>http://guru.multimedia.cx/coverity/</link>
			</item>
	<item>
		<title>Pseudo random number generators 2</title>
		<description><![CDATA[After the little bit of analysing PRNGs in the last blog post, which PRNGs exactly seem good? Fastest PRNGs If one either needs a very fast PRNG or one has some means to easily test that the output is good enough (like looking to see if a noise filter produces no vissible aritifacts) then folllowing [...]]]></description>
		<link>http://guru.multimedia.cx/pseudo-random-number-generators-2/</link>
			</item>
	<item>
		<title>Pseudo random number generators</title>
		<description><![CDATA[I guess most developers have once or more than once run into the question of, &#8220;which PRNG should one use&#8221;. The awnser, or more precissely my awnser to this, would be it really depends on for what one plans to use it. There is no perfect generator, there are fast ones, and there are good [...]]]></description>
		<link>http://guru.multimedia.cx/pseudo-random-number-generators/</link>
			</item>
</channel>
</rss>
