Learned how to make gyros and pasta salad today, the last 2 things on the menu. Now I get to learn how to be fast.
Entries Tagged as 'Uncategorized'
Perpetually expanding the mind
July 30th, 2008 · No Comments
Tags: Uncategorized
Even More GNUMP3d
July 13th, 2008 · 1 Comment
I was getting the notice: “Use of uninitialized value in pattern match on line (121 and 127) in sorting.pm”
I attempted to solve the problem by defining the values $one and $two as follows:
my $one = “”;
my $two = “”;
I put these definitions on lines 54 and 55 of the sorting.pm file but I am still [...]
Tags: Uncategorized
Spring Break Dread
July 5th, 2008 · No Comments
Tags: Uncategorized
Emergence, Gestalt
June 30th, 2008 · No Comments
Emergence is demonstrated by the perception of the Dog Picture, which depicts a Dalmatian dog sniffing the ground in the shade of overhanging trees. The dog is not recognized by first identifying its parts (feet, ears, nose, tail, etc.), and then inferring the dog from those component parts. Instead, the dog is perceived as a [...]
Tags: Uncategorized
crazyskills vox
June 25th, 2008 · No Comments
Today, we updated the vox server to version 3.0.2. Please download the 3.0.1 client from:
http://www.ventrilo.com/download.php
Instructions on running 2 versions (or 2 copies of the same version) simultaneously available here: http://74.219.244.14/kb/view_article.php?num=388
Tags: Uncategorized
George Carlin
June 23rd, 2008 · No Comments
You will be missed.
Tags: Uncategorized
Firefox 3!
June 18th, 2008 · No Comments
http://www.mozilla.com/en-US/firefox/all-rc.html
http://www.spreadfirefox.com/en-US/worldrecord/
Cheers!
Tags: Uncategorized
crazyskills.com
June 15th, 2008 · No Comments
You heard right! crazyskills.com proper has been updated again. Now with a new menu system created entirely using CSS, for faster speed, better functionality and appearance and quicker loading times!
Peace!
Orb
Tags: Uncategorized
blast from the past
May 29th, 2008 · No Comments
c:\> telnet towel.blinkenlights.nl
Tags: Uncategorized
andLinux
May 20th, 2008 · 1 Comment
Yum!
It is so nice to be back in a linux environment, at least partially. Today, I installed andLinux and I have to say I am loving every minute of it! It is great to be back to this feel and functionality, and the best part is that I do not lose any element of [...]
Tags: Uncategorized
iPhone
May 19th, 2008 · No Comments
Will it blend?
http://www.willitblend.com/videos.aspx?type=unsafe&video=iphone
Tags: Uncategorized
gnump3d2
May 19th, 2008 · No Comments
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; [...]
Tags: Uncategorized