Plantworking: social networking for gardeners [www.plantworking.com]
To understand the idea behind Plantworking, try and imagine if everyone on Facebook or Twitter was only posting topics that were related to gardening. Imagine the usefulness of that!
I'm actively working on the site, and I'd appreciate any feedback you might have.
09:12 AM, 08 Jun 2010 by Jade Rubick Permalink | Comments (0)
Don't comment your code
02:25 PM, 05 May 2010 by Jade Rubick Permalink | Comments (0)
Vmware Fusion Unrecoverable error signal 10 [communities.vmware.com]
05:55 PM, 06 Jan 2009 by Jade Rubick Permalink | Comments (0)
Hello this is 9-1-1, can I have your insurance number please?
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, "do you take United Health Care?"
%&(@ng insurance companies.
06:14 PM, 29 Aug 2008 by Jade Rubick Permalink | Comments (0)
Setting up git commit 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 "email@address.com"
git config hooks.emailprefix "[scms]"
emacs ../description (make first line short description, then add more later)
Note that the script seemed to only send emails when they were pushed from outside.
02:58 PM, 12 Jun 2008 by Jade Rubick Permalink | Comments (2)
Oracle external tables [orafaq.com]
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 command, this is pretty powerful stuff.
03:43 PM, 17 Sep 2007 by Jade Rubick Permalink | Comments (0)
How to start up Oracle when a datafile is missing [asktom.oracle.com]
10:39 AM, 26 Oct 2006 by Jade Rubick Permalink | Comments (0)
Various translation tools [labnol.blogspot.com]
11:49 AM, 15 Sep 2006 by Jade Rubick Permalink | Comments (0)
Xah: Emacs Advanced Tips [xahlee.org]
06:37 PM, 22 Aug 2006 by Jade Rubick Permalink | Comments (0)
Airfare Predictions [www.farecast.com]
12:45 PM, 02 Jul 2006 by Jade Rubick Permalink | Comments (0)
Look up real estate values [www.zillow.com]
12:45 PM, 02 Jul 2006 by Jade Rubick Permalink | Comments (0)
"BIN" Invalid objects
The solution I've used is:
sqlplus user/pass
purge recycle bin;
then recompile invalid objects
Courtesy of MB
11:01 PM, 13 Feb 2006 by Jade Rubick Permalink | Comments (0)
12:17 PM, 18 Jan 2006 by Jade Rubick Permalink | Comments (0)
Where to host my virtual server next?
Tektonic:
http://www.tektonic.net/vds.php?op=budget_plans
UM2
$28 / mo, 256 MB memory, 20 GB disk, 1.0Mbit Un-Metered
Unmetered bandwidth
Daily Backups
Spry
http://www.spry.com/webmin-vps/
Webmin VPS 200
$25-30 / mo, 256 mb memory, 10 GB disk, unmetered bandwidth
Daily backups
May I upgrade my OS? All of our VPS accounts use a shared kernel which will limit your choices when upgrading. You may be able to upgrade several user-land programs (Apache, Perl, PHP, gcc) but you will not be able to perform a complete OS upgrade.
Vinod's quest:
http://wiki.kurup.org/wiki/show/FindNewWebHost
I decided on tektonic.net, although I think either Tektonic or Spry would have been great.
05:56 PM, 13 Nov 2005 by Jade Rubick Permalink | Comments (0)
How to resize your default temp file in Oracle [www.idevelopment.info]
10:37 AM, 20 Jun 2005 by Jade Rubick Permalink | Comments (0)
The College Bums » Buffer Overflow [collegebums.org]
11:21 PM, 07 May 2005 by Jade Rubick Permalink | Comments (0)
Research-Based Web Design & Usability Guidelines [usability.gov]
06:57 PM, 04 Apr 2005 by Jade Rubick Permalink | Comments (0)
Firefox doesn't start up?
When you start back up the system, it will bring up a "Choose User Profile" box, but won't start up with the default profile.
The fix is quite easy. Look in .mozilla/firefox/tt2k25do.default/ or something like that. Remove the lock file.
12:26 PM, 10 Mar 2005 by Jade Rubick Permalink | Comments (1)
How to Send Subversion Commit Logs to Email [docs.codehaus.org]
01:39 PM, 01 Feb 2005 by Jade Rubick Permalink | Comments (0)
Animal-Human Hybrids Spark Controversy [news.nationalgeographic.com]
Scientists have begun blurring the line between human and animal by producing chimeras—a hybrid creature that's part human, part animal.Chinese scientists at the Shanghai Second Medical University in 2003 successfully fused human cells with rabbit eggs. The embryos were reportedly the first human-animal chimeras successfully created. They were allowed to develop for several days in a laboratory dish before the scientists destroyed the embryos to harvest their stem cells.
In Minnesota last year researchers at the Mayo Clinic created pigs with human blood flowing through their bodies.
And at Stanford University in California an experiment might be done later this year to create mice with human brains.
This reminds me of a thought experiment I had about ten years ago while in college:
Humans and apes are fairly similar genetically. Yet some religious groups think that people have souls and apes do not. Given that we can now start blending the line between humans and apes, imagine doing an experiment where..
You 'create' 100 children:
Now these people believe that having a soul is a binary thing. Either you have a soul or you don't. So the question is: which of these children have souls, and which do not?
(Stop and think about that before continuing. What do you think?)
The conclusion you (inevitably I think) come to is one of the following:
I won't say which of those I subscribe to, but I thought it an interesting thing to think about.
11:13 AM, 27 Jan 2005 by Jade Rubick Permalink | Comments (0)
Mailman with AOLserver [mail.python.org]
ns_section "ns/server/${server}/module/nscgi"
ns_param map "GET /mailman/ ${mailmanprefix}/cgi-bin"
ns_param map "POST /mailman/ ${mailmanprefix}/cgi-bin"
If I put a symlink from www/mailman to the /usr/local/mailman directory, it mostly works (but only mostly). But it really should work with the mapping, so I've removed the symlink, and I've tried fiddling with it in lots of ways. I'm back to the original configuration (I verified that), and am wondering if there is some trick to it.
Vinod says you have to list every directory, and I've tried that as well, although I really hope that is not the case.
Anyone have any suggestions?
11:23 AM, 23 Jan 2005 by Jade Rubick Permalink | Comments (2)
HOT AIR: Postal Experiments [www.improb.com]
08:32 PM, 18 Jan 2005 by Jade Rubick Permalink | Comments (0)
Measuring code complexity [www.linuxjournal.com]
One of the flaws in open-source software is that everyone wants the software to do different things -- so users add in lots of options. This article exposes the danger of not being selective when adding new functionality in.
12:15 PM, 13 Jan 2005 by Jade Rubick Permalink | Comments (0)
New plastic can better convert solar energy [www.ctv.ca]
04:12 PM, 10 Jan 2005 by Jade Rubick Permalink | Comments (0)
Better living through chemistry [www.latimes.com]
The age of smart drugs is dawning. Modafinil is just one in an array of brain-boosting medications — some already on pharmacy shelves and others in development — that promise an era of sharper thinking through chemistry.
Would you take a drug that made you smarter?
08:00 PM, 20 Dec 2004 by Jade Rubick Permalink | Comments (0)
Rolling Stone: 500 best albums of all time [www.rhino.com]
12:23 PM, 16 Dec 2004 by Jade Rubick Permalink | Comments (0)
How to manage smart people [www.uiweb.com]
02:35 PM, 14 Dec 2004 by Jade Rubick Permalink | Comments (0)
New York Times: Year in Ideas [www.nytimes.com]
08:51 PM, 12 Dec 2004 by Jade Rubick Permalink | Comments (0)
Google for source code [www.koders.com]
01:30 PM, 10 Nov 2004 by Jade Rubick Permalink | Comments (0)
Skype - Free Internet telephony that just works [www.skype.com]
06:58 PM, 09 Nov 2004 by Jade Rubick Permalink | Comments (0)
Canister filters discussion [www.wetwebmedia.com]
01:38 PM, 30 Oct 2004 by Jade Rubick Permalink | Comments (0)
New Apple wireless mouse issues
However, occasionally the mouse slows down. I applied a Bluetooth update, which seemed to help, but now the problem is back..
This is driving me nuts.
02:18 PM, 29 Oct 2004 by Jade Rubick Permalink | Comments (0)
| July 2010 | ||||||
| S | M | T | W | T | F | S |
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |