<?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/"
		>
<channel>
	<title>Comments for rob@lazzurs.net</title>
	<atom:link href="http://blog.lazzurs.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lazzurs.net</link>
	<description>Me, tech and the world.</description>
	<lastBuildDate>Sun, 30 Aug 2009 02:08:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Surprised at just how selfish people can be by Rob Lazzurs</title>
		<link>http://blog.lazzurs.net/2009/08/29/surprised-at-just-how-selfish-people-can-be/comment-page-1/#comment-44</link>
		<dc:creator>Rob Lazzurs</dc:creator>
		<pubDate>Sun, 30 Aug 2009 02:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lazzurs.net/?p=88#comment-44</guid>
		<description>Hi,

Thanks for having a read, I just woke up decided to have a rant I really should note down more of my thoughts on the subject soon.

Added the book to the reading stack, thanks for the recommendation :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for having a read, I just woke up decided to have a rant I really should note down more of my thoughts on the subject soon.</p>
<p>Added the book to the reading stack, thanks for the recommendation <img src='http://blog.lazzurs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Surprised at just how selfish people can be by Philip Roberts</title>
		<link>http://blog.lazzurs.net/2009/08/29/surprised-at-just-how-selfish-people-can-be/comment-page-1/#comment-43</link>
		<dc:creator>Philip Roberts</dc:creator>
		<pubDate>Sat, 29 Aug 2009 19:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lazzurs.net/?p=88#comment-43</guid>
		<description>Hear, hear!

Steven Landsburg makes similar points in his (pop) economics book: More sex is safer sex. Worth a (quick) read if you get the chance.</description>
		<content:encoded><![CDATA[<p>Hear, hear!</p>
<p>Steven Landsburg makes similar points in his (pop) economics book: More sex is safer sex. Worth a (quick) read if you get the chance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can we get high school kids into open source? by DDevine</title>
		<link>http://blog.lazzurs.net/2009/03/17/can-we-get-high-school-kids-into-open-source/comment-page-1/#comment-40</link>
		<dc:creator>DDevine</dc:creator>
		<pubDate>Fri, 17 Apr 2009 13:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lazzurs.net/?p=47#comment-40</guid>
		<description>I think High school is the perfect time to attempt to get kids interested in Open Source. You are in luck if they are already learning things such as MySQL and Java in class because these technologies have a fairly decent FOSS following around them. Unfortunately, in Australia and I&#039;m sure this is the case for everywhere else in the world there is the problem of very un-imaginative teachers who have no desire to step outside their little [Microsoft] box, or to learn something new [and non-Microsoft] so getting the IT students to even come in contact with ANY FOSS software in these cases can be damn near impossible.

I just finished school last year, and I have thought about going back and doing a few lunch time presentations/workshops based around FOSS. There is lots of cool stuff that can get people hooked or at least interested enough to remember that something else besides Microsoft is around.</description>
		<content:encoded><![CDATA[<p>I think High school is the perfect time to attempt to get kids interested in Open Source. You are in luck if they are already learning things such as MySQL and Java in class because these technologies have a fairly decent FOSS following around them. Unfortunately, in Australia and I&#8217;m sure this is the case for everywhere else in the world there is the problem of very un-imaginative teachers who have no desire to step outside their little [Microsoft] box, or to learn something new [and non-Microsoft] so getting the IT students to even come in contact with ANY FOSS software in these cases can be damn near impossible.</p>
<p>I just finished school last year, and I have thought about going back and doing a few lunch time presentations/workshops based around FOSS. There is lots of cool stuff that can get people hooked or at least interested enough to remember that something else besides Microsoft is around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First post^Wuse of Google App Engine by Ross Cooney</title>
		<link>http://blog.lazzurs.net/2009/03/22/first-postwuse-of-google-app-engine/comment-page-1/#comment-32</link>
		<dc:creator>Ross Cooney</dc:creator>
		<pubDate>Fri, 27 Mar 2009 16:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lazzurs.net/?p=58#comment-32</guid>
		<description>I agree with your comments on Google App Engine.
The service has some incredible advantages over the AWS model if you run a website. Using App Engine you would simply upload your web files and let the system scale for you as opposed to AWS EC2 customers would need to launch multiple servers and install all sorts of stuff. Obviously, if you need more than simply web hosting then the service is somewhat lacking (no ability to schedule jobs, email delivery is a problem and file access is limited).

It’s a pain in the neck for App Engine to only support python (apparently PHP et al will follow soon) and limiting external URL requests to 4 seconds is a little draconian, lets forget the fact that you have to use the Gmail mail delivery service and that there is no SQL database available. While all of these are rather limiting they are not the real reason why I don’t like App Engine….it’s because of vendor lock in and the lack of any interoperability with other cloud providers. Google is a big company who will probably dominate this market…they can afford to do better in this area, but they seem to choose not to…Is Google evil?</description>
		<content:encoded><![CDATA[<p>I agree with your comments on Google App Engine.<br />
The service has some incredible advantages over the AWS model if you run a website. Using App Engine you would simply upload your web files and let the system scale for you as opposed to AWS EC2 customers would need to launch multiple servers and install all sorts of stuff. Obviously, if you need more than simply web hosting then the service is somewhat lacking (no ability to schedule jobs, email delivery is a problem and file access is limited).</p>
<p>It’s a pain in the neck for App Engine to only support python (apparently PHP et al will follow soon) and limiting external URL requests to 4 seconds is a little draconian, lets forget the fact that you have to use the Gmail mail delivery service and that there is no SQL database available. While all of these are rather limiting they are not the real reason why I don’t like App Engine….it’s because of vendor lock in and the lack of any interoperability with other cloud providers. Google is a big company who will probably dominate this market…they can afford to do better in this area, but they seem to choose not to…Is Google evil?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using 3G in anger with a WM6 Treo 750 and Ubuntu by cdp</title>
		<link>http://blog.lazzurs.net/2008/02/23/using-3g-in-anger-with-a-wm6-treo-750-and-ubuntu/comment-page-1/#comment-21</link>
		<dc:creator>cdp</dc:creator>
		<pubDate>Wed, 12 Mar 2008 23:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lazzurs.net/2008/02/23/using-3g-in-anger-with-a-wm6-treo-750-and-ubuntu/#comment-21</guid>
		<description>Whilst I haven&#039;t tried using Ubuntu beyond one failed attempt, and being a Debian zealot therefore happy to spend most of my time at the command line:

If theres one thing that seems to have been done well recently in linux, its BlueZ. I used to use it when you had to hardcore the PIN into the config files, but the latest dbus hooks stuff, combined withthe gnome notification stuff *just works* :) I am very happy with it.

Plus the PAN stuff &#039;just works&#039; on my SE K800i from either linux, or more shinily, from OSX. saves all the unnecessary dialer configuration.

I like bluetooth :)

Now if only they&#039;d make a camera phone with an optical zoom, my phone wish list would be complete.</description>
		<content:encoded><![CDATA[<p>Whilst I haven&#8217;t tried using Ubuntu beyond one failed attempt, and being a Debian zealot therefore happy to spend most of my time at the command line:</p>
<p>If theres one thing that seems to have been done well recently in linux, its BlueZ. I used to use it when you had to hardcore the PIN into the config files, but the latest dbus hooks stuff, combined withthe gnome notification stuff *just works* <img src='http://blog.lazzurs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I am very happy with it.</p>
<p>Plus the PAN stuff &#8216;just works&#8217; on my SE K800i from either linux, or more shinily, from OSX. saves all the unnecessary dialer configuration.</p>
<p>I like bluetooth <img src='http://blog.lazzurs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now if only they&#8217;d make a camera phone with an optical zoom, my phone wish list would be complete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flying disk fun! by Rob Lazzurs</title>
		<link>http://blog.lazzurs.net/2007/08/29/flying-disk-fun/comment-page-1/#comment-12</link>
		<dc:creator>Rob Lazzurs</dc:creator>
		<pubDate>Thu, 30 Aug 2007 22:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lazzurs.net/2007/08/29/flying-disk-fun/#comment-12</guid>
		<description>You know, I think we need to learn this ultimate frisbee, if nothing else it makes us more employable by google ;)</description>
		<content:encoded><![CDATA[<p>You know, I think we need to learn this ultimate frisbee, if nothing else it makes us more employable by google <img src='http://blog.lazzurs.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flying disk fun! by tonylucas</title>
		<link>http://blog.lazzurs.net/2007/08/29/flying-disk-fun/comment-page-1/#comment-11</link>
		<dc:creator>tonylucas</dc:creator>
		<pubDate>Thu, 30 Aug 2007 20:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lazzurs.net/2007/08/29/flying-disk-fun/#comment-11</guid>
		<description>Rob,

Google&#039;s been copying us again :P

http://valleywag.com/tech/feuds/facebook-delivers-ultimate-humiliation-to-google-294789.php</description>
		<content:encoded><![CDATA[<p>Rob,</p>
<p>Google&#8217;s been copying us again <img src='http://blog.lazzurs.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><a href="http://valleywag.com/tech/feuds/facebook-delivers-ultimate-humiliation-to-google-294789.php" rel="nofollow">http://valleywag.com/tech/feuds/facebook-delivers-ultimate-humiliation-to-google-294789.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Storage system wish list by Rob Lazzurs</title>
		<link>http://blog.lazzurs.net/2007/07/14/storage-system-wish-list/comment-page-1/#comment-10</link>
		<dc:creator>Rob Lazzurs</dc:creator>
		<pubDate>Wed, 01 Aug 2007 15:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lazzurs.net/2007/07/14/storage-system-wish-list/#comment-10</guid>
		<description>I have had a look at LeftHand and it is an excellent product that does indeed meet most of my requirements, however its limitation as I see it is your storage and IOPS capacity are linked.  If you want further IOPS you have to add more disks.  Now while I understand there is a link between the two this forces you to provision all of the IOPS capacity that your disks can handle, which if you are using the system for archival data as well as online data is not efficient.

If this was something LeftHand would split and certify more hardware platforms then it would be close to the perfect storage solution :)</description>
		<content:encoded><![CDATA[<p>I have had a look at LeftHand and it is an excellent product that does indeed meet most of my requirements, however its limitation as I see it is your storage and IOPS capacity are linked.  If you want further IOPS you have to add more disks.  Now while I understand there is a link between the two this forces you to provision all of the IOPS capacity that your disks can handle, which if you are using the system for archival data as well as online data is not efficient.</p>
<p>If this was something LeftHand would split and certify more hardware platforms then it would be close to the perfect storage solution <img src='http://blog.lazzurs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Storage system wish list by sstelter</title>
		<link>http://blog.lazzurs.net/2007/07/14/storage-system-wish-list/comment-page-1/#comment-8</link>
		<dc:creator>sstelter</dc:creator>
		<pubDate>Mon, 16 Jul 2007 16:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lazzurs.net/2007/07/14/storage-system-wish-list/#comment-8</guid>
		<description>Great post - I believe that the holy-grail of storage is coming, and when it does it will be based on a clustered grid of storage devices in order to deliver on some items on your wish list.  While companies like Polyserve and Isilon have delivered some capabilities to the file serving space, LeftHand Networks is the leader on the SAN side of the house (in my opinion).  Get them a look...http://www.lefthandnetworks.com</description>
		<content:encoded><![CDATA[<p>Great post &#8211; I believe that the holy-grail of storage is coming, and when it does it will be based on a clustered grid of storage devices in order to deliver on some items on your wish list.  While companies like Polyserve and Isilon have delivered some capabilities to the file serving space, LeftHand Networks is the leader on the SAN side of the house (in my opinion).  Get them a look&#8230;http://www.lefthandnetworks.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SiteBar by Rob Lazzurs</title>
		<link>http://blog.lazzurs.net/2007/06/18/sitebar/comment-page-1/#comment-4</link>
		<dc:creator>Rob Lazzurs</dc:creator>
		<pubDate>Sun, 01 Jul 2007 19:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lazzurs.net/2007/06/18/sitebar/#comment-4</guid>
		<description>Ok, I have to admit, I had not noticed that feature before.  I do wish my first test of it had not been on one of my larger folders!

So SiteBar is perfect then :P thanks again for the excellent tool :)</description>
		<content:encoded><![CDATA[<p>Ok, I have to admit, I had not noticed that feature before.  I do wish my first test of it had not been on one of my larger folders!</p>
<p>So SiteBar is perfect then <img src='http://blog.lazzurs.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  thanks again for the excellent tool <img src='http://blog.lazzurs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
