<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Alloy Code - All Comments</title>
  <id>tag:alloycode.com,2010:mephisto/comments</id>
  <generator uri="http://mephistoblog.com" version="0.7.3">Mephisto Noh-Varr</generator>
  <link href="http://alloycode.com/feed/all_comments.xml" rel="self" type="application/atom+xml"/>
  <link href="http://alloycode.com/" rel="alternate" type="text/html"/>
  <updated>2010-07-28T20:04:25Z</updated>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>Scott Johnson</name>
    </author>
    <id>tag:alloycode.com,2010-07-27:106:110</id>
    <published>2010-07-28T19:55:51Z</published>
    <updated>2010-07-28T19:55:51Z</updated>
    <category term="Programming"/>
    <link href="http://alloycode.com/2010/7/27/in-praise-of-rails-machine" rel="alternate" type="text/html"/>
    <title>Comment on 'In Praise of Rails Machine' by Scott Johnson</title>
<content type="html">&lt;p&gt;Hi Xdmx,&lt;/p&gt;


	&lt;p&gt;EngineYard is very, very cloud centric.  To my understanding all of their hosting options are now done via S3.  That&#8217;s fine if you believe in the cloud for general purposing hosting&#8212;but I don&#8217;t.  I like cloud hosting just fine for things like images but for a whole web presence, I think dedicated resources are much better.&lt;/p&gt;


	&lt;p&gt;Scott&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>xdmx</name>
    </author>
    <id>tag:alloycode.com,2010-07-27:106:108</id>
    <published>2010-07-28T08:38:08Z</published>
    <updated>2010-07-28T08:38:08Z</updated>
    <category term="Programming"/>
    <link href="http://alloycode.com/2010/7/27/in-praise-of-rails-machine" rel="alternate" type="text/html"/>
    <title>Comment on 'In Praise of Rails Machine' by xdmx</title>
<content type="html">&lt;p&gt;You said that you&#8217;re more impressed with rails machine instead of others.&lt;/p&gt;


	&lt;p&gt;May I ask you what you don&#8217;t like of engine yard? (i&#8217;m planning to move to them from my current vps)&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>Matt Todd</name>
    </author>
    <id>tag:alloycode.com,2010-07-27:106:107</id>
    <published>2010-07-28T01:50:55Z</published>
    <updated>2010-07-28T01:50:55Z</updated>
    <category term="Programming"/>
    <link href="http://alloycode.com/2010/7/27/in-praise-of-rails-machine" rel="alternate" type="text/html"/>
    <title>Comment on 'In Praise of Rails Machine' by Matt Todd</title>
<content type="html">&lt;p&gt;The RailsMachine folks are all pro! We&#8217;ve hosted with them for various projects as well and couldn&#8217;t recommend them enough.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>Jones Lee</name>
    </author>
    <id>tag:alloycode.com,2010-06-26:96:102</id>
    <published>2010-07-01T11:45:17Z</published>
    <updated>2010-07-01T11:45:17Z</updated>
    <category term="Programming"/>
    <link href="http://alloycode.com/2010/6/26/automatic-color-coding-for-script-console-and-irb" rel="alternate" type="text/html"/>
    <title>Comment on 'Automatic Color Coding for script/console and irb' by Jones Lee</title>
<content type="html">&lt;p&gt;I follow but failed to make it work under &lt;span class=&quot;caps&quot;&gt;RVM&lt;/span&gt;. Any idea?&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>Jay Sanders</name>
    </author>
    <id>tag:alloycode.com,2010-06-26:96:98</id>
    <published>2010-06-27T00:16:25Z</published>
    <updated>2010-06-27T00:16:25Z</updated>
    <category term="Programming"/>
    <link href="http://alloycode.com/2010/6/26/automatic-color-coding-for-script-console-and-irb" rel="alternate" type="text/html"/>
    <title>Comment on 'Automatic Color Coding for script/console and irb' by Jay Sanders</title>
<content type="html">&lt;p&gt;Fantastic post!  When I used to work with php, I wrote my own diagnostics class which would work like pretty print, but would be much more readable and easier to review.  I missed this method very much when I switched to Ruby many years ago, and have never been satisfied with pretty print.  It does make it easier to read, but is still a bit of a mess.&lt;/p&gt;


	&lt;p&gt;awesome_print is just what the doctor ordered, and your instructions on making it the default rendering tool within irb are extra spicy!  Now I will always have awesome output and never know the difference!&lt;/p&gt;


	&lt;p&gt;One important note.  When I first tried to use your script, it triggered the LoadError saying: &#8220;ap gem not found.  Try typing &#8216;gem install awesome_print&#8217; to get super-fancy output.&#8221; just like you designed it.  I referenced the awesome_print GitHub page and found that they included RubyGems before including ap in their script.  I combined the two and the results are perfect!&lt;/p&gt;


	&lt;p&gt;Right after begin and before the require &#8220;ap&#8221;, insert the RubyGems require:&lt;/p&gt;


	&lt;p&gt;require &#8220;rubygems&#8221; 
require &#8220;ap&#8221;&lt;/p&gt;


	&lt;p&gt;Thanks again for making me aware of this awesome gem!!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>St&#233;phan K.</name>
    </author>
    <id>tag:alloycode.com,2010-06-26:96:97</id>
    <published>2010-06-26T22:58:23Z</published>
    <updated>2010-06-26T22:58:23Z</updated>
    <category term="Programming"/>
    <link href="http://alloycode.com/2010/6/26/automatic-color-coding-for-script-console-and-irb" rel="alternate" type="text/html"/>
    <title>Comment on 'Automatic Color Coding for script/console and irb' by St&#233;phan K.</title>
<content type="html">&lt;p&gt;Oh wow, that adds some serious style to my &lt;span class=&quot;caps&quot;&gt;IRB&lt;/span&gt; console! Thanks for that, and do pat your friend on the shoulder.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>Christian Romney</name>
    </author>
    <id>tag:alloycode.com,2010-05-08:94:95</id>
    <published>2010-05-10T20:17:55Z</published>
    <updated>2010-05-10T20:17:55Z</updated>
    <category term="Programming"/>
    <link href="http://alloycode.com/2010/5/8/activerecord-vs-core-data" rel="alternate" type="text/html"/>
    <title>Comment on 'ActiveRecord vs. Core Data' by Christian Romney</title>
<content type="html">&lt;p&gt;Not really a fair comparison since you&#8217;re programming at two different levels of abstraction. ActiveRecord does essentially the same thing your CoreData code is doing for you under the covers. What you need is an abstraction over CoreData.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>Jared</name>
    </author>
    <id>tag:alloycode.com,2009-06-19:84:86</id>
    <published>2009-06-23T13:34:55Z</published>
    <updated>2009-06-23T13:34:55Z</updated>
    <category term="Programming"/>
    <link href="http://alloycode.com/2009/6/19/fun-with-rmagick" rel="alternate" type="text/html"/>
    <title>Comment on 'Fun with RMagick' by Jared</title>
<content type="html">&lt;p&gt;Ah, good catch on the Image.read line.  I had adapted this from a script that processed a directory instead of a single file, I must have overlooked the file load line.&lt;/p&gt;


	&lt;p&gt;I think the font_family call may be platform dependent.  On my Mac, the Helvetica family is installed, so that works for me.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>IceskYsl</name>
    </author>
    <id>tag:alloycode.com,2009-06-19:84:85</id>
    <published>2009-06-22T02:39:54Z</published>
    <updated>2009-06-22T02:39:54Z</updated>
    <category term="Programming"/>
    <link href="http://alloycode.com/2009/6/19/fun-with-rmagick" rel="alternate" type="text/html"/>
    <title>Comment on 'Fun with RMagick' by IceskYsl</title>
<content type="html">&lt;p&gt;thanks,and i change some to this.
1.
picture = Magick::Image.read(ARGV&lt;sup&gt;&lt;a href=&quot;#fn0&quot;&gt;0&lt;/a&gt;&lt;/sup&gt;)
=&amp;gt;
picture = Magick::Image.read(ARGV&lt;sup&gt;&lt;a href=&quot;#fn0&quot;&gt;0&lt;/a&gt;&lt;/sup&gt;)[0]&lt;/p&gt;


	&lt;p&gt;2. Helvetica is not
copyright.font_family(&#8216;Helvetica&#8217;)
copyright.font_family(&#8216;arial&#8217;)&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>Lars Ecksson</name>
    </author>
    <id>tag:alloycode.com,2008-10-14:80:83</id>
    <published>2008-10-16T22:26:50Z</published>
    <updated>2008-10-16T22:26:50Z</updated>
    <link href="http://alloycode.com/2008/10/14/how-i-know-the-new-macbook-pro-is-a-business-computer" rel="alternate" type="text/html"/>
    <title>Comment on 'How I Know the New MacBook Pro is a Business Computer...' by Lars Ecksson</title>
<content type="html">&lt;blockquote&gt;
	&lt;p&gt;and you find that you&#8217;re impressed by it&#8217;s slimmer size, or it&#8217;s lighter weight, remember that it cost you an undisclosed $160 premium to achieve.&lt;/p&gt;

&lt;/blockquote&gt;




	&lt;p&gt;Also, that slimness not quite so fancy with all those extra cords and adapters&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>Keith Medlin</name>
    </author>
    <id>tag:alloycode.com,2008-10-14:80:82</id>
    <published>2008-10-16T15:37:24Z</published>
    <updated>2008-10-16T15:37:24Z</updated>
    <link href="http://alloycode.com/2008/10/14/how-i-know-the-new-macbook-pro-is-a-business-computer" rel="alternate" type="text/html"/>
    <title>Comment on 'How I Know the New MacBook Pro is a Business Computer...' by Keith Medlin</title>
<content type="html">&lt;p&gt;I just wish they&#8217;d make a dongle that had different heads you could buy on the cheap, or purchase as a kit.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>Geoffrey Grosenbach</name>
    </author>
    <id>tag:alloycode.com,2008-10-14:80:81</id>
    <published>2008-10-15T01:27:39Z</published>
    <updated>2008-10-15T01:27:39Z</updated>
    <link href="http://alloycode.com/2008/10/14/how-i-know-the-new-macbook-pro-is-a-business-computer" rel="alternate" type="text/html"/>
    <title>Comment on 'How I Know the New MacBook Pro is a Business Computer...' by Geoffrey Grosenbach</title>
<content type="html">&lt;p&gt;It&#8217;s quite a dilemma. Either include a dongle that goes unused by most people, or don&#8217;t include it and charge extra.&lt;/p&gt;


	&lt;p&gt;I think the Apple Remote was pretty worthless, but was included with many machines in the past. Still, connecting to an external monitor seems very basic to me.&lt;/p&gt;


	&lt;p&gt;If I remember correctly, the original MacBook Air included a &lt;span class=&quot;caps&quot;&gt;DVI&lt;/span&gt; adapter at no extra charge.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>Kajigga</name>
    </author>
    <id>tag:alloycode.com,2008-09-11:67:68</id>
    <published>2008-09-12T02:30:18Z</published>
    <updated>2008-09-12T02:30:18Z</updated>
    <link href="http://alloycode.com/2008/9/11/confused-by-itunes-8" rel="alternate" type="text/html"/>
    <title>Comment on 'Confused by iTunes 8' by Kajigga</title>
<content type="html">&lt;p&gt;I noticed that too.  It has me a little concerned that they are inching down a dark path without even knowing it.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>Luke Hartman</name>
    </author>
    <id>tag:alloycode.com,2008-04-26:51:64</id>
    <published>2008-04-30T03:42:52Z</published>
    <updated>2008-04-30T03:42:52Z</updated>
    <category term="Programming"/>
    <link href="http://alloycode.com/2008/4/26/another-passenger-on-the-mod_rails" rel="alternate" type="text/html"/>
    <title>Comment on 'Another Passenger on the mod_rails' by Luke Hartman</title>
<content type="html">&lt;p&gt;I appreciate the post and you sharing your experiences. I&#8217;m looking at diving more into Rails but the tweaking you talked about in the earlier attempts turned me off. Hopefully Passenger will continue to make deployment easy.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://alloycode.com/">
    <author>
      <name>Sebastian</name>
    </author>
    <id>tag:alloycode.com,2008-04-26:51:52</id>
    <published>2008-04-26T16:33:57Z</published>
    <updated>2008-04-26T16:33:57Z</updated>
    <category term="Programming"/>
    <link href="http://alloycode.com/2008/4/26/another-passenger-on-the-mod_rails" rel="alternate" type="text/html"/>
    <title>Comment on 'Another Passenger on the mod_rails' by Sebastian</title>
<content type="html">&lt;p&gt;Good post! Thanks :)&lt;/p&gt;</content>  </entry>
</feed>
