<?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>TuxPirate's Linux Tutorials &#187; results</title>
	<atom:link href="http://tuxpirate.com/howto/results/feed" rel="self" type="application/rss+xml" />
	<link>http://tuxpirate.com</link>
	<description>GNU/Linux, Python Programming And Shell Scripting Video Tutorials</description>
	<lastBuildDate>Tue, 25 Jan 2011 21:15:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>An Overview Of The Mysql Engine And Its Latest Features</title>
		<link>http://tuxpirate.com/an-overview-of-the-mysql-engine-and-its-latest-features.html</link>
		<comments>http://tuxpirate.com/an-overview-of-the-mysql-engine-and-its-latest-features.html#comments</comments>
		<pubDate>Thu, 28 Feb 2008 18:52:42 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/an-overview-of-the-mysql-engine-and-its-latest-features.sh</guid>
		<description><![CDATA[An Overview of the MySQL Engine and its Latest FeaturesGoogle engEDU54 min &#8211; Apr 26, 2006 Google TechTalks April 26, 2006 Timour Katchaounov ABSTRACT The first part of this talk describes the main principles behind MySQL&#8217;s query optimizer and execution engine, how the optimizer transforms queries into executable query plans, what these plans look like, [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=b2f4c373712524c7&#038;offsetms=565000&#038;itag=w320&#038;lang=en&#038;sigh=cUcXCzbKO-d2NhU99C-aqjsw8pw" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">An Overview of the <a href="http://tuxpirate.com/howto/mysql" class="st_tag internal_tag" rel="tag" title="Posts tagged with mysql">MySQL</a> Engine and its Latest Features</font><br /><font color="green">Google engEDU<br />54 min &#8211; Apr 26, 2006</font></p>
<p>Google TechTalks<br />
April 26, 2006</p>
<p>Timour Katchaounov</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
The first part of this talk describes the main principles behind <a href="http://tuxpirate.com/howto/mysql" class="st_tag internal_tag" rel="tag" title="Posts tagged with mysql">MySQL</a>&#8217;s query optimizer and execution engine, how the optimizer transforms queries into executable query plans, what these plans look like, and how they are executed.</p>
<p>The second part of the talk describes the major improvements in the query engine of <a href="http://tuxpirate.com/howto/mysql" class="st_tag internal_tag" rel="tag" title="Posts tagged with mysql">MySQL</a> 5.0, and how these improvements can benefit the users of <a href="http://tuxpirate.com/howto/mysql" class="st_tag internal_tag" rel="tag" title="Posts tagged with mysql">MySQL</a> 5.0. The &quot;greedy&quot; optimizer reduces compilation time for big queries with orders of magnitude. The &quot;index merge&quot; access method provides a way to use more than one index for the same query. For faster plan execution and to allow better join orders, the 5.0 optimizer transforms most outer joins into inner joins.</p>
<p>The outer joins that cannot be transformed into inner ones are executed in a pipeline manner, so that no intermediate <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> need to be materialized. Finally, some GROUP BY and DISTINCT queries can be executed much faster thanks to &quot;loose index scan&quot; technique that reads only a fraction of an index.</p>
<p>The talk concludes with the near-future plans for new features coming in the next versions of <a href="http://tuxpirate.com/howto/mysql" class="st_tag internal_tag" rel="tag" title="Posts tagged with mysql">MySQL</a>.<span id="more-277"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/an-overview-of-the-mysql-engine-and-its-latest-features.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/AnOverviewoftheMySQL.mp4?docid=-6510132373772175248&#038;itag=7">&#8220;An Overview Of The Mysql Engine And Its Latest Features&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/an-overview-of-the-mysql-engine-and-its-latest-features.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/an-overview-of-the-mysql-engine-and-its-latest-features.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/mysql" title="mysql" rel="tag">mysql</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/sql" title="sql" rel="tag">sql</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/an-overview-of-the-mysql-engine-and-its-latest-features.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Advertising And The Generalized Second Price Auction</title>
		<link>http://tuxpirate.com/internet-advertising-and-the-generalized-second-price-auction.html</link>
		<comments>http://tuxpirate.com/internet-advertising-and-the-generalized-second-price-auction.html#comments</comments>
		<pubDate>Wed, 27 Feb 2008 15:29:36 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[nis]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/internet-advertising-and-the-generalized-second-price-auction.sh</guid>
		<description><![CDATA[Internet Advertising and the Generalized Second Price AuctionGoogle engEDU1 hr 3 min &#8211; Feb 9, 2006 Google TechTalks February 9, 2006 Michael Schwarz Michael Schwarz served as an Assistant Professor at Harvard Economics Department after earning a Ph.D. from Stanford Graduate School of Business. He is a member of the National Bureau of Economics Research. [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=24bc17d43f372c0c&#038;offsetms=595000&#038;itag=w320&#038;lang=en&#038;sigh=8ruJ4TofICYVwZrQLy_AvOK7UCI" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Internet Advertising and the Generalized Second Price Auction</font><br /><font color="green">Google engEDU<br />1 hr 3 min &#8211; Feb 9, 2006</font></p>
<p>Google TechTalks<br />
February 9, 2006</p>
<p>Michael Schwarz</p>
<p>Michael Schwarz served as an Assistant Professor at Harvard Economics Department after earning a Ph.D. from Stanford Graduate School of Business. He is a member of the National Bureau of Economics Research. Dr. Schwarz specializes in economic theory and industrial organization and applications of theory to business decision making and public policy.</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
We investigate the &quot;generalized second price&quot; auction (GSP), a new mechanism which is used by <a href="http://tuxpirate.com/howto/search" class="st_tag internal_tag" rel="tag" title="Posts tagged with search">search</a> engines to sell online advertising that most Internet users encounter daily. GSP is tailored to its unique environment, and neither the mechanism nor the environment have previously been studied in the mechanism design literature. Although GSP looks similar to the Vickrey-Clarke-Groves (VCG) mechanism, its properties are very different. In particular, unlike the VCG mechanism, GSP generally does not have an equilibrium in dominant strategies, and truth-telling is not an equilibrium of GSP. To analyze the properties of GSP in a dynamic environment, we describe the generalized English auction that corresponds to the GSP and show that it has a unique equilibrium. This is an ex post equilibrium that <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> in the same payoffs to all players as the dominant strategy equilibrium of VCG.<span id="more-371"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/internet-advertising-and-the-generalized-second-price-auction.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/InternetAdvertisinga.mp4?docid=126302100433476950&#038;itag=7">&#8220;Internet Advertising And The Generalized Second Price Auction&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/internet-advertising-and-the-generalized-second-price-auction.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/internet-advertising-and-the-generalized-second-price-auction.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/nis" title="nis" rel="tag">nis</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/internet-advertising-and-the-generalized-second-price-auction.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should Google Go Nuclear Clean Cheap Nuclear Power No Really</title>
		<link>http://tuxpirate.com/should-google-go-nuclear-clean-cheap-nuclear-power-no-really.html</link>
		<comments>http://tuxpirate.com/should-google-go-nuclear-clean-cheap-nuclear-power-no-really.html#comments</comments>
		<pubDate>Tue, 26 Feb 2008 14:28:28 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/should-google-go-nuclear-clean-cheap-nuclear-power-no-really.sh</guid>
		<description><![CDATA[Should Google Go Nuclear? Clean, cheap, nuclear power (no, really)Google engEDU1 hr 33 min &#8211; Nov 9, 2006 Google Tech Talks November 9, 2006 ABSTRACT This is not your father&#8217;s fusion reactor! Forget everything you know about conventional thinking on nuclear fusion: high-temperature plasmas, steam turbines, neutron radiation and even nuclear waste are a thing [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=84d7e72fbe9de656&#038;offsetms=925000&#038;itag=w320&#038;lang=en&#038;sigh=WF3HzdCNmXutYjBGE0UE4_xpxRw" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Should Google Go Nuclear? Clean, cheap, nuclear power (no, really)</font><br /><font color="green">Google engEDU<br />1 hr 33 min &#8211; Nov 9, 2006</font></p>
<p>Google Tech Talks<br />
November 9, 2006</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
This is not your father&#8217;s fusion reactor! Forget everything you know about conventional thinking on nuclear fusion: high-temperature plasmas, steam turbines, neutron radiation and even nuclear waste are a thing of the past. Goodbye thermonuclear fusion; hello inertial electrostatic confinement fusion (IEC), an old idea that&#8217;s been made new. While the international community debates the fate of the politically-turmoiled $12 billion ITER (an experimental thermonuclear reactor), simple IEC reactors are being built as high-school science fair projects.</p>
<p>Dr. Robert Bussard, former Asst. Director of the Atomic Energy Commission and founder of Energy Matter Conversion Corporation (EMC2), has spent 17 years perfecting IEC, a fusion process that converts hydrogen and boron directly into electricity producing helium as the only waste product. Most of this work was funded by the Department of Defense, the details of which have been under seal&#8230; until now. </p>
<p>Dr. Bussard will discuss his recent <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> and details of this potentially world-altering technology, whose conception dates back as far as 1924, and even includes a reactor design by Philo T. Farnsworth (inventor of the scanning television).</p>
<p>Can a 100 MW fusion reactor be built for less than Google&#8217;s annual electricity bill? Come see what&#8217;s possible when you think outside the thermonuclear box and ignore the herd.<span id="more-520"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/should-google-go-nuclear-clean-cheap-nuclear-power-no-really.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/ShouldGoogleGoNuclea.mp4?docid=1996321846673788606&#038;itag=7">&#8220;Should Google Go Nuclear Clean Cheap Nuclear Power No Really&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/should-google-go-nuclear-clean-cheap-nuclear-power-no-really.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/should-google-go-nuclear-clean-cheap-nuclear-power-no-really.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/should-google-go-nuclear-clean-cheap-nuclear-power-no-really.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiview Geometry For Texture Mapping 2d Images Onto 3d Range Data</title>
		<link>http://tuxpirate.com/multiview-geometry-for-texture-mapping-2d-images-onto-3d-range-data.html</link>
		<comments>http://tuxpirate.com/multiview-geometry-for-texture-mapping-2d-images-onto-3d-range-data.html#comments</comments>
		<pubDate>Wed, 20 Feb 2008 19:41:32 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[nis]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/multiview-geometry-for-texture-mapping-2d-images-onto-3d-range-data.sh</guid>
		<description><![CDATA[Multiview Geometry for Texture Mapping 2D Images onto 3D Range DataGoogle engEDU46 min &#8211; Jun 29, 2006 Google TechTalks June 29, 2006 George Wolberg http://www-cs.engr.ccny.cuny.edu/~wolberg/ ABSTRACT The photorealistic modeling of large-scale scenes, such as urban structures, requires a fusion of range sensing technology and traditional digital photography. In this talk, we describe a system that [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=f038a6193eea42c4&#038;offsetms=385000&#038;itag=w320&#038;lang=en&#038;sigh=iNblAHhxeymej0eKIWaFXYDGpRA" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Multiview Geometry for Texture Mapping 2D Images onto 3D Range Data</font><br /><font color="green">Google engEDU<br />46 min &#8211; Jun 29, 2006</font></p>
<p>Google TechTalks<br />
June 29, 2006</p>
<p>George Wolberg</p>
<p><a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://www-cs.engr.ccny.cuny.edu/~wolberg/</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
The photorealistic modeling of large-scale scenes, such as urban structures, requires a fusion of range sensing technology and traditional digital photography. In this talk, we describe a system that integrates multiview geometry and automated 3D registration techniques for texture mapping 2D images onto 3D range data. The 3D range scans and the 2D photographs are respectively used to generate a pair of 3D models of the scene. The first model consists of a dense 3D point cloud, produced by using a 3D-to-3D registration method that matches 3D lines in the range images. The second model consists of a sparse 3D point cloud, produced by applying a multiview geometry (structure-from-motion) algorithm directly on a sequence of 2D photographs.</p>
<p>This alignment is necessary to enable the photographs to be optimally texture mapped onto the dense model. The contribution of this work is that it merges the benefits of multiview geometry with automated registration of 3D range scans to produce photo-realistic models with minimal human interaction. We present <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> from experiments in large-scale urban scenes.</p>
<p>Joint with with Prof. Ioannis Stamos, Lingyun Liu, Gene Yu, and Siavash Zokai.<span id="more-500"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/multiview-geometry-for-texture-mapping-2d-images-onto-3d-range-data.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/MultiviewGeometryfor.mp4?docid=1005515064833507247&#038;itag=7">&#8220;Multiview Geometry For Texture Mapping 2d Images Onto 3d Range Data&#8221;</a> (video/mp4)</li>
</ul>
<p>
<ul>
<li>[1] <a href="http://www-cs.engr.ccny.cuny.edu/~wolberg/" rel="nofollow"><b>Multiview Geometry For Texture Mapping 2d Images Onto 3d Range Data</b></a></li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/multiview-geometry-for-texture-mapping-2d-images-onto-3d-range-data.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/multiview-geometry-for-texture-mapping-2d-images-onto-3d-range-data.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/nis" title="nis" rel="tag">nis</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/multiview-geometry-for-texture-mapping-2d-images-onto-3d-range-data.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dsd: A Hybrid Analysis Tool For Bug Finding</title>
		<link>http://tuxpirate.com/dsd-a-hybrid-analysis-tool-for-bug-finding.html</link>
		<comments>http://tuxpirate.com/dsd-a-hybrid-analysis-tool-for-bug-finding.html#comments</comments>
		<pubDate>Tue, 19 Feb 2008 22:31:59 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/dsd-a-hybrid-analysis-tool-for-bug-finding.sh</guid>
		<description><![CDATA[DSD: A Hybrid Analysis Tool for Bug FindingGoogle engEDU42 min &#8211; Jul 13, 2006 Google TechTalks July 13, 2006 Christoph Csallner ABSTRACT DSD-Crasher is a bug finding tool that follows a three-step approach to program analysis: D. Capture the program&#8217;s intended execution behavior with dynamic invariant detection. The derived invariants exclude many unwanted values from [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=133c39315c129aee&#038;offsetms=240000&#038;itag=w320&#038;lang=en&#038;sigh=BB2B-j2jkoyZTJl5TH1YFDdNzJA" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">DSD: A Hybrid Analysis Tool for Bug Finding</font><br /><font color="green">Google engEDU<br />42 min &#8211; Jul 13, 2006</font></p>
<p>Google TechTalks<br />
July 13, 2006</p>
<p>Christoph Csallner</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
DSD-Crasher is a bug finding tool that follows a three-step approach to program analysis: D. Capture the program&#8217;s intended execution behavior with dynamic invariant detection. The derived invariants exclude many unwanted values from the program&#8217;s input domain. S. Statically analyze the program within the restricted input domain to explore many paths. D. Automatically generate test cases that focus on verifying the <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> of the static analysis. Thereby confirmed <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> are never false positives, as opposed to the high false positive rate inherent in conservative static analysis.</p>
<p>This three-step approach yields benefits compared to past two-step combinations in the literature. In our evaluation with third-party applications, we demonstrate higher precision over tools that lack a dynamic step and higher efficiency over tools that lack a static step.<span id="more-340"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/dsd-a-hybrid-analysis-tool-for-bug-finding.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/DSDAHybridAnalysisTo.mp4?docid=-4545206252362786711&#038;itag=7">&#8220;Dsd: A Hybrid Analysis Tool For Bug Finding&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/dsd-a-hybrid-analysis-tool-for-bug-finding.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/dsd-a-hybrid-analysis-tool-for-bug-finding.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/dsd-a-hybrid-analysis-tool-for-bug-finding.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seattle Conference On Scalability: Building A Scalable Resource Management</title>
		<link>http://tuxpirate.com/seattle-conference-on-scalability-building-a-scalable-resource-management.html</link>
		<comments>http://tuxpirate.com/seattle-conference-on-scalability-building-a-scalable-resource-management.html#comments</comments>
		<pubDate>Mon, 18 Feb 2008 21:21:34 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/seattle-conference-on-scalability-building-a-scalable-resource-management.sh</guid>
		<description><![CDATA[Seattle Conference on Scalability: Building a Scalable Resource ManagementGoogle engEDU56 min &#8211; Jun 23, 2007 Google Tech Talks June 23, 2007 ABSTRACT 2007 Google Seattle Conference on Scalability: Building a Scalable Resource Mgmt System for Grid Computing Speaker: Khalid Ahmed, Platform Computing Corp. This talk will describe the architecture and implementation details for building a [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=3386b2119380dadf&#038;offsetms=360000&#038;itag=w320&#038;lang=en&#038;sigh=QNxntReNp7vuEi7gcjSWwjVKbPk" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Seattle Conference on Scalability: Building a Scalable Resource Management</font><br /><font color="green">Google engEDU<br />56 min &#8211; Jun 23, 2007</font></p>
<p>Google Tech Talks<br />
June 23, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>2007 Google Seattle Conference on Scalability: Building a Scalable Resource Mgmt System for Grid Computing<br />
Speaker: Khalid Ahmed, Platform Computing Corp.</p>
<p>This talk will describe the architecture and implementation details<br />
for building a highly scalable resource management layer that can<br />
support a variety of applications and workloads. This technology<br />
has evolved from large scale computing grids deployed in<br />
production at customers such as Texas Instruments, AMD, JP<br />
Morgan, and various government labs. We will show how to build a<br />
centralized dynamic load information collection service that can<br />
handle up to 5000 nodes/20,000 cpus in a single cluster. The<br />
service is able to gather a variety of system level metrics and is<br />
extensible to collect up to 256 dynamic or static attributes of a node<br />
and actively feed them to a centralized master. A built-in election<br />
algorithm ensures timely failover of the master service ensuring<br />
high-availability without the need for specialized interconnects.<br />
This building block is extended to multiple clusters that can be<br />
organized hierarchically to support a single resource management<br />
domain that can span multiple data centers. We believe the current<br />
architecture could scale to 100,000 nodes/400,000 cpus. Additional<br />
services such as a distributed process execution service, and a<br />
policy-based resource allocation engine which leverage this core<br />
scale-out clustering service are described. The protocols,<br />
communication overheads, and various design tradeoffs that were<br />
made the <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a> of these services will be presented along<br />
with experimental <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> from various tests, simulations and<br />
production environments.<br />
Khalid Ahmed works as the Chief Architect and Director of<br />
Technology Research at Platform Computing. In over 12 years at<br />
Platform he worked in a number of roles including <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a>,<br />
product management and architecture. His work on distributed<br />
scheduling, wide-area resource sharing, workload management,<br />
system automation, virtualization management, and high availability<span id="more-489"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/seattle-conference-on-scalability-building-a-scalable-resource-management.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/SeattleConferenceonS.mp4?docid=-3937025764791991714&#038;itag=7">&#8220;Seattle Conference On Scalability: Building A Scalable Resource Management&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/seattle-conference-on-scalability-building-a-scalable-resource-management.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/seattle-conference-on-scalability-building-a-scalable-resource-management.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/development" title="development" rel="tag">development</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/seattle-conference-on-scalability-building-a-scalable-resource-management.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motion Estimation From Image And Inertial Measurements</title>
		<link>http://tuxpirate.com/motion-estimation-from-image-and-inertial-measurements.html</link>
		<comments>http://tuxpirate.com/motion-estimation-from-image-and-inertial-measurements.html#comments</comments>
		<pubDate>Sun, 17 Feb 2008 17:06:48 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[nis]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/motion-estimation-from-image-and-inertial-measurements.sh</guid>
		<description><![CDATA[Motion Estimation from Image and Inertial MeasurementsGoogle engEDU56 min &#8211; Feb 24, 2006 Google TechTalks February 24, 2006 Dennis Strelow Robust motion from monocular image measurements would be an enabling technology for Mars rover, micro air vehicle, and search and rescue robot navigation; and for modeling complex environments from video. While algorithms exist for estimating [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=7a3389f67180573a&#038;offsetms=235000&#038;itag=w320&#038;lang=en&#038;sigh=MBQMjhlKz0vIMG-FaAuJiFeJ9yM" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Motion Estimation from Image and Inertial Measurements</font><br /><font color="green">Google engEDU<br />56 min &#8211; Feb 24, 2006</font></p>
<p>Google TechTalks<br />
February 24, 2006</p>
<p>Dennis Strelow</p>
<p>Robust motion from monocular image measurements would be an enabling technology for Mars rover, micro air vehicle, and <a href="http://tuxpirate.com/howto/search" class="st_tag internal_tag" rel="tag" title="Posts tagged with search">search</a> and rescue robot navigation; and for modeling complex environments from video.<br />
While algorithms exist for estimating six degree of freedom motion from monocular image measurements, motion from image measurements suffers from inherent problems. These include sensitivity to incorrect or insufficient image feature tracking; sensitivity to camera modeling and calibration errors; and long-term drift in scenarios with missing observations, i.e., where image features enter and leave the field of view.<br />
The integration of image and inertial measurements is an attractive solution to some of these problems. Among other advantages, adding inertial measurements to image-based motion estimation can reduce the sensitivity to incorrect image feature tracking and camera modeling errors. On the other hand, image measurements can be exploited to reduce the drift that <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> from integrating noisy inertial measurements; and allow the additional unknowns needed to interpret inertial measurements, such as the gravity direction and magnitude, to be estimated.<span id="more-441"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/motion-estimation-from-image-and-inertial-measurements.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/MotionEstimationfrom.mp4?docid=-4846528655055914754&#038;itag=7">&#8220;Motion Estimation From Image And Inertial Measurements&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/motion-estimation-from-image-and-inertial-measurements.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/motion-estimation-from-image-and-inertial-measurements.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/nis" title="nis" rel="tag">nis</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/motion-estimation-from-image-and-inertial-measurements.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photosketch: A Photo-centric 3d Modeling Tool</title>
		<link>http://tuxpirate.com/photosketch-a-photo-centric-3d-modeling-tool.html</link>
		<comments>http://tuxpirate.com/photosketch-a-photo-centric-3d-modeling-tool.html#comments</comments>
		<pubDate>Sun, 17 Feb 2008 06:57:36 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/photosketch-a-photo-centric-3d-modeling-tool.sh</guid>
		<description><![CDATA[PhotoSketch: A Photo-Centric 3D Modeling ToolGoogle engEDU56 min &#8211; Jun 26, 2007 Google Tech Talks June 26, 2007 ABSTRACT Geospatial navigation tools such as Google Earth and Microsoft Virtual Earth are exceedingly popular applications for exploring massive datasets. Their explosive growth provides impetus for photorealistic 3D modeling of urban scenes. Although laser range scanners are [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=1646218b4a5a4a7&#038;offsetms=65000&#038;itag=w320&#038;lang=en&#038;sigh=m0NvzXBjH_9ehA-GEH89UtLAE_o" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">PhotoSketch: A Photo-Centric 3D Modeling Tool</font><br /><font color="green">Google engEDU<br />56 min &#8211; Jun 26, 2007</font></p>
<p>Google Tech Talks<br />
June 26, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>Geospatial navigation tools such as Google Earth and Microsoft Virtual Earth are exceedingly popular applications for exploring massive datasets. Their explosive growth provides impetus for photorealistic 3D modeling of urban scenes. Although laser range scanners are traditional sources for detailed 3D models of existing structures, the heavyweight models they generate are not appropriate for the streaming data that these navigation applications leverage. Instead, lightweight models as produced by photogrammetry tools are better suited for this domain. Unfortunately, photogrammetry tends to be a very labor-intensive operation, requiring manual camera calibration and tedious modeling processes. This talk presents the virtues of combining <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> vision techniques and photogrammetry to simplify the 3D modeling workflow. The contribution of this work is that it merges the benefits of automatic feature extraction, multiview geometry, an intuitive sketching interface, and dynamic texture mapping to produce lightweight photorealistic 3D models of buildings. We present <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> from experiments in large-scale urban scenes.</p>
<p>Speaker: George Wolberg<span id="more-461"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/photosketch-a-photo-centric-3d-modeling-tool.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/PhotoSketchAPhotoCen.mp4?docid=-4452669873579375047&#038;itag=7">&#8220;Photosketch: A Photo-centric 3d Modeling Tool&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/photosketch-a-photo-centric-3d-modeling-tool.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/photosketch-a-photo-centric-3d-modeling-tool.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/computer" title="computer" rel="tag">computer</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/photosketch-a-photo-centric-3d-modeling-tool.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Navigating The World&#8217;s Photographs</title>
		<link>http://tuxpirate.com/navigating-the-worlds-photographs.html</link>
		<comments>http://tuxpirate.com/navigating-the-worlds-photographs.html#comments</comments>
		<pubDate>Sat, 16 Feb 2008 22:12:47 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[rmi]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/navigating-the-worlds-photographs.sh</guid>
		<description><![CDATA[Navigating the World&#8217;s PhotographsGoogle engEDU1 hr 1 min &#8211; Jun 13, 2007 Google Tech Talks June 13, 2007 ABSTRACT There&#8217;s a big difference between looking at a photograph of a place and being there. But what if you had access to every photo ever captured of that place and could conjure up any view at [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=4a43ff6f816bdb04&#038;offsetms=395000&#038;itag=w320&#038;lang=en&#038;sigh=ZjY4r6-wuOAve_v_zxocU_jeir0" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Navigating the World&#8217;s Photographs</font><br /><font color="green">Google engEDU<br />1 hr 1 min &#8211; Jun 13, 2007</font></p>
<p>Google Tech Talks<br />
June 13, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>There&#8217;s a big difference between looking at a photograph of a place and being there. But what if you had access to every photo ever captured of that place and could conjure up any view at will? With billions of photographs currently available online, the Internet is beginning to resemble such a database, capturing most of the world&#8217;s significant sites from a huge number of vantage points and viewing conditions. For example, a Google image <a href="http://tuxpirate.com/howto/search" class="st_tag internal_tag" rel="tag" title="Posts tagged with search">search</a> for &quot;notre dame&quot; or &quot;grand canyon&quot; each returns more than half a million photos, showing the sites from myriad viewpoints, different times of day and night, and changes in season, weather and decade.</p>
<p>This talk explores ways of transforming this massive, unorganized photo collection into visualizations of the world&#8217;s sites, cities, and landscapes. After a brief recap of our work on Photo Tourism and Photosynth, I will focus on current efforts and newest <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a>, in the domains of 3D scene reconstruction and new visual interfaces for navigating photo collections.<span id="more-432"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/navigating-the-worlds-photographs.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/NavigatingtheWorldsP.mp4?docid=-5778605234686979545&#038;itag=7">&#8220;Navigating The World&#8217;s Photographs&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/navigating-the-worlds-photographs.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/navigating-the-worlds-photographs.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/rmi" title="rmi" rel="tag">rmi</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/navigating-the-worlds-photographs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Theoretical Limits Of Statistical High Dimensional Nearest Neighbor Algor</title>
		<link>http://tuxpirate.com/the-theoretical-limits-of-statistical-high-dimensional-nearest-neighbor-algor.html</link>
		<comments>http://tuxpirate.com/the-theoretical-limits-of-statistical-high-dimensional-nearest-neighbor-algor.html#comments</comments>
		<pubDate>Fri, 15 Feb 2008 07:30:55 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/the-theoretical-limits-of-statistical-high-dimensional-nearest-neighbor-algor.sh</guid>
		<description><![CDATA[The Theoretical Limits of Statistical High Dimensional Nearest Neighbor Algor&#8230;55 min &#8211; Sep 6, 2007 Google Tech Talks September 6, 2007 ABSTRACT Suppose we have $n$ Bernoulli(1/2) long sequences of bits. Let $n-2m$ sequences be completely independent, while the remaining $2m$ sequences are composed of $m$ independent pairs. The interdependence within each pair is that [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=e09c637cdff83b28&#038;offsetms=580000&#038;itag=w320&#038;lang=en&#038;sigh=6fvgXlDWM4LJfFQaxxDnLqQx3ak" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">The Theoretical Limits of Statistical High Dimensional Nearest Neighbor Algor&#8230;</font><br /><font color="green"><br />55 min &#8211; Sep 6, 2007</font></p>
<p>Google Tech Talks<br />
September 6, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>Suppose we have $n$ Bernoulli(1/2) long sequences of bits. Let $n-2m$ sequences be completely independent, while the remaining $2m$ sequences are composed of $m$ independent pairs. The interdependence within each pair is that their bits agree with probability $1/20$. The exponent $1/p$ is optimal in a large natural class of algorithms which we name Bucketing Codes. Moreover if one sequence out of each pair belongs to a known set of $n^{(2p-1)^{2}-epsilon}$ sequences, than pairing can be done using order $n$ comparisons!</p>
<p>These <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> are extended to a general discrete independent data model. The performance of Bucketing Codes is bounded by a newly defined Bucketing Information. That bound can be asymptotically attained by randomly constructed bucketing codes. Our Information Theory inspired approach is contrasted with the worst case analysis dominating the literature.</p>
<p>Speaker: Moshe Dubiner<span id="more-366"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/the-theoretical-limits-of-statistical-high-dimensional-nearest-neighbor-algor.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/TheTheoreticalLimits.mp4?docid=8154144142390189413&#038;itag=7">&#8220;The Theoretical Limits Of Statistical High Dimensional Nearest Neighbor Algor&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/the-theoretical-limits-of-statistical-high-dimensional-nearest-neighbor-algor.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/the-theoretical-limits-of-statistical-high-dimensional-nearest-neighbor-algor.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/the-theoretical-limits-of-statistical-high-dimensional-nearest-neighbor-algor.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General Purpose Low Power Supercomputing Using Reconfiguration</title>
		<link>http://tuxpirate.com/general-purpose-low-power-supercomputing-using-reconfiguration.html</link>
		<comments>http://tuxpirate.com/general-purpose-low-power-supercomputing-using-reconfiguration.html#comments</comments>
		<pubDate>Thu, 14 Feb 2008 23:08:01 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/general-purpose-low-power-supercomputing-using-reconfiguration.sh</guid>
		<description><![CDATA[General Purpose, Low Power Supercomputing Using ReconfigurationGoogle engEDU56 min &#8211; Feb 28, 2006 Google TechTalks February 28, 2006 Prof. Bob Brodersen ABSTRACT: The ability of FPGA technology to exploit the advances in IC fabrication technology has resulted in the present situation in which a FPGA computing fabric is the most power and area efficient approach [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=8029949455977239&#038;offsetms=305000&#038;itag=w320&#038;lang=en&#038;sigh=Z4hCHQuXfPvXkwgvMCDcmdmktAA" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">General Purpose, Low Power Supercomputing Using Reconfiguration</font><br /><font color="green">Google engEDU<br />56 min &#8211; Feb 28, 2006</font></p>
<p>Google TechTalks<br />
February 28, 2006</p>
<p>Prof. Bob Brodersen</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a>:<br />
The ability of FPGA technology to exploit the advances in IC fabrication technology has resulted in the present situation in which a FPGA computing fabric is the most power and area efficient approach for general purpose parallel computing. This has occurred because the Von-Neumann processor architectures are now power limited and can no longer fully exploit the technology advances (thus the move to multi-cores). Hardware composed of arrays of FPGA&#8217;s and memory has been design that achieves a TeraOp/second of performance per board with over an order of magnitude higher efficiency for the computation per unit power over conventional microprocessors. To achieve these <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a>, however, requires a high level of parallelism in the application program, which is typically not exposed in sequential <a href="http://tuxpirate.com/howto/programming" class="st_tag internal_tag" rel="tag" title="Posts tagged with programming">programming</a> languages. Even worse for application programmers, has been the low level of abstraction of FPGA hardware, which requires the user to be a hardware expert. It is believed that for any application that can be parallelized and streamed will presently achieve orders of magnitude speed-up for the same power and cost and even more importantly will have a power efficiency which will improve exponentially in each subsequent IC technology node.<span id="more-326"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/general-purpose-low-power-supercomputing-using-reconfiguration.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/GeneralPurposeLowPow.mp4?docid=-4969729965240981475&#038;itag=7">&#8220;General Purpose Low Power Supercomputing Using Reconfiguration&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/general-purpose-low-power-supercomputing-using-reconfiguration.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/general-purpose-low-power-supercomputing-using-reconfiguration.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/hardware" title="hardware" rel="tag">hardware</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/programming" title="programming" rel="tag">programming</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/general-purpose-low-power-supercomputing-using-reconfiguration.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decision Making And Chance</title>
		<link>http://tuxpirate.com/decision-making-and-chance.html</link>
		<comments>http://tuxpirate.com/decision-making-and-chance.html#comments</comments>
		<pubDate>Thu, 14 Feb 2008 20:03:25 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ssi]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/decision-making-and-chance.sh</guid>
		<description><![CDATA[Decision Making and ChanceGoogle engEDU59 min &#8211; Sep 17, 2006 Google Tech Talks September 17, 2006 Dr. Mike Orkin is a Managing Scientist at Exponent, a publicly traded scientific consulting company headquartered in Menlo Park. Mike has numerous research publications in game theory and probability theory and has written data mining and simulation software. He [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=db2a501b362a7ff4&#038;offsetms=40000&#038;itag=w320&#038;lang=en&#038;sigh=mdkorlpI6gZvlyORyU5cG2uB-yc" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Decision Making and Chance</font><br /><font color="green">Google engEDU<br />59 min &#8211; Sep 17, 2006</font></p>
<p>Google Tech Talks<br />
September 17, 2006</p>
<p>Dr. Mike Orkin is a Managing Scientist at Exponent, a publicly traded scientific consulting company headquartered in Menlo Park. Mike has numerous research publications in game theory and probability theory and has written data mining and simulation <a href="http://tuxpirate.com/howto/software" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">software</a>. He is a nationally known authority on odds and gambling games and has appeared on numerous TV and radio shows to discuss gambling and odds, including CNN, NBC&#8217;s Dateline and ABC&#8217;s World News Tonight.</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
Certain gambling games, such as roulette and craps, are games of pure chance: In repeated play, luck disappears, and the persistent gambler will go broke. Other gambling activities, such as betting on sports or the stock market, may involve an element of skill. One way to measure this is to compare the <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> of a gambling strategy with chance: A skillful strategy should produce long-run <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> that are better than would be achieved by someone who is just guessing. One can also compare a gamblerâ€™s losses with chance to see if the gambler is doing worse than chance would allow. I will discuss two recent projects that illustrate these concepts:</p>
<p>â€¢ Automated data mining <a href="http://tuxpirate.com/howto/software" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">software</a> discovers that the Baltimore Ravens are 17-3 versus the point spread when they lost their previous game and their opponents played their previous game on the road. Do situations like this give clever gamblers an edge or are such strong win-loss records merely random flukes?</p>
<p>â€¢ A gambler loses $30 million betting at an online casino. Is it possible to lose this much just by chance or is the gambler being cheated? Or maybe the gambler is part of a money laundering scheme.<span id="more-518"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/decision-making-and-chance.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/DecisionMakingandCha.mp4?docid=-563808319704458028&#038;itag=7">&#8220;Decision Making And Chance&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/decision-making-and-chance.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/decision-making-and-chance.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/software" title="software" rel="tag">software</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/decision-making-and-chance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Incremental Bayesian Networks For Natural Language Parsing</title>
		<link>http://tuxpirate.com/incremental-bayesian-networks-for-natural-language-parsing.html</link>
		<comments>http://tuxpirate.com/incremental-bayesian-networks-for-natural-language-parsing.html#comments</comments>
		<pubDate>Thu, 14 Feb 2008 03:15:18 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/incremental-bayesian-networks-for-natural-language-parsing.sh</guid>
		<description><![CDATA[Incremental Bayesian Networks for Natural Language ParsingGoogle engEDU1 hr 1 min &#8211; Aug 13, 2007 Google Tech Talks August 13, 2007 ABSTRACT Natural language parsing is a particularly challenging structure prediction problem, due to the large space of output structures and the complex nature of the statistical dependencies between features of the output structures. Typically [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=87b44c088a9945ce&#038;offsetms=320000&#038;itag=w320&#038;lang=en&#038;sigh=LtYFT5oM0Brj02mPhd5209jLPeY" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Incremental Bayesian Networks for Natural Language Parsing</font><br /><font color="green">Google engEDU<br />1 hr 1 min &#8211; Aug 13, 2007</font></p>
<p>Google Tech Talks<br />
August 13, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>Natural language parsing is a particularly challenging structure prediction problem, due to the large space of output structures and the complex nature of the statistical dependencies between features of the output structures. Typically these statistical dependencies are specified by hand, but recently there has been interest in using latent variables to induce them automatically. In this talk I will present a framework for structure prediction with latent variables based on a form of Dynamic Bayesian <a href="http://tuxpirate.com/howto/network" class="st_tag internal_tag" rel="tag" title="Posts tagged with network">Network</a> called Incremental Sigmoid Belief Networks (ISBNs), and illustrate how it can be applied to parsing. Approximations to ISBNs have achieved state-of-the-art <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> on Penn Treebank parsing and on dependency parsing for a variety of languages.</p>
<p>ISBNs are designed for non-Markovian problems such an parsing, where the structure of the statistical dependencies is a function of the output structure. Exact inference in ISBNs cannot be done efficiently (as with many complex graphical models), but they are designed to allow efficient approximations. Such approximations include my previous neural <a href="http://tuxpirate.com/howto/network" class="st_tag internal_tag" rel="tag" title="Posts tagged with network">network</a> architecture for statistical parsing, and an incremental mean field approximation. The mean field approximation demonstrates that a more accurate approximation does lead to a more accurate parser, but the neural <a href="http://tuxpirate.com/howto/network" class="st_tag internal_tag" rel="tag" title="Posts tagged with network">network</a> approximation is much faster and achieves close to the same accuracy.<span id="more-313"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/incremental-bayesian-networks-for-natural-language-parsing.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/IncrementalBayesianN.mp4?docid=2315339772444797266&#038;itag=7">&#8220;Incremental Bayesian Networks For Natural Language Parsing&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/incremental-bayesian-networks-for-natural-language-parsing.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/incremental-bayesian-networks-for-natural-language-parsing.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/network" title="network" rel="tag">network</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/incremental-bayesian-networks-for-natural-language-parsing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nasa&#8217;s Beyond Einstein Program: Exploration At The Limits Of Space  Time</title>
		<link>http://tuxpirate.com/nasas-beyond-einstein-program-exploration-at-the-limits-of-space-time.html</link>
		<comments>http://tuxpirate.com/nasas-beyond-einstein-program-exploration-at-the-limits-of-space-time.html#comments</comments>
		<pubDate>Wed, 13 Feb 2008 08:12:48 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[nis]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/nasas-beyond-einstein-program-exploration-at-the-limits-of-space-time.sh</guid>
		<description><![CDATA[NASA&#8217;s &#34;Beyond Einstein&#34; Program: Exploration at the Limits of Space &#38; Time53 min &#8211; Aug 30, 2007 Google Tech Talks August, 30 2007 ABSTRACT Albert Einstein&#8217;s General Theory of Relativity predicted results that were so incredible that even he did not accept them: space is expanding from a Big Bang, space itself contains an energy [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=7cebc199be631fac&#038;offsetms=390000&#038;itag=w320&#038;lang=en&#038;sigh=Nz7_spoDgWkdDl06-ROC0CUzZgo" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">NASA&#8217;s &quot;Beyond Einstein&quot; Program: Exploration at the Limits of Space &amp; Time</font><br /><font color="green"><br />53 min &#8211; Aug 30, 2007</font></p>
<p>Google Tech Talks<br />
August, 30 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>Albert Einstein&#8217;s General Theory of Relativity predicted <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> that were so incredible that even he did not accept them: space is expanding from a Big Bang, space itself contains an energy that is pulling the Universe apart from within, and deep chasms of gravity called black holes actually exist. Astonishingly, all of these wild ideas are now known to be true. But now we need to build on Einstein&#8217;s work to take the next step &#8212; to study the underlying physics of the very phenomena that came out of his theories. NASA&#8217;s Beyond Einstein program consists of a series of space missions, large and small, that push Einstein&#8217;s theories to their limits, using increasingly more sensitive probes. The two flagship missions now in <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a>, Constellation-X and LISA, will explore extremes of space, measuring X-rays and gravitational waves. The smaller missions, the Einstein probes, will target specific science questions such as &quot;What is Dark Energy?&quot; and &quot;What powered the Big Bang?&quot;</p>
<p>Speaker: Randall Smith<br />
Randall Smith is an X-ray Astrophysicist at the Johns Hopkins University and NASA/Goddard Space Flight Center. He worked at the Chandra X-ray Center for six years after the launch of the Chandra X-ray Observatory before moving to JHU &amp; NASA to work with the Suzaku X-ray Telescope. He is a member of the Cons&#8230;<span id="more-515"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/nasas-beyond-einstein-program-exploration-at-the-limits-of-space-time.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/NASAsBeyondEinsteinP.mp4?docid=-6742809526778416439&#038;itag=7">&#8220;Nasa&#8217;s Beyond Einstein Program: Exploration At The Limits Of Space  Time&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/nasas-beyond-einstein-program-exploration-at-the-limits-of-space-time.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/nasas-beyond-einstein-program-exploration-at-the-limits-of-space-time.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/development" title="development" rel="tag">development</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/nis" title="nis" rel="tag">nis</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/nasas-beyond-einstein-program-exploration-at-the-limits-of-space-time.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalability And Efficiency On Data Mining Applied To Internet Applications</title>
		<link>http://tuxpirate.com/scalability-and-efficiency-on-data-mining-applied-to-internet-applications.html</link>
		<comments>http://tuxpirate.com/scalability-and-efficiency-on-data-mining-applied-to-internet-applications.html#comments</comments>
		<pubDate>Wed, 06 Feb 2008 13:09:06 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/scalability-and-efficiency-on-data-mining-applied-to-internet-applications.sh</guid>
		<description><![CDATA[Scalability and Efficiency on Data Mining Applied to Internet ApplicationsGoogle engEDU43 min &#8211; Aug 16, 2007 Google Tech Talks August 16, 2007 ABSTRACT The Internet went well beyond a technology artefact, increasingly becoming a social interaction tool. These interactions are usually complex and hard to analyze automatically, demanding the research and development of novel data [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=e66d93c6e7b5d800&#038;offsetms=315000&#038;itag=w320&#038;lang=en&#038;sigh=PRu1gpsOfNJ7Rlkl8PVPCz6wgkw" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Scalability and Efficiency on Data Mining Applied to Internet Applications</font><br /><font color="green">Google engEDU<br />43 min &#8211; Aug 16, 2007</font></p>
<p>Google Tech Talks<br />
August 16, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>The Internet went well beyond a technology artefact, increasingly becoming a social interaction tool. These interactions are usually complex and hard to analyze automatically, demanding the research and <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a> of novel data mining techniques that handle the individual characteristics of each application scenario. Notice that these data mining techniques, similarly to other machine learning techniques, are intensive in terms of both computation and I/O, motivating the <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a> of new paradigms, <a href="http://tuxpirate.com/howto/programming" class="st_tag internal_tag" rel="tag" title="Posts tagged with programming">programming</a> environments, and parallel algorithms that support scalable and efficient applications. In this talk we present some <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> that justify not only the need for developing these new techniques, as well as their parallelization.</p>
<p>Wagner Meira Jr. obtained his PhD from the University of Rochester in 1997 and is currently Associate Professor at the <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">Computer</a> Science Department at Universidade Federal de Minas Gerais, Brazil. His research focuses on scalability and efficiency of large scale parallel and distributed systems, from massively parallel to Internet-based platforms, and on data mining algorithms, their parallelization, and application to areas such as information retrieval, bioinformatics, and e-governance.<span id="more-257"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/scalability-and-efficiency-on-data-mining-applied-to-internet-applications.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/ScalabilityandEffici.mp4?docid=2980110657131275963&#038;itag=7">&#8220;Scalability And Efficiency On Data Mining Applied To Internet Applications&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/scalability-and-efficiency-on-data-mining-applied-to-internet-applications.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/scalability-and-efficiency-on-data-mining-applied-to-internet-applications.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/computer" title="computer" rel="tag">computer</a>, <a href="http://tuxpirate.com/howto/development" title="development" rel="tag">development</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/programming" title="programming" rel="tag">programming</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/scalability-and-efficiency-on-data-mining-applied-to-internet-applications.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bay Area Discrete Math Day Xii: Stat Physics Comp Simulation And Probability</title>
		<link>http://tuxpirate.com/bay-area-discrete-math-day-xii-stat-physics-comp-simulation-and-probability.html</link>
		<comments>http://tuxpirate.com/bay-area-discrete-math-day-xii-stat-physics-comp-simulation-and-probability.html#comments</comments>
		<pubDate>Wed, 06 Feb 2008 09:52:27 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/bay-area-discrete-math-day-xii-stat-physics-comp-simulation-and-probability.sh</guid>
		<description><![CDATA[Bay Area Discrete Math Day XII: Stat. Physics, Comp. Simulation, and ProbabilityGoogle engEDU41 min &#8211; Apr 15, 2006 Google TechTalks Bay Area Discrete Math Day XII April 15, 2006 Raissa D&#8217;Souza (UC Davis) ABSTRACT Statistical physics, computer simulation and discrete mathematics are intimately related through the study of shared models. These are primarily lattice models, [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=c5e51279b9e1762b&#038;offsetms=475000&#038;itag=w320&#038;lang=en&#038;sigh=i3_wYWU2O8NnLcwZKrarnbiy9Bo" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Bay Area Discrete Math Day XII: Stat. Physics, Comp. Simulation, and Probability</font><br /><font color="green">Google engEDU<br />41 min &#8211; Apr 15, 2006</font></p>
<p>Google TechTalks<br />
Bay Area Discrete Math Day XII<br />
April 15, 2006</p>
<p>Raissa D&#8217;Souza (UC Davis)</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
Statistical physics, <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> simulation and discrete mathematics are intimately related through the study of shared models. These are primarily lattice models, such as the Ising model, yet can also involve discrete structures such as networks. Several models illustrate the current interplay between these three fields, while also providing cautionary tales of interpolating <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> obtained in one realm to the other. This talk will survey several such models, focusing on pattern formation in a simple first-order jamming transition.<span id="more-458"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/bay-area-discrete-math-day-xii-stat-physics-comp-simulation-and-probability.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/BayAreaDiscreteMathD.mp4?docid=-6711078558073386126&#038;itag=7">&#8220;Bay Area Discrete Math Day Xii: Stat Physics Comp Simulation And Probability&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/bay-area-discrete-math-day-xii-stat-physics-comp-simulation-and-probability.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/bay-area-discrete-math-day-xii-stat-physics-comp-simulation-and-probability.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/computer" title="computer" rel="tag">computer</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/network" title="network" rel="tag">network</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/bay-area-discrete-math-day-xii-stat-physics-comp-simulation-and-probability.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>7 Ways To Ruin A Technological Revolution</title>
		<link>http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html</link>
		<comments>http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html#comments</comments>
		<pubDate>Wed, 06 Feb 2008 05:22:05 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nis]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[rmi]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.sh</guid>
		<description><![CDATA[7 Ways To Ruin A Technological RevolutionGoogle engEDU1 hr 14 min &#8211; Dec 18, 2006 Google Tech Talks December 18, 2006 ABSTRACT If you wanted to undermine the technological revolution of the last 30 years, using the law, how would you do it? How would you undercut the virtuous cycle that results from access to [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=f217c08e4e0445e3&#038;offsetms=375000&#038;itag=w320&#038;lang=en&#038;sigh=kUb8NaJNAKGPcb3SUEWtPIRKILo" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">7 Ways To Ruin A Technological Revolution</font><br /><font color="green">Google engEDU<br />1 hr 14 min &#8211; Dec 18, 2006</font></p>
<p>Google Tech Talks<br />
December 18, 2006</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>If you wanted to undermine the technological revolution of the last 30 years, using the law, how would you do it?  How would you undercut the virtuous cycle that <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> from access to an open <a href="http://tuxpirate.com/howto/network" class="st_tag internal_tag" rel="tag" title="Posts tagged with network">network</a>,  force technological innovation into stagnation, diminish competition, create monopolies over the basic building blocks of knowledge?  How many of those things are we doing now? </p>
<p>James Boyle is William Neal Reynolds Professor of Law at Duke Law School, the founder of the Center for the Study of the Public Domain, and a Board Member of Creative Commons.  He is also a columnist for the Financial Times New Technology Policy Forum.  His most recent books were Bound By Law &#8212; a comic book about fair use &#8212; and The Shakespeare Chronicles, a literary mystery about the authorship of Shakespeare&#8217;s works.<span id="more-243"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/7WaysToRuinATechnolo.mp4?docid=-8538240380002213699&#038;itag=7">&#8220;7 Ways To Ruin A Technological Revolution&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/network" title="network" rel="tag">network</a>, <a href="http://tuxpirate.com/howto/nis" title="nis" rel="tag">nis</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/rmi" title="rmi" rel="tag">rmi</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk-2.html" title="A Googly Mysql Cluster Talk (February 29, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysteries Of The Human Genome</title>
		<link>http://tuxpirate.com/mysteries-of-the-human-genome.html</link>
		<comments>http://tuxpirate.com/mysteries-of-the-human-genome.html#comments</comments>
		<pubDate>Wed, 06 Feb 2008 02:16:02 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/mysteries-of-the-human-genome.sh</guid>
		<description><![CDATA[Mysteries of the Human GenomeGoogle engEDU1 hr 3 min &#8211; Oct 23, 2006 Google Tech Talks October 23, 2006 Gill Bejerano holds a BSc, summa cum laude, in Mathematics, Physics, and Computer Science, and a PhD in Computer Science from the Hebrew University of Jerusalem, Israel. Twice recipient of the RECOMB best paper by a [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=ebe4d27a1f78be57&#038;offsetms=5000&#038;itag=w320&#038;lang=en&#038;sigh=-v85u2ZeV0I4cbddZ5-SD_fXJ6E" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Mysteries of the Human Genome</font><br /><font color="green">Google engEDU<br />1 hr 3 min &#8211; Oct 23, 2006</font></p>
<p>Google Tech Talks<br />
October 23, 2006</p>
<p>Gill Bejerano holds a BSc, summa cum laude, in Mathematics, Physics, and <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">Computer</a> Science, and a PhD in <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">Computer</a> Science from the Hebrew University of Jerusalem, Israel. Twice recipient of the RECOMB best paper by a young scientist award, and a former Eshkol pre-doctoral Scholar and HHMI postdoc. As co-discoverer of ultraconserved elements, his research focuses on deciphering the function and evolution of the non-coding regions of the Human Genome. Gill is currently a postdoc with David Haussler at UC Santa Cruz, and in early 2007 he will join Stanford university as an Assistant Professor in the Department of Developmental Biology and the Department of <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">Computer</a> Science.</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
The human genome, the hereditary material we pass on to our progeny, can be cast as a 3 billion letter string over a DNA alphabet of four. We currently understand 1.5% of this mass, mostly in the form of genes, DNA substrings that code for proteins, the quintessential constituents of every living cell. The remainder 98.5% of our genome was often deemed as &quot;junk&quot;. This picture changed when the genome of related species became available. By comparison we are suddenly able to pinpoint the locations of a staggering one million additional human subsequences that must be important to the human cell. The functions of these regions remain largely unknown, while their sheer volume overwhelms any comprehensive experimental approach. Guided by experimental <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> for handfuls of these subsequences, computational approaches can be employed to tackle the tremendous challenge of understanding this data and providing key biological observations. In this talk, I will describe ultraconserved elements, some of the most perplexing regions within the human genome, and track down a phenomenon of turning genomic junk into gold. The talk will assume no prior knowledge in Molecular Biology<span id="more-423"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/mysteries-of-the-human-genome.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/MysteriesoftheHumanG.mp4?docid=-4253577361254801147&#038;itag=7">&#8220;Mysteries Of The Human Genome&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/mysteries-of-the-human-genome.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/mysteries-of-the-human-genome.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/computer" title="computer" rel="tag">computer</a>, <a href="http://tuxpirate.com/howto/development" title="development" rel="tag">development</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a>, <a href="http://tuxpirate.com/howto/ssl" title="ssl" rel="tag">ssl</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/mysteries-of-the-human-genome.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hashing Searching Sketching</title>
		<link>http://tuxpirate.com/hashing-searching-sketching.html</link>
		<comments>http://tuxpirate.com/hashing-searching-sketching.html#comments</comments>
		<pubDate>Mon, 04 Feb 2008 23:03:37 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/hashing-searching-sketching.sh</guid>
		<description><![CDATA[Hashing Searching Sketching.Google engEDU1 hr 2 min &#8211; Nov 20, 2006 Google Tech Talks November 20, 2006 ABSTRACT We will see improved results on search using hashing and sketching. Hashing is often analyzed as balls being thrown into bins where you think of the hash items as balls and buckets as bins. By studying variants [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=e3991640ee17a1a0&#038;offsetms=640000&#038;itag=w320&#038;lang=en&#038;sigh=xLZ9sgiGAfnilfpmUnHtPxdlRMA" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Hashing Searching Sketching.</font><br /><font color="green">Google engEDU<br />1 hr 2 min &#8211; Nov 20, 2006</font></p>
<p>Google Tech Talks<br />
November 20, 2006</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
We will see improved <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> on <a href="http://tuxpirate.com/howto/search" class="st_tag internal_tag" rel="tag" title="Posts tagged with search">search</a> using hashing and sketching. Hashing is often analyzed as balls being thrown into bins where you think of the hash items as balls and buckets as bins. By studying variants of the balls and bins processes we obtain a hashing algorithm with 85% hash table space utilization. We will also study locality sensitive hashing, a hashing method used for nearest neighbor <a href="http://tuxpirate.com/howto/search" class="st_tag internal_tag" rel="tag" title="Posts tagged with search">search</a>, as opposed to exact <a href="http://tuxpirate.com/howto/search" class="st_tag internal_tag" rel="tag" title="Posts tagged with search">search</a>. A locality sensitive hash function is likely to map nearby elements to the same bucket. We will see a variant of locality sensitive hashing that finds an approximate nearest neighbor in high dimensions using linear space. We will also see some lower bounds and applications to kd trees.<span id="more-289"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/hashing-searching-sketching.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/HashingSearchingSket.mp4?docid=-2473927019456727523&#038;itag=7">&#8220;Hashing Searching Sketching&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/hashing-searching-sketching.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/hashing-searching-sketching.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/local" title="local" rel="tag">local</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/hashing-searching-sketching.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prospects For Extending Healthy Life &#8211; A Lot</title>
		<link>http://tuxpirate.com/prospects-for-extending-healthy-life-a-lot.html</link>
		<comments>http://tuxpirate.com/prospects-for-extending-healthy-life-a-lot.html#comments</comments>
		<pubDate>Sun, 03 Feb 2008 12:05:23 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[rmi]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/prospects-for-extending-healthy-life-a-lot.sh</guid>
		<description><![CDATA[Prospects for extending healthy life &#8211; a lotGoogle engEDU1 hr 1 min &#8211; Jun 1, 2007 Google Tech Talks May 29, 2007 ABSTRACT It may seem premature to be discussing approaches to the effective elimination of human aging as a cause of death at a time when essentially no progress has yet been made in [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=2ff9d5dd68338d3e&#038;offsetms=325000&#038;itag=w320&#038;lang=en&#038;sigh=cKMBZhQgk3Gc9WMhH27Pblyyt-M" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Prospects for extending healthy life &#8211; a lot</font><br /><font color="green">Google engEDU<br />1 hr 1 min &#8211; Jun 1, 2007</font></p>
<p>Google Tech Talks<br />
May 29, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>It may seem premature to be discussing approaches to the effective elimination of human aging as a cause of death at a time when essentially no progress has yet been made in even postponing it. However, two aspects of human aging combine to undermine this assessment. The first is that aging is happening to us throughout our lives but only <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> in appreciable functional decline after four or more decades of life: this shows that we can postpone the functional decline caused by aging arbitrarily well without knowing how to prevent aging completely, but instead by increasingly thorough molecular and cellular repair. The second is that the typical rate of refinement of dramatic technological breakthroughs is rather reliable (so long as public enthusiasm for them is abundant) and is fast enough to change such technologies (be they in medicine, transport, or computing) almost beyond recognition within a natural human lifespan. In this talk I will explain, first, why (presuming adequate funding for the initial preclinical work) therapies that can add 30 healthy years to the remaining lifespan of healthy 55-year-olds may arrive within the next few decades, and, second, why those who benefit from those therapies will very probably continue to benefit from progressively improved therapies indefinitely and thus avoid debilitation or death from age-related causes at any age.</p>
<p>Speaker: Aubrey de Grey Ph.D</p>
<p>Slides available at <a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://www.sens.org/Google.ppt<span id="more-339"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/prospects-for-extending-healthy-life-a-lot.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/Prospectsforextendin.mp4?docid=8554766938711591377&#038;itag=7">&#8220;Prospects For Extending Healthy Life &#8211; A Lot&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/prospects-for-extending-healthy-life-a-lot.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/prospects-for-extending-healthy-life-a-lot.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/asp" title="asp" rel="tag">asp</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/rmi" title="rmi" rel="tag">rmi</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/prospects-for-extending-healthy-life-a-lot.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Statistics To Search And Annotate Pictures</title>
		<link>http://tuxpirate.com/using-statistics-to-search-and-annotate-pictures.html</link>
		<comments>http://tuxpirate.com/using-statistics-to-search-and-annotate-pictures.html#comments</comments>
		<pubDate>Fri, 01 Feb 2008 06:52:34 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/using-statistics-to-search-and-annotate-pictures.sh</guid>
		<description><![CDATA[Using Statistics to Search and Annotate PicturesGoogle engEDU56 min &#8211; Sep 25, 2006 Google Tech Talks September 25, 2006 Nuno Vasconcelos is an Assistant Professor at the Electrical and Computer Engineering Department of the University of California, San Diego, where he heads the Statistical Visual Computing Laboratory. Before joining UCSD, he was a member of [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=7b0c0f1f76b31409&#038;offsetms=445000&#038;itag=w320&#038;lang=en&#038;sigh=GEWMszuneDiRNYk_VUFScke6f3E" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Using Statistics to <a href="http://tuxpirate.com/howto/search" class="st_tag internal_tag" rel="tag" title="Posts tagged with search">Search</a> and Annotate Pictures</font><br /><font color="green">Google engEDU<br />56 min &#8211; Sep 25, 2006</font></p>
<p>Google Tech Talks<br />
September 25, 2006</p>
<p>Nuno Vasconcelos is an Assistant Professor at the Electrical and <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">Computer</a> Engineering Department of the University of California, San Diego, where he heads the Statistical Visual Computing Laboratory. Before joining UCSD, he was a member of the research staff at the Compaq Cambridge Research Laboratory, which later became the HP Cambridge Research Laboratory. He received a PhD from MIT in 2000 and his areas of research interest are <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> vision, statistical signal processing, machine learning, and multimedia. He is the recipient of a 2005 NSF CAREER award, and a Hellman Fellowship.</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
The last decade has produced significant advances in content-based image retrieval, i.e. the design of <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> vision systems for image <a href="http://tuxpirate.com/howto/search" class="st_tag internal_tag" rel="tag" title="Posts tagged with search">search</a>. I will review our efforts in the area, with emphasis on the subject of semantic retrieval. This consists of learning to annotate images, in order to support natural language queries. In particular, I will argue for a retrieval framework which combines the best properties of classical &quot;query by visual example&quot; (QBVE), and more recent semantic methods, and which we denote as &quot;query by semantic example&quot; (QBSE). While simple, we show that, when combined with ideas from multiple instance learning, this framework can be quite powerful. It improves semantic retrieval along a number of dimensions, the most notable of which is generalization (out-of-vocabulary queries). It can also be directly compared to query by example, making it possible to quantify the gains of representing images in semantic spaces. Our <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">results</a> show that these gains are quite significant, even when the semantic characterization is noisy and somewhat unreliable. This suggests an interesting hypothesis for <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> vision: that it may suffice to adopt simple visual models, as long as they operate at various levels of abstraction and are learned from large amounts of data.<span id="more-392"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/using-statistics-to-search-and-annotate-pictures.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/UsingStatisticstoSea.mp4?docid=2225647906131550844&#038;itag=7">&#8220;Using Statistics To Search And Annotate Pictures&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/using-statistics-to-search-and-annotate-pictures.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/using-statistics-to-search-and-annotate-pictures.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/computer" title="computer" rel="tag">computer</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/using-statistics-to-search-and-annotate-pictures.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Askapache Google 404 WordPress Plugin</title>
		<link>http://tuxpirate.com/askapache-google-404-wordpress-plugin.html</link>
		<comments>http://tuxpirate.com/askapache-google-404-wordpress-plugin.html#comments</comments>
		<pubDate>Tue, 08 Jan 2008 13:48:31 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/askapache-google-404-wordpress-plugin.sh</guid>
		<description><![CDATA[AskApache Google 404 WordPress Pluginapachehtaccess1 min &#8211; 18-Sep-07 AskApache Google 404 is a sweet WordPress plugin that uses some ajax code and a few tricks to display a very helpful and SEO Error Page. The default displays Google Search Results for images, news, blogs, videos, web, custom search engine, and your own site. From: http://www.askapache.com/seo/404-google-wordpress-plugin.htmlvideo [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p><img src="http://tuxpirate.com/images/img.youtube.com/vi/R7FLSy3Kj_Y/2.jpg" width="320" height="240" border="1" /><font size="+1">AskApache Google 404 WordPress Plugin</font><br /><font color="green">apachehtaccess<br />1 min &#8211; 18-Sep-07</font></p>
<p>AskApache Google 404 is a sweet WordPress plugin that uses some ajax code and a few tricks to display a very helpful and SEO Error Page. The default displays Google <a href="http://tuxpirate.com/howto/search" class="st_tag internal_tag" rel="tag" title="Posts tagged with search">Search</a> <a href="http://tuxpirate.com/howto/results" class="st_tag internal_tag" rel="tag" title="Posts tagged with results">Results</a> for images, news, blogs, videos, web, custom <a href="http://tuxpirate.com/howto/search" class="st_tag internal_tag" rel="tag" title="Posts tagged with search">search</a> engine, and your own site.  From: <a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://www.askapache.com/seo/404-google-wordpress-plugin.<a href="http://tuxpirate.com/howto/html" class="st_tag internal_tag" rel="tag" title="Posts tagged with html">html</a><span id="more-27"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/askapache-google-404-wordpress-plugin.html"><em>Click here to view the embedded video.</em></a></p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/askapache-google-404-wordpress-plugin.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/askapache-google-404-wordpress-plugin.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/htaccess" title=".htaccess" rel="tag">.htaccess</a>, <a href="http://tuxpirate.com/howto/ajax" title="ajax" rel="tag">ajax</a>, <a href="http://tuxpirate.com/howto/apache" title="apache" rel="tag">apache</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/html" title="html" rel="tag">html</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/logs" title="logs" rel="tag">logs</a>, <a href="http://tuxpirate.com/howto/results" title="results" rel="tag">results</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/askapache-google-404-wordpress-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

