CommentTracking - Benz Wiki

Anchor for this item  posted Sunday, March 11, 2007 at 10:55 pm MST

CommentTracking - Benz Wiki

coComment | Co.comments | Commentful

Brian Benzinger in Solution Watch writes:
"Unlike coComment and co.mments, Commentful will only notify you of new comments rather then scraping the comment itself from the site and displaying it. What I like about this is that I find that even though coComment displays comments on its site and other details, I still visit the actual site where the comments are because I’d rather read them there. All I want is to be notified of new comments and that is all Commentful will do. Commentful also works for any comments made on a site whether the commenter is a Commentful user or not unlike coComment where only registered user comments are tracked."

Mashable.com reports:
" CoComment is an amazing tool for tracking your own comments and aggregating them in one place. But last time I checked, it was only tracking comments from CoComment users - it’s also unable to track threads you haven’t participated in. Co.mments, meanwhile, is great for tracking comment threads on social sites and blogs - it also provides a bookmarklet and RSS feeds. For blog owners, Co.mments offers a “track with co.mments” button to add to your posts and feeds (it’s essentially a “Digg This” button for comments). Commentful is neat if you need immediate updates, but personally I prefer to receive comment notifications via RSS. "

"CoComment upgrades, now worth using" at TechCrunch:
"Most important is that CoComment will now track all comments made after yours - not just comments made by other CoComment users. That was a deal breaker in the past - now the service has made itself truly relevant. Competing service Co.mments has had this feature for some time. New player in the space Commentful does the same thing but appears to offer a simpler feature set for more casual use (30 item tracking limit, blinking notification of every new comment)."

I've had a coComment account for quite a long time but, as appears in Library Clips I uninstalled it because it was breaking some of my other Firefox scripts. He continues:
"NOTE: Both Commentful and co.mments will track comments left by anyone (they don’t have to know these services even exist)…whereas CoComments (a social comments service) will only notify you of a new comment on a blog if the person who made the comment is registered with CoComments (I think this is still the case)."

Library Clips goes into more depth in "coComment is Crawling to the Top":
"[coComment] also offers a feed to track it in your RSS Reader. This feature has recently been enhanced, because now it shows all subsequent comments to a blog post regardless if the commenter is registered with coComments…this is something that co.mments and Commentful had that was unique, but now it seems coComments has this and more…check it out. Plus, now you don’t have to comment on a blog post in order to bookmark it in coComments, you can simply bookmark any blog post you like to track comments…in the end it is a comment tracker and a repository."
The final comment there is telling: "NOTE: If you are into just plain and simple tracking of any comments from a blog post, co.mments is a great tool, but if you want to do this and more, then coComments is your choice."


0 comments   |  

Add to Technorati Favorites! <>





Why Can't Programmers.. Program? (from Coding Horror) quotes Reginald Braithwaite:
Like me, the author is having trouble with the fact that 199 out of 200 applicants for every programming job can’t write code at all. I repeat: they can't write any code whatsoever.
"Codding Horror" lives up to its name:
After a fair bit of trial and error I've discovered that people who struggle to code don't just struggle on big problems, or even smallish problems (i.e. write a implementation of a linked list). They struggle with tiny problems.
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz".
Most good programmers should be able to write out on paper a program which does this in a under a couple of minutes. Want to know something scary? The majority of comp sci graduates can't. I’ve also seen self-proclaimed senior programmers take more than 10-15 minutes to write a solution.
What can I say? For now: Meh!!
BTW: posted on Feb 26, that Horror story has received a bazillion comments.

Am I stuck thinking ML patterns? I came up with this:

i=0
for j = 1 to 7
     i=i+1
     print i
     i=i+1
     print i
     i=i+1
     print "Fizz"
     i=i+1
     print i
     i=i+1
     print "Buzz"
     i=i+1
     print "Fizz"
     i=i+1
     print i
     i=i+1
     print i
     i=i+1
     print "Fizz"
     i=i+1
     print "Buzz"
     i=i+1
     print i
     i=i+1
     print i
     i=i+1
     print "Fizz"
     i=i+1
     print i
     i=i+1
     print "Fizz, Buzz, Brrap"
next j

Ok, fine, it ends at 105. So sue me.

p.s. Back in the day I pressed to implement my WRO ... "Write Right, Once". Thas was years ago. Just now, in "Horrors", I came aross step #11 from the Pragmatic Programmers' Quick Reference and guess what: "DRY–Don't Repeat Yourself - Every piece of knowledge must have a single, unambiguous, authoritative representation within a system". Yaa, that!


0 comments   |  

Add to Technorati Favorites! <>






Blog Flux Directory
bentrem

Performancing Performancing