<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Jade's weblog</title>
<link>http://www.rubick.com/blogger/</link>
<description>Jade's weblog</description>
<generator>OpenACS 5.0</generator>
<lastBuildDate>Sun, 31 Jan 2010 08:26:38 GMT</lastBuildDate>
<image>
<title>Jade's weblog</title>
<url>http://www.rubick.com/rss-support/images/openacs_logo_rss.gif</url>
<link>http://www.rubick.com/blogger/</link>
<width>126</width>
<height>48</height>
</image>
<item>
<title>Interesting methodology for meetings for technical  info sharing</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33034</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33034</guid>
<description>.</description>
<pubDate>Sun, 31 Jan 2010 08:26:38 GMT</pubDate>
<category>OpenACS</category>
</item>
<item>
<title>Rails core bug with set_sequence_name</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33025</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33025</guid>
<description>I read in various places that you could use set_sequence_name is your Rails models:

class ForumsForum  'Test forum', \
                            :charter =&gt; 'Test charter', \
                            :presentation_type =&gt; 'abc', \
                            :posting_policy =&gt; 'abc', \
                            :enabled_p =&gt; 'f')
    forum.save
    ...
  end

Here's the result of the test:

  1) Error:
test_save_message(ForumsMessageTest):
ActiveRecord::StatementInvalid:...</description>
<pubDate>Mon, 21 Dec 2009 18:32:04 GMT</pubDate>
<category>OpenACS</category>
</item>
<item>
<title>Git interactive add</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33024</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33024</guid>
<description>Interesting interactive mode for Git. The coolest thing is that you can split hunks from the same file and commit them in separate commits.</description>
<pubDate>Mon, 21 Dec 2009 08:12:13 GMT</pubDate>
<category>CVS</category>
</item>
<item>
<title>OpenACS on Rails</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33022</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33022</guid>
<description>I'm moving a website or two to Rails from OpenACS, but preserving the database layer (for now).

If you're interested in doing the same or collaborating, fork away on Github!</description>
<pubDate>Sat, 19 Dec 2009 17:18:24 GMT</pubDate>
<category>OpenACS</category>
</item>
<item>
<title>Is your code reentrant?</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=33021</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=33021</guid>
<description>I read this article on Wikipedia yesterday. It's worth reading, if you don't remember what reentrant means, or were never exposed to the concept.</description>
<pubDate>Sat, 19 Dec 2009 16:30:53 GMT</pubDate>
<category>Other</category>
</item>
<item>
<title>Vmware Fusion Unrecoverable error signal 10</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=32898</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=32898</guid>
<description>Delete the .vmss file from the Virtual Machine's Package fixes the issue.</description>
<pubDate>Wed, 07 Jan 2009 01:55:49 GMT</pubDate>
<category>Other</category>
</item>
<item>
<title>Hello this is 9-1-1, can I have your insurance number please?</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=32276</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=32276</guid>
<description>Another reason for national health insurance is the stupid fights you have with your insurance company. 

We called an ambulance for an emergency with our daughter (it turned out fine, that's another story), and when the bill came, it turns out that THIS PARTICULAR AMBULANCE COMPANY is not freakin' covered by UNITED HEALTH CARE's stupid insurance. 

Can you imagine? Like you're supposed to ask 911 when you call, &quot;do you take United Health Care?&quot;

%&amp;(@ng insurance companies.
</description>
<pubDate>Sat, 30 Aug 2008 01:14:39 GMT</pubDate>
<category>Other</category>
</item>
<item>
<title>Setting up git commit emails</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=30408</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=30408</guid>
<description>We're moving Volunteer Solutions to git this week. One thing that wasn't documented well was how to set up git emails.

There is a git-notify script out there, but in contrib there is post-receive-email.

It's actually easy to set up:

cd .git/hooks
mv post-receive post-receive.bak
ln -s /path/to/post-receive-email post-receive
chmod a+x /path/to/post-receive-email
git config --add hooks.mailinglist &quot;email@address.com&quot;
git config hooks.emailprefix &quot;[scms]&quot;
emacs ../description   (m...</description>
<pubDate>Thu, 12 Jun 2008 21:58:55 GMT</pubDate>
<category>Other</category>
</item>
<item>
<title>Obama has a better shot at winning the general election</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=27805</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=27805</guid>
<description>&quot;When pollsters offer voters hypothetical matchups, Mr. Obama does better than Mrs. Clinton against Mr. McCain. For example, a Cook Political Report poll of registered voters released this week found Mr. McCain beats Mrs. Clinton, 45 percent to 41 percent. But Mr. Obama beats Mr. McCain, 45 percent to 43 percent. The latest Washington Post/ABC News poll found similar results.

Mr. Obama also has the highest approval rating of any major candidate among independents, 62 percent, according to a...</description>
<pubDate>Thu, 07 Feb 2008 19:48:38 GMT</pubDate>
<category>Politics</category>
</item>
<item>
<title>Valid characters in a tcl proc definition</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=27800</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=27800</guid>
<description>It appears you can include ! and ? in proc names in Tcl. So you can do nice Ruby-like proc names, such as

valid?
proc_with_side_effect!

Interesting.</description>
<pubDate>Wed, 30 Jan 2008 21:52:01 GMT</pubDate>
<category>OpenACS</category>
</item>
</channel>
</rss>

