April 2003 Archives

What the !$#?& do you think you are doing?

| No Comments | No TrackBacks

As reported by Seattle PI, BillBoard and MTV, P2P networks are being flooded by short clips of Madonna saying "What the f*ck do you think you are doing?". These fans are being greeted with silence and this small personal message. I guess Madonna feels that these people aren't fans looking for a taste of Madonna's new album. She would rather disappoint them, by having them buy her album, only to discover that they just paid for ten filler tracks in addition the one or two they enjoy. Madonna doesn't want them to use P2P Networks to find out if the album is actually worth buying. They need to find an alternative method of discovering new music, online listening booths are much different then those at your local music store. What ever happened to being able to sample music in the comfort of your own home?

Meanwhile, the message is a great new sample that can be remixed into new tracks.
Now since this willfully got put online by the artist, do we have to worry about copyrights in regards to this message?

Thanks to a few crackers, the fans could have gotten the MP3s from Madonna.com. It displayed links to MP3s of her new album entitled American Life.

Cog: The way it goes...after 606 tries.

| No Comments | No TrackBacks

My brother pointed me to a nifty Honda Ad [large mirror] which apparently took 606 takes to put together. It reminds me of when we would setup dominos around the house with all sorts of little bridges, see-saws and flippers. It was a game of patience and luck. It was always sad to think that someone could open the front door and cause the cold winter wind to come in and blow it all down. We were practicing for a chance to attend Domino Day. If you like the ad, you might also enjoy Der Lauf der Dinge (The Way Things Go) by Peter Fischli and David Weiss.

Cowboy Bebop: The movie

This week we went to go see Cowboy Bebop at the Ken. I am always amazed how great of a series Cowboy Bebop is. The movie's plot was abruptly resolved, but it was entertaining none the less. It is also one of the few Anime's that has a sound track made up of a wide variety of genres of music.

NAMM 2003

Lots of great new tools coming out this year. You can tell that we are moving to a more of a component rack system, where the filters, oscillators, knobs and faders can be combined with a USB/IEEE 1394 interface to create a virtual patch bay with custom hardware. The most exciting pieces are the new Nord Modular G2 Engine and the Waldorf AFB16. Combine that some of the generic MIDI controller interfaces and you got a very flexible setup.

Apple to buy Universal Music

It is an interesting move, I am just hoping that Apple will use it to try to bring a consumer friendly online music service. There have been many that tried and failed, let's just hope that it doesn't take the rest of apple with it.
Dan Gillmor has some valid concerns on the subject as well. Lots of discussion and speculation going around with some good points by these pholks, such as Jobs' deal with Disney is up and the thought that with DRM Apple might not be a platform the music industry will cater towards. I am actually pretty thrilled with Apple's stance on DRM.

VoiceXML 2.0 Grammars

Building an extensive front end interface with VoiceXML has been a great experience and is a giant leap forward from the old IVR systems. The main thing right now that bothers me is the trouble it takes to make the SRGS grammars handle both DTMF and voice input. Something as simple as "Please enter your phone number or press star for more options" seems to be pretty difficult to do. It seems that with most systems either want to use the <grammar mode="voice" /> where the query string will actually contain the words/numbers matched by the grammar. Or you would use <grammar mode="dtmf" /> and you would get everything entered but with the dtmf-* keywords (such as ?num=dtmf-1+dtmf-8+dtmf-0" , etc). With the voice mode it is very hard to match dtmf-star, where when I use the dmtf mode, I need to strip dtmf- from the keys entered. I haven't found a better way, which is really a bummer, since it seems to me that a lot of people would have expected this to work similarly to how the default types (such as 'digits') work.

Site Update, Life after Yahoo!

| No Comments | No TrackBacks

As I mentioned in my last entry, I have been looking into what would be the best way to provide content on my personal website, so that it would integrate with most journal/blog systems. It also required that it would work with XSLT, XML and general goodness. I thought there was no point updating my site unless I practiced what I preached. The site uses a lot of CSS2, which apparently isn't liked by IE, so I am not sure what I am going to do about that. Feel free to ping me if you got any ideas. I have taken some layout and artistic cues from the late 1920s movement of De Stijl. I have always enjoyed the works of Gerrit Rietveld, Piet Mondriaan and Theo van Doesburg so it seemed like a good fit.

Thing have been extremely busy as of late. I have been working hard at the first alpha release for a young startup in San Diego that is providing a phone and web ordering service to small restaurants. Since this is designed from scratch we were able to use some new technologies such as VoiceXML 2.0, SRGS 1.0, XSLT 1.0 and SOAP 1.1. I will be taking another look at Matt Sergeant's ApacheCon SOAP Talk notes, to make sure we are still on track there. I'll try to get more detailed about what we are doing after we launch.

Luckly, I still found some time to wrap up some of the code I had laying around and published the perl wrapper around the MusicBrainz Client SDK. It still needs some I18N work, but I want to make sure it works with perl 5.8.0 and above, with potential backwards compatibility, rather then slapping on Unicode::String.

I also got around to installing ProTools 6.0.1 for MacOS X. Now the only thing that keeps MacOS 9 installed is Ak.Sys for my Akai sampler. The CoreAudio drivers do not seem to like it when there is more then one access, which can be really annoying on a multi-threaded platform. Regardless, I am happy to have it available next to a couple of shells and Camino. The OMS/FreeMIDI replacement CoreMIDI, is a work of art. Apple did the right thing by hiring the developer of OMS rather then licensing the defunct OMS from Gibson Guitar (who acquired Opcode Systems in 1998). It allows much better integration between programs using MIDI, to a point where I can use sfront and MIDI monitor next to ProTools. Not much time spend on RTSP/RTP lately, but SIP seems to come up more often then ever now these days.