Blues Harmonica – Musical Innovation Exploration

Blues harmonica done right! It’s fun to listen to. I love music with an aggressive attitude; played by a musician with an opinion of how it should sound. Bluesy music sounds better played by people with a ‘bad attitude’. What am I trying to say? What does that mean? It’s more than just bending a few notes, or adding more cowbell. At the heart of grooveology is improvisation; taking a risk.

I’ve been pondering the mysteries of musical creativity (innovation, improvisation) as it relates to creativity, and risk taking in other domains. This is a huge topic; it won’t fit in one article — but let’s get started and see where it leads.

“Musical improvisers often understand the idiom of one or more musical styles — e.g. blues, rock, folk, jazz — and work within the idiom to express ideas with creativity and originality. When done well, it often elicits gratifying emotional responses from the audience.” – from Improvisation, Wikipedia

When a skilled musician begins to improvise, the results can be amazing. Take a guitar drifting lesson from Andy McKee.

What do you think of Andy McKee’s style? Would you say Andy has an unconventional style? People are fascinated by his musical style because his methodology is new, unique, and innovative. He takes risks. He innovates. He improvises. He abuses the classical guitar methodology so badly, that one can barely recognize it. Andy has an amazing attitude, and a unique opinion about how the guitar should be played.

CCleaner – Cleans Up Your Computer

The PC that my wife normally uses became infected with something yesterday, and to make a long story short, I had to clean her PC’s Windows-XP registry. So someone recommended CCleaner, and it worked pretty well. Got my download/installer from FileHippo. Here’s more details:

CCleaner is a freeware system optimization and privacy tool. It removes unused and temporary files from your system – allowing Windows to run faster, more efficiently and giving you more hard disk space. The best part is that it’s fast and free!

Registry cleaner – Advanced features to remove unused and old entries, including File Extensions, ActiveX Controls, ClassIDs, ProgIDs, Uninstallers, Shared DLLs, Fonts, Help Files, Application Paths, Icons, Invalid Shortcuts and more… also comes with a comprehensive backup feature.

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.