Categories
Uncategorized

Font Jokes

In tribute to the font joke spotted at prolific.org, I offer this:

1st Designer: “Wow, you always have so many fonts, where do you get them from?”

2nd Designer: “Oh they come from Monaco, Geneva, Chicago, New York… I get them delivered at various Times throughout the day…”

1st Designer: “By who?”

2nd Designer: “A Courier!”

(At least you can’t throw tomatoes at me…)

Categories
Uncategorized

The Yahoo! API

Hooray! for the Yahoo! API!

Inspired slightly by what Russell did with it in JSP for a video search, I felt compelled to crank out a simple example in Perl, though I choose to do a local search. See the results in my Yahoo! Local Search.

Looking for beer near my house? You got it!

I don’t care what people say, REST is cool. I didn’t even really need to read any docs or look at sample code, as it’s just a matter of building a URI getting the resuls (in XML) and converting it to HTML. Perl does all that quite well.

I will be the first to admit that this is not exactly “production ready” as it only underwent minimal testing. But then again, writing and testing it all took well under an hour…

Categories
Uncategorized

The thing about Oranges

I think one of the reasons I like orange juice so much is because I hate eating oranges so much.

Whew, all this talk about oranges makes me think about The Oranges Band on Lookout Records

Categories
Uncategorized

Oh No! blo.gs for sale!?

Jim wants to sell blo.gs! Ouch… I will definitely miss it if it goes away, or gets turned into something evil. But really, I can’t blame him for unloading it, since it was costing him real money. I propose a big round of applause for Jim running it this long, providing a valuable resource to the community.

Hmmm, maybe Yahoo! will buy it? (Jeremy?)

(It just figures, we get GeoURL back, and we may lose blo.gs…)

Categories
Uncategorized

Ruby

Ruby is the new thing…

I mean Ruby ain’t new, I seem to remember seeing it many many years back, though I had no use for it.

I’m still not sure I have a real use for it, but this Ruby on Rails thing does look interesting, and people are saying that PHP may lose out to Ruby eventually… Of course PHP has some steam left it in as well.

You know, I’m still a Perl guy at heart, but I ended up getting into PHP because the apps I was interesed in were written in PHP. Perhaps someday the apps I’m interested in will be written in Ruby, and then I’ll take a look at it.

As it stands today this isn’t good:

  bash$ which ruby
  /usr/bin/which: no ruby in (/usr/local/bin:/bin:/usr/bin:/home/pete/bin)

Besides, if I look at certain companies I know, PHP is just now beginning to make inroads and find more use, so it may be years before Ruby shows up.

No matter, I have nothing against Ruby, I mean, as long as I can avoid ASP and ColdFusion, I’ll be fine. Heck, I’ll even deal with JSP! ;)