<?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/"
	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>Comments on: Why am I learning this stuff?</title>
	<atom:link href="http://electronicmuseum.org.uk/2007/07/30/why-am-i-learning-this-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://electronicmuseum.org.uk/2007/07/30/why-am-i-learning-this-stuff/</link>
	<description>musings about electronic culture</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:02:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Mike</title>
		<link>http://electronicmuseum.org.uk/2007/07/30/why-am-i-learning-this-stuff/#comment-761</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Thu, 02 Aug 2007 07:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://electronicmuseum.wordpress.com/2007/07/30/why-am-i-learning-this-stuff/#comment-761</guid>
		<description><![CDATA[Yeah, absolutely - and tbh the side of development which is all about ideas and prototyping is FAR more interesting (to me, anyway) than all that optimisation / cleaning it up / documentation stuff. Just as well I&#039;m not a web developer. At least not at the moment...maybe I should keep quiet - who knows what the next job will hold...;-)]]></description>
		<content:encoded><![CDATA[<p>Yeah, absolutely &#8211; and tbh the side of development which is all about ideas and prototyping is FAR more interesting (to me, anyway) than all that optimisation / cleaning it up / documentation stuff. Just as well I&#8217;m not a web developer. At least not at the moment&#8230;maybe I should keep quiet &#8211; who knows what the next job will hold&#8230;;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://electronicmuseum.org.uk/2007/07/30/why-am-i-learning-this-stuff/#comment-720</link>
		<dc:creator><![CDATA[Jeremy]]></dc:creator>
		<pubDate>Tue, 31 Jul 2007 09:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://electronicmuseum.wordpress.com/2007/07/30/why-am-i-learning-this-stuff/#comment-720</guid>
		<description><![CDATA[I found you can make a career (well, a few years of emplyment so far, best not count my chickens) out of putting prototype-level code into production...
Seriously, thanks for your thoughts, Mike. I&#039;m also hoping at some point to get around to installing and playing with all the Ruby stuff I downloaded, oh, months ago, if only because I want to understand what other people are using and talking about. I&#039;ve never done this with, say, Java, but RoR is relatively fresh so perhaps I won&#039;t be so far behind the curve. But in the end we aren&#039;t going to be moving from ASP.Net any time soon so it&#039;s only for my benefit, and I have a few other things to occupy my time. Ruby will have to wait, I think.]]></description>
		<content:encoded><![CDATA[<p>I found you can make a career (well, a few years of emplyment so far, best not count my chickens) out of putting prototype-level code into production&#8230;<br />
Seriously, thanks for your thoughts, Mike. I&#8217;m also hoping at some point to get around to installing and playing with all the Ruby stuff I downloaded, oh, months ago, if only because I want to understand what other people are using and talking about. I&#8217;ve never done this with, say, Java, but RoR is relatively fresh so perhaps I won&#8217;t be so far behind the curve. But in the end we aren&#8217;t going to be moving from ASP.Net any time soon so it&#8217;s only for my benefit, and I have a few other things to occupy my time. Ruby will have to wait, I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frankie Roberto</title>
		<link>http://electronicmuseum.org.uk/2007/07/30/why-am-i-learning-this-stuff/#comment-709</link>
		<dc:creator><![CDATA[Frankie Roberto]]></dc:creator>
		<pubDate>Mon, 30 Jul 2007 22:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://electronicmuseum.wordpress.com/2007/07/30/why-am-i-learning-this-stuff/#comment-709</guid>
		<description><![CDATA[This is an interesting comparison post: http://www.technogoggles.com/technogoggles/2007/02/language_and_th.html]]></description>
		<content:encoded><![CDATA[<p>This is an interesting comparison post: <a href="http://www.technogoggles.com/technogoggles/2007/02/language_and_th.html" rel="nofollow">http://www.technogoggles.com/technogoggles/2007/02/language_and_th.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://electronicmuseum.org.uk/2007/07/30/why-am-i-learning-this-stuff/#comment-706</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 30 Jul 2007 21:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://electronicmuseum.wordpress.com/2007/07/30/why-am-i-learning-this-stuff/#comment-706</guid>
		<description><![CDATA[Hey Paul. Yeah, that&#039;s what I thought when I started my 2 weeks. The stuff that RoR does do - the scaffolding as one example or managing &quot;migrations&quot; as another - are awesome. Really incredibly powerful for rolling out quick applications. In fact I built an simple system years ago in ASP which, er, writes ASP out to the file system to do the &quot;scaffold&quot; thing because I realised you&#039;d always need quick &quot;web admin&quot; access to db, and I&#039;ve used it ever since - it&#039;s interesting to see this is a common problem.

I guess it&#039;s as much about my impatience as anything else. My &quot;zero to A&quot; time needs to be quicker than my &quot;zero to application with ASP&quot; time, which just simply isn&#039;t ever going to happen. I was deeply impressed with what you could do with RoR straight away and *if I had the time* I&#039;m sure I could probably save that time longer term. I just need instant gratification...

The production side of RoR is interesting. I&#039;ve heard a load of people saying it&#039;s REALLY slow for serious applications that are being pounded and .Net blows it away speed-wise. I dunno squit about PHP...]]></description>
		<content:encoded><![CDATA[<p>Hey Paul. Yeah, that&#8217;s what I thought when I started my 2 weeks. The stuff that RoR does do &#8211; the scaffolding as one example or managing &#8220;migrations&#8221; as another &#8211; are awesome. Really incredibly powerful for rolling out quick applications. In fact I built an simple system years ago in ASP which, er, writes ASP out to the file system to do the &#8220;scaffold&#8221; thing because I realised you&#8217;d always need quick &#8220;web admin&#8221; access to db, and I&#8217;ve used it ever since &#8211; it&#8217;s interesting to see this is a common problem.</p>
<p>I guess it&#8217;s as much about my impatience as anything else. My &#8220;zero to A&#8221; time needs to be quicker than my &#8220;zero to application with ASP&#8221; time, which just simply isn&#8217;t ever going to happen. I was deeply impressed with what you could do with RoR straight away and *if I had the time* I&#8217;m sure I could probably save that time longer term. I just need instant gratification&#8230;</p>
<p>The production side of RoR is interesting. I&#8217;ve heard a load of people saying it&#8217;s REALLY slow for serious applications that are being pounded and .Net blows it away speed-wise. I dunno squit about PHP&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Walk</title>
		<link>http://electronicmuseum.org.uk/2007/07/30/why-am-i-learning-this-stuff/#comment-703</link>
		<dc:creator><![CDATA[Paul Walk]]></dc:creator>
		<pubDate>Mon, 30 Jul 2007 20:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://electronicmuseum.wordpress.com/2007/07/30/why-am-i-learning-this-stuff/#comment-703</guid>
		<description><![CDATA[Fascinating! Right up to the end I really thought you were going to conclude, as I (more or less) have that it was worth learning RoR because it made such a great, rapid prototyping framework....

I could draw a similar graph to yours, substituting Java for that weird Microsoft throwback that  you use to build applications. Of course it might be the case that Java is slower and more cumbersome than VBScript/ASP to do prototyping work, hence my recognition that I really need Rails or something like it.

On a slightly related note, the barriers to actually deploying a *production* RoR application seem to remain quite high, compared to Perl/PHP for example.

Paul]]></description>
		<content:encoded><![CDATA[<p>Fascinating! Right up to the end I really thought you were going to conclude, as I (more or less) have that it was worth learning RoR because it made such a great, rapid prototyping framework&#8230;.</p>
<p>I could draw a similar graph to yours, substituting Java for that weird Microsoft throwback that  you use to build applications. Of course it might be the case that Java is slower and more cumbersome than VBScript/ASP to do prototyping work, hence my recognition that I really need Rails or something like it.</p>
<p>On a slightly related note, the barriers to actually deploying a *production* RoR application seem to remain quite high, compared to Perl/PHP for example.</p>
<p>Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>

