Pages

.

Making music with Apple IIgs technology


Over the weekend I found myself using floppy disks for the first time in I-don't-know-how-many Moore epochs. It was a brain-bending reminder of how much great technology was built atop operating systems that fit into a few K of memory and Mylar storage media.

Back in the mid-1980s, Bob Yannes, the guy responsible for the MOS Technology SID (Sound Interface Device) chip in the Commodore 64 and the Ensoniq Digital Oscillator Chip (Ensoniq ES5503 DOC) that powered the Apple IIGS computer's audio system, introduced the first low-cost digital sound-sampling keyboard, the Ensoniq Mirage. At $2000 (in 1985 dollars!), it might not seem low-cost, but you have to realize that the Mirage's main competition at the time was the Fairlight CMI Series II, which, at ~£27,000, only very successful musicians could afford.

The Mirage was an incredibly versatile (and for its day, quite impressive-sounding) MIDI keyboard, with a 333-note sequencer (big stuff back then!), velocity-sensitive keys, and of course, the ability to use sampled sound. It loaded sound samples from 128K single-sided double-density floppy disks. Each disk held six 32-note "voices" plus a copy of the operating system.

In my case, I couldn't afford a Mirage keyboard ($2000 was too steep for me), but around 1987 Ensoniq came out with a rack-mount (keyboardless) version of the Mirage that was much cheaper (~$1300). Once it became "last year's model," I picked one up, new, at Sam Ash for $1000. The rack-mount unit (exactly the same as what I have) is pictured above.

My Mirage box had collected so much dust in the basement that I had to spend 5 minutes just cleaning the chassis exterior. I was very worried, of course, that the accompanying floppy disks (without which the device is useless), now 20 years old, would be so corrupted with flipped bits that I wouldn't even be able to boot the machine. Cheap floppies always seemed to go bad on me in two or three years. Could these still be good after 20 years?

Yes. Amazingly, I was able to boot the Mirage and load sound samples from disk. And just as amazingly, everything else worked -- MIDI in/out/thru, all the front panel buttons, etc. What had me challenged was the fact that I couldn't find the user's manual -- and this was a complex box to operate. Not really complex, just a poor user interface. Many buttons, many numeric inputs, no text messages whatsoever. It's a matter of knowing which buttons to push in which order.

I looked online for a user's manual, assuming there would be one. There wasn't. Instead, it turns out there's a lively aftermarket in Mirage user manuals, which often sell for more than used Mirage boxes themselves! But I did finally find a "cheat sheet" showing all the parameter codes. From there, I figured out the button-combos myself.

I wired the MIDI-in port to my Yamaha DX-7's MIDI-out, and lo! There was sound coming out the Mirage's mono output jack. And the layered sound (Mirage over DX-7) was actually quite marvelous, especially when piped through Cakewalk's digital effects (running on my Compaq Presario).

I often wonder if we really need the 120 gigabyte drives and 2GHz CPUs and mega-ginormous "operating systems" (so-called) on which we so slavishly rely today. Do we need to live in such digital squalor, really?

I look at the Mirage and think: "Not."
reade more... Résuméabuiyad

Google Voice: Cloud Meets Cell

Yesterday, to surprisingly little fanfare, Google started fulfilling invites to its new Google Voice service, which was announced back in March. This is essentially the culmination of Google's GrandCentral acquisition of 2007, but have no doubt, it's not the end of the story. It's the beginning of one.

It's hard to sound-bite Gvox. Ostensibly, it's a way to sign up for a single vanity phone number that lets you do voicemail and SMS text retrieval using VoIP from any device. According to Google:
[ Google Voice ] improves the way you use your phone. You can get transcripts of your voicemail and archive and search all of the SMS text messages you send and receive. You can also use the service to make low-priced international calls and easily access Goog-411 directory assistance.
If that sounds boring, it's because it is. But I think it may be a handful of frost scraped off the tip of a big icy thing floating in the ocean. If all Gvox did were to offer superior service to Verizon's Visual Voicemail, it would be a significant advance. But there's the potential for more. Much more.

Even before the GrandCentral acquisition, Google had big plans in the VoIP and mobile domains. You have to look no farther than United States Patent Application 20080232574 to get a hint of what I mean.

But use your imagination. If your cell phone becomes a gateway to Android cloud apps, you've essentially got the power to retool your phone with a virtualized OS, and obtain access to web apps galore. In fact, with a little sleight-of-hand, Gvox can give the appearance of completely reskinning your phone and offering a whole new menu system. Want to store your address book in the Gvox cloud? Done. Get auto-complete as you enter phone numbers? Do Google white-pages 411 lookups? Do reverse phone lookups? Record a podcast (and store it in the cloud)? Upload a cell-phone video to YouTube in a single speed-dial click? You get the idea. Let your imagination (ahem...) roam.

One thing I wish Gvox would do that I don't think it does (yet) is full many-to-many mappings of phone numbers. Right now you just get a one-to-many mapping of a vanity number to all your other numbers, which is handy enough because it means people can always reach you with just a single phone number, but I think it would be cool (especially if you're a marketer) to have the ability to map many phone-number aliases to a single target number and get advanced analytics for the resultant traffic. Who called from which number? Which ad or blog placement or campaign was the number associated with? Etc. etc.

We'll probably get all that -- and more. As I say, right now, on the surface, Google Voice doesn't sound all that exciting. But under the surface, there's a whole new world waiting. The Internet is your new dial tone.
reade more... Résuméabuiyad

Java app server popularity wanes, except for one



Java app server popularity is on the decline -- if Google search volume is any indication. The above graphic (from Google Trends) shows five years of data representing search volume (upper portion) and news-citation volume (lower) for keywords "apache tomcat","websphere","jboss," and (just for fun) "weblogic." The trend lines are pretty convincing, it seems to me. Only Tomcat (which of course lacks full-blown app server status and is the orange in this apples-to-apples comparison) has a relatively steady trend line. The trajectory for all others is about the same as that of the U.S. Airways jet that landed in the Hudson.

In recent years, some of the lack of app-server-targeted new development has shifted to development that targets runtime frameworks like Spring. But it appears even interest in Spring has peaked.



The news for Java runtime containers is not all bad, however. One open-source application server -- namely Glassfish -- has been coming on strong.



What's interesting about Glassfish, of course (aside from the fact that it has a microkernel based on OSGi), is that it's a Sun Microsystems-backed project, with Sun providing commercial support for the enterprise version of the server. That means the future of the enterprise version rests with Oracle. One wonders what, if anything, Oracle will do with it.
reade more... Résuméabuiyad

I thunk, therefore I am

Every once in a while I'm humbled to find that there's a word, in computer science, for something fairly common, that I've never heard of before. Today's word? Thunk.

According to Wikipedia, "thunk" may refer to:
  • a piece of code to perform a delayed computation (similar to a closure)
  • a feature of some virtual function table implementations (similar to a wrapper function)
  • a mapping of machine data from one system-specific form to another, usually for compatibility reasons
The original paper on thunks was P.Z. Ingerman's somewhat inscrutable (to me, at least) piece in Communications of the ACM, Vol. 4, No. 1 (1961).

I am, as I say, humbled to find that I did not know the term thunk. All this time, I thought it was the past tense of think.
reade more... Résuméabuiyad

How do you get 10K Twitter-followers legitimately?

NOTE: This post is obsolete. You want this one instead.

I explained yesterday why it's important, professionally, for me to have a large number of Twitter followers, and I pointed out that having quality followers is important: What good is it to have 10K followers if they're all trying to sell you a MLM scam?

I also promised that today, I'd tell you how I got to the 10K Twitter-follower mark legitimately, without sacrificing quality, which is to say without resorting to the sleazy list-juicing tricks that so many "marketing experts" seem to use on Twitter to gain followers.

Here is what worked for me.

I'm in the analyst business. My company doesn't compete directly with Gartner or Forrester or any of the other big analyst firms, but some of Gartner's (and Forrester's, etc.) customers do have an interest in some of the areas we cover. Thus it stands to reason that if someone (a given Twitter user) is following the Twitterstream of a particular analyst working for XYZ Group, that person might very well be interested in following my stream.

So imagine this scenario. Joe Twitter-user works in IT for a big company. He has decided to follow Analyst Linda Lou's Twitterstream because she covers content technology at XYG Group.

I decide to follow Joe Twitter-user on Twitter -- and Joe notices that someone named @kasthomas has decided to follow him. He says: "Hmm, who is this @kasthomas character? I better go check him out." Joe arrives at my Twitter page and sees from my Bio that I'm a content-technology analyst. He scratches his chin, shrugs, and says "Okay, maybe I'll follow this guy and compare what he has to say with what Linda Lou has to say."

The nice thing about Twitter is that people's follower lists are public. I can get the Twitter usernames of all of, say, Forrester's list of 18K+ followers. I can inspect that list by going directly to http://twitter.com/forrester/followers, or I can harvest the list programmatically by using the Twitter API and a little Javascript.

I have written various scripts (most of which run in the Firebug console; some are Greasemonkey scripts) that do things like harvest a given account's followers, do a diff between my follower list and another list, and batch-follow a given group of IDs. I also have scripts for finding out who I'm following that is not following me back, and purging those people from my Following list. I've blogged before about some of these scripting techniques, which (as I say) often involve only a few lines of code that can be run in the Firefox/Firebug console.

Bottom line, it's not rocket science. You follow people with common interests. They follow you back. Or not.

Now as to how you can meaningfully follow and process incoming tweets from thousands of followees, that's another story. And another blog, for another day.

For more on this, see my 99-cent e-book.
reade more... Résuméabuiyad

Opera unveils just what I said they would

A few days ago, I predicted (based on no inside information whatsoever; strictly an educated guess) that Opera would today unveil just exactly what it today unveiled: http://unite.opera.com/.

What can I say? Once in a while you get lucky.
reade more... Résuméabuiyad