Categories
Weblogging

Throwaway remark

Ahhh, don’t look now Jonathon, but I think that the BlogSisters just discovered the little fracas we all had this weekend. And your original throwaway remark.

Categories
Weblogging

Thx for opinions

Tutor, regrets that he could not ride to rescue me from dragons sinister in the extreme. Spurned he says. Spurned by his Lady Love.

Me thinks that the languid pressing of hand to fevered brow when casting your words upon still, still waters, Tutor, will avail you not. In truth fair knight, I doth understand the whys and wherefores of your traitorous acts of inaction: black leather became me not.

Sigh.

And as a quick aside: thanks to everyone for expressing their opinions yesterday and today. Especially those who expressed their opinions above the belt rather than below.

Categories
Weblogging

Dogs are not as sexy as buzz

It would also seem that the difficult posting from yesterday hit both Blogdex and Daypop top ten. I would rather my dog story rise in the buzz charts — I think it’s a better posting — but I imagine a homeless pooch doesn’t compare with or have the same impact as “Sexism and Hypocrisy”, as Daypop titled it.

Categories
Weblogging

Yesterday’s Post

Recovered from the Wayback Machine.

Yesterday’s post went awry, and the rancor has struck deeply. I find it extremely difficult to respond to the comments — those expressed online, and those expressed within email. The only comments I will address at this time are those from Dave Winer.

Dave, you say that I’m a sexist and male-basher because I spoke about you rather than to you when I pulled up previous and current weblog posts. Read the “offending” post again — all I did was describe your influence, post a previous comment that Meg made in August, post your words related to that same comment as well as the words you spoke yesterday. I then asked people to read your words.

I didn’t speak about you. You spoke about yourself.

I know that others would wish us to take a more peaceful route in our disagreement, but things were said yesterday and this morning that cannot be gainsaid. And, unlike your earlier posts from this morning, they cannot be retracted or pulled.

So be it.

Categories
Technology Weblogging

Techie discussion about Radio

Warning: Technical discussion about a new Radio implementation feature ahead — those with other interests may want to wait on next post.

This will probably add to the buzz pushing this item to the Daypop 40, but such is life: Userland released a new aggregator architecture that allows the introduction of new drivers for unknown XML formats such as RSS 1.0.

With this architecture, you can basically attach processing information for new XML formats on the fly (i.e. without having to re-compile or modify the underlying Radio implementation).

If you’re a C++ developer, you’ll recognize the architectural concepts as being extremely close to vtable lookups. If you’re a COM/DCOM/COM+ developer, at first glance this looks to be similar to vTable binding, but I’m thinking that it more close resembles early binding — primarily because a “type library” in this context doesn’t apply. The XML aggregation architecture is also somewhat similar to CORBA’s bind operation, or Java RMI’s reflection. If you know these technologies and are interested in Radio, check it out, see if I’m wrong in my interpretation.

BTW, don’t let the word “compile” in Dave’s description of this new change mislead you — this is attaching Radio script to a format, not actually “compiling” the code so that it runs at machine level such as a compiled C program would. And that script is interpreted, right Radio buffs in the audience?

With this architectural change, new XML vocabularies can, supposedly, be introduced to Radio. The concept is good, but I wonder how performance will be — lookups have been notoriously slow in other technology implementations. I’ll also be very curious to see if this will work with RDF/XML — a metadata vocabulary described in XML that, in turn, describes other data. The metadata aspect of this pulls this vocabulary out of the context of “top-level” XML object, doesn’t it?

(Is there a Radio 8.0 ad stapled to my butt?)