<?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>Powers Unfiltered &#187; Press coverage</title>
	<atom:link href="http://powersunfiltered.com/category/press-coverage/feed/" rel="self" type="application/rss+xml" />
	<link>http://powersunfiltered.com</link>
	<description>An entrepreneur's journey into grid computing and partnering with Microsoft, by John Powers</description>
	<lastBuildDate>Wed, 22 Dec 2010 02:34:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Digipede Network 2.4 &#8212; Beyond the Press Release</title>
		<link>http://powersunfiltered.com/2010/07/02/digipede-network-2-4-beyond-the-press-release/</link>
		<comments>http://powersunfiltered.com/2010/07/02/digipede-network-2-4-beyond-the-press-release/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 23:06:22 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[Grid applications]]></category>
		<category><![CDATA[Press coverage]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Digipede]]></category>
		<category><![CDATA[distributed-computing]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[grid-computing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[multi-core]]></category>
		<category><![CDATA[Software-development]]></category>

		<guid isPermaLink="false">http://powersunfiltered.com/?p=226</guid>
		<description><![CDATA[As many of you probably saw (thank you, Google News Alerts), Digipede has just released a new version of our award-winning grid computing software, the Digipede Network.  Whew. One of the most painful and joyful events in the life of a software company is the release of new software.  While this seems like an obvious [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you probably saw (thank you, Google News Alerts), <a href="http://www.digipede.net">Digipede </a>has just released a new version of our award-winning grid computing software, <a href="http://www.digipede.net/products/digipede-network.html">the Digipede Network</a>.  Whew.</p>
<p>One of the most painful and joyful events in the life of a software company is the release of new software.  While this seems like an obvious statement, let me just say to all my friends who are NOT in the software business &#8212; you have no idea.</p>
<p>Many customers, prospective customers, and industry observers shrug and even smirk at a press release that &#8220;merely&#8221; announces the release of a new version of an existing product.  (Smirk away &#8212; <a href="http://www.digipede.net/downloads/20100628%20Digipede%20Network%202%204%20GA_FINAL.pdf">here&#8217;s ours</a>.)  But it&#8217;s gratifying to receive congratulations from those who actually understand this process (thanks, <a href="http://msdn.microsoft.com/en-us/concurrency/default.aspx">friends at Microsoft!</a>).</p>
<p>So now that the apparently-endless cycle of build and test is over, and the last (known) snafu has been fixed (how the %^$&amp;$! did we put an uninstallable version of our SDK out on our community site?), we can take a deep breath, step back, and discuss what this release means &#8212; to our customers.  Because, as our press release says, this is a software release entirely driven by our customers.</p>
<p>From the beginning, we set out to make the Digipede Network &#8220;radically easier to buy, install, learn, and use&#8221; than any other distributed computing platform.  Reviewers say we&#8217;ve done that, and customers tell us they can come up to speed quickly with our software.  Ah, but once a customer comes up to speed quickly, that customer gets ideas!  &#8220;Why does Digipede use all the cores on each compute resource? Can we reserve one or more for other uses?&#8221;  &#8220;When I try to delete thousands of jobs at once, weird things happen &#8212; are you guys just idiots or what?&#8221; &#8220;I thought you guys were supposed to be Microsoft-savvy; why can&#8217;t I host a .NET 4 application on your software?&#8221;  &#8220;When we run millions of jobs with lots of really short tasks, the Digipede database gets really big &#8212; can you fix that?&#8221;  You get the idea.</p>
<p>Well, to be honest, we never tested that &#8220;queue thousands of jobs while thousands of other jobs are running and then just delete the thousands that are queued&#8221; case, so yeah, weird things happened.  Should be better now.  And yeah, .NET 4 is a reasonable expectation from us &#8212; works fine now.   Yes, it&#8217;s true that there are ways to make the Digipede database grow &#8212; and while we&#8217;ve always had tools for managing that, those tools are simpler and more useful now.</p>
<p>That multi-core thing turned out to be the most popular one though, and it&#8217;s been one of my pet issues for a while, so let&#8217;s talk about that in more detail.  I&#8217;ve spoken at conferences, written articles, made videos, and given interview for years saying basically this:</p>
<ul>
<li>Mainstream developers know single-threaded object-oriented coding techniques, which take advantage of a single core.</li>
<li>Meanwhile, chip makers are developing CPUs with more and more cores.</li>
<li>The Digipede SDK is the simplest way for a mainstream developer to WRITE WHAT THEY KNOW (i.e., single-threaded object-oriented code) and EXECUTE that code on multiple cores on a chip, multiple chips in a box, and multiple boxes on a grid, all using the same programming paradigm.</li>
</ul>
<p>And this has been great for us and for our customers &#8212; up to a point.  For purely compute-intensive applications, this approach scales linearly in cores and machines up to hundreds and even thousands of multi-core compute resources.  But many complex applications have a lot of I/O requirements as well, and just loading up (for example) an 8-core server (most likely, a dual quad-core box) with 8 cores worth of computation can actually slow down execution as processes wait for I/O.</p>
<p>So in the most recent release, we took a very simple brute-force approach to fixing this issue &#8211; we now allow users to &#8220;reserve&#8221; one or more cores per compute resource through a simple option in Digipede Control.  Early users report excellent results, with 6 or 7 cores computing away while the remaining one or two handle all other chores (including I/O).  Equally important, this approach is robust to additional increases in the number of cores per chip (which is forecast to reach several dozen within just a few years).</p>
<p>If you want to take the new version for a spin, ask for a<a href="http://www.digipede.net/products/request-eval.html"> free evaluation copy here</a>.</p>
<p>Now, how about what&#8217;s NOT in our press release?  Well, you won&#8217;t find the word &#8220;cloud&#8221; in there&#8230;</p>
<p>Is it just me, or has the cloud meme really jumped the shark?  Look.  I used cloud computing before it was called that, and I&#8217;ll use it after that name has wandered off into the scrapheap of forgotten marketing buzzwords.  If a cloud is Google and a cloud is a cluster in a datacenter somewhere the user can&#8217;t see it, then a cloud is everything and nothing.  If a cloud is Amazon or GoGrid, then sure, our customers can deploy the Digipede Network there, or they can deploy it on their own infrastructure (then, if they want to, they can tell their bosses they&#8217;ve built a &#8220;private cloud&#8221; for all I care!).</p>
<p>The market knows Digipede as a provider of distributed computing software for the Windows platform, and as a provider of  high-productivity distributed computing tools for .NET developers.  That&#8217;s our role in the cloud and on the ground and everywhere in between.</p>
]]></content:encoded>
			<wfw:commentRss>http://powersunfiltered.com/2010/07/02/digipede-network-2-4-beyond-the-press-release/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Digipede on Channel9</title>
		<link>http://powersunfiltered.com/2009/07/01/digipede-on-channel9/</link>
		<comments>http://powersunfiltered.com/2009/07/01/digipede-on-channel9/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 16:43:18 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Grid applications]]></category>
		<category><![CDATA[Partnering with Microsoft]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Press coverage]]></category>
		<category><![CDATA[Channel9]]></category>
		<category><![CDATA[Digipede]]></category>
		<category><![CDATA[HPC]]></category>
		<category><![CDATA[HPC Server 2008]]></category>
		<category><![CDATA[IronPython]]></category>
		<category><![CDATA[ISV]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Parallel Computing]]></category>
		<category><![CDATA[Visual-Studio]]></category>

		<guid isPermaLink="false">http://powersunfiltered.com/?p=206</guid>
		<description><![CDATA[I went to Microsoft&#8217;s Mountain View office last week, where I did an interview with William Leong, Microsoft ISV Evangelist.  We talked about Digipede&#8217;s market, products, and the need for grid computing in businesses of all sizes.  We even talked about IronPython, and how a last-minute addition to a recent version of our software has [...]]]></description>
			<content:encoded><![CDATA[<p>I went to Microsoft&#8217;s Mountain View office last week, where I did an interview with William Leong, Microsoft ISV Evangelist.  We talked about Digipede&#8217;s market, products, and the need for grid computing in businesses of all sizes.  We even talked about IronPython, and how a last-minute addition to a recent version of our software has been driving new business for us.</p>
<p>The video of that conversation is now on Channel9; you can <a href="http://channel9.msdn.com/posts/ashishjaiman/Digipede-and-Grid-Computing-on-the-Windows-Platform/">watch it here.</a></p>
<p>We&#8217;re offering developers who watch that video (and even those who don&#8217;t) a free copy of the Digipede Network Developer Edition &#8212; <a href="http://www.digipede.net/faster">go to this page</a> to get yours today.</p>
<p>Many thanks to  William and the rest of the Microsoft Evangelists for giving us this opportunity to get the word out about how Digipede and Microsoft work together to make software run faster and scale bigger!</p>
]]></content:encoded>
			<wfw:commentRss>http://powersunfiltered.com/2009/07/01/digipede-on-channel9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good News on Wall Street</title>
		<link>http://powersunfiltered.com/2009/03/10/good-news-on-wall-street/</link>
		<comments>http://powersunfiltered.com/2009/03/10/good-news-on-wall-street/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 03:02:50 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Grid applications]]></category>
		<category><![CDATA[Press coverage]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[application performance]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[grid-computing]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[multi-core]]></category>
		<category><![CDATA[Wall Street]]></category>
		<category><![CDATA[WS&T]]></category>

		<guid isPermaLink="false">http://powersunfiltered.com/?p=188</guid>
		<description><![CDATA[Who says there&#8217;s no good news for financial companies? Penny Crosman provided some good news for banks, hedge funds, and other money managers in her article today in Wall Street &#38; Technology &#8212; good news for financial developers and IT professionals who need to access more processing power without complex application re-engineering.  You can read [...]]]></description>
			<content:encoded><![CDATA[<p>Who says there&#8217;s no good news for financial companies?</p>
<p>Penny Crosman provided some good news for banks, hedge funds, and other money managers in <a href="http://www.wallstreetandtech.com/data-latency/showArticle.jhtml?articleID=215801334">her article today</a> in Wall Street &amp; Technology &#8212; good news for financial developers and IT professionals who need to access more processing power without complex application re-engineering. </p>
<p>You can read the article for yourself &#8212; there are good quotes from AVM CTO Paul Algreen, a longtime Digipede customer &#8211; but from my perspective, the gist is this:</p>
<ul>
<li>CPUs are getting faster these days almost exclusively through putting more cores on a chip. </li>
<li>Hence, when you buy a fancy new server, performance only improves for applications that take advantage of multi-core architectures. </li>
<li>Yet most applications are single-threaded, leaving all but one core doing, umm, nothing. </li>
<li>AVM noticed this problem more than two years ago, and started using the Digipede Network to address it. </li>
<li>They&#8217;ve adapted compute-intensive legacy applications to run on a grid of multi-core boxes <em><strong>without expensive re-engineering</strong></em>, seeing huge performance gains. </li>
<li>Thanks to the intuitive programming model offered by the Digipede Framework SDK, AVM has added more and more applications to the grid since then, and they haven&#8217;t looked back.</li>
</ul>
<p>This is quite typical of the experience many Digipede customers have had &#8212; that for most applications in financial services, multi-core and grid computing can be handled most effectively as two cases of the same general distributed computing problem.  </p>
<p>And yes, I&#8217;m going to plug our now-famous four-minute video on this topic again &#8212; <a href="http://www.digipede.net/downloads/digipede_multicore_grid_demo.html">you can watch it here.</a>  Then you can<a href="http://www.digipede.net/products/request-eval.html"> request a free evaluation copy </a>of the Digipede Network, and try it out on your own compute-intensive applications.  Because Intel and AMD aren&#8217;t waiting for the world to re-tool a few million enterprise developers; they&#8217;re banging out chips with more and more cores with every new generation. </p>
<p>But with the right tools, you can take advantage of all that power &#8212; and that&#8217;s a welcome dose of good news for Wall Street!</p>
]]></content:encoded>
			<wfw:commentRss>http://powersunfiltered.com/2009/03/10/good-news-on-wall-street/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting Digipede Win</title>
		<link>http://powersunfiltered.com/2008/12/10/interesting-digipede-win/</link>
		<comments>http://powersunfiltered.com/2008/12/10/interesting-digipede-win/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 17:17:10 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Grid applications]]></category>
		<category><![CDATA[Growth]]></category>
		<category><![CDATA[Press coverage]]></category>
		<category><![CDATA[Digipede]]></category>
		<category><![CDATA[geodetic data]]></category>
		<category><![CDATA[grid-computing]]></category>
		<category><![CDATA[Lockheed Martin]]></category>
		<category><![CDATA[TOPSCENE]]></category>
		<category><![CDATA[US Navy]]></category>

		<guid isPermaLink="false">http://powersunfiltered.com/?p=185</guid>
		<description><![CDATA[I&#8217;ve written here about Digipede&#8217;s financial services customers (about half of Digipede&#8217;s business is in that market), but today I&#8217;ll talk about an interesting project from the other half of our business.  We did a press release today  about the recent sale we made to the US Navy.  You can read that here, so let&#8217;s go [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written here about Digipede&#8217;s financial services customers (about half of Digipede&#8217;s business is in that market), but today I&#8217;ll talk about an interesting project from the <em>other</em> half of our business. </p>
<p>We did a <a href="http://www.digipede.net/downloads/20081210_Lockheed%20Digipede.pdf">press release today </a> about the recent sale we made to the US Navy.  You can read that here, so let&#8217;s go a little deeper. </p>
<p>The Navy has access to huge volumes of very accurate geodetic data &#8212; information that tells the location and elevation of every point on earth.  (I never knew much about this area until this year, but a lot of decent public information is available.  You can look at <a href="http://en.wikipedia.org/wiki/World_Geodetic_System">this Wikipedia article </a>if you&#8217;re interested, and dig around from there.)  Processing geodetic data is a very compute-intensive process.  Combining that information with 2-dimensional image data is even more complex. </p>
<p>One application for this data is &#8220;terrain generation,&#8221; a process of converting raw data into a format useful for visualizing terrain in flight simulations.  A group at Lockheed Martin develops specialized software for this purpose; we&#8217;ve been working with their TOPSCENE group for some time. </p>
<p>That group approached us for assistance in increasing the speed of their terrain generation process.  They&#8217;ve been great to work with &#8212; they&#8217;ve put the Digipede Network to work on their problem, and have achieved great results.  <a href="http://www.lockheedmartin.com/news/press_releases/2008/MFC_120908_LockheedMartinTOPSCENEUpgrade.html">Their own press release </a> about the Digipede-enabled version of their software documents a 20x speedup in processing for our mutual customer at the US Navy.   </p>
<p>We&#8217;re excited about this application, for a variety of reasons.</p>
<p>First, Lockheed Martin is the largest independent software vendor (ISV) we&#8217;ve worked with, and they&#8217;ve validated our premise that ISVs would find the Digipede Network (and particularly the Digipede Framework SDK) the best choice for grid-enabling complex applications.  This is an important point for us.  ISVs can work with other vendors, or build their own application-specific distributed computing solution, and Lockheed Martin certainly has the resources to pursue either path &#8212; but they chose Digipede, and have achieved great results. </p>
<p>Second, we see many, many more applications in processing geodetic data.  We&#8217;ve already made other sales in that area to government agencies outside of defense (no announcements yet, but stay tuned!), and we see increasing interest from commercial customers in this area as well.   </p>
<p>Finally, as many financial customers struggle with market issues (some of our clients from 2007 no longer exist in recognizable form), it&#8217;s important that Digipede diversify and demonstrate growth in other markets.  Customers like the US Navy certainly help with this important goal.  While government purchases can be  slow, we&#8217;ve been quietly working this area for years, and it&#8217;s great to see results we can discuss. </p>
]]></content:encoded>
			<wfw:commentRss>http://powersunfiltered.com/2008/12/10/interesting-digipede-win/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Last month&#8217;s least surprising (and least correct) cloud pronouncement</title>
		<link>http://powersunfiltered.com/2008/08/14/last-months-least-surprising-and-least-correct-cloud-pronouncement/</link>
		<comments>http://powersunfiltered.com/2008/08/14/last-months-least-surprising-and-least-correct-cloud-pronouncement/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 19:37:47 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[Press coverage]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://powersunfiltered.com/?p=181</guid>
		<description><![CDATA[OK, this one came out while I was on vacation, so it&#8217;s a little old, but I can&#8217;t let it pass. The new head of Red Hat, Jim Whitehurst, says &#8220;The clouds will all run Linux.&#8221; Really? What&#8217;s next? The head of Boeing telling us that all transportation will be via 787s? Or maybe a [...]]]></description>
			<content:encoded><![CDATA[<p>OK, this one came out while I was on vacation, so it&#8217;s a little old, but I can&#8217;t let it pass.</p>
<p>The new head of Red Hat, Jim Whitehurst, says <a href="http://news.cnet.com/8301-1001_3-10002150-92.html">&#8220;The clouds will all run Linux.&#8221; </a></p>
<p>Really?  What&#8217;s next?  The head of Boeing telling us that all transportation will be via 787s?  Or maybe a statement from OPEC saying that cars will all burn gasoline?</p>
<p>Get serious.  &#8220;The Clouds&#8221; will run Linux and UNIX and Windows and OS X and whatever else paying customers want.</p>
<p>&#8220;The Clouds&#8221; are already running more than just Linux, and if cloud computing is going to grow beyond today&#8217;s super-early-adopter proof-of-concept market, it&#8217;s going to get more diverse, not less.</p>
<p>Every time there&#8217;s a new IT buzzword (oops, I mean &#8220;revolution&#8221;), some market-oblivious engineer or attention-deficit analyst declares that finally legacy computing is dead, a new paradigm is here, there&#8217;s One Right Way to do everything now, the open-source rapture is at hand, you&#8217;re free from your chains, yada yada yada.</p>
<p>But a guy like Jim Whitehurst should know better.  Yeah Jim, &#8220;the clouds&#8221; are going to kill Microsoft.  Yeah Jim, &#8220;the clouds&#8221; mean Oracle is finished.  Yeah Jim, &#8220;the clouds&#8221; will all run Linux, and Slashdot will replace all other news outlets.</p>
<p>I&#8217;ll have lots more constructive things to say about cloud computing soon here, but for now let me just say: the cloud computing offerings I&#8217;ve seen so far look a lot like computing.  There&#8217;s hardware infrastructure, there are operating systems, there are development tools, there are applications, APIs, and user interfaces.  There are administrative tools, management consoles, and buckets of kludgy tricks to make anything actually work the way you want it to work.  Different vendors expose different parts of all this to their users in different ways as they struggle to differentiate.  But anyone who believes that &#8220;the clouds&#8221; will &#8220;all&#8221; standardize on a single OS (or database, or programming language, or much of anything else) is just blowing smoke.</p>
]]></content:encoded>
			<wfw:commentRss>http://powersunfiltered.com/2008/08/14/last-months-least-surprising-and-least-correct-cloud-pronouncement/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Good article on Dan&#8217;l Lewin in (gasp) the SF Chronicle</title>
		<link>http://powersunfiltered.com/2008/06/27/good-article-on-danl-lewin-in-gasp-the-sf-chronicle/</link>
		<comments>http://powersunfiltered.com/2008/06/27/good-article-on-danl-lewin-in-gasp-the-sf-chronicle/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 18:28:22 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Growth]]></category>
		<category><![CDATA[Partnering with Microsoft]]></category>
		<category><![CDATA[Press coverage]]></category>
		<category><![CDATA[Startup Life]]></category>
		<category><![CDATA[Digipede]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[silicon valley]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[venture-capital]]></category>

		<guid isPermaLink="false">http://powersunfiltered.com/2008/06/27/good-article-on-danl-lewin-in-gasp-the-sf-chronicle/</guid>
		<description><![CDATA[The San Francisco Chronicle is not exactly the planet&#8217;s leading source of technology news and analysis.  So many of you probably haven&#8217;t yet seen Deborah Gage&#8217;s excellent article today about Dan&#8217;l Lewin, Microsoft&#8217;s ambassador to Silicon Valley.  Dan&#8217;l is among our most important contacts (and favorite people) at Microsoft, and despite his high-visibility role, many [...]]]></description>
			<content:encoded><![CDATA[<p>The San Francisco Chronicle is not exactly the planet&#8217;s leading source of technology news and analysis.  So many of you probably haven&#8217;t yet seen <a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2008/06/27/BUSF11EV1D.DTL">Deborah Gage&#8217;s excellent article</a> today about Dan&#8217;l Lewin, Microsoft&#8217;s ambassador to Silicon Valley.  Dan&#8217;l is among our most important contacts (and favorite people) at Microsoft, and despite his high-visibility role, many people (including many entrepreneurs) still don&#8217;t understand the value he can bring to a startup.</p>
<p>In a single sentence containing at least three significant understatements, Ms. Gage writes:</p>
<blockquote><p>Microsoft still gets criticized sometimes for being slow to the Internet or hard  to do business with, but Lewin has won praise over the years for his courtesy,  efficiency and ability to connect outsiders to the right people inside  Microsoft, which is not an easy task.</p></blockquote>
<p>Whew.  Let&#8217;s parse that.</p>
<p>&#8220;Microsoft still gets criticized sometimes for being . . . hard to do business with . . .&#8221;  There is no question that doing business with ANY huge company is hard.  Building a close relationship with Microsoft (or any tech giant) is not for the faint of heart.  Microsoft presents some special challenges that I could go on about at length (oh wait, I&#8217;ve done that multiple times&#8230;), but let&#8217;s just stipulate that some of these criticisms are justified while some are not.</p>
<p>&#8220;&#8230;but Lewin has won praise over the years for his courtesy, efficiency and ability to connect outsiders to the right people inside Microsoft&#8230;&#8221;   Bingo.  Dan&#8217;l Lewin has done more to expose the <em>helpful </em>side of Microsoft to startups, entrepreneurs, and VCs than anyone would have thought possible just a few years ago.  His <a href="http://www.microsoftstartupzone.com/">Emerging Business Team</a> is the API for startups that want hooks into Microsoft.  Digipede has received numerous tangible and intangible benefits from working with the EBT; the group brings the attitude that they can&#8217;t wait to help interesting startups, and it&#8217;s Dan&#8217;l who sets the tone and agenda for that critical group.</p>
<p>&#8220;&#8230;which is not an easy task.&#8221;  No kidding.  I&#8217;m back to my API analogy.  If you would rather to try to reverse-engineer the Microsoft org chart from the outside, good luck &#8212; but a single call to the EBT can get you to the right person within Microsoft faster than any other method I know.</p>
<p>The Bay Area is teaming with &#8220;experts&#8221; who would have us believe that Microsoft has become irrelevant.  In my experience, entrepreneurs ignore Microsoft at their peril.  Far better to understand what they&#8217;re doing and why than to pretend they aren&#8217;t there.  Dan&#8217;l and his team are great resources for entrepreneurs who want to understand and work with Microsoft.  So &#8212; good job, Ms. Gage, for profiling Microsoft&#8217;s local champion of innovation.  Well worth reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://powersunfiltered.com/2008/06/27/good-article-on-danl-lewin-in-gasp-the-sf-chronicle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grid Today connects the dots on Velocity and Digipede</title>
		<link>http://powersunfiltered.com/2008/06/09/grid-today-connects-the-dots-on-velocity-and-digipede/</link>
		<comments>http://powersunfiltered.com/2008/06/09/grid-today-connects-the-dots-on-velocity-and-digipede/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 16:58:45 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Grid applications]]></category>
		<category><![CDATA[Partnering with Microsoft]]></category>
		<category><![CDATA[Press coverage]]></category>

		<guid isPermaLink="false">http://powersunfiltered.com/2008/06/09/grid-today-connects-the-dots-on-velocity-and-digipede/</guid>
		<description><![CDATA[I can&#8217;t believe I still haven&#8217;t had a chance to write about Velocity, Microsoft&#8217;s recently announced in-memory cache.  I think  this is just further proof that I have an endless backlog of topics about which I should be writing. In any case, Derrick Harris of Grid Today has done a great job of connecting the [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t believe I still haven&#8217;t had a chance to write about <a href="http://msdn.microsoft.com/en-us/library/cc645013.aspx">Velocity</a>, Microsoft&#8217;s <a href="http://www.gridtoday.com/grid/2369511.html">recently announced</a> in-memory cache.  I think  this is just further proof that I have an endless backlog of topics about which I should be writing.</p>
<p>In any case, Derrick Harris of Grid Today has done a great job of connecting the dots for us in <a href="http://www.gridtoday.com/grid/2376484.html">his excellent article today</a>.  Read the whole article, because he offers good insight on how important this announcement really is, but here&#8217;s his analysis of how it affects Digipede:</p>
<blockquote><p>Whatever emerges from Velocity also should be good news to Microsoft’s technology partners &#8212; in particular <a href="http://ww.digipede.com/">Digipede</a>, which has been delivering distributed computing to .NET apps and now might get the add-on technology it needs to compete with the big boys. Digipede has received no shortage of praise from customers and commentators alike about its relatively inexpensive and very user-friendly solution, but one of the drawbacks has been its limitation in terms of what types of jobs the Digipede Network can handle, namely CPU-intensive jobs benefitting from parallel processing. If Microsoft and Digipede can make Velocity and the Digipede Network function as a unit and keep the price down, Digipede could find itself selling to a whole new, real-time-data-loving audience. That this integration will occur is pure speculation on my part, but it seems to make sense on the surface.</p></blockquote>
<p>I have no comment on specifics at the moment, but let&#8217;s just say &#8212; Derrick, you nailed it.</p>
]]></content:encoded>
			<wfw:commentRss>http://powersunfiltered.com/2008/06/09/grid-today-connects-the-dots-on-velocity-and-digipede/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digipede in .NET Developer&#8217;s Journal grid computing article</title>
		<link>http://powersunfiltered.com/2008/06/03/digipede-in-net-developers-journal-grid-computing-article/</link>
		<comments>http://powersunfiltered.com/2008/06/03/digipede-in-net-developers-journal-grid-computing-article/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 15:47:27 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Grid applications]]></category>
		<category><![CDATA[Press coverage]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Bear Stearns]]></category>
		<category><![CDATA[Derek Furguson]]></category>
		<category><![CDATA[Digipede]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[genetic algorithms]]></category>
		<category><![CDATA[grid-computing]]></category>
		<category><![CDATA[JPMorgan Chase]]></category>
		<category><![CDATA[market timing]]></category>
		<category><![CDATA[Matt Davey]]></category>

		<guid isPermaLink="false">http://powersunfiltered.com/2008/06/03/digipede-in-net-developers-journal-grid-computing-article/</guid>
		<description><![CDATA[Derek Furguson of Bear Stearns (now JPMorgan Chase) has a good article in .NET Developer Journal about how to apply genetic algorithms and grid computing to the problem of market timing in stock trading. I was pleased to see that he chose to implement his algorithms using the Digipede Network. His article is in two [...]]]></description>
			<content:encoded><![CDATA[<p>Derek Furguson of Bear Stearns (now JPMorgan Chase) has <a href="http://dotnet.sys-con.com/read/579373.htm">a good article </a> in .NET Developer Journal about how to apply genetic algorithms and grid computing to the problem of market timing in stock trading.  I was pleased to see that he chose to implement his algorithms using the Digipede Network.</p>
<p>His article is in two parts, and this first part provides a good overview of the complex problem he&#8217;s facing &#8212; he confronts issues in financial modeling, data sources, genetic models and grid computing.  As a result, Part One does not dig too deeply into coding details.  But it&#8217;s worth a read &#8212; you&#8217;ll understand the architectural decisions he&#8217;s facing, and how he&#8217;s planning to address them.  Plus, from what I&#8217;ve heard about Part Two (which will be out in June), there&#8217;s plenty of detail (and code) coming.</p>
<p>This is the second time in two months that we&#8217;ve seen influential financial modelers implement their public examples using the Digipede Network (see also <a href="http://www.ddj.com/windows/207401588">Matt Davey&#8217;s recent Dr. Dobb&#8217;s article</a>).</p>
<p>This is consistent with what we&#8217;re seeing from customers.  While there are many grid offerings in the market, there seems to be a growing consensus that if you use .NET, there are significant advantages to working with a grid solution built on .NET.  Or conversely, there&#8217;s no point trying to fit a square peg into a round hole &#8212; i.e., there&#8217;s no point trying to graft a .NET application onto a grid built for other technologies when a better option exists.</p>
<p>This is the &#8220;application centric&#8221; view &#8212; grids should follow applications, making it easier for developers to adapt applications to a grid, even if that means limiting the options for running those applications to a particular set of resources (in Digipede&#8217;s case, Windows machines running .NET).</p>
<p>The other view is &#8220;infrastructure centric&#8221; &#8212; that OS should not matter, that a grid should allow applications to be deployed across all resources, even if that means restricting the application technologies and development patterns allowed for such deployment.</p>
<p>Digipede has been unapologetically in the &#8220;application centric&#8221; camp for five years now, but what do others think?  Has Derek made a wise choice by trading off ease of development for deployment limited to a single OS?  We think so, but let&#8217;s hear from you!</p>
]]></content:encoded>
			<wfw:commentRss>http://powersunfiltered.com/2008/06/03/digipede-in-net-developers-journal-grid-computing-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview in GridToday</title>
		<link>http://powersunfiltered.com/2007/09/17/interview-in-gridtoday/</link>
		<comments>http://powersunfiltered.com/2007/09/17/interview-in-gridtoday/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 11:23:44 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Press coverage]]></category>
		<category><![CDATA[Digipede]]></category>
		<category><![CDATA[Digipede-Network-Version-2.0]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[GridToday]]></category>

		<guid isPermaLink="false">http://powersunfiltered.com/2007/09/17/interview-in-gridtoday/</guid>
		<description><![CDATA[Derrick Harris of GridToday wanted to know more about the Digipede Network Version 2.0. For those zero of you who don&#8217;t read GridToday until I point you there, his recent interview of me is here. More later from High Performance on Wall Street.]]></description>
			<content:encoded><![CDATA[<p>Derrick Harris of GridToday wanted to know more about the Digipede Network Version 2.0.</p>
<p>For those zero of you who don&#8217;t read GridToday until I point you there, his recent interview of me is <a href="http://www.gridtoday.com/grid/1780549.html">here</a>.</p>
<p>More later from <a href="http://www.highperformanceonwallstreet.com/">High Performance on Wall Street</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://powersunfiltered.com/2007/09/17/interview-in-gridtoday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HPC on Wall Street next week</title>
		<link>http://powersunfiltered.com/2007/09/13/hpc-on-wall-street-next-week/</link>
		<comments>http://powersunfiltered.com/2007/09/13/hpc-on-wall-street-next-week/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 16:33:31 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Grid applications]]></category>
		<category><![CDATA[Partnering with Microsoft]]></category>
		<category><![CDATA[Press coverage]]></category>
		<category><![CDATA[Digipede]]></category>
		<category><![CDATA[grid-computing]]></category>
		<category><![CDATA[HPC]]></category>

		<guid isPermaLink="false">http://powersunfiltered.com/2007/09/13/hpc-on-wall-street-next-week/</guid>
		<description><![CDATA[Dan Ciruli and I will be at HPC on Wall Street at the Roosevelt Hotel in New York City next Monday (September 17). We&#8217;ll be releasing Version 2.0 of the Digipede Network, and meeting with many analysts, press, customers, prospects, partners, and bartenders.  Since some of that could be pretty time consuming, we&#8217;ll also be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://powersunfiltered.com/wp-admin/westcoastgrid.blogspot.com">Dan Ciruli</a> and I will be at <a href="http://www.gridtoday.com/grid/1780094.html">HPC on Wall Street</a> at the Roosevelt Hotel in New York City next Monday (September 17).</p>
<p>We&#8217;ll be releasing Version 2.0 of the Digipede Network, and meeting with many analysts, press, customers, prospects, partners, and bartenders.  Since some of that could be pretty time consuming, we&#8217;ll also be in town September 18-19 for Microsoft meetings and more of the above.</p>
<p>If you&#8217;ll be there, <a href="http://powersunfiltered.com/con/">let me know</a> and we&#8217;ll find a way to meet up.</p>
]]></content:encoded>
			<wfw:commentRss>http://powersunfiltered.com/2007/09/13/hpc-on-wall-street-next-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

