<?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>Sat, 30 Aug 2008 01:14:39 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>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 how silly it 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 companie...</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>
<item>
<title>Video on CO2 emissions</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=27794</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=27794</guid>
<description>+</description>
<pubDate>Sat, 01 Dec 2007 20:55:15 GMT</pubDate>
<category>OpenACS</category>
</item>
<item>
<title>Prevent SSL warnings for certain CA certificates</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=27015</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=27015</guid>
<description>Helpful</description>
<pubDate>Sun, 11 Nov 2007 21:48:19 GMT</pubDate>
<category>Other</category>
</item>
<item>
<title>An Inconvenient Truth</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=27014</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=27014</guid>
<description>
writeWidget('A3D587C536B854713ABF05CAFBEBFC84');</description>
<pubDate>Thu, 08 Nov 2007 22:31:58 GMT</pubDate>
<category>Other</category>
</item>
<item>
<title>Oracle 11g installation on VMWare Fusion with Ubuntu 7.10</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=27013</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=27013</guid>
<description>A few things I discovered.

The 64 bit server version did not work for me -- the 32 bit desktop version did.

</description>
<pubDate>Mon, 22 Oct 2007 19:21:43 GMT</pubDate>
<category>Linux</category>
</item>
<item>
<title>Oracle external tables</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=27006</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=27006</guid>
<description>Oracle has a built-in facility for accessing text files as if they were tables in the database.

This is a screaming fast way of loading data into a table, and it is easier than SQLLDR, plus you can keep your foreign key constraints etc..

I used this at United eWay to replace some pages that were taking several hours to load data from a CSV file. The new script took a second or two instead of more than 18+ hours to run (and it actually never completed).

Combined with the MERGE SQL comm...</description>
<pubDate>Mon, 17 Sep 2007 22:43:34 GMT</pubDate>
<category>Other</category>
</item>
<item>
<title>Insert multiple rows per insert with Oracle</title>
<link>http://www.rubick.com/blogger/one-entry?entry%5fid=27004</link>
<guid isPermaLink="true">http://www.rubick.com/blogger/one-entry?entry%5fid=27004</guid>
<description>insert all into foo (a, b) values ('1','2') into foo (a,b) values ('1','2') select sysdate from dual;
</description>
<pubDate>Wed, 05 Sep 2007 00:58:24 GMT</pubDate>
<category>Other</category>
</item>
</channel>
</rss>

