It seems a little iffy on associations of tweets as replies... but I guess that's the nature of twitter.
Quotably- new website makes following twitter conversations easy
11–20 of 21 posts
Re: Quotably- new website makes following twitter conversations easy
#12Very well done! It seems a little iffy on associations of tweets as replies... but I guess that's the nature of twitter.
Re: Quotably- new website makes following twitter conversations easy
#13This was a weekend project. Let me know what you all think if you have any questions. -Ben
http://www.techcrunch.com/2008/03/23/quotably-the-perfect-tw...
Re: Quotably- new website makes following twitter conversations easy
#14This was a weekend project. Let me know what you all think if you have any questions. -Ben
Re: Quotably- new website makes following twitter conversations easy
#15Very well done! It seems a little iffy on associations of tweets as replies... but I guess that's the nature of twitter.
yeah, unfortunately it is. At present it uses the same threading algorithm as twitter does, namely: if there's an @username in a tweet, assume it's responding to the last tweet of that user. I may look to do something smarter down the road.. we'll see.
Re: Quotably- new website makes following twitter conversations easy
#16Earlier quoted context omitted.
yeah, unfortunately it is. At present it uses the same threading algorithm as twitter does, namely: if there's an @username in a tweet, assume it's responding to the last tweet of that user. I may look to do something smarter down the road.. we'll see.
here's an idea. Make a message to @B from A be a reply to the last message from B to @A if any.
Re: Quotably- new website makes following twitter conversations easy
#17This was a weekend project. Let me know what you all think if you have any questions. -Ben
And most importantly, Thank you for demonstrating the power of a well-executed concept (and showing that it is possible to build something interesting and useful in a weekend.
Re: Quotably- new website makes following twitter conversations easy
#18Re: Quotably- new website makes following twitter conversations easy
#19Re: Quotably- new website makes following twitter conversations easy
#20Earlier quoted context omitted.
here's an idea. Make a message to @B from A be a reply to the last message from B to @A if any.
the issue is time decay. The last point in that conversation shouldn't be the parent of a new conversation N hours later.