<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Podcast #59</title>
	<atom:link href="http://blog.stackoverflow.com/2009/06/podcast-59/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stackoverflow.com/2009/06/podcast-59/</link>
	<description>a programming community exploit</description>
	<lastBuildDate>Mon, 23 Nov 2009 09:29:13 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Plimb</title>
		<link>http://blog.stackoverflow.com/2009/06/podcast-59/#comment-41285</link>
		<dc:creator>Plimb</dc:creator>
		<pubDate>Fri, 20 Nov 2009 07:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1512#comment-41285</guid>
		<description>Processees?</description>
		<content:encoded><![CDATA[<p>Processees?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Wood</title>
		<link>http://blog.stackoverflow.com/2009/06/podcast-59/#comment-26280</link>
		<dc:creator>Andrew Wood</dc:creator>
		<pubDate>Tue, 30 Jun 2009 14:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1512#comment-26280</guid>
		<description>Storing BLOBS in a database is indeed a no brainer and in ORACLE at least you can specify an alternative storage location for the BLOB so it does not get in the way of the rest of the record.

On a current system we changed from DB storage to file storage because the distributed nature of the client meant that limited bandwidth comms were available between some of the users and the database and we didn&#039;t want relatively large files crossing the links that were used for other traffic so we switched to local file storage.

For this we designed a base path and a file path. The document stores the file path and the app stores the relevant base path. In this way it is easy to move the file storage if required.

In years to come with infinite bandwidth ;) we can store the BLOBs in the database.</description>
		<content:encoded><![CDATA[<p>Storing BLOBS in a database is indeed a no brainer and in ORACLE at least you can specify an alternative storage location for the BLOB so it does not get in the way of the rest of the record.</p>
<p>On a current system we changed from DB storage to file storage because the distributed nature of the client meant that limited bandwidth comms were available between some of the users and the database and we didn&#8217;t want relatively large files crossing the links that were used for other traffic so we switched to local file storage.</p>
<p>For this we designed a base path and a file path. The document stores the file path and the app stores the relevant base path. In this way it is easy to move the file storage if required.</p>
<p>In years to come with infinite bandwidth ;) we can store the BLOBs in the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.stackoverflow.com/2009/06/podcast-59/#comment-26181</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 29 Jun 2009 22:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1512#comment-26181</guid>
		<description>I haven&#039;t listened to the podcast yet, but isn&#039;t disabling the page file very operating system dependant?  What about booting across a network on a computer with no hard drive, just 8GB of ram?  What about 4GB ram, 4GB swap file on a 4GB second drive vs. 8GB ram no swap file?  Anyway, I agree in most circumstances the answer is no, but surely in the right conditions...</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t listened to the podcast yet, but isn&#8217;t disabling the page file very operating system dependant?  What about booting across a network on a computer with no hard drive, just 8GB of ram?  What about 4GB ram, 4GB swap file on a 4GB second drive vs. 8GB ram no swap file?  Anyway, I agree in most circumstances the answer is no, but surely in the right conditions&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://blog.stackoverflow.com/2009/06/podcast-59/#comment-25982</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sun, 28 Jun 2009 04:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1512#comment-25982</guid>
		<description>I always felt that the &quot;1.0 release&quot; of a product should be the first stable release that is feature-complete.  This simply means it meets all of the original goals for a first release.  A 2.0 release would then meet the next benchmark in capabilities, and so on.

This does not mean a pre-1.0 version is unusable, any more than a release like 1.5 might be.  It just isn&#039;t &quot;fully baked&quot; yet.</description>
		<content:encoded><![CDATA[<p>I always felt that the &#8220;1.0 release&#8221; of a product should be the first stable release that is feature-complete.  This simply means it meets all of the original goals for a first release.  A 2.0 release would then meet the next benchmark in capabilities, and so on.</p>
<p>This does not mean a pre-1.0 version is unusable, any more than a release like 1.5 might be.  It just isn&#8217;t &#8220;fully baked&#8221; yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maayan Keshet</title>
		<link>http://blog.stackoverflow.com/2009/06/podcast-59/#comment-25916</link>
		<dc:creator>Maayan Keshet</dc:creator>
		<pubDate>Sat, 27 Jun 2009 12:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1512#comment-25916</guid>
		<description>Thanks for airing my question :)

Usage is a good metric. I guess you can measure usage either by notoriety (i.e. Google results when used as a keyword/wikipedia entry), statistics (number of downloads on the website, number of users/stacks on ohloh.net) or activity (active wiki/forums).

I always used projects like Lucene.Net in my home projects and log4net at work, but when I wanted to use Lucene.Net in a critical project at work I wanted to make sure I didn&#039;t insert some needless instability into the system.

Usage checkup is still a little sketchy I think for not-so-famous projects. Famous = Lucene, not famous = ProjNet, which is a great project, and used extensively AFAIK in the GIS community, but you&#039;ll have hard time finding too much testimony to that on Google/Ohloh.

---

I have to say, CouchDB seems nice. Exploring its website has already given me ideas for some cool applications :)</description>
		<content:encoded><![CDATA[<p>Thanks for airing my question :)</p>
<p>Usage is a good metric. I guess you can measure usage either by notoriety (i.e. Google results when used as a keyword/wikipedia entry), statistics (number of downloads on the website, number of users/stacks on ohloh.net) or activity (active wiki/forums).</p>
<p>I always used projects like Lucene.Net in my home projects and log4net at work, but when I wanted to use Lucene.Net in a critical project at work I wanted to make sure I didn&#8217;t insert some needless instability into the system.</p>
<p>Usage checkup is still a little sketchy I think for not-so-famous projects. Famous = Lucene, not famous = ProjNet, which is a great project, and used extensively AFAIK in the GIS community, but you&#8217;ll have hard time finding too much testimony to that on Google/Ohloh.</p>
<p>&#8212;</p>
<p>I have to say, CouchDB seems nice. Exploring its website has already given me ideas for some cool applications :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jader Dias</title>
		<link>http://blog.stackoverflow.com/2009/06/podcast-59/#comment-25792</link>
		<dc:creator>Jader Dias</dc:creator>
		<pubDate>Fri, 26 Jun 2009 13:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1512#comment-25792</guid>
		<description>I haven&#039;t seen any SuperUser.com Logo with the &quot;#&quot; symbol, which is the obvious choice since # is the superuser symbol for unix.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t seen any SuperUser.com Logo with the &#8220;#&#8221; symbol, which is the obvious choice since # is the superuser symbol for unix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randal L. Schwartz</title>
		<link>http://blog.stackoverflow.com/2009/06/podcast-59/#comment-25758</link>
		<dc:creator>Randal L. Schwartz</dc:creator>
		<pubDate>Fri, 26 Jun 2009 07:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1512#comment-25758</guid>
		<description>I appreciate the link to my FLOSS Weekly interview with  Jan Lehnardt about CouchDB.</description>
		<content:encoded><![CDATA[<p>I appreciate the link to my FLOSS Weekly interview with  Jan Lehnardt about CouchDB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Drissel</title>
		<link>http://blog.stackoverflow.com/2009/06/podcast-59/#comment-25737</link>
		<dc:creator>Bill Drissel</dc:creator>
		<pubDate>Fri, 26 Jun 2009 02:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1512#comment-25737</guid>
		<description>Well, I did go off and listen to Damien ... an inspiring story ... good guys don&#039;t finish last.

Thanks for linking,
  Bill Drissel
  Grand Prairie, TX</description>
		<content:encoded><![CDATA[<p>Well, I did go off and listen to Damien &#8230; an inspiring story &#8230; good guys don&#8217;t finish last.</p>
<p>Thanks for linking,<br />
  Bill Drissel<br />
  Grand Prairie, TX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond</title>
		<link>http://blog.stackoverflow.com/2009/06/podcast-59/#comment-25710</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1512#comment-25710</guid>
		<description>I was disappointed there wasn&#039;t anything about MongoDB... I&#039;ve been playing with it and it&#039;s way more impressive than Couch, imo.  

Couch is fun for my toy projects, but it&#039;s kind of slow and views are annoying.</description>
		<content:encoded><![CDATA[<p>I was disappointed there wasn&#8217;t anything about MongoDB&#8230; I&#8217;ve been playing with it and it&#8217;s way more impressive than Couch, imo.  </p>
<p>Couch is fun for my toy projects, but it&#8217;s kind of slow and views are annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgb</title>
		<link>http://blog.stackoverflow.com/2009/06/podcast-59/#comment-25708</link>
		<dc:creator>mgb</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1512#comment-25708</guid>
		<description>The google embedded UPs for those that haven&#039;t seen it
http://blog.sentilla.com/2009/04/google-unveils-custom-serverup.php

The idea is that instead of rooms full of batteries and then converting 12VDC to 110VAC and having the computer PSU convert back into 12VDC they simply put a cheap 12V backup battery from a fire alarm in parallel with the 12V to the motherboard.</description>
		<content:encoded><![CDATA[<p>The google embedded UPs for those that haven&#8217;t seen it<br />
<a href="http://blog.sentilla.com/2009/04/google-unveils-custom-serverup.php" rel="nofollow">http://blog.sentilla.com/2009/04/google-unveils-custom-serverup.php</a></p>
<p>The idea is that instead of rooms full of batteries and then converting 12VDC to 110VAC and having the computer PSU convert back into 12VDC they simply put a cheap 12V backup battery from a fire alarm in parallel with the 12V to the motherboard.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
