iPhone

May 19th, 2008 by crazyskills

Will it blend?

http://www.willitblend.com/videos.aspx?type=unsafe&video=iphone

Posted in Uncategorized | No Comments »

gnump3d2

May 19th, 2008 by crazyskills

In order to try and fix the exiting from the program, and thus leaving me with a command prompt, I have commented out line 591 in the GNUMP3D2 file, which read “exit;” See below.

#
# Abort with error message if we cannot fork().
#
my $forkFail = $literals->get( “ERROR_FORK” );
if ( !defined( $pid ) )
{
print $forkFail;
#exit; commented out by orb
}

Hopefully, this will allow the daemon to continue running even if it gets an ERROR_FORK. It should still let me know, but then maybe it will continue to run.

We shall see. So far, so good.

Posted in Uncategorized | No Comments »

good cause

May 19th, 2008 by crazyskills

Check these two links out:

http://www.soscats.org

http://www.goodsearch.com/?charityid=848634

The first one is the internet presence of Save Our Strays, a nonprofit organization dedicated to finding homes for stray cats, a very worthwhile cause. If you or someone you know is in the market for a cat, contact them!

The second is a great search page (powered by Yahoo!), and Save Our Strays receives 1 cent for each search. We all know how much we use search engines.

Thanks for your time,

Orb

Posted in Uncategorized | No Comments »