<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Jaunty, Karmic, or Lucid???</title>
	<link>http://ask.metafilter.com/152541/Jaunty-Karmic-or-Lucid/</link>
	<description>Comments on Ask MetaFilter post Jaunty, Karmic, or Lucid???</description>
	<pubDate>Thu, 29 Apr 2010 14:41:37 -0800</pubDate>
	<lastBuildDate>Thu, 29 Apr 2010 14:41:37 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Jaunty, Karmic, or Lucid???</title>
		<link>http://ask.metafilter.com/152541/Jaunty-Karmic-or-Lucid</link>	
		<description>I want to set up Ruby on Rails development environment on my windows laptop at work,  and plan to set up Virtual Box and install some version of linux,  probably ubuntu,  as a guest OS.  I use windows mostly for work and OS X at home, but havent done much with linux (my office&apos;s production environment is linux, so  I do a tiny bit). 

 Which version of ubuntu should I go with right now?  I see &quot;Lucid Lynx&quot; has just been released (I love the naming),  should I go with that or a previous recent version?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2010:site.152541</guid>
		<pubDate>Thu, 29 Apr 2010 14:29:42 -0800</pubDate>
		<dc:creator>pretzel</dc:creator>
		
			<category>linux</category>
		
			<category>ubuntu</category>
		
			<category>rails</category>
		
			<category>ruby</category>
		
			<category>rubyonrails</category>
		
	</item> <item>
		<title>By: a womble is an active kind of sloth</title>
		<link>http://ask.metafilter.com/152541/Jaunty-Karmic-or-Lucid#2186388</link>	
		<description>I would say Karmic has a higher probability of working fine straight off, rather than Lucid (see &lt;a href=&quot;http://www.ubuntu.com/testing/lucid/alpha2&quot;&gt;known issues&lt;/a&gt; here). It&apos;s super easy to upgrade, if that influences your decision.&lt;br&gt;
&lt;br&gt;
I used Karmic a bit as a non-linux expert and I find it great, as well as being nice and fast.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2010:site.152541-2186388</guid>
		<pubDate>Thu, 29 Apr 2010 14:41:37 -0800</pubDate>
		<dc:creator>a womble is an active kind of sloth</dc:creator>
	</item><item>
		<title>By: agregoire</title>
		<link>http://ask.metafilter.com/152541/Jaunty-Karmic-or-Lucid#2186407</link>	
		<description>Another option would be to check which Linux distribution will be used in production for your project and use the same one in your development environment.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2010:site.152541-2186407</guid>
		<pubDate>Thu, 29 Apr 2010 14:48:58 -0800</pubDate>
		<dc:creator>agregoire</dc:creator>
	</item><item>
		<title>By: roue</title>
		<link>http://ask.metafilter.com/152541/Jaunty-Karmic-or-Lucid#2186419</link>	
		<description>I echo agregoire. You&apos;ll probably spend most of your time interacting with the vm via an ssh or sftp client anyway, so might as well keep the environment as close to production as possible to avoid future gotchas.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2010:site.152541-2186419</guid>
		<pubDate>Thu, 29 Apr 2010 14:54:06 -0800</pubDate>
		<dc:creator>roue</dc:creator>
	</item><item>
		<title>By: holgate</title>
		<link>http://ask.metafilter.com/152541/Jaunty-Karmic-or-Lucid#2186425</link>	
		<description>Most of the issues with Lucid seem to be related to hardware support, which is less of an issue with a VM.&lt;br&gt;
&lt;br&gt;
Still, for Rails development, it&apos;s going to depend a bit upon the workflow you have planned: the factors here are less the underlying OS than the supporting cast -- the web server, the version of ruby and Rails, etc. Having a clone of the production environment is best for staging, which implies a &quot;server&quot;-style setup with no GUI; you can probably get away with installing X on a development system, but it&apos;s probably better to treat the VM as if it were a server and work through ssh/sftp.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2010:site.152541-2186425</guid>
		<pubDate>Thu, 29 Apr 2010 14:57:16 -0800</pubDate>
		<dc:creator>holgate</dc:creator>
	</item><item>
		<title>By: pretzel</title>
		<link>http://ask.metafilter.com/152541/Jaunty-Karmic-or-Lucid#2186429</link>	
		<description>Makes sense - the production environment is Red Hat Enterprise 4.0.  I was thinking ubuntu only because someone else here was running ubuntu on his desktop (for java development) and I figured it might be a good choice since it seems to be the popular choice.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2010:site.152541-2186429</guid>
		<pubDate>Thu, 29 Apr 2010 14:59:17 -0800</pubDate>
		<dc:creator>pretzel</dc:creator>
	</item><item>
		<title>By: holgate</title>
		<link>http://ask.metafilter.com/152541/Jaunty-Karmic-or-Lucid#2186492</link>	
		<description>It really does depend on your workflow. Got a preferred editor/IDE in Windows with the capacity to work on remote files? Then you should be fine working with ssh/sftp and a browser. Interested in playing with Linux&apos;s desktop development tools? &lt;br&gt;
&lt;br&gt;
It shouldn&apos;t be too hard to replicate the production environment on the server side in Ubuntu -- Apache (or an alternative) plus ruby plus Rails, all with the right versions. (Your Java dev is probably using cross-platform compilers and runtimes for testing.) What you don&apos;t want, though, is code that runs on your dev platform but won&apos;t work in production, especially if it&apos;s on account of Ubuntu&apos;s semi-automated version updates. So get the production specs and config from your sysadmins and see which distribution is the best match.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2010:site.152541-2186492</guid>
		<pubDate>Thu, 29 Apr 2010 15:36:44 -0800</pubDate>
		<dc:creator>holgate</dc:creator>
	</item><item>
		<title>By: sammyo</title>
		<link>http://ask.metafilter.com/152541/Jaunty-Karmic-or-Lucid#2186620</link>	
		<description>If licensing is an issue CentOS is and exact open source version of Red Hat, pick the corresponding version to your production RH box.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2010:site.152541-2186620</guid>
		<pubDate>Thu, 29 Apr 2010 17:25:55 -0800</pubDate>
		<dc:creator>sammyo</dc:creator>
	</item><item>
		<title>By: chrisamiller</title>
		<link>http://ask.metafilter.com/152541/Jaunty-Karmic-or-Lucid#2186796</link>	
		<description>I&apos;d install Karmic. There always seem to be a few bugs that don&apos;t quite get quashed before the release deadline. It&apos;s a simple procedure to upgrade later. I always wait a month or two and haven&apos;t gotten bitten in the ass yet.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2010:site.152541-2186796</guid>
		<pubDate>Thu, 29 Apr 2010 20:00:08 -0800</pubDate>
		<dc:creator>chrisamiller</dc:creator>
	</item><item>
		<title>By: Zed</title>
		<link>http://ask.metafilter.com/152541/Jaunty-Karmic-or-Lucid#2186945</link>	
		<description>Go for as close to the production environment as you can get. Particularly, make sure you&apos;ve got the same version of Ruby and Rails (and whatever db and webserver you&apos;re using) -- there are incompatibilities between Ruby 1.8 and 1.9, and the Rails devs seem to love backwards incompatibility. (These things will probably end up being more important to you than what flavor of Linux you&apos;re using.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2010:site.152541-2186945</guid>
		<pubDate>Thu, 29 Apr 2010 22:27:23 -0800</pubDate>
		<dc:creator>Zed</dc:creator>
	</item>
	</channel>
</rss>
