<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for MrPointy's Weblog</title>
	<atom:link href="http://mrpointy.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrpointy.wordpress.com</link>
	<description>Oh dear..... another blog</description>
	<lastBuildDate>Mon, 09 Nov 2009 20:31:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on High Altitude Balloon project by HABx hardware taking form &#171; MrPointy&#8217;s Weblog</title>
		<link>http://mrpointy.wordpress.com/2009/04/25/high-altitude-balloon-project/#comment-92</link>
		<dc:creator>HABx hardware taking form &#171; MrPointy&#8217;s Weblog</dc:creator>
		<pubDate>Mon, 09 Nov 2009 20:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://mrpointy.wordpress.com/?p=73#comment-92</guid>
		<description>[...] readers (and you know who you are)  will have seen a mention of the HABx balloon project from an earlier [...]</description>
		<content:encoded><![CDATA[<p>[...] readers (and you know who you are)  will have seen a mention of the HABx balloon project from an earlier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Clifford by Matt</title>
		<link>http://mrpointy.wordpress.com/2009/09/25/introducing-clifford/#comment-91</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 25 Sep 2009 03:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://mrpointy.wordpress.com/?p=98#comment-91</guid>
		<description>I&#039;ve found the TomTom&#039;s aren&#039;t particularly &#039;useful&#039;.
How old are the maps on the system?


I own a &lt;a href=&quot;https://buy.garmin.com/shop/shop.do?cID=134&amp;pID=10624&quot; rel=&quot;nofollow&quot;&gt;Garmin Nuvi 760&lt;/a&gt;.... and it works quite well.  

We have also purchased Lifetime Map updates ($180AUD), and the maps get updated 4 times a year.

Whilst &#039;directions&#039; at times can be &#039;interesting&#039;...  it doesn&#039;t send us off the road!  

We find the directions can send you on a longer route (very occassionally -- like coming to our own address) -- it seems to be an issue with no only this model/maker -- but the data provided by Sensis.  :-/

All in all though, the maps are updated and have new ring roads, and roads as they are put in place (our current GPS has for example the Geelong Ring Road in there).

GPSes are indeed good.. but only as good as the maps they have, and the directions provided by those like Sensis.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found the TomTom&#8217;s aren&#8217;t particularly &#8216;useful&#8217;.<br />
How old are the maps on the system?</p>
<p>I own a <a href="https://buy.garmin.com/shop/shop.do?cID=134&amp;pID=10624" rel="nofollow">Garmin Nuvi 760</a>&#8230;. and it works quite well.  </p>
<p>We have also purchased Lifetime Map updates ($180AUD), and the maps get updated 4 times a year.</p>
<p>Whilst &#8216;directions&#8217; at times can be &#8216;interesting&#8217;&#8230;  it doesn&#8217;t send us off the road!  </p>
<p>We find the directions can send you on a longer route (very occassionally &#8212; like coming to our own address) &#8212; it seems to be an issue with no only this model/maker &#8212; but the data provided by Sensis.  :-/</p>
<p>All in all though, the maps are updated and have new ring roads, and roads as they are put in place (our current GPS has for example the Geelong Ring Road in there).</p>
<p>GPSes are indeed good.. but only as good as the maps they have, and the directions provided by those like Sensis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is KVM a type 1 or a type 2 Hypervisor? – aka &#8211; My Hypervisor is better than your Hypervisor! by Andrew Brehm</title>
		<link>http://mrpointy.wordpress.com/2009/05/12/is-kvm-a-type-1-or-a-type-2/#comment-88</link>
		<dc:creator>Andrew Brehm</dc:creator>
		<pubDate>Mon, 25 May 2009 14:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://mrpointy.wordpress.com/?p=78#comment-88</guid>
		<description>I think one difference is that the host system of a t2 hypervisor knows about the memory used by guests (i.e. each guest system is represented as a normal process in the host system), whereas the root system of a t1 hypervisor knows not about the memory used by children (i.e. while there is a normal process representing each VM that process does not use as much memory as the VM really does).

I have here a Hyper-V system on a 4 GB machine. The VM (Vista) has 1 GB of RAM assigned to it. And it works well. But the root system doesn&#039;t seem to know about the 1 GB used by the Vista VM.

I am wondering what would happen if the root partition tried to use that 1 GB of RAM. Since the memory is not owned by any process, it could overwrite it (and crash the VM). Or, if the hypervisor stops the root partition from overwriting that 1 GB, the root partition would crash because the memory would seem defective.

How does this work and is that the difference between t1 and t2?</description>
		<content:encoded><![CDATA[<p>I think one difference is that the host system of a t2 hypervisor knows about the memory used by guests (i.e. each guest system is represented as a normal process in the host system), whereas the root system of a t1 hypervisor knows not about the memory used by children (i.e. while there is a normal process representing each VM that process does not use as much memory as the VM really does).</p>
<p>I have here a Hyper-V system on a 4 GB machine. The VM (Vista) has 1 GB of RAM assigned to it. And it works well. But the root system doesn&#8217;t seem to know about the 1 GB used by the Vista VM.</p>
<p>I am wondering what would happen if the root partition tried to use that 1 GB of RAM. Since the memory is not owned by any process, it could overwrite it (and crash the VM). Or, if the hypervisor stops the root partition from overwriting that 1 GB, the root partition would crash because the memory would seem defective.</p>
<p>How does this work and is that the difference between t1 and t2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on nagios forked by geoffoc</title>
		<link>http://mrpointy.wordpress.com/2009/05/10/nagios-forked/#comment-86</link>
		<dc:creator>geoffoc</dc:creator>
		<pubDate>Tue, 12 May 2009 02:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://mrpointy.wordpress.com/?p=75#comment-86</guid>
		<description>To be honest, I haven&#039;t been overly happy with nagios lately.  It is a little stuck in the early 2000&#039;s.   To me icinga looks like it is promising changes - how they pan out will be anyones guess.   Given my frustrations with nagios moving to icinga is a better step that moving to a completely different solution.</description>
		<content:encoded><![CDATA[<p>To be honest, I haven&#8217;t been overly happy with nagios lately.  It is a little stuck in the early 2000&#8217;s.   To me icinga looks like it is promising changes &#8211; how they pan out will be anyones guess.   Given my frustrations with nagios moving to icinga is a better step that moving to a completely different solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on nagios forked by Jack Hughes</title>
		<link>http://mrpointy.wordpress.com/2009/05/10/nagios-forked/#comment-85</link>
		<dc:creator>Jack Hughes</dc:creator>
		<pubDate>Mon, 11 May 2009 11:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://mrpointy.wordpress.com/?p=75#comment-85</guid>
		<description>Will you be moving over on the first release or will you see how things pan out with icinga?</description>
		<content:encoded><![CDATA[<p>Will you be moving over on the first release or will you see how things pan out with icinga?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on openssh crypto cipher performance by shaked</title>
		<link>http://mrpointy.wordpress.com/2008/07/01/openssh-crypto-cipher-performance/#comment-81</link>
		<dc:creator>shaked</dc:creator>
		<pubDate>Wed, 01 Apr 2009 13:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://mrpointy.wordpress.com/?p=41#comment-81</guid>
		<description>thanks.
this helped just now figure out relative performance between the different ciphers.</description>
		<content:encoded><![CDATA[<p>thanks.<br />
this helped just now figure out relative performance between the different ciphers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VLC &#8211; 1, MythTV Internal Player &#8211; 0 by Donovan</title>
		<link>http://mrpointy.wordpress.com/2008/11/30/vlc-1-mythtv-internal-player-0/#comment-78</link>
		<dc:creator>Donovan</dc:creator>
		<pubDate>Fri, 27 Feb 2009 04:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://mrpointy.wordpress.com/?p=60#comment-78</guid>
		<description>I use MythVideo with a ton of DVD images, but not in ISO format; I&#039;ve extracted each of them to their own directory. In my situation, Myth has never, ever, crashed playing back these videos, so the blame has to be either faulty handling of ISO files or something particular to your systems. I&#039;m glad I can use the internal player, as it mirrors the on-screen display as used in television viewing.</description>
		<content:encoded><![CDATA[<p>I use MythVideo with a ton of DVD images, but not in ISO format; I&#8217;ve extracted each of them to their own directory. In my situation, Myth has never, ever, crashed playing back these videos, so the blame has to be either faulty handling of ISO files or something particular to your systems. I&#8217;m glad I can use the internal player, as it mirrors the on-screen display as used in television viewing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launching balloons by Matt</title>
		<link>http://mrpointy.wordpress.com/2009/02/16/balloons/#comment-77</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 17 Feb 2009 13:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://mrpointy.wordpress.com/?p=65#comment-77</guid>
		<description>Very cool.  8-)  Keep us posted.</description>
		<content:encoded><![CDATA[<p>Very cool.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' />  Keep us posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VLC &#8211; 1, MythTV Internal Player &#8211; 0 by trainboy</title>
		<link>http://mrpointy.wordpress.com/2008/11/30/vlc-1-mythtv-internal-player-0/#comment-76</link>
		<dc:creator>trainboy</dc:creator>
		<pubDate>Thu, 05 Feb 2009 04:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://mrpointy.wordpress.com/?p=60#comment-76</guid>
		<description>My opinion. The internal player is a piece of scrap. I use it to play ISOs off of a video server. Everybody is talking GigE and the load on the network is minimal when it works. It ain&#039;t the server because it serves videos to other players just fine.

Half the time, the internal player crashes when you pick an ISO to play. Sometimes it just hangs. If you&#039;re lucky, this won&#039;t crash Myth but sometimes it switches to lay-in-wait mode and then crashes Myth later on. Sometimes you can see the frontend in the process list and kill it but other times not.

If you do get to see the menu, picking things off it sometimes works and sometimes not. Variations on the crash or hang are possible. Occasionally, the picture comes up with 1/4 of the screen, on the left, with the colors switched (an interesting effect).

Once it actually begins to play the ISO, it usually works pretty good.

It sounds to me like somebody forgot to initialize a bunch of stuff on startup and we&#039;re just picking random values off the stack. For example, if you do see the menu and you move around the selections on it, this reduces the chance of crashing greatly.

Bear in mind that all of the ISOs will eventually play OK. Its just random chance as to whether its this time or next time. This pretty much proves that there&#039;s nothing wrong with the ISOs.

Meanwhile, VLC plays them all flawlessly. So, if you are tired of the internal player&#039;s crap, you might try VLC instead. It works way better for me.</description>
		<content:encoded><![CDATA[<p>My opinion. The internal player is a piece of scrap. I use it to play ISOs off of a video server. Everybody is talking GigE and the load on the network is minimal when it works. It ain&#8217;t the server because it serves videos to other players just fine.</p>
<p>Half the time, the internal player crashes when you pick an ISO to play. Sometimes it just hangs. If you&#8217;re lucky, this won&#8217;t crash Myth but sometimes it switches to lay-in-wait mode and then crashes Myth later on. Sometimes you can see the frontend in the process list and kill it but other times not.</p>
<p>If you do get to see the menu, picking things off it sometimes works and sometimes not. Variations on the crash or hang are possible. Occasionally, the picture comes up with 1/4 of the screen, on the left, with the colors switched (an interesting effect).</p>
<p>Once it actually begins to play the ISO, it usually works pretty good.</p>
<p>It sounds to me like somebody forgot to initialize a bunch of stuff on startup and we&#8217;re just picking random values off the stack. For example, if you do see the menu and you move around the selections on it, this reduces the chance of crashing greatly.</p>
<p>Bear in mind that all of the ISOs will eventually play OK. Its just random chance as to whether its this time or next time. This pretty much proves that there&#8217;s nothing wrong with the ISOs.</p>
<p>Meanwhile, VLC plays them all flawlessly. So, if you are tired of the internal player&#8217;s crap, you might try VLC instead. It works way better for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java vs Python performance by Cognitive Cow - &#187; In Defense of the Java Giant</title>
		<link>http://mrpointy.wordpress.com/2007/11/06/java-vs-python-performance/#comment-75</link>
		<dc:creator>Cognitive Cow - &#187; In Defense of the Java Giant</dc:creator>
		<pubDate>Tue, 09 Dec 2008 18:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://mrpointy.wordpress.com/2007/11/06/java-vs-python-performance/#comment-75</guid>
		<description>[...] is slow. No it&#8217;s not. Python is much much slower. The neat little features of Python do come at a price and a pretty hefty one. I [...]</description>
		<content:encoded><![CDATA[<p>[...] is slow. No it&#8217;s not. Python is much much slower. The neat little features of Python do come at a price and a pretty hefty one. I [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
