<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>lunacy - Home</title>
  <id>tag:monki.geemus.com,2008:mephisto/</id>
  <generator uri="http://mephistoblog.com" version="0.7.2">Mephisto Noh-Varr</generator>
  <link href="http://monki.geemus.com/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://monki.geemus.com/" rel="alternate" type="text/html"/>
  <updated>2008-07-17T05:23:03Z</updated>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2008-07-17 05:11:00:31</id>
    <published>2008-07-17T05:11:00Z</published>
    <updated>2008-07-17T05:23:03Z</updated>
    <link href="http://monki.geemus.com/2008/7/17/newsflash" rel="alternate" type="text/html"/>
    <title>Newsflash</title>
<content type="html">
            Playing catchup a bit, things have been hectic since the California move.  Seems about time for a quick updated.&lt;br /&gt;
&lt;br /&gt;
I am now a software engineer for &lt;a href=&quot;http://www.plinky.com&quot;&gt;Plinky, Inc.&lt;/a&gt;  I am pretty excited about the position and what we are working on, but I can't say much more than that at present.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, for now, &lt;a href=&quot;http://feedish.com&quot;&gt;feedish&lt;/a&gt; has been put on the back burner while I reevaluate my approach.&lt;br /&gt;
&lt;br /&gt;
Fortunately, I've become the de facto maintainer of the &lt;a href=&quot;http://github.com/sam/dm-more/tree/master/adapters/dm-couchdb-adapter&quot;&gt;couchdb adapter&lt;/a&gt; for the &lt;a href=&quot;http://www.datamapper.org&quot;&gt;DataMapper&lt;/a&gt; Ruby ORM.  There is still plenty of work left there, but I'm pleased to be making advances quite regularly.&lt;br /&gt;
&lt;br /&gt;
I have a couple other projects in mind/in the works, but nothing I can really show at the moment.  Just thought is was about time to make a 'proof of life' post.&lt;br /&gt;
&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2008-05-25 06:43:00:30</id>
    <published>2008-05-25T06:43:00Z</published>
    <updated>2008-05-25T06:50:16Z</updated>
    <link href="http://monki.geemus.com/2008/5/25/googleajax" rel="alternate" type="text/html"/>
    <title>googleajax</title>
<content type="html">
            So I got to reading about the Google AJAX apis the other day.  It all started with the &lt;a href=&quot;http://code.google.com/apis/ajaxfeeds/index.html&quot;&gt;Feed API&lt;/a&gt; and degenerated from there.  Over last weekend I put together a Ruby wrapper for the apis so that I could play with their rest interfaces.  At the end of the day it supports &lt;a href=&quot;http://code.google.com/apis/ajaxfeeds/index.html&quot;&gt;feeds&lt;/a&gt;, &lt;a href=&quot;http://code.google.com/apis/ajaxsearch/&quot;&gt;search&lt;/a&gt;, and &lt;a href=&quot;http://code.google.com/apis/ajaxlanguage/&quot;&gt;translation&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Grab it with:
&lt;pre&gt;&lt;code&gt;
sudo gem install googleajax
&lt;/code&gt;&lt;/pre&gt;
Or check it out at on &lt;a href=&quot;http://github.com/monki/googleajax/tree/master&quot;&gt;github&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2008-03-24 01:16:00:29</id>
    <published>2008-03-24T01:16:00Z</published>
    <updated>2008-03-30T02:53:50Z</updated>
    <link href="http://monki.geemus.com/2008/3/24/feedish-private-beta" rel="alternate" type="text/html"/>
    <title>feedish private beta</title>
<content type="html">
            UPDATE: I let the next few users in today, email now and I'll get you in as soon as I can.  Space is limited...&lt;br /&gt;
&lt;br /&gt;
I'm not quite ready to roll out the &lt;a href=&quot;http://feedish.com&quot;&gt;feedish&lt;/a&gt; beta, but I'm getting really close.  If you are interested in getting in, email me at &lt;a href=&quot;mailto:monki+invite@geemus.com&quot;&gt;monki+invite@geemus.com&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Much thanks to &lt;a href=&quot;http://blog.caboo.se/articles/2008/3/21/tester-accounts-for-xtt-time-tracker&quot;&gt;caboo.se&lt;/a&gt; for the inspiration to do beta signups this way.  I wanted to have a list of people to bring in when it was ready, but I am too wrapped up in polishing and features to worry about a beta signup system.&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2008-02-27 06:56:00:28</id>
    <published>2008-02-27T06:56:00Z</published>
    <updated>2008-02-27T07:08:18Z</updated>
    <link href="http://monki.geemus.com/2008/2/27/backgroundrb-after_create" rel="alternate" type="text/html"/>
    <title>backgroundrb after_create</title>
<content type="html">
            I had setup a background worker so that after a model was created it offloaded some heavier processing to a background worker so you wouldn't have to wait.  I could get it to run just fine if I ran this process separately, but within the after_create it always failed.&lt;br /&gt;
&lt;br /&gt;
The setup was that the after_create called the worker like so:
&lt;pre&gt;
def after_create
  MiddleMan.ask_work(:worker =&gt; :new_model_worker, :worker_method =&gt; :init, :data =&gt; self.id)
end
&lt;/pre&gt;
I figured that after_create meant it should have been saved, everything should be hunky dory.  In the logs it even said it was failing to find the model with the correct id(so id was getting set).  It was driving me nuts, until it occurred to me to try and call reload in the after create before the worker call, like so:
&lt;pre&gt;
def after_create
  reload
  MiddleMan.ask_work(:worker =&gt; :new_model_worker, :worker_method =&gt; :init, :data =&gt; self.id)
end
&lt;/pre&gt;
And suddenly it works, right as rain.  I still don't know exactly why this is necessary, but it works.  Hope it does for you too, and I'd love to hear an explanation in the comments.&lt;br /&gt;
&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2008-02-09 22:03:00:27</id>
    <published>2008-02-09T22:03:00Z</published>
    <updated>2008-03-18T00:21:45Z</updated>
    <link href="http://monki.geemus.com/2008/2/9/rails-edge-timezones" rel="alternate" type="text/html"/>
    <title>Rails Edge Timezones</title>
<content type="html">
            UPDATE: in_current_time_zone was removed and in_time_zone now defaults to the current timezone
&lt;br /&gt;
When I work on &lt;a href=&quot;http://feedish.com&quot;&gt;feedish&lt;/a&gt; I generally start coding sessions by using piston to make sure I'm on the bleeding edge.  Which is dangerous sometimes, but gives me a chance to try out new stuff in a pretty low pressure environment (since feedish has a user base of, um 2 at the moment).  I'll open it up for more people eventually, just not quite there yet.&lt;br /&gt;
&lt;br /&gt;
So yesterday I decided to take advantage of being on edge and use the new timezones code, since I had been dreading and putting off doing timezone stuff for a while.  &lt;a href=&quot;http://ryandaigle.com/&quot;&gt;Ryan Daigle&lt;/a&gt; had a nice &lt;a href=&quot;http://ryandaigle.com/articles/2008/1/25/what-s-new-in-edge-rails-easier-timezones&quot;&gt;write up&lt;/a&gt; of the change, but I found I still had a couple questions when I got down to it.  So I just wanted to include my notes on switching from the plugins to the built in edge stuff to help ease the transition for others.&lt;br /&gt;
&lt;br /&gt;
First things first, make sure you have the latest tzinfo gem installed:&lt;br /&gt;
&lt;pre&gt;&lt;tt&gt;sudo gem install tzinfo&lt;/tt&gt;&lt;/pre&gt;
Now if you have the tzinfo and tzinfo_timezone plugins installed, delete them.  Otherwise you get confusing errors.&lt;br /&gt;
&lt;br /&gt;
Now then, you'll probably still want to make sure your database is using UTC, so make sure this is in your environment.rb:&lt;br /&gt;
&lt;pre&gt;&lt;tt&gt;ENV['TZ'] = 'UTC'&lt;/tt&gt;&lt;/pre&gt;
While you are in there you'll want to set the default timezone for your application as well:&lt;br /&gt;
&lt;pre&gt;&lt;tt&gt;config.time_zone = &quot;Central Time (US &amp; Canada)&quot;&lt;/tt&gt;&lt;/pre&gt;
Now activerecord will be off and running, so any records you load will automagically convert times to the default zone.&lt;br /&gt;
&lt;br /&gt;
Times that don't come from activerecord are not so nice though.  You'll need to take care of these yourself.  Two things to remember here.  How to get now and how to convert regular times to the current time zone, those would be here:&lt;br /&gt;
&lt;pre&gt;&lt;tt&gt;# Time.now converted to current timezone
Time.zone.now
# Convert a time, in this case now, to the current timezone (same result as above)
Time.now.in_time_zone
&lt;/tt&gt;&lt;/pre&gt;
Finally, to customize the time zone on a per request basis you can add this to your application controller:&lt;br /&gt;
&lt;pre&gt;&lt;tt&gt;# Change to the Hawaii time zone (if only it were that easy to travel there)
Time.zone = &quot;Hawaii&quot;
&lt;/tt&gt;&lt;/pre&gt;
That should pretty much take care of it, enjoy.&lt;br /&gt;
&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2008-01-24 08:37:00:26</id>
    <published>2008-01-24T08:37:00Z</published>
    <updated>2008-01-24T08:38:38Z</updated>
    <link href="http://monki.geemus.com/2008/1/24/gamer-score" rel="alternate" type="text/html"/>
    <title>gamer score</title>
<content type="html">
            I've been known to play a little xbox live from time to time.  Currently my time seems to be split between rock band and assassins creed, with a strong leaning toward the former.  Anyway, I saw my gamer score today and thought it seemed pretty appropriate given my general thoughts about microsoft(for the most part they do xbox and live well, but I can't say I'm a big fan of a lot of the other stuff they do).  So I thought I'd include a screen grab from xbox.com for posterity.  Enjoy...&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://monki.geemus.com/assets/2008/1/24/Untitled.png&quot; alt=&quot;geemus gamerscore: 6,666&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2008-01-23 05:40:00:25</id>
    <published>2008-01-23T05:40:00Z</published>
    <updated>2008-01-23T05:44:46Z</updated>
    <link href="http://monki.geemus.com/2008/1/23/i-wouldn-t-steal-but-i-might-copy" rel="alternate" type="text/html"/>
    <title>I wouldn't steal, but I might copy...</title>
<content type="html">
            Anybody who has talked to me much about copyright know that I'm a bit of a nut about it.  I'm not going to go into it at the moment, but I must say I'm annoyed as hell every time I see that damned &quot;you wouldn't steal a...&quot; things at the beginning of dvds.  Downloading and stealing are not the same thing.&lt;br /&gt;  
&lt;br /&gt;
I'm not saying we should take as much copyrighted material as we can grab, but I think we should encourage each other to share instead of taking turn vilifying one another.  So I was glad to see this video from the European Green Party espousing a quite similar view.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;object height=&quot;373&quot; width=&quot;425&quot;&gt;&amp;lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/2ux4uhxdewU&amp;rel=1&amp;border=1&quot;&gt;&amp;lt;/param&gt;&amp;lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&amp;lt;/param&gt;&amp;lt;embed type=&quot;application/x-shockwave-flash&quot; src=&quot;http://www.youtube.com/v/2ux4uhxdewU&amp;rel=1&amp;border=1&quot; height=&quot;373&quot; wmode=&quot;transparent&quot; width=&quot;425&quot;&gt;&amp;lt;/embed&gt;&amp;lt;/object&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.boingboing.net/2008/01/21/profilesharing-video.html&quot;&gt;via BoingBoing&lt;/a&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2008-01-21 21:23:00:23</id>
    <published>2008-01-21T21:23:00Z</published>
    <updated>2008-03-09T18:37:01Z</updated>
    <link href="http://monki.geemus.com/2008/1/21/backgroundrb-capistrano-ftw" rel="alternate" type="text/html"/>
    <title>backgroundrb + capistrano ftw</title>
<content type="html">
            UPDATE: Latest version of script includes the port number(2000 by default) in the pid name.&lt;br /&gt;
&lt;br /&gt;
I've had some ongoing issues getting capistrano and backgroundrb to play nice.  So I thought I would do something about it today.  I found a nice &lt;a href=&quot;http://www.brynary.com/2007/4/8/capistrano-tasks-for-backgroundrb&quot;&gt;starting point&lt;/a&gt; from some one else.  But I wanted to use invoke_command, so that it would be (hopefully) a bit more universal and use/not use sudo as neccesary.  Also, if there is no pid file backgroundrb stop doesn't do anything other than fail and stop the execution of the rest of the chain.  So I wanted to make it skip over the stop command if the pid file did not exist.  So, without further adou here is what I ended up with.&lt;br /&gt;

&lt;pre&gt;
  namespace :backgroundrb do
    desc &quot;stop the backgroundrb server&quot;
    task :stop, :roles =&gt; :app do
      invoke_command &quot;sh -c 'if [ -a #{current_path}/log/backgroundrb_2000.pid ]; then #{current_path}/script/backgroundrb stop; fi;'&quot;, :via =&gt; run_method
    end
    
    desc &quot;start the backgroundrb server&quot;
    task :start, :roles =&gt; :app do
      invoke_command &quot;nohup #{current_path}/script/backgroundrb start -d&quot;, :via =&gt; run_method
    end
    
    desc &quot;restart the backgroundrb server&quot;
    task :restart, :roles =&gt; :app do
      deploy.backgroundrb.stop
      deploy.backgroundrb.start
    end
  end
&lt;/pre&gt;

Comments and suggestions on how to improve this or make it more universal are greatly appreciated.  Hope it can save somebody else some of my headaches.
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2008-01-18 19:35:00:22</id>
    <published>2008-01-18T19:35:00Z</published>
    <updated>2008-01-18T20:20:02Z</updated>
    <link href="http://monki.geemus.com/2008/1/18/not-myspace" rel="alternate" type="text/html"/>
    <title>Not Myspace</title>
<content type="html">
            I've long avoided myspace, allowing brief forays to interact with friends who somehow seem reluctant to simply email me.  I could never exactly spell out why it didn't work for me.  But a recent article had a rather poignant quote that seems to help.&lt;br /&gt;
&lt;br /&gt;
&quot;MySpace, with its cluttered layout, can suggest an online incarnation of the broken-windows theory—surface disorder begetting actual chaos.&quot; - &lt;a href=&quot;http://www.newyorker.com/reporting/2008/01/21/080121fa_fact_collins?printable=true&quot;&gt;The New Yorker&lt;/a&gt; (&lt;a href=&quot;http://www.37signals.com/svn/posts/799-sunspots-the-crisp-edition&quot;&gt;via 37signals&lt;/a&gt;).&lt;br /&gt;
&lt;br /&gt;
If users don't worry about the appearance and quality of their surroundings, why should we expect they will worry about the way they treat others?  At the very least it sets a poor precedent.  I think it tries too hard to be something for everyone.  De facto community standards of usage provide stronger feelings of community, but I think myspace is too far along to adopt them now.  I just hope the next generation of pages can learn from the chaos.&lt;br /&gt;
&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2007-11-26 21:34:00:21</id>
    <published>2007-11-26T21:34:00Z</published>
    <updated>2008-01-21T21:10:44Z</updated>
    <link href="http://monki.geemus.com/2007/11/26/rails-changesets" rel="alternate" type="text/html"/>
    <title>Rails Changesets</title>
<content type="html">
            This is kind of dumb, on my part, I admit.  But maybe it will let somebody else save face a bit.&lt;br /&gt;
&lt;br /&gt;
For the longest time I had wished I could have a changeset only version of the rails trac timeline, and had thought I would need to right something to filter it for me.  Turns out the options are all there and I just overlooked them.  Here is the link &lt;a href=&quot;http://dev.rubyonrails.org/timeline?changeset=on&amp;max=50&amp;daysback=90&amp;format=rss&quot;&gt;changesets only rails trac timeline&lt;/a&gt;.  Now I can stay on top of changes to edge without needing to wade through all of the tickets.&lt;br /&gt;
&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2007-10-13 19:40:00:20</id>
    <published>2007-10-13T19:40:00Z</published>
    <updated>2008-01-21T21:10:26Z</updated>
    <link href="http://monki.geemus.com/2007/10/13/backgroundrb-failed-to-find-slave-socket" rel="alternate" type="text/html"/>
    <title>backgroundrb - failed to find slave socket</title>
<content type="html">
            Ugh.  Another madness inducing bug that I post in hopes that others will have easier Googling.&lt;br /&gt;
&lt;br /&gt;
I was trying to spawn backgroundrb processes.  Scheduled processes worked, but when I spawned new ones they sometimes do, sometimes don't work.  And I was seeing the &quot;failed to find slave socket&quot; error.  Couldn't figure it out and Google wasn't immediately helpful.  But here is what it appears to break down to.&lt;br /&gt;
&lt;br /&gt;
When it creates socket files in /tmp to it truncates the worker key onto the end of your workers name.  Well, there is a limit to how long that file name can be before it blows up.  Looks like the name of your worker class, including underscores, needs to be 25 or less characters or it will create an invalid file name and blow up.&lt;br /&gt;
&lt;br /&gt;
See also &lt;a href=&quot;http://backgroundrb.devjavu.com/ticket/65&quot;&gt;this&lt;/a&gt; ticket, which doesn't mention this error specifically but pointed me to the apparent answer.  Hope it saves others my headache for the last week or so.&lt;br /&gt;
&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2007-10-02 14:26:00:19</id>
    <published>2007-10-02T14:26:00Z</published>
    <updated>2008-01-21T21:10:16Z</updated>
    <link href="http://monki.geemus.com/2007/10/2/read-it" rel="alternate" type="text/html"/>
    <title>Read it!</title>
<content type="html">
            Progress continues nicely on my feed aggregator.  Also, of great note is that I landed the domain name I wanted for it (&lt;a href=&quot;http://www.feedish.com/&quot;&gt;feedish.com&lt;/a&gt;).  It currently is just hosting a kind of proof of concept as I flesh out functionality and look into getting a designer on board.  I'll write more about that, but I wanted to say something about getting the domain name, since the whole process went amazingly smoothly.&lt;br /&gt;
&lt;br /&gt;
I had found to my dismay that &lt;a href=&quot;http://www.feedish.com&quot;&gt;feedish.com&lt;/a&gt; was already registered to someone else and had been for quite some time.  I also noticed, however, that it had simply been a parked domain for quite some time.  I approached the owner and asked them about the possibility of acquiring the name.  After ensuring that my service wouldn't conflict with their own, similarly named service, they simply allowed me to have the name.&lt;br /&gt;
&lt;br /&gt;
The kind souls that let me have my new favorite url are the guys behind &lt;a href=&quot;http://feed.us&quot;&gt;feed.us&lt;/a&gt;.  It is a centralized CMS system that lets you setup content in one location and then pull content to any number of other hosts.  I have been a bit too swamped to do much with it, but it seems like it would be really useful for maintaining multiple remote sites.  Anyway, thanks again guys, it is much appreciated.&lt;br /&gt;
&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2007-09-25 23:29:00:18</id>
    <published>2007-09-25T23:29:00Z</published>
    <updated>2008-01-21T21:09:46Z</updated>
    <link href="http://monki.geemus.com/2007/9/25/not-dead" rel="alternate" type="text/html"/>
    <title>Not dead!</title>
<content type="html">
            I've been extraordinarily busy with various ventures, but it seems like about time to check and and start posting a bit more regularly about what I'm working on.&lt;br /&gt;
&lt;br /&gt;
Most notably my main gig with &lt;a href=&quot;http://www.imthere.com&quot;&gt;ImThere&lt;/a&gt; continues to go really well for everyone involved.  We just pushed some updates over the course of the last week and the boss wrote &lt;a href=&quot;http://www.thinkvitamin.com/features/design/getting-a-startup-right-the-second-time&quot;&gt;an article&lt;/a&gt; about how we got to where we are that landed us on &lt;a href=&quot;http://www.thinkvitamin.com/&quot;&gt;vitamin&lt;/a&gt;.  I was glad to help out editing it and helping push out a number of the updates to get us there.&lt;br /&gt;
&lt;br /&gt;
I am also continuing to work on my own projects and my attempt at a feed aggregator(I am calling it feedish) is really coming along.  Still a number of things I need to figure out how I want to approach, but the main functionality is there.  I'll post more about what I have cooked up there.  I think it will be a breath of fresh air in what seems like an area that is rather lacking in innovation.  More as I figure it out.&lt;br /&gt;
&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2007-08-10 17:59:00:17</id>
    <published>2007-08-10T17:59:00Z</published>
    <updated>2008-01-21T21:09:58Z</updated>
    <link href="http://monki.geemus.com/2007/8/10/reemployment" rel="alternate" type="text/html"/>
    <title>Reemployment</title>
<content type="html">
            I have been busy, and hence quiet lately.&lt;br /&gt;
&lt;br /&gt;
I was hired by &lt;a href=&quot;http://www.ramped.com&quot;&gt;Ramped Media&lt;/a&gt; to work on &lt;a href=&quot;http://www.imthere.com&quot;&gt;imthere.com&lt;/a&gt;.  We are rolling out all kinds of new features and I think it is going to be a really great site.  Really exciting time to be joining them, and its keeping me pretty busy, hence the recent silence.&lt;br /&gt;
&lt;br /&gt;
In other news, some users were kind enough to point out some bugs in the user-owned tagging portions of acts_as_taggable_redux.  I think they have all been smoothed out, so it is hopefully an even more complete and robust tagging solution than before.  As per usual if issues come up, email me and I'll sort them out.  Thanks.&lt;br /&gt;
&lt;br /&gt;
          </content>  </entry>
  <entry xml:base="http://monki.geemus.com/">
    <author>
      <name>monki</name>
    </author>
    <id>tag:monki.geemus.com,2007-07-24 14:12:00:16</id>
    <published>2007-07-24T14:12:00Z</published>
    <updated>2008-01-21T21:09:18Z</updated>
    <link href="http://monki.geemus.com/2007/7/24/edgy" rel="alternate" type="text/html"/>
    <title>Edgy</title>
<content type="html">
            Holy crap, my &lt;a href=&quot;http://dev.rubyonrails.org/ticket/8003&quot;&gt;patch&lt;/a&gt; made in into &lt;a href=&quot;http://dev.rubyonrails.org/changeset/7215&quot;&gt;rails edge&lt;/a&gt;.  I'm in core now!  It is good to be in core...&lt;br /&gt;
&lt;br /&gt;
          </content>  </entry>
</feed>
