<?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/"
	>

<channel>
	<title>Cory J. Geesaman &#187; Distributed Computing</title>
	<atom:link href="http://cory.geesaman.com/tag/distributed-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://cory.geesaman.com</link>
	<description>Personal Blog</description>
	<lastBuildDate>Sun, 08 Nov 2009 19:57:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>NovaDB</title>
		<link>http://cory.geesaman.com/2009/10/novadb/</link>
		<comments>http://cory.geesaman.com/2009/10/novadb/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 08:45:06 +0000</pubDate>
		<dc:creator>CoryG</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Distributed Computing]]></category>
		<category><![CDATA[Equities]]></category>
		<category><![CDATA[Genetic Algorithms]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Neural Networks]]></category>
		<category><![CDATA[P2P]]></category>
		<category><![CDATA[POSIX]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[AES]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[NovaDB]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Pattern Matching]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[Secure]]></category>
		<category><![CDATA[VFS]]></category>

		<guid isPermaLink="false">http://cory.geesaman.com/?p=172</guid>
		<description><![CDATA[I&#8217;m releasing the Nova Database project that is still underway under the Apache License Version 2.0.  The code is c and c++ wrapped in a KDevelop project.  The project is taking a bit longer than initially planned, and I may be taking on a position that would require significantly less time be put into this so [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m releasing the <a title="Nova Database" href="http://www.novadb.com/">Nova Database</a> project that is still underway under the Apache License Version 2.0.  The code is c and c++ wrapped in a KDevelop project.  The project is taking a bit longer than initially planned, and I may be taking on a position that would require significantly less time be put into this so it seems worthwhile to make open source and see if anything comes of it with slower development otherwise.</p>
<p>The project home can be found on <a title="NovaDB Home" href="http://www.novadb.org/">http://www.novadb.org/</a></p>
<p><a title="NovaDB Home" href="http://www.novadb.org/"></a>-or alternative on Google Code at <a title="Google Code NovaDB Page" href="http://code.google.com/p/novadb/" target="_blank">http://code.google.com/p/novadb/</a></p>
<p>-or SourceForge at <a title="SourceForge NovaDB Page" href="http://www.sourceforge.net/projects/novadb/" target="_blank">http://www.sourceforge.net/projects/novadb/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cory.geesaman.com/2009/10/novadb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unified Clouds and Semantic Search</title>
		<link>http://cory.geesaman.com/2009/02/unified-clouds-and-semantic-search/</link>
		<comments>http://cory.geesaman.com/2009/02/unified-clouds-and-semantic-search/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 08:40:06 +0000</pubDate>
		<dc:creator>CoryG</dc:creator>
				<category><![CDATA[Distributed Computing]]></category>
		<category><![CDATA[Semantic Search]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://cory.geesaman.com/?p=19</guid>
		<description><![CDATA[I read an article on a Google project site at http://code.google.com/p/unifiedcloud/wiki/UCI_Requirements just now and have to say it seems a bit off in it&#8217;s assumed implementation.  Following a cryptographic paradigm (once you think cryptographically you won&#8217;t think any other way) every entity has to be considered a potential threat to your software.  The initial extrapolation [...]]]></description>
			<content:encoded><![CDATA[<p>I read an article on a Google project site at <a title="Unified Cloud Interoperability Requirements" href="http://code.google.com/p/unifiedcloud/wiki/UCI_Requirements">http://code.google.com/p/unifiedcloud/wiki/UCI_Requirements</a> just now and have to say it seems a bit off in it&#8217;s assumed implementation.  Following a cryptographic paradigm (once you think cryptographically you won&#8217;t think any other way) every entity has to be considered a potential threat to your software.  The initial extrapolation for this is simple, you don&#8217;t code to standard (specifically not for something defined as a semantic search mechanism), you assume noone else will and account for it.  Semantic search is especially good at this, being capable of cataloging information without regard to context by simply not holding the meaning within the search mechanism itself, rather pivoting on possible matches in a depth based mechanism.  The semantic search I have worked with is a bit in the past, having been an early project of Novorum and dying with the restructuring of the company, however I am presently working on distributed functionality for the Nova Database and the most striking component of the aformentioned article is that conforming to any such standard on an implementation level is not only wasteful operationally, but limiting in potential future expansions.  A much more realistic and limitless implementaion (since the article mentions semantic search) would be to extrapolate combinations of data based on correlary combinations of data between the two datasets.  A training time would of course be required when building interfaces between any two systems, but you wouldn&#8217;t waste time on and stiffle future development by conforming to a standard, because if standards can teach us anything its that they are never complete for 100% of implementations.  Creating a semantic data import/export daemon with a generic interface API that handles all the cross referencing itself seems much more worthwhile, and much closer to the UNIX philosophy (though of course not always the route to go, it&#8217;s great when you don&#8217;t need a GUI).</p>
]]></content:encoded>
			<wfw:commentRss>http://cory.geesaman.com/2009/02/unified-clouds-and-semantic-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
