Twitter Echo?
Is it just me, or is there an echo in the Twitter Conversation? :)
Just kidding, but if it's too hard to turn off the duplicate headlines in PHP, doing display:none in CSS might be a quick fix.
Who's online
There are currently 0 users and 0 guests online.

Yeah, I know. I'm almost
Yeah, I know.
I'm almost thinking about scraping how that is implemented and going with a feed from Buzzbot, and just requiring everyone to friend Buzzbot to to get their feed up there.
We were getting duplicates up there too b/c somone stuck in the wrong feed, they had the "with other's" feed instead of the one on the "previous" tab. Just requiring people to follow Buzz Bot would simplify this.
One of the things I'm worried about that is if someone who doesn't belong to the site, like a spam bot or something befrending Buzzbot and all their "noise" getting pulled into here. I guess it wouldn't be impossible to filter by usernames...
I used yahoo pipes to make the Buzz Bits feed come in so nicely, I might be able to use yahoo pipes to to check usernames against a list on the site. The feedapi module that I'm using to get the feeds in doesn't do any sort of filtering. http://drupal.org/project/feedapi
Hmmm. Let me know if you have any thoughts on this. I'll look into some alternatives as well.
This looks promising
I came across this today. http://drupal.org/project/activitystream
It's actually being developed for Chris Prillo's Site. Kinda ironic how it was mentioned on BOL the other day.
So I'll take a look at this tonight and see how it goes.