Skip to content

Index

BlogBridge beta update

The beta test is almost ready to go. The plan is that it will start very small, with only a few users, and then based on feedback and results we will expand it as we release revisions and updates. If you are interested in joining up, send me email at beta@blogbridge.com.

Pop!Tech Ticket!

Pop!Tech is one of my all time favorite conferences. So favorite that I bought a ticket for this year's event way in advance. I have hit an insurmountable schedule problem and so I have to miss it this year. So, I have a ticket that I can't use, they won't refund (the X*&!@(#&!@#'s) but I can transfer. And it is substantially cheaper than what they are charging now because of when I bought it. If you are interested please contact me directly by email.

[Geek] Getting ftp task to work in Ant / Eclipse

Note to self:

The FTP task in Ant relies on the library: commons-net.jar from Apache.

Be not confused, this is different from the library: ant-commons- net.jar , which I believe is the Ant interface to commons-net.jar.

In other words, you need them both, in ant_homelib. If they are not both there you can a ridiculously cryptic error message.

p.s. Didn 't I say "GEEK" ?
Dave, thanks for the words of encouragement.

Musings on Open Source licensing

As I continue to make rapid progress on BlogBridge, now with a significant amount of help, I am asking myself some tricky questions about licensing, which I thought I'd try out here. (By the way, BlogBridge is the blog reader that I've been working on and which is soon going to be available in beta form.)

BlogBridge is an open source application. The source code is all available on www.sourceforge.net for any and all to look at and play with. It's open source also because of the license that you'll see in each source file, the so-called "Lesser GPL." I would like to say that I chose that one after long and careful thought, but the truth is that I picked it more or less randomly because another project that I am contributing to was using it.

Now that BlogBridge is going to get some more visibility, the question is, what rights exactly do I want to give away and which ones do I want to keep for myself?

My current answers are:

  • I want it to be legitimately 'Open Source'

  • I want anyone to be able to look at the source code and play with it, for personal purposes and limited commercial purposes.

  • I want to reserve to myself the right to license or sell BlogBridge to a commercial entity for commercial purposes.

  • I want to reserve to myself the rights of invention and origination and patent.

Ok, let's refine that.

What are commercial purposes and what are limited commercial purposes? I guess in a vague sense I would like individuals to do whatever they like with it but if IBM or Microsoft wants it they have to deal with me (phat chance!)

So here are some questions that I am trying to answer , in that context:

  • Given that all the source is already out there, what are the considerations around changing the license. If I just edit all the files with a new license and post it out on the SourceForge server, is that kosher? And does it do the trick?

  • Is there a legitimate Open Source license that exists or that has been tested or that I can create, which achieves what I outlined above?

Looking for advice. I will post further musings on this as I make progress.

[Geek] Debugging focus problems

Struggling with debugging hairy focus and other UI problems in Swing (Java)? Here's a handy little tip that I just found out about:

When running a Java application, type Ctrl-Shift-F1 and the VM will dump the components hierarchy into standard output.

p.s. Editorial comment: I question whether I should enter these super- geeky-limited-interest notes here. In the end, as I am using this blog as my personal lab notebook I decided that it's ok even though it might put some people off. My new standard is that I will precede the title with [geek] to give early warning and allow people to skip it.

Funny American Idol commentary

Yes, I guess some of you have never seen American Idol, so you wouldn't appreciate this ironic and funny commentary:

"Finally, following a sax rendition of "The Star-Spangled Banner" by a former idol, Bill Clinton, George W. Bush and John Kerry could stand up, holding hands, trembling but beaming encouragement to each other, as Ryan announced our next American president. "

In 'American Idol' Democracy, Fantasia Wins

Discovering RSS feed URLs

Scoble bemoans the fact that folks aren't all using the XML Icon, and he cites Random Bytes.

(Lucky Random Bytes for being mentioned by Scoble. As they say in Holleywood, you can say anything you like about me, just as long as you spell my name right.)

While I have always felt that XML icons, RSS, RSS Versions, and other geeky things should be hidden from regular users , for this point in time, Scoble is right.

Until we have nice 1-click subscribing with user meaningful gestures rather than rss.xml, some elementary standardization around a name and an icon is highly desirable.

Now to add insult to injury, using Syndic8's RSS Feed Autodiscovery lookup for Random Bytes yielded 3 different rss URLs:

What is a user to do now?

Fair Use of Share-your-OPML?

One of the core goals of BlogBridge is to give a newbie a quick and delicious taste of the world of blogs. One of the very first steps of course is to decide what feeds to follow. Other blog readers come with an initial set of feeds built in or offer the user to pick from a bunch of them. (I hear that the authors of those readers, once they become at all well known, are inundated with bloggers who would like their particular blog to be in the built-in initial list.

Here's a different approach. In BlogBridge I want allow a user to use someone else's subscription list as a base for their own. In other words, give me a subscription list that matches Jon Udell's. Or like George Bush. Or like Eric Clapton.

There actually is a fairly straightforward way of doing this, using Dave Winer's Share Your OPML service. This is a place where willing participants can publish their own personal RSS reading list for others to look at and use.

From my reading of the fair use guidelines, this use of the OPML is legitimate and fair. Still, before proceeding I will verify that using the Share Your Opml SDK for this purpose does not violate the spirit or letter of the rules.

BlogBridge – Major progress!

This is getting interesting. In the last few weeks we've added a bunch of new features and we are now in the final stabilization of this release to make it suitable as a beta. While it is still way less featurefull than for example FeedDemon, we do have some very neat wrinkles that others don't have. Try it!