<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Travelling and not arriving</title>
	<atom:link href="http://diotalevi.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://diotalevi.com</link>
	<description>"A good traveller has no fixed plans and is not intent on arriving" Lao Tzu</description>
	<lastBuildDate>Wed, 25 Aug 2010 09:42:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Is there such thing as a &#8220;Startup Technology Stack&#8221;? by fildiotalevi</title>
		<link>http://diotalevi.com/2010/08/15/is-there-such-thing-as-a-startup-technology-stack/comment-page-1/#comment-196</link>
		<dc:creator>fildiotalevi</dc:creator>
		<pubDate>Wed, 25 Aug 2010 09:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://diotalevi.com/?p=122#comment-196</guid>
		<description>@nicolas
Interesting comment. Of course I was talking about web applications only; I don&#039;t have direct experience with mobile or desktop apps. So that&#039;s correct, such a stack can be used only when developing web applications.

On the other side, I&#039;m not completely sure what &quot;Innovation&quot; we are talking about. Is it really technical innovation?
Looking around, I don&#039;t see much technical innovation when I look at startups; there are certainly exceptions, but the vast majority of them is building the usual and glorified web application.

When I look at startups, I see marketing and business model innovation. I see them trying to figure out a way to market a service, a way to build a community around a topic, a way to make people pay for something that was previously free.</description>
		<content:encoded><![CDATA[<p>@nicolas<br />
Interesting comment. Of course I was talking about web applications only; I don&#8217;t have direct experience with mobile or desktop apps. So that&#8217;s correct, such a stack can be used only when developing web applications.</p>
<p>On the other side, I&#8217;m not completely sure what &#8220;Innovation&#8221; we are talking about. Is it really technical innovation?<br />
Looking around, I don&#8217;t see much technical innovation when I look at startups; there are certainly exceptions, but the vast majority of them is building the usual and glorified web application.</p>
<p>When I look at startups, I see marketing and business model innovation. I see them trying to figure out a way to market a service, a way to build a community around a topic, a way to make people pay for something that was previously free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is there such thing as a &#8220;Startup Technology Stack&#8221;? by fildiotalevi</title>
		<link>http://diotalevi.com/2010/08/15/is-there-such-thing-as-a-startup-technology-stack/comment-page-1/#comment-195</link>
		<dc:creator>fildiotalevi</dc:creator>
		<pubDate>Wed, 25 Aug 2010 09:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://diotalevi.com/?p=122#comment-195</guid>
		<description>@Ran 
&gt;I’m interested in how schema-less DB would solve your issues. You still got 
&gt; customer data that you need to load one way, transform, then save in 
&gt; another way. Isn’t this the same as “migration”?

There a few cases in which, differently from a RDBMS, you might need no migration at all with document dbs.

If a migration involves only addition/removal of columns, you don&#039;t need any migration at all in a schemaless database like MongoDB. You simply start adding more data in the stored document.

Similarly if what was previously a column becomes a separate entity, or a one-to-many relationship, you can still avoid migrations in a document db simply starting storing a different &quot;type&quot; of data in the document (usually a reference to an external entity rather than the data itself). It might require some more coding in the application side (and it is certainly less elegant), but it allows to to change your code more quickly.</description>
		<content:encoded><![CDATA[<p>@Ran<br />
>I’m interested in how schema-less DB would solve your issues. You still got<br />
> customer data that you need to load one way, transform, then save in<br />
> another way. Isn’t this the same as “migration”?</p>
<p>There a few cases in which, differently from a RDBMS, you might need no migration at all with document dbs.</p>
<p>If a migration involves only addition/removal of columns, you don&#8217;t need any migration at all in a schemaless database like MongoDB. You simply start adding more data in the stored document.</p>
<p>Similarly if what was previously a column becomes a separate entity, or a one-to-many relationship, you can still avoid migrations in a document db simply starting storing a different &#8220;type&#8221; of data in the document (usually a reference to an external entity rather than the data itself). It might require some more coding in the application side (and it is certainly less elegant), but it allows to to change your code more quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is there such thing as a &#8220;Startup Technology Stack&#8221;? by Nicolas</title>
		<link>http://diotalevi.com/2010/08/15/is-there-such-thing-as-a-startup-technology-stack/comment-page-1/#comment-190</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Mon, 16 Aug 2010 15:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://diotalevi.com/?p=122#comment-190</guid>
		<description>A startup is about innovation.

You shall not try to use a stack and then use it to solve problems.

You should try to solve problems that have business interrest and use the best possible tools available for this.

One exemple, your stack include databases and web technology. Is it the best technology for a mobile app ? Or a desktop video game ? Or a speach recognition program ?

First, see what your business is about, then choose the right tool.

Another thing about startup may be innovation. If we all agree on a startup stack to use, it will be more more difficult to innovate.

Paul Graham as an exemple used lisp for it&#039;s eCommerce software. And it worked really well.

For him, using lisp what a competitive advantage and that why his product was so sucessful.

So for me, no standard startup stack.</description>
		<content:encoded><![CDATA[<p>A startup is about innovation.</p>
<p>You shall not try to use a stack and then use it to solve problems.</p>
<p>You should try to solve problems that have business interrest and use the best possible tools available for this.</p>
<p>One exemple, your stack include databases and web technology. Is it the best technology for a mobile app ? Or a desktop video game ? Or a speach recognition program ?</p>
<p>First, see what your business is about, then choose the right tool.</p>
<p>Another thing about startup may be innovation. If we all agree on a startup stack to use, it will be more more difficult to innovate.</p>
<p>Paul Graham as an exemple used lisp for it&#8217;s eCommerce software. And it worked really well.</p>
<p>For him, using lisp what a competitive advantage and that why his product was so sucessful.</p>
<p>So for me, no standard startup stack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is there such thing as a &#8220;Startup Technology Stack&#8221;? by Ran Biron</title>
		<link>http://diotalevi.com/2010/08/15/is-there-such-thing-as-a-startup-technology-stack/comment-page-1/#comment-189</link>
		<dc:creator>Ran Biron</dc:creator>
		<pubDate>Mon, 16 Aug 2010 12:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://diotalevi.com/?p=122#comment-189</guid>
		<description>I&#039;m interested in how schema-less DB would solve your issues. You still got customer data that you need to load one way, transform, then save in another way. Isn&#039;t this the same as &quot;migration&quot;?</description>
		<content:encoded><![CDATA[<p>I&#8217;m interested in how schema-less DB would solve your issues. You still got customer data that you need to load one way, transform, then save in another way. Isn&#8217;t this the same as &#8220;migration&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is there such thing as a &#8220;Startup Technology Stack&#8221;? by Michiel Trimpe</title>
		<link>http://diotalevi.com/2010/08/15/is-there-such-thing-as-a-startup-technology-stack/comment-page-1/#comment-187</link>
		<dc:creator>Michiel Trimpe</dc:creator>
		<pubDate>Sun, 15 Aug 2010 18:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://diotalevi.com/?p=122#comment-187</guid>
		<description>Have you tried Liquibase for database migrations? For us, it works like a charm once you get used to it&#039;s kinks (don&#039;t autoformat plain SQL queries!;).

We just deploy the application and our Spring Liquibase bean automatically upgrades the database ....</description>
		<content:encoded><![CDATA[<p>Have you tried Liquibase for database migrations? For us, it works like a charm once you get used to it&#8217;s kinks (don&#8217;t autoformat plain SQL queries!;).</p>
<p>We just deploy the application and our Spring Liquibase bean automatically upgrades the database &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Mindquilt by Marketing on a shoestring (aka Mindquilt is going to Boston) &#8211; Travelling and not arriving</title>
		<link>http://diotalevi.com/2010/05/04/introducing-mindquilt/comment-page-1/#comment-181</link>
		<dc:creator>Marketing on a shoestring (aka Mindquilt is going to Boston) &#8211; Travelling and not arriving</dc:creator>
		<pubDate>Thu, 20 May 2010 15:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://diotalevi.com/?p=89#comment-181</guid>
		<description>[...] Blog We actually didn&#8217;t blog that much. The reason is I was the only one with a blog before joining Mindquilt, and a pretty abandoned one. Creating a blog just to promote a company (even a cool one  ) doesn&#8217;t seem fair to me. I&#8217;d rather call it spam. So the only blog post we launched was in my blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] Blog We actually didn&#8217;t blog that much. The reason is I was the only one with a blog before joining Mindquilt, and a pretty abandoned one. Creating a blog just to promote a company (even a cool one  ) doesn&#8217;t seem fair to me. I&#8217;d rather call it spam. So the only blog post we launched was in my blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Mindquilt by Daniel</title>
		<link>http://diotalevi.com/2010/05/04/introducing-mindquilt/comment-page-1/#comment-175</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 05 May 2010 10:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://diotalevi.com/?p=89#comment-175</guid>
		<description>Great post Filippo. You are a much better writer than I am :)</description>
		<content:encoded><![CDATA[<p>Great post Filippo. You are a much better writer than I am <img src='http://diotalevi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The OSGiLook, Linode and minor migrations by travelling and not arriving</title>
		<link>http://diotalevi.com/2009/08/02/the-osgilook-linode-and-minor-migrations/comment-page-1/#comment-59</link>
		<dc:creator>travelling and not arriving</dc:creator>
		<pubDate>Sun, 20 Sep 2009 14:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://diotalevi.com/?p=55#comment-59</guid>
		<description>[...] experience, I decided to put (much) more effort on the OSGi Look. First of all I bought myself a Linode virtual server and migrated all the data over there. Secondly, I started to post on a regular schedule, and to [...]</description>
		<content:encoded><![CDATA[<p>[...] experience, I decided to put (much) more effort on the OSGi Look. First of all I bought myself a Linode virtual server and migrated all the data over there. Secondly, I started to post on a regular schedule, and to [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
