Earth Day 2008 – Another Day on the Priviledged Planet

Google Earth Day 2008 logo

Google goes green today with an alternate logo to celebrate Earth Day, which the USA started celebrating on April 22, 1970.

Michael Arrington says Twitter is now such a vital part of the technology ecology, that service outages barely matter, and as he says “I need Twitter more than Twitter needs me.”

Wired Magazine looks back to frightful days in World War I, remembering the trench warfare — chemical weapons; poison gas — on this day in 1915.

I’m thankful to be alive on the privileged planet today, and I realize that every breath is a gift. I need the earth more than the earth needs me… I need more oxygen, just like SlashDot needs more electricity to keep the creation/evolution debate going.

Yesterday, WordPress wizard Matt Mullenweg, jazzed up his blog with a new spring theme. I wonder if he designed it that way, or it just evolved by itself.

Matthew Mullenweg\'s new spring theme

Zeldman (ALA) published a couple interesting and helpful articles on the Why and How of Ruby on Rails this morning.

Creating new stuff isn’t easy. Meticulous and beautiful designs don’t just happen by accident. Computer programs don’t write themselves. However, some scientists (like Richard Dawkins) theorize that DNA wrote itself. So, if you follow that theory, you can Twine your PC to some random Twitter feeds, go to the beach all afternoon, and when you get back, your new Ruby on Rails program will have written itself. Try explaining that one to your boss. Or better yet, find some VCs who will invest in it. (The only catch is that they might have to wait billions and billions of years for the ROI). That plan might work for you… but for programmers looking for some good advice today, you might want to check out StackOverflow.com (a new advice service for programmers) — from Joel Spolsky and Jeff Atwood.

Back to the Planet – After a flaming descent, and a “scary crash landing”, Korean, Russian, and American astronauts are glad to be back on planet earth after a visit to the International Space Station. Yi So-yeon, a nano-technology engineer from Seoul, Korea — spent 11 days in space. Peggy Whitson had been gone for 192 days (and needed help walking), and now Peggy holds the American record for most days lived in outer space — 377 days.

Inside the WordPress Loop

I’ve doing a little reading about the WordPress loop. The WordPress loop is where all the main work get’s done in publishing the articles of the blog. Loops and iteration constructs are very common in many (all?) programming languages, and that is why you see things like “do while” or while, “for x = 1 to z”, or “foreach x in z” in many scripting languages.

The whole idea with Open Source software is that you can modify it, refactor it, change it to be anything you want. However, it is a good idea to start with some very small changes, and it’s really good to begin by reading a few articles about the code, and read the actual source code before you start making any changes.

Anyway, two recent articles, I have have found helpful are: The Ultimate Guide to the WordPress Loop and another called Global Variables and the WordPress Loop.

BlogPulse Charts and Graphs

Have you tried BlogPulse charts and graphs to track and analyze what’s behind the buzzwords?

Here is an example showing the keywords python, ruby, and wordpress (time-line is the past 6 months). Looks like the WordPress spike is beginning to fade, and I wonder what that means?
20070423060847jjugjo8fdt8lr4iizp5t.png

Here is another BlogPulse trend chart showing what everyone was talking about last week. Keywords/Phrases : Virginia Tech, Cho, gun control.

20070423070543vatech_cho_gun_control.png

Now that we are on this topic, let me say that my deepest sympathy goes out to all the families affected by this horrific tragedy (mass murder, suicide); my prayers for peace and love continue unto God our Father and our Lord Jesus Christ, and I recommend that everyone read and meditate on Psalm 4 and Psalm 23 this week.

Random Image Rotation

Another research topic… I’m taking some notes here, so I can come back to this topic later. Paul Stamatiou talks about the new WordPress blog he installed for Yahoo, (Yodel Anecdotal) as part of his summer internship at Yahoo. Apparently Paul decided to implement the random image rotator developed / explained / recommended by Dan Benjamin. You can read more about this image rotator (and see it in action) over at Automatic Labs.

I also recalled reading about another Image Rotator and Randomizer that I had stumbled across — over at Photo Matt (Matthew Mullenweg’s) a while back. Matt’s Random Image script is here. Not sure what the differences are between these various scripts, but one day when I get a chance to read the source code for each, I’ll see if there is any big diff.