<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="0.92">
<channel>
	<title>Rabbit Creative</title>
	<link>http://www.rabbitcreative.com</link>
	<description>ruby, rails, objects and politics</description>
	<lastBuildDate>Mon, 16 Jun 2008 23:54:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>David Black writes again!</title>
		<description>price viagra pharmacy online phentermine online description price best price 100mg viagra and overnight price of generic meridia effexor and topamax interactions aqnd anxiety buy sildenafil citrate lithium order the drug zyban cheap phentermine no rxx buy xanax prescription consultation overnight delivery buy flomax cheap phentermine online visa order xanax ...</description>
		<link>http://www.rabbitcreative.com/2008/06/06/david-black-writes-again/</link>
			</item>
	<item>
		<title>Retris lives. Gosu rocks. Object thinking prevails.</title>
		<description>I pushed the first version of Retris to github about ten minutes ago. It feels pretty good.

    


Retris screen cast (large version)
Github repo: http://github.com/angryrabbit/retris/tree/master
gosu library


There are quite a few missing features, but it's playable. There are probably a small handful of bugs. I'm only aware of one ...</description>
		<link>http://www.rabbitcreative.com/2008/06/01/retris-lives-gosu-rocks-object-thinking-prevails/</link>
			</item>
	<item>
		<title>Retris.</title>
		<description>It's coming along.

 </description>
		<link>http://www.rabbitcreative.com/2008/05/31/retris/</link>
			</item>
	<item>
		<title>Our situation in a nutshell.</title>
		<description>Damn good comment high-jacked from Alternet:


One of the chief detriments of the so-called “information revolution” is the nature of information delivery: we get “factoids” -- dismembered fragments of data delivered in such great numbers at so great a speed that developing the context and critical thinking necessary for real comprehension ...</description>
		<link>http://www.rabbitcreative.com/2008/05/21/our-situation-in-a-nutshell/</link>
			</item>
	<item>
		<title>Creeping fingers.</title>
		<description>It's sad when common sense is eaten alive by fear and a cover-your-ass attitude.

I'm glad I was given the opportunity to see it firsthand, but I'm disheartened that it was there to see in the first place.

An entity claiming responsibility for all happenings that lacks the resources, expertise or motivation ...</description>
		<link>http://www.rabbitcreative.com/2008/05/21/creeping-fingers/</link>
			</item>
	<item>
		<title>RSpec, meet Flow.</title>
		<description>Flow is the demon that appears after about an hour of using RSpec. He sits on my shoulder and watches me code.

After a few minutes he stands up. I know to turn down the music. He whispers into my ear. I nod in agreement and mouth back a response.

Flow understands ...</description>
		<link>http://www.rabbitcreative.com/2008/05/15/rspec-meet-flow/</link>
			</item>
	<item>
		<title>Since when does initialize not take arguments?</title>
		<description>Since WHEN?!


def initialze(attributes)
  @attributes = attributes
  load_xml_request
end


Since you SPELLED IT WRONG! :) </description>
		<link>http://www.rabbitcreative.com/2008/05/02/since-when-does-initialize-not-take-arguments/</link>
			</item>
	<item>
		<title>Hi? Uh, yeah, hi. I need&#8230; it&#8217;s pretty simple actually I just need the world, uh, yeah on my desk Tuesday morning. Um&#8230; Can I give you the specs tomorrow? Thanks!</title>
		<description>

I have a very urgent asp.net project that I need done by Tuesday.

I want it to be designed using 3 tier model

1- Data Access Layer 'DAL'. I want to use subsonic for that. Also stored procedures. Did you work with subsonic?

2- Business Logic Layer 'BLL'

3- User interface 'UI' (The UI ...</description>
		<link>http://www.rabbitcreative.com/2008/04/20/i-need-the-world-by-tuesday/</link>
			</item>
	<item>
		<title>Walking backwards in the opposite direction.</title>
		<description>Or... -2 * -2 = 4 </description>
		<link>http://www.rabbitcreative.com/2008/04/06/walking-backwards-in-the-opposite-direction/</link>
			</item>
	<item>
		<title>Infinitely iterate through an array in Ruby.</title>
		<description>
class Array

  def roll
    loop { each { &#124;e&#124; yield(e) } }
  end

end



>> a = [ 'a', 'b', 'c' ]
=> ["a", "b", "c"]
>> a.roll { &#124;e&#124; puts e; sleep 1 }
a
b
c
a
b
c
a
...
 </description>
		<link>http://www.rabbitcreative.com/2008/04/06/infinitely-iterate-through-an-array-in-ruby/</link>
			</item>
</channel>
</rss>
