Eigenradio – the top 20 singular values all day, every day!

Eigenradio plays only the most important frequencies, only the beats with the highest entropy. If you took a bunch of music and asked it, “Music, what are you, really?” you’d hear Eigenradio singing back at you. When you’re tuned in to Eigenradio, you always know that you’re hearing the latest, rawest, most statistically separable thing you can possibly put in your ear.

Couldn’t be worse than listening to your neighborhood Clear Channel stations, right?

Recently I’ve been looking into blog/content aggregation for a variety of purposes:

  • gathering a single person’s output across heterogeneous systems
  • taking a single post and repurposing in multiple outputs in a single internal system

The former requires one to externally reference (but to probably mirror for convenience) the content, but the latter of course can be accomplished simply by extending the data model to assign m:n relations for posts:outputs.

Another alternative for the latter is to use Trackback (example) although the pinging interface is pretty limited, allowing only a 252 character excerpt, and without Author, posting (not ping) date, etc…

Webloggers deal Harvard blog-bores a black eye (hilarity via Nick)

“Apologies to the 90% of the audience at this thing who will likely be reporters for magazines and websites, their fees paid by their respective editors to Find Out What The Kids Are Up To These Days, but I not only am not going to this thing, but publicly and pre-emptively pity anyone in that remaining 10% who would actually pay that much to do so.”

I hadn’t even heard about this before reading this, and from the looks of things, I’m not missing anything special.

Been doing some DHTML GUI work recently. One way to do it is to, as ppk suggests, Keep It Simple. Of course, what I really want is a window manager that does all the basic GUI stuff, including, if possible, handling flexible variable-resulotion window positioning/resizing.

Adding more comments as I work with these…

  • DynAPI – v3.0 is almost out; it sports comprehensive functionality, impressive browser support and is LGPL’d. On the other hand, it’s pretty massive, I’m iffy about their RPC library, and the documentation for the new version is a bit spotty currently
  • netWindows – a neat looking framework, w/ some very slick features, AFL – still looking into it, yet to test; some development going on, but looks partially stalled out
  • Bindows – thought I’d give it a mention; Erik, one of the WebFX guys has been working on it, and it looks like it has some great features, most prominently a complete Swing/WinForms like GUI toolkit. Alas, it’s slow as all get out, and currently IE 5.5+ only.

Of course, the current functionality I need is pretty simple, so I’ll string together some simple libs first and see if there might be a more logical way to tie all this together…