Funny Things in Code

written by edavis on December 1st, 2005 @ 11:15 AM

Been reading a very funny wiki page at c2 and I came across this:

In the spirit of AllYourBaseAreBelongToUs

 # All your space are belong to perl
 $customer =~ s/ //g;

I just about died laughing.

Eric Davis

Latest Desktop

written by edavis on November 26th, 2005 @ 04:05 PM

Took a screenie of my latest desktop.

You will see Geektool (Unofficial Tiger Version) running a tail on my syslog, cal, and running my custom GTD program (in Ruby of course).

You will also see my new monitor app the X Resource Graph

If anyone has any questions about my settings I will be happy to share.

Eric Davis

Productivity 0 - Frozen Bubble 1

written by edavis on November 26th, 2005 @ 03:45 PM

One thing I really missed from my Debian desktop was Frozen Bubble. It is a simple game that fills my need for a time waster.

Well I have found it for OSX. It works just about the same as I remember but fullscreen mode does not work yet. I highly recommend this to any OSX user out there.

Eric Davis

SorceForge.net Site Update

written by edavis on November 20th, 2005 @ 05:43 AM

Well some of you may have noticed that SourceForge has done a redesign of their portal. I have a few good comments about it:

  1. The look of it as far as color and style is better. Now it has a more modern look and feel to it, which is important for the OSS community as could show we are not old and stale.
  2. On a project page, the download link now stands out like a Mac in a sea of beige boxen. The green color is perfect because it is not used anywhere else and thus will always draw the readers eye.

And some bad comments:

  1. On the bad side, all the extra modern-isms sf uses now is adding pixels to an already cramped setup. The ads now seem to be pushing into the content of the page.
  2. On the project page again, the project details now look horrible. They contain useful information and look like an after thought, hence they get a cramped little box. I think a more horizontal box would be nice, one that stretched the width of the content area. Or even a little CSS popup that had a summary when not hovered but details when you hover on it, like their ads from the Premier Sponsors.

Example:

!/files/sf_redesign.jpg(Screenshot of the Project Details)!

Overall, the site has improved but they still have some issues to deal with before I will say it is a good redesign.

Eric Davis

Live Search Working

written by edavis on November 19th, 2005 @ 12:58 PM

Quick post to say that the live search is working again. Also upgraded to the current trunk of Typo (r759) and had 0 issues.

(The live search was a theme issue, it worked fine on Azure)

Eric Davis