Set up the VNC Server in Fedora [www.raoul.shacknet.nu]
10:24 AM, 31 Dec 2005 by Jade Rubick Permalink | Comments (0)
Multiple OS X Desktops using OSXvnc [www.redstonesoftware.com]
06:34 PM, 30 Dec 2005 by Jade Rubick Permalink | Comments (0)
I added high score to the exercise motivator
So now there are multiple ways to motivate yourself:
Lots of ways to keep you motivated to exercise this holiday season!
09:20 PM, 24 Dec 2005 by Jade Rubick Permalink | Comments (0)
Character Encoding in AOLserver [dqd.com]
03:33 PM, 07 Dec 2005 by Jade Rubick Permalink | Comments (0)
Excellent overview of character set issues [www.joelonsoftware.com]
03:14 PM, 07 Dec 2005 by Jade Rubick Permalink | Comments (0)
I've moved Rubick.com to a new server
12:50 AM, 26 Nov 2005 by Jade Rubick Permalink | Comments (1)
We were in the paper [www.oregonlive.com]
Their friends, Jade and Kate Rubick, a Web developer and a librarian who live in North Portland, said hawks had carried some birds off.
10:33 AM, 25 Nov 2005 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)
Very high load on Fedora Core 4 (96!)
Top does show nsd (Aolserver) taking up a lot of CPU. I restarted it just now.
10:41 AM, 20 Oct 2005 by Jade Rubick Permalink | Comments (1)
Resending emails from a maildir
I wrote a script that did this:
#!/bin/bash
echo
for file in *.org
do
/usr/sbin/sendmail hisemail@safe4all.org hisemail@safe4all.org < "$file"
echo "$file name";
done
exit 0
Our domain name ends in .org, so that would change if you were at a .com or otherwise.
08:25 PM, 18 Oct 2005 by Jade Rubick Permalink | Comments (0)
Added rank to the exercise motivator as well [www.rubick.com]
10:43 AM, 13 Oct 2005 by Jade Rubick Permalink | Comments (1)
Exercise motivator now keeps score
06:05 PM, 11 Oct 2005 by Jade Rubick Permalink | Comments (0)
Sftp and resuming interrupted downloads
Very nice!
03:15 PM, 23 Sep 2005 by Jade Rubick Permalink | Comments (0)
Fedora Core 4 complete freezing
During the install, the installer says that the install disks didn't work. See linux media check issue with Fedora Core 4 disks. The solution? Start up the installer with:
linux ide=nodma
I installed Fedora Core 4 last night, and found that it would periodically freeze (every ten minutes or so). I couldn't find much pattern behind it, except that subversion was usually running. Upgrading subversion did not help, however.
I'm reinstalling again this morning, running memory checks and any other sort of checks that it has. I'd really like to get this working as quickly as possible, but I also want it to not freeze..
It looks like the 3rd install disk was corrupted. I reinstalled, and thought I was fine, but after about 4 hours of use this morning (and getting a lot of things installed), it froze again.
02:39 PM, 19 Sep 2005 by Jade Rubick Permalink | Comments (13)
New method of acquiring oil? [www.rockymountainnews.com]
06:18 PM, 05 Sep 2005 by Jade Rubick Permalink | Comments (0)
New Parent Meal Registry [www.rubick.com]
01:17 AM, 31 Aug 2005 by Jade Rubick Permalink | Comments (0)
Can now print photos
07:47 PM, 27 Aug 2005 by Jade Rubick Permalink | Comments (0)
Welcome to the world
ALEXANDRA MEI RUBICK
Formerly known as Tiny, she is now affectionately known as "Sasha." Sasha
arrived Saturday, August 20, at 2:15 a.m. She weighs 8 pounds 3 ounces and measures 20 inches.
We've put up photos linked in from Tiny's home page.
10:28 PM, 23 Aug 2005 by Jade Rubick Permalink | Comments (2)
Our new child, Delilah?
Delilah is actually our cat! The baby hasn't been born yet.
12:41 PM, 17 Aug 2005 by Jade Rubick Permalink | Comments (0)
The Fishbowl: HTTP Conditional Get for RSS Hackers [fishbowl.pastiche.org]
05:32 PM, 08 Aug 2005 by Jade Rubick Permalink | Comments (0)
Improvements to Exercise Motivator [www.rubick.com]
You also can now see your exercise reminders from the main page of Rubick.com if you are signed in.
02:44 PM, 07 Aug 2005 by Jade Rubick Permalink | Comments (4)
Fedora Core 3 crashing
Looks like the hard disk got corrupted a bit as well.
It turns out the swap partition was corrupted, and not mounting. I was getting my system load up to about 60, which is the highest I've ever seen.
I fixed it by using mkswap on the partition, and sudo /sbin/swapon /dev/hda5
05:07 PM, 02 Aug 2005 by Jade Rubick Permalink | Comments (0)
07:09 PM, 27 Jul 2005 by Jade Rubick Permalink | Comments (0)
Public shame as motivation to work out
Anyone is free to sign up. It's free, and I plan to add in a public shame page, which will show how long it's been since you last worked out.
06:44 PM, 22 Jul 2005 by Jade Rubick Permalink | Comments (0)
Styled Checkboxes [www.gamingheadlines.co.uk]
07:49 PM, 21 Jul 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)
How Rails uses Ajax [www.onlamp.com]
12:26 PM, 13 Jun 2005 by Jade Rubick Permalink | Comments (0)
Mac OS X and Arch: guid and suid bits
After spending about 3 hours looking into it, compiling half the gnu tools from scratch I finally fixed arch on my machine. After I compiled the latest version of tar I noticed that rather then giving an error it simply said 'permission denied'. Doing some more googling it seems that the latest security update for Panther has disallowed the user from setting the setgid bit. It's the only UNIX to do this and the move was praised in some security researcher's blog. By simplysudo tla replay
the problem was resolved.
Arghhhh!
sudo'ing the replay command broke all the tla commands for the normal user but chowning the {arch} directory back to alexk seems to have fixed everything.
10:23 PM, 04 Jun 2005 by Jade Rubick Permalink | Comments (0)
Startup issues with Fedora Core 3 and HP Pavilion zd8000
Starting udev:
Initializing hardware... storage network audio
Sometimes it freezes there, sometimes it doesn't. Right now, I am restarting over and over and it isn't coming up. Annoying.
03:24 PM, 04 Jun 2005 by Jade Rubick Permalink | Comments (0)
Tip: how to allow http traffic to your Fedora-based web-server [stanton-finley.net]
01:20 PM, 01 Jun 2005 by Jade Rubick Permalink | Comments (0)
How to have an email for each commit in Arch [lists.gnu.org]
07:13 PM, 27 May 2005 by Jade Rubick Permalink | Comments (0)
Tiny's Home Page [www.rubick.com]
05:36 PM, 14 May 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)
Edit in Place with JavaScript and CSS [tool-man.org]
08:12 PM, 02 May 2005 by Jade Rubick Permalink | Comments (0)
Javascript - can't access pages from other domains? [www.webmasterworld.com]
The default security in javascript is even more restrictive than "same domain". It's known as the Same Origin policy. It says that a script can only read properties of windows and documents that were loaded:1. from the same host
2. through the same port
3. by the same protocol
04:51 PM, 25 Apr 2005 by Jade Rubick Permalink | Comments (0)
Pictures from a recent trip to the Oregon Coast [www.rubick.com]
01:10 PM, 23 Apr 2005 by Jade Rubick Permalink | Comments (0)
Google Maps Hacking and Bookmarklets [libgmail.sourceforge.net]
10:34 PM, 19 Apr 2005 by Jade Rubick Permalink | Comments (0)
Google Maps Standalone Mode [stuff.rancidbacon.com]
10:31 PM, 19 Apr 2005 by Jade Rubick Permalink | Comments (0)
Housing - Portland [www.paulrademacher.com]
10:24 PM, 19 Apr 2005 by Jade Rubick Permalink | Comments (0)
Jim Davidson on a few undocumented things you can do with Aolserver
shell# bin/tclsh8.5
% load lib/libnsd.so
% ns_info pools; ... look at output on zippy memory usage ...
% ... run test ...
% ns_info pools; ... look again ...
12:08 AM, 07 Apr 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)
Forum OpenACS Q&A: FYI: Debian Postgres package fix [openacs.org]
06:42 PM, 04 Apr 2005 by Jade Rubick Permalink | Comments (0)
Rubick.com is now back up
I'm hoping this will ensure that it will be more reliable in the future.
12:13 AM, 04 Apr 2005 by Jade Rubick Permalink | Comments (0)
iCal won't start up
10:53 AM, 17 Mar 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)
Google Maps Hacking and Bookmarklets [libgmail.sourceforge.net]
11:01 AM, 27 Feb 2005 by Jade Rubick Permalink | Comments (0)
Analysis of Google Maps [weblog.infoworld.com]
Google Maps uses XSLT in novel ways, apparently.
06:44 PM, 12 Feb 2005 by Jade Rubick Permalink | Comments (0)
Automatic translation of missing language keys [openacs.org]
08:49 PM, 04 Feb 2005 by Jade Rubick Permalink | Comments (0)
How to Send Subversion Commit Logs to Email [docs.codehaus.org]
01:39 PM, 01 Feb 2005 by Jade Rubick Permalink | Comments (0)
Street level pictures on A9 [www.amazon.com]
They have an explanation of how Amazon created the photos on the Yellow Pages site.
My idea was a little more collaborative -- the ability for any user to upload GPS encoded photos. You then could look at an overview map which would show how densely people have uploaded pictures in particular areas, and you could take virtual tours of those places.
You then would need a way of determining which pictures were the best in a densely photographed area. Probably some sort of rating scheme.
08:48 PM, 30 Jan 2005 by Jade Rubick Permalink | Comments (0)
10:19 AM, 30 Jan 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)
How to podcast [www.engadget.com]
07:30 PM, 25 Jan 2005 by Jade Rubick Permalink | Comments (0)
Folksonomies: How we can improve the tags [www.pinds.com]
03:19 PM, 24 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)
Compiling Python on Debian stable [mail.python.org]
09:51 AM, 21 Jan 2005 by Jade Rubick Permalink | Comments (0)
Site-Wide Templates for Internet Sites [theses.mit.edu]
07:02 PM, 20 Jan 2005 by Jade Rubick Permalink | Comments (0)
Mac OS X can send and receive faxes
04:32 PM, 20 Jan 2005 by Jade Rubick Permalink | Comments (0)
Google stops link spamming [www.google.com]
12:59 AM, 20 Jan 2005 by Jade Rubick Permalink | Comments (0)
HOT AIR: Postal Experiments [www.improb.com]
08:32 PM, 18 Jan 2005 by Jade Rubick Permalink | Comments (0)
Log response times in Aolserver
I've commited this to oacs-5-1, so it will start appearing in OpenACS soon.
I believe I can use this in conjuction with Analog to produce reports on the amount of time each request takes...
07:53 PM, 18 Jan 2005 by Jade Rubick Permalink | Comments (0)
Seymour M. Hersh | The Coming Wars [www.truthout.org]
05:11 PM, 18 Jan 2005 by Jade Rubick Permalink | Comments (0)
Social Security: A Question of Numbers [www.nytimes.com]
03:44 PM, 18 Jan 2005 by Jade Rubick Permalink | Comments (0)
Problems with Postgres not starting up right
The message on the server's main page said that the database was down.
So I log into the server, take down Aolserver, and attempt to restart Postgres:
svc -d /service/servername
www:~# /etc/init.d/postgresql restart
Stopping PostgreSQL database server: postmaster/usr/lib/postgresql/bin/pg_ctl: kill: (30083) - No such process
pg_ctl: postmaster does not shut down
.
Starting PostgreSQL database server: postmaster ((null) already running.).
www:~# su - postgres
postgres@www:~$ pg_ctl stop
waiting for postmaster to shut down...2005-01-17 10:26:12 [1548] LOG: received smart shutdown request
.2005-01-17 10:26:12 [1590] LOG: shutting down
..2005-01-17 10:26:15 [1590] LOG: database system is shut down
done
postmaster successfully shut down
postgres@www:~$ exit
logout
www:~# /etc/init.d/postgresql start
01:10 PM, 17 Jan 2005 by Jade Rubick Permalink | Comments (1)
SMTP Auth and SMTP over SSL [people.brad-x.com]
10:55 PM, 15 Jan 2005 by Jade Rubick Permalink | Comments (0)
La Concheta Mudslide [www.theclandestino.com]
07:12 PM, 15 Jan 2005 by Jade Rubick Permalink | Comments (0)
Jon Udell: Linky in action [weblog.infoworld.com]
02:34 PM, 14 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)
How to make daemontools default to down [cr.yp.to]
04:03 PM, 12 Jan 2005 by Jade Rubick Permalink | Comments (0)
Roadmap for Arch 2.0 [www.gnuarch.org]
I'm glad they are paying attention to both Windows and UI issues.
02:11 PM, 12 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)
Fontifier - Your own handwriting on your computer! [www.fontifier.com]
10:07 AM, 06 Jan 2005 by Jade Rubick Permalink | Comments (0)
Bernhard Seefeld's Blog: map.search.ch Launch [www.bernhardseefeld.ch]
07:49 AM, 06 Jan 2005 by Jade Rubick Permalink | Comments (0)
Unable to acquire revision lock?
arch_commit: unable to acquire revision lock (could not rename file.)
tree: /home/safe4all-staging/safe4all-staging
revision: jade@safe4all.org--2005/openacs--staging--5.1.0--patch-14
The problem was the umask of another user committing to the archive. That set the permissions so I couldn't access them.
I figured out what was going on with help from ddaa and Rotty on #arch. They suggested using strace on the tla commit. That helped diagnose the problem.
Then, to fix it, you have to do this (I had to be root for some reason):
cd /home/safe4all/{archives}/2005/openacs/openacs--staging/openacs--staging--5.1.0/
chmod g+w *
cd patch-13
chmod g+w ++revision-lock/
chmod g+w ++revision-lock/+contents/
Then the commit worked.
11:31 AM, 05 Jan 2005 by Jade Rubick Permalink | Comments (0)
Lars explains how to use MetaWeblogAPI with lars-blogger [www.pinds.com]
08:11 AM, 04 Jan 2005 by Jade Rubick Permalink | Comments (0)
Lots of examples of xmlhttprequest [jpspan.sourceforge.net]
10:50 AM, 03 Jan 2005 by Jade Rubick Permalink | Comments (0)
43 Things [43things.com]
10:24 PM, 01 Jan 2005 by Jade Rubick Permalink | Comments (0)
| January 2005 | ||||||
| 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 | |||||