<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Why Ruby on Rails?</title>
	<link>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/</link>
	<description>Technical tidbits (somewhat) related to my work on Ravelry.com</description>
	<pubDate>Wed, 20 Aug 2008 20:16:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Jeff</title>
		<link>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/#comment-45</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 07 Feb 2008 01:08:26 +0000</pubDate>
		<guid>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/#comment-45</guid>
		<description>&lt;p&gt;Great series of posts here. I've still not found the thing I care about to generate widespread use, but I can relate in terms of building something that you care about, that's fun, and popular. More gratifying than any day job could ever have.&lt;/p&gt;

&lt;p&gt;It's funny that in .NET our tools and toolbox keep getting better, and I wish we could get more ex-Java folks to come our way. We even have an MVC framework now coming for ASP.NET, which has some great potential in a lot of situations.&lt;/p&gt;

&lt;p&gt;My girlfriend loves the site. Well done.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great series of posts here. I&#8217;ve still not found the thing I care about to generate widespread use, but I can relate in terms of building something that you care about, that&#8217;s fun, and popular. More gratifying than any day job could ever have.</p>

<p>It&#8217;s funny that in .NET our tools and toolbox keep getting better, and I wish we could get more ex-Java folks to come our way. We even have an MVC framework now coming for ASP.NET, which has some great potential in a lot of situations.</p>

<p>My girlfriend loves the site. Well done.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolas Coukouma</title>
		<link>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/#comment-34</link>
		<dc:creator>Nikolas Coukouma</dc:creator>
		<pubDate>Wed, 09 Jan 2008 09:32:12 +0000</pubDate>
		<guid>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/#comment-34</guid>
		<description>&lt;p&gt;It's worth noting that Mongrel itself is capable of handling many connections; the problem is that Rails has a big mutex that makes &lt;em&gt;Rails&lt;/em&gt; (effectively) only able to cope with one request at a time. One of the major motivations for Merb was to show that Rails could be done with a much smaller lock, and therefore better parallelism (although it can still only leverage one CPU, of course).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s worth noting that Mongrel itself is capable of handling many connections; the problem is that Rails has a big mutex that makes <em>Rails</em> (effectively) only able to cope with one request at a time. One of the major motivations for Merb was to show that Rails could be done with a much smaller lock, and therefore better parallelism (although it can still only leverage one CPU, of course).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: JustMagicMaria</title>
		<link>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/#comment-29</link>
		<dc:creator>JustMagicMaria</dc:creator>
		<pubDate>Fri, 28 Dec 2007 16:27:22 +0000</pubDate>
		<guid>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/#comment-29</guid>
		<description>&lt;p&gt;A huge THANK YOU, Casey, for starting this blog and especially this post! You convinced me to switch from Drupal to Ruby on Rails for my current web development project. And I'm having a blast! Keep it coming, everything you're writing is fascinating.&lt;/p&gt;

&lt;p&gt;Maria
(Who is (im-)patiently waiting for her Ravelry invite.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A huge THANK YOU, Casey, for starting this blog and especially this post! You convinced me to switch from Drupal to Ruby on Rails for my current web development project. And I&#8217;m having a blast! Keep it coming, everything you&#8217;re writing is fascinating.</p>

<p>Maria
(Who is (im-)patiently waiting for her Ravelry invite.)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/#comment-24</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 19 Dec 2007 00:00:55 +0000</pubDate>
		<guid>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/#comment-24</guid>
		<description>&lt;p&gt;Hey casey, i don't know anything about ruby on rails, since the last time I programmed a real database was back when Netscape was the hot new browser.  But I just wanted you to know that I have really been digging Ravelry (when Larissa manages to get off of it) from the point of view of data.  Ravelry is such a classical kind of exposition of the relational database idea -- different concepts and levels of detail, tied together by common fields.  I feel like it should practically be a textbook example of how functional and flexible relational schemes can be.  I also really like the way you let people pull in stuff from outside sources like Flickr and blogs, instead of trying to create a whole new environment that demands they duplicate that stuff.  The user interface screens bring a lot of info together without being ugly.  All in all, it's a very nice production.  Cheers! -Martin&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey casey, i don&#8217;t know anything about ruby on rails, since the last time I programmed a real database was back when Netscape was the hot new browser.  But I just wanted you to know that I have really been digging Ravelry (when Larissa manages to get off of it) from the point of view of data.  Ravelry is such a classical kind of exposition of the relational database idea &#8212; different concepts and levels of detail, tied together by common fields.  I feel like it should practically be a textbook example of how functional and flexible relational schemes can be.  I also really like the way you let people pull in stuff from outside sources like Flickr and blogs, instead of trying to create a whole new environment that demands they duplicate that stuff.  The user interface screens bring a lot of info together without being ugly.  All in all, it&#8217;s a very nice production.  Cheers! -Martin</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/#comment-22</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Tue, 18 Dec 2007 04:51:38 +0000</pubDate>
		<guid>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/#comment-22</guid>
		<description>&lt;p&gt;Hi Jenn,&lt;/p&gt;

&lt;p&gt;Nope - we didn't do any formal usability testing. Hopefully it isn't too obvious :)  Jess and I use the site a lot ourselves and we are constantly noting changes and
improvements that we believe would make our own user experience a little smoother or nicer.  We tend to apply those changes from time to time and see how people
react.&lt;/p&gt;

&lt;p&gt;Generally things go well. Once in a while, feedback is mixed (this has happened 2 or 3 times) and we have to force changes that we believe are for the better.
Sometimes people that have been using Ravelry for many months start to develop a resistance to change :)&lt;/p&gt;

&lt;p&gt;I had planned on using CrazyEgg.com's click heatmaps to gather some information from the live site but I haven't had a chance yet. The site is still pretty unpolished
in lots of places and often far from my vision, so I haven't really tried to sit back and look at things from "all users" point of view yet..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Jenn,</p>

<p>Nope - we didn&#8217;t do any formal usability testing. Hopefully it isn&#8217;t too obvious <img src='http://codemonkey.ravelry.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Jess and I use the site a lot ourselves and we are constantly noting changes and
improvements that we believe would make our own user experience a little smoother or nicer.  We tend to apply those changes from time to time and see how people
react.</p>

<p>Generally things go well. Once in a while, feedback is mixed (this has happened 2 or 3 times) and we have to force changes that we believe are for the better.
Sometimes people that have been using Ravelry for many months start to develop a resistance to change <img src='http://codemonkey.ravelry.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>I had planned on using CrazyEgg.com&#8217;s click heatmaps to gather some information from the live site but I haven&#8217;t had a chance yet. The site is still pretty unpolished
in lots of places and often far from my vision, so I haven&#8217;t really tried to sit back and look at things from &#8220;all users&#8221; point of view yet..</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jennward</title>
		<link>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/#comment-21</link>
		<dc:creator>jennward</dc:creator>
		<pubDate>Tue, 18 Dec 2007 04:04:13 +0000</pubDate>
		<guid>http://codemonkey.ravelry.com/2007/12/17/why-ruby-on-rails/#comment-21</guid>
		<description>&lt;p&gt;Oops, so the question I forgot to ask in my last post is about the UI. Part of my job is manager of online user experience work (usability testing, etc.). Did you do anything formal for Ravelry or do you rely on user feedback? Any plans for formal testing/assessment of the site?&lt;/p&gt;

&lt;p&gt;P.S. Virtualization is wickedly cool. I can't believe you've got 16GB of memory in your servers!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oops, so the question I forgot to ask in my last post is about the UI. Part of my job is manager of online user experience work (usability testing, etc.). Did you do anything formal for Ravelry or do you rely on user feedback? Any plans for formal testing/assessment of the site?</p>

<p>P.S. Virtualization is wickedly cool. I can&#8217;t believe you&#8217;ve got 16GB of memory in your servers!</p>]]></content:encoded>
	</item>
</channel>
</rss>
