<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://override.ch/</id>
  <title>override.ch</title>
  <updated>2011-06-19T18:56:26Z</updated>
  <link rel="alternate" href="http://override.ch/"/>
  <link rel="self" href="http://override.ch/atom.xml"/>
  <author>
    <name>Felipe Kaufmann</name>
    <uri>http://override.ch</uri>
  </author>
  <entry>
    <id>tag:override.ch,2011-06-19:/2011/06/19/metaprogramming_spellbook/</id>
    <title type="html">Metaprogramming Spellbook</title>
    <published>2011-06-19T18:56:26Z</published>
    <updated>2011-06-19T19:01:13Z</updated>
    <link rel="alternate" href="http://override.ch/2011/06/19/metaprogramming_spellbook/"/>
    <content type="html">&lt;p&gt;I just stumbled upon this nice and convenient &lt;a href="http://ducktypo.blogspot.com/2010/08/metaprogramming-spell-book.html"&gt;collection of Metaprogramming Spells&lt;/a&gt; that
Paolo extracted from his &lt;a href="http://www.pragprog.com/titles/ppmetr/metaprogramming-ruby"&gt;Metaprogramming Ruby&lt;/a&gt; book. If you've read the book and want a nice and short recap of some techniques, look no further. If you haven't read the book: What are you waiting for?&lt;/p&gt;
</content>
    <summary type="html">override.ch: Felipe Kaufmann's blog'</summary>
  </entry>
  <entry>
    <id>tag:override.ch,2011-06-01:/2011/06/01/argonaut_theme_for_iterm_2/</id>
    <title type="html">Argonaut Theme For Iterm 2</title>
    <published>2011-06-01T11:13:41Z</published>
    <updated>2011-06-01T11:23:18Z</updated>
    <link rel="alternate" href="http://override.ch/2011/06/01/argonaut_theme_for_iterm_2/"/>
    <content type="html">&lt;p&gt;Yesterday I finally got around to publish the &lt;a href="https://github.com/effkay/iTerm-argonaut/"&gt;Argonaut iTerm 2 theme&lt;/a&gt;. It is based on the TextMate Theme by David Lee which i have been using for quite some time now. Though I like to try out new ones from time to time, I always fall back to argonaut.&lt;/p&gt;

&lt;p&gt;&lt;img src="https://github.com/effkay/iTerm-argonaut/raw/master/screenshot.png", alt="Screen Shot" class="center"&gt;&lt;/p&gt;

&lt;p&gt;For the sake of completeness I also put my vim port of the theme on
gitHub, find it &lt;a href="https://github.com/effkay/argonaut.vim"&gt;here&lt;/a&gt;.&lt;/p&gt;
</content>
    <summary type="html">override.ch: Felipe Kaufmann's blog'</summary>
  </entry>
  <entry>
    <id>tag:override.ch,2011-05-10:/2011/05/10/deploying_features_trough_feature_switches/</id>
    <title type="html">Deploying Features Trough Feature Switches</title>
    <published>2011-05-10T17:12:03Z</published>
    <updated>2011-05-10T21:34:32Z</updated>
    <link rel="alternate" href="http://override.ch/2011/05/10/deploying_features_trough_feature_switches/"/>
    <content type="html">&lt;p&gt;Normally, when a new feature goes live, we use to do a new deploy to
enable it. Some time ago however, I needed to enable a certain Feature
on a Sunday. I don't like the idea of having to work on a weekend,
especially not if it involves deploying. So I came up with a few lines
of code that would automatically enable the feature when the time is
right:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[@language="ruby"]
[@caption="xample in ruby."]

def foobar
end
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;code&gt;ruby
class Ruby
  def dosomestuff
  end
end
&lt;/code&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code class="language-ruby"&gt;
def foo
  "asdf"
end
&lt;/code&gt;&lt;/pre&gt;




&lt;script src="https://gist.github.com/964965.js?file=feature_switch.rb"&gt;&lt;/script&gt;


&lt;p&gt;Basically, you define the conditions for the Feature to be live inside
the Proc, and then use Feature.is_enabled? :key to build conditions into
the code.&lt;/p&gt;

&lt;p&gt;Of course, this has come in handy for serveral other use cases, like
having a certain feature live on the dev server, but not on production.&lt;/p&gt;
</content>
    <summary type="html">override.ch: Felipe Kaufmann's blog'</summary>
  </entry>
  <entry>
    <id>tag:override.ch,2011-03-27:/2011/03/27/a_deep_understanding_of_reality/</id>
    <title type="html">A Deep Understanding Of Reality</title>
    <published>2011-03-27T20:05:21Z</published>
    <updated>2011-03-27T20:14:14Z</updated>
    <link rel="alternate" href="http://override.ch/2011/03/27/a_deep_understanding_of_reality/"/>
    <content type="html">&lt;blockquote&gt;&lt;p&gt;A deep understanding of reality is the exact same thing as lazyness...
have you ever seen Buddha jogging?
&lt;cite&gt;&lt;a href="http://dilbert.com/strips/comic/2011-03-20/?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+DilbertDailyStrip+%28Dilbert+Daily+Strip%29"&gt;From the Dilbert Strip for March 20, 2011&lt;/a&gt;&lt;/cite&gt;&lt;/p&gt;&lt;/blockquote&gt;
</content>
    <summary type="html">override.ch: Felipe Kaufmann's blog'</summary>
  </entry>
  <entry>
    <id>tag:override.ch,2011-03-20:/2011/03/20/best_loading_screen_ever/</id>
    <title type="html">Best Loading Screen Ever</title>
    <published>2011-03-20T16:03:18Z</published>
    <updated>2011-03-20T16:09:25Z</updated>
    <link rel="alternate" href="http://override.ch/2011/03/20/best_loading_screen_ever/"/>
    <content type="html">&lt;p&gt;While installing the &lt;a href="http://fileability.net/ingredients/"&gt;Ingredients app&lt;/a&gt; (which is a great and free Cocoa Documentation Viewer) this wonderful loading screen showed up:&lt;/p&gt;

&lt;p&gt;&lt;img src="/images/uploads/ingredients-app.png", alt="Things screenshot" class="center"&gt;&lt;/p&gt;

&lt;p&gt;As you can see, I'm a tic tac toe pro.&lt;/p&gt;
</content>
    <summary type="html">override.ch: Felipe Kaufmann's blog'</summary>
  </entry>
</feed>

