<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>VentureBeat &#187; Dev</title>
	<atom:link href="http://venturebeat.com/tag/dev-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://venturebeat.com</link>
	<description>News About Tech, Money and Innovation</description>
	<lastBuildDate>Tue, 21 May 2013 03:43:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='venturebeat.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c6d8c27ffa1c5a7f106f97e434437baf?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>VentureBeat &#187; Dev</title>
		<link>http://venturebeat.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://venturebeat.com/osd.xml" title="VentureBeat" />
	<atom:link rel='hub' href='http://venturebeat.com/?pushpress=hub'/>
<copyright>Copyright 2013, VentureBeat</copyright>		<item>
		<title>Wikipedia crowdsources site performance: Speeding up 488,731 templates with a little Lua to go</title>
		<link>http://venturebeat.com/2013/03/18/wikipedia-crowdsourcing-site-performance-speeding-up-488731-templates-with-a-little-lua-to-go/</link>
		<comments>http://venturebeat.com/2013/03/18/wikipedia-crowdsourcing-site-performance-speeding-up-488731-templates-with-a-little-lua-to-go/#comments</comments>
		<pubDate>Mon, 18 Mar 2013 16:10:23 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Lua]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[wikimedia]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=696385</guid>
		<description><![CDATA[<p>"We’re letting people program Wikipedia unsupervised," Harihareswara wrote. " Anyone can write a chunk of code to be included in an article that will be seen by millions of people, often without much&#160;review."</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=696385&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg" target="_blank"><img class="aligncenter size-full wp-image-696401" alt="encyclopedia" src="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg?w=1024&#038;h=685" width="1024" height="685" /></a>Apparently, now you can crowdsource website performance.</p>
<p>Wikipedia pages should get <a href="https://blog.wikimedia.org/2013/03/14/what-lua-scripting-means-wikimedia-open-source/" target="_blank">a lot quicker very soon</a> as the foundation behind the world&#8217;s largest and most popular encyclopedia have turned on <a href="http://www.lua.org" target="_blank">Lua</a>, a lightweight scripting engine, to speed up access to complex pages. And the site is asking its editors and contributors to learn the new programming language to help make the site quicker.</p>
<p>Those who have ever edited Wikipedia pages will know that the site, like many wikis, uses &#8220;<a href="http://en.wikipedia.org/wiki/Wiki_markup" target="_blank">Wikitext language</a>&#8221; &#8212; a sort of a simplified HTML &#8212; to enable users to add content chunks, templates, and formatting to a page.</p>
<p>But there was a problem, as Wikimedia&#8217;s Sumana Harihareswara <a href="https://blog.wikimedia.org/2013/03/14/what-lua-scripting-means-wikimedia-open-source/" target="_blank">posted recently</a>:</p>
<blockquote><p>But because we’d never planned for wikitext to become a programming language, these templates were terribly inefficient and hacky — they didn’t even have recursion or loops — and were terrible for performance. When you edit a complex article like <a href="https://en.wikipedia.org/wiki/Tulsi_Gabbard"title="en:Tulsi Gabbard"  target="_blank">Tulsi Gabbard</a>, with scores of citations, it can take up to 30 seconds to parse and display the page.</p></blockquote>
<p>Lua is an embedded scripting language, built so that lightweight but powerful code can be embedded right into web pages. It&#8217;s often used as a <a href="http://www.satori.org/2009/03/the-engine-survey-general-results/" target="_blank">scripting engine for games</a>. And it&#8217;s much quicker than Wikipedia&#8217;s existing wikitext solution.</p>
<p>The big question is, of course, is how Wikipedians will take to the new language, which is unfamiliar and potentially more complex than wikitext. And will we start encountering bugs on Wikipedia pages as editors and maintainers now become programmers?</p>
<p>&#8220;Now is the first time that the Wikimedia site maintainers have enabled <i>real coding</i> that affects all readers. We’re letting people program Wikipedia unsupervised,&#8221; Harihareswara wrote. &#8220;Anyone can write a chunk of code to be included in an article that will be seen by millions of people, often without much review. We are taking our “anyone can edit” maxim one big step forward.&#8221;</p>
<p>And, she added, that if any Wikipedia user doesn&#8217;t look the load time of a page, they can now do something about and improve it themselves, in a very Wikipedian way:</p>
<p>&#8220;Just as we crowdsourced building Wikipedia, now we’re crowdsourcing bits of infrastructure improvement. And this kind of massively multiplayer, crowdsourced performance improvement is uniquely us.&#8221;</p>
<p>The read-write revolution continues.</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/stewart/461099066/" target="_blank">Stewart</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by/2.0/" target="_blank">cc</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/media/'>Media</a>, <a href='http://venturebeat.com/category/social/'>Social</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=696385&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/18/wikipedia-crowdsourcing-site-performance-speeding-up-488731-templates-with-a-little-lua-to-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg?w=160" /><source url="http://venturebeat.com/2013/03/18/wikipedia-crowdsourcing-site-performance-speeding-up-488731-templates-with-a-little-lua-to-go/">Wikipedia crowdsources site performance: Speeding up 488,731 templates with a little Lua to go</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg?w=160" medium="image">
			<media:title type="html">encyclopedia</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6d4d24b12c84be6eecddf121bc3fee48?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">johnkoetsier</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg" medium="image">
			<media:title type="html">encyclopedia</media:title>
		</media:content>
	</item>
		<item>
		<title>Box&#8217;s fifth funding round swells to $150M</title>
		<link>http://venturebeat.com/2013/01/29/boxs-fifth-funding-round-swells-to-150m/</link>
		<comments>http://venturebeat.com/2013/01/29/boxs-fifth-funding-round-swells-to-150m/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 22:46:09 +0000</pubDate>
		<dc:creator>Christina Farr</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Box funding]]></category>
		<category><![CDATA[Deals]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[funding]]></category>
		<category><![CDATA[funding round]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=612813</guid>
		<description><![CDATA[<p>As if $125 million were not enough, Box has expanded its gargantuan funding round to $150&#160;million.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=612813&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="post-meta-blurb post-meta-before blurb-cat-cloud"><div class="event-boilerplate"><div class="logo-date-wrap"><a href="http://cloudbeat2013.com" data-vb-ga-outbound="CB2013boilerplateTOP" target="_blank"><img src="http://venturebeat.files.wordpress.com/2013/02/cloudbeat2013-boilerplate.png" alt="CloudBeat 2013" style="margin-top:5px;"></a><div class="date-location"><strong>Sept. 9 - 10, 2013</strong><br>San Francisco, CA</div></div><a href="http://cloudbeat2013-CB2013boilerplateTOP.eventbrite.com/" class="cta" data-vb-ga-outbound="CB2013boilerplateTOP" target="_blank">Early Bird Tickets on Sale</a></div></div><p><a href="http://venturebeat.com/2013/01/17/box-ipo/aaron-levie-1/" rel="attachment wp-att-606632"><img class="alignleft size-full wp-image-606632" alt="aaron-levie-1" src="http://venturebeat.files.wordpress.com/2013/01/aaron-levie-1.jpg?w=614&#038;h=492" width="614" height="492" /></a></p>
<p>As if $125 million were not enough, <a href="http://box.com" target="_blank">Box</a> has expanded its gargantuan funding round to $150 million, according to <a href="http://www.sec.gov/Archives/edgar/data/1372612/000137261213000001/xslFormDX01/primary_doc.xml" target="_blank">an SEC filing</a>.</p>
<p><span style="font-size:13px;">A company spokesperson said this will allow existing investors to &#8220;make additional investments.&#8221; The cloud storage startup had not filed <a href="http://www.sec.gov/Archives/edgar/data/1372612/000137261213000001/xslFormDX01/primary_doc.xml" target="_blank">the paperwork</a> for its fifth funding round until today &#8212; <a href="http://venturebeat.com/2012/07/31/box-125m-funding/">although the news was announced in late July.</a> The news was <a href="http://allthingsd.com/20130129/dont-look-now-but-boxs-last-funding-round-just-got-bigger/" target="_blank">originally reported</a> in AllThingsD. </span></p>
<p>Since it closed its series E round, Box opened an office in Europe and brought on Google Docs&#8217; founder <a href="http://venturebeat.com/2012/08/15/google-docs-pioneer-sam-schillace-joins-box-as-vp-of-engineering/">Sam Schillace as its VP of Engineering</a>, among other strategic hires. It also unveiled a host of <a href="//venturebeat.com/2012/10/09/with-a-host-of-new-features-box-pushes-deeper-into-the-enterprise/#VXqhzaPIb3trKrmq.99">new product features </a>that make it easier for third-party developers to integrate with Box&#8217;s API.</p>
<p>The previous round was led by <a href="http://www.generalatlantic.com/en/home" target="_blank" target="_blank">General Atlantic</a> with participation from Bessemer Venture Partners, DFJ Growth, New Enterprise Associates, SAP Ventures, Scale Venture Partners, and new investor Social+Capital Partnership.</p>
<p>Box&#8217;s CEO Aaron Levie (pictured, above) <a href="http://venturebeat.com/2013/01/17/box-ipo/">recently revealed plans</a> to file for an initial public offering in 2014.</p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=612813&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><style type="text/css">.blurb-cat-cloud .event-boilerplate {
width:278px;
margin:0px 0px 10px 20px;
padding:10px;
float:right;
border:1px solid #e4e4e4;
font-family: 'Open Sans', sans-serif;
color:#000;
}
.blurb-cat-cloud .event-boilerplate .logo-date-wrap {
width:100%;
display:block;
float:left;
margin-bottom:8px;
}
.blurb-cat-cloud .event-boilerplate img {
float:left;
}
.blurb-cat-cloud .event-boilerplate .date-location {
float:right;
font-size:12px;
line-height:14px;
text-align:center;
padding-left:7px;
padding-top:5px;
padding-bottom:3px;
border-left:1px solid #e6e6e6;
}
.blurb-cat-cloud .event-boilerplate .cta {
display:block;
clear:both;
width:100%;
border-radius:5px;
border:1px solid #1864b1;
color:#fff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
text-align:center;
text-decoration:none;
font-weight:600;
font-size:18px;
line-height:17px;
padding:4px 0px 6px 0px;
background: #1f80e4;
background: -moz-linear-gradient(top,  #1f80e4 0%, #1862ae 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f80e4), color-stop(100%,#1862ae));
background: -webkit-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -o-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -ms-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: linear-gradient(to bottom,  #1f80e4 0%,#1862ae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80e4', endColorstr='#1862ae',GradientType=0 );
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/01/29/boxs-fifth-funding-round-swells-to-150m/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/01/aaron-levie-1.jpg" /><source url="http://venturebeat.com/2013/01/29/boxs-fifth-funding-round-swells-to-150m/">Box&#8217;s fifth funding round swells to $150M</source>
		<media:content url="http://2.gravatar.com/avatar/54db9fa0da02d1fe98a5197333d6d08f?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">christinafarr</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/01/aaron-levie-1.jpg" medium="image">
			<media:title type="html">aaron-levie-1</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Build is Microsoft’s most important event ever</title>
		<link>http://venturebeat.com/2012/10/30/build-most-important-microsoft-event/</link>
		<comments>http://venturebeat.com/2012/10/30/build-most-important-microsoft-event/#comments</comments>
		<pubDate>Tue, 30 Oct 2012 15:51:50 +0000</pubDate>
		<dc:creator>Devindra Hardawar</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[developer conferences]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=565925</guid>
		<description><![CDATA[<p>Never before has Microsoft so desperately needed to prove itself -- perhaps because it’s never been in such a precarious&#160;position.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=565925&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-525723" title="nokia windows phone 8 event - Steve Ballmer" alt="" src="http://venturebeat.files.wordpress.com/2012/09/nokia-windows-phone-8-event-5.jpg?w=700&#038;h=465" height="465" width="700" /></p>
<p>Never before has Microsoft so desperately needed to prove itself &#8212; perhaps because it’s never been in such a precarious position.</p>
<p>Microsoft, a company that’s traditionally been the prime example of boring and conservative tech giants, is no longer afraid to try new things. Its <a href="http://venturebeat.com/2012/10/26/windows-8-review/">new touch-centric Windows 8 interface</a> will force consumers to relearn everything they know about Windows. Windows Phone 8 brings some distinctive features not found on any other mobile OS. And it’s also building up a cohesive experience across all of its platforms (some games will let you synchronize your progress across Windows 8, Windows Phone, and Xbox, for example).</p>
<p>But, as innovative as this new Microsoft may seem, it still needs support from developers to succeed. In fact, Microsoft needs developers now more than it ever has before (yes, even more than when <a href="http://www.youtube.com/watch?v=8To-6VIJZRE" target="_blank">Ballmer famously chanted “Developers!&#8221; over a dozen times</a> like a sweat-soaked madman).</p>
<p>That’s where the <a href="http://www.buildwindows.com/" target="_blank">Build conference </a>comes in. Microsoft’s annual developer conference kicks off today in Redmond, after selling out in just under an hour. It&#8217;s so big that the company has <a href="http://www.youtube.com/watch?v=1uyiNpCtX78&amp;feature=player_embedded" target="_blank">built one of the largest tents in North America</a> to house the conference (you can read some obvious symbolism into that).</p>
<p>Developer excitement is palpable &#8212; the real question now is, can Microsoft leverage that into killer apps for Windows Phone and Windows 8?</p>
<h3>Apps! Apps! Apps!</h3>
<p>Gathering new apps is important for Microsoft, because it’s clear that all of the Windows software we&#8217;ve grown used to won’t be around for much longer. Windows 8 offers a desktop interface that looks similar to Windows 7 and runs older software &#8212; something that’s nice for backwards compatibility but is absolutely jarring alongside Win 8’s touch-friendly interface.</p>
<p><img class="alignright size-medium wp-image-563534" title="Windows 8 NYC Launch7" alt="" src="http://venturebeat.files.wordpress.com/2012/10/windows-8-nyc-launch7.jpg?w=300&#038;h=199" height="199" width="300" />Windows RT, the stripped-down version of Windows 8 for ARM processors, won’t even run older Windows apps. That limitation is evident with the <a href="http://venturebeat.com/2012/10/25/microsoft-surface-rt-handson/">RT-powered Surface tablet released last week</a>, which is entirely dependent on new apps from the Windows Store.</p>
<p>Given that the Surface literally embodies Microsoft’s vision of the future of computing, the absence of old software seems particularly telling. (Microsoft will also release a Windows 8 Pro powered version of Surface that can run old software, but it’s thicker and will be more expensive than the current $499 Surface.)</p>
<p>Just as Apple offered emulation in OS X for OS 9 apps as a transition step, the desktop in Windows 8 and its compatibility with older software feels like a stopgap measure. The future clearly lies in Microsoft’s new Windows 8 apps. The big problem now is that there simply aren&#8217;t many of them. I expected Microsoft to announce some major Windows 8 apps during <a href="http://venturebeat.com/2012/10/25/live-at-microsofts-windows-8-launch-event-in-nyc/">last week’s NYC launch event</a>, but instead the company repeated a bunch of marketing rhetoric from the past year.</p>
<h3>Fixing the Windows Phone dilemma</h3>
<p>Apps are also Windows Phone’s biggest problem. Microsoft’s mobile platform <a href="http://venturebeat.com/2012/10/29/windows-phone-8-features/">offers some truly compelling features that the competition doesn’t</a>, like fully customizable Live Tiles in the start screen, but it’s still failed to make a splash with consumers. Now Windows Phone finally seems to be catching up to the competition, with more than 120,000 apps available, and Windows Phone 8 will launch with 46 of the top 50 apps, according to <a href="http://venturebeat.com/2012/10/29/pandora-coming-windows-phone-8/">Microsoft’s Windows Phone head Joe Belfiore</a>.</p>
<p>Given Windows Phone’s low market share, it’s been tough to convince developers to create apps. But at Build, Microsoft can sell its unified computing vision. Windows Phone 8 is powered by the Windows NT kernel, which is also what lies at the core of Windows 8. That means developers will be able to easily create apps that run across both desktop and mobile platforms without much of a sweat.</p>
<p>In comparison, creating an iPhone or iPad app is a dramatically different process from developing an OS X app. It’s also something Microsoft can hold over Google &#8212; Android has proven itself a capable mobile platform, but it’s no match for Windows when it comes to powering laptops.</p>
<p>When it comes to wooing developers, Microsoft still has a long road ahead. But with Build, the company has a rare chance to win the hearts and minds of the developers it desperately needs. As VentureBeat&#8217;s executive editor Dylan Tweney notes, <a href="http://venturebeat.com/2012/10/23/dylans-desk-its-do-or-die-time-for-microsoft/">it&#8217;s do or die time for the software giant</a>.</p>
<p>VentureBeat’s John Koetsier is on the ground at Build, and I’ll be following the conference remotely. (I blame Hurricane Sandy for ruining my trip to Redmond.) Check back here for updates from the Build conference throughout the week!</p>
<p><em>Photos: Devindra Hardawar/VentureBeat</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/gadgets/'>Gadgets</a>, <a href='http://venturebeat.com/category/mobile/'>Mobile</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=565925&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/10/30/build-most-important-microsoft-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/nokia-windows-phone-8-event-5.jpg" /><source url="http://venturebeat.com/2012/10/30/build-most-important-microsoft-event/">Why Build is Microsoft’s most important event ever</source>
		<media:content url="http://0.gravatar.com/avatar/9045353f22a9cfd0a89654b5de70aa65?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">devindrahardawar</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/nokia-windows-phone-8-event-5.jpg" medium="image">
			<media:title type="html">nokia windows phone 8 event - Steve Ballmer</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/10/windows-8-nyc-launch7.jpg?w=300" medium="image">
			<media:title type="html">Windows 8 NYC Launch7</media:title>
		</media:content>
	</item>
		<item>
		<title>Mini underwater sub raises $111K for amateur ocean exploration</title>
		<link>http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/</link>
		<comments>http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/#comments</comments>
		<pubDate>Sun, 12 Aug 2012 17:00:44 +0000</pubDate>
		<dc:creator>Christina Farr</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[editor's pick]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[maker]]></category>
		<category><![CDATA[maker movement]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[submarine]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=505508</guid>
		<description><![CDATA[<p><span class="post-label editors-pick">Editor's Pick</span> OpenROV, a mini submarine developed in a Silicon Valley garage, has been hailed by the world's media as the key to unlocking the earth's last&#160;frontier.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=505508&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/david-lang/" rel="attachment wp-att-507152"><img class="alignleft size-full wp-image-507152" title="David-Lang" src="http://venturebeat.files.wordpress.com/2012/08/david-lang.jpg?w=655&#038;h=489" alt="" width="655" height="489" /></a></p>
<p><a href="http://openrov.com/" target="_blank" target="_blank">OpenROV</a>, a mini submarine developed in a Silicon Valley garage, has been hailed by the world&#8217;s media as the key to unlocking the earth&#8217;s last frontier.</p>
<p>No pressure, or anything.</p>
<p>The 20-something creators, David Lang (pictured, above) and Eric Stackpole, did not anticipate that their open-source robot would infatuate the press or be viewed as the low-cost alternative to subs like the Deep Sea Challenger, which took filmmaker, James Cameron, to the deepest, darkest recesses of the western Pacific.</p>
<p>&#8220;At the outset, we thought this might be a great project to discover underwater caves that are too small for divers,&#8221; said Lang when I met up with him at open-access workshop <a href="http://www.techshop.ws/" target="_blank">TechShop</a> in San Francisco, where he and Stackpole make their parts. &#8220;Our ideas for what we wanted to use it for were dwarfed by the community.&#8221;</p>
<p>Environmentalists and marine archeologists already say they plan to use OpenROV to discover shipwrecks in Cuba and spotlight pollution in the high seas. Treasure hunters can use the mini sub to look for gold in unchartered waters. In November, Stackpole will be headed to Antarctica as an under-ice pilot in a larger-scale, commercial grade ROV.</p>
<p>&#8220;We don&#8217;t want to be the wealthiest mini sub builders in the world,&#8221; said Lang. &#8221;Our goal is to have a high return on adventure.&#8221;</p>
<div id="attachment_507284" class="wp-caption alignleft" style="width: 324px"><a href="http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/techshop-san-francisco/" rel="attachment wp-att-507284"><img class=" wp-image-507284  " title="TechShop-San Francisco" src="http://venturebeat.files.wordpress.com/2012/08/techshop-san-francisco.jpg?w=314&#038;h=234" alt="" width="314" height="234" /></a><p class="wp-caption-text">TechShop, the site where Lang and Stackpole solder the submarine&#8217;s parts.</p></div>
<p>On popular crowdfunding platform Kickstarter, OpenROV took on a life of its own and far exceeded its funding goal by netting $111,622 from 484 backers.</p>
<p>It didn&#8217;t hurt that Stackpole was profiled by the <a href="http://bits.blogs.nytimes.com/2012/05/28/a-mini-sub-made-from-cheap-parts-could-change-underwater-exploration/" target="_blank">New York Times&#8217;, and OpenROV was credited for its potential to transform underwater exploration.</a></p>
<p>Lang told me no one has used OpenROV to successfully discover any buried treasure in the ocean&#8217;s depths, yet.</p>
<p>The founders&#8217; singular focus is to keep up with the demand for the kits. At TechShop, Lang and Stackpoke laser cut electronic material and plastic and hand-pack and mail the kits. Lang told me that the most common purchasers are tinkerers and hobbyists, who add their own flourishes like robotic arms, payload equipment, and additional cameras.</p>
<p>The TechShop chain is a recent addition to the Bay Area, and is a paradise for hardware geeks. For $100 per month, anyone can access high-tech equipment such as 3-D printers. Classes taught at one of the TechShop hacker spaces include Welding 101, and are available for a few extra dollars. At TechShop, Lang learned how to build robots and work with machines in less than six months.</p>
<div id="attachment_507149" class="wp-caption alignleft" style="width: 310px"><a href="http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/a301f2b8ca4d1df09af62c5ffef7208b_large/" rel="attachment wp-att-507149"><img class="size-medium wp-image-507149" title="OpenRov" src="http://venturebeat.files.wordpress.com/2012/08/a301f2b8ca4d1df09af62c5ffef7208b_large.jpg?w=300&#038;h=300" alt="" width="300" height="300" /></a><p class="wp-caption-text">OpenRov, a mini submarine, can dive as deep as 100m.</p></div>
<p>The basic prototype has been through 35 iterations and is designed to be portable and cheap. At the basic level, its open-source, remotely operated robot that can be deployed underwater and navigated in 3D using a laptop.</p>
<p>The little robot is elegantly simple, but the real innovation is its inexpensive parts. OpenROV is available for $750, and anyone with a knack for DIY can use it to scale the depths of the ocean, as far as 100 meters.</p>
<p>But if you want an underwater robot of your own, you&#8217;ll need to be a dab hand with a soldering iron, as the robot is sold in a kit filled with parts.</p>
<p>To keep tabs on how the robot is being used, the pair launched a <a href="http://openrov.com/forum/categories/adventures/listForCategory" target="_blank">company blog</a> and discussion forum. It is already proving to be a powerful tool for small-town environmentalists.</p>
<p>OpenROV can be fitted with video equipment to highlight the pile-up of junk in lakes and ponds. It can go in tiny crevices, where a diver can&#8217;t. One user plans to search for evidence of plastic pollution in the unchartered, murky depths of a seabed.</p>
<p>&#8220;At a tiny un-touristed cove in southern Maine, I&#8217;m finding hundreds &#8212; sometimes thousands &#8212; of bits of plastic wreckage washing up weekly,&#8221; <a href="http://openrov.com/forum/topics/undersea-plastic-pollution" target="_blank">he wrote.</a></p>
<p>At TechShop, where Lang spends the bulk of his time, he tells me that these findings are the tip of the iceberg for OpenROV. &#8220;Our story is just the beginning,&#8221; said Lang, who animatedly points out a number of other cool projects that are in development.</p>
<p>&#8220;We do know that deep sea exploration, space exploration, drones, 3-D printing are now something that anyone can do,&#8221; he said.</p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/science/'>Science</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=505508&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/08/a301f2b8ca4d1df09af62c5ffef7208b_large.jpg?w=140" /><source url="http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/">Mini underwater sub raises $111K for amateur ocean exploration</source>
		<media:content url="http://2.gravatar.com/avatar/54db9fa0da02d1fe98a5197333d6d08f?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">christinafarr</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/david-lang.jpg" medium="image">
			<media:title type="html">David-Lang</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/techshop-san-francisco.jpg" medium="image">
			<media:title type="html">TechShop-San Francisco</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/a301f2b8ca4d1df09af62c5ffef7208b_large.jpg?w=300" medium="image">
			<media:title type="html">OpenRov</media:title>
		</media:content>
	</item>
	</channel>
</rss>
