the iCite net > news / blog > a permalink

news and thoughts on and around the development of the iCite net
by Jay Fienberg

New: spammers choice view of this blog

posted: Dec 12, 2004 7:27:37 PM

As I noted recently, unfortunately, this blog is being hit by a lot of comment spam (which, fortunately, is never ever displayed with the help of blojsom's comment moderation plugin). But, even more fortunately, I thought of a fun way to put that comment spam to work for me.

So, I get comment spams all over my blog. And, I have some automated scripts which delete the spams (which are all blocked by blojsom anyway), but also generate a list of which entries are being hit with spam.

And, actually, the comment spam has become mostly a mechanism of pleasantly reminding me of many of my older blog posts. So, I thought it would be fun to expose this view to everyone.

I'm pleased to announce the release of my Spammers' Choice view of the iCite net development blog. As blog posts receive comment spam, they get listed in this view until my automated script deletes the spam altogether.

Spammers' Choice is meant to suggest that, if spammers like these posts on my blog, maybe you will too! It's a kind of social network thing where you, the legitimate readers of my blog, can match up your own interests with those of the spammers who vandalize my blog.

So, if you check the view periodically, you'll see that the list ranges from being a large list (I'm getting as many as 200 comment spams a day) to an empty list (right after the clean-up scripts have run).

Anyway, I think this is funny in that it counter-acts my interest in keeping things as clean as possible—it basically turns the mess of comment spams into a positive feature of the blog.

Technically, I've implemented this as a blojsom flavor. If there is enough interest, I might turn it into a blojsom plugin, which would make it easier to, for example, support both HTML and RSS/Atom views of the spammers' choice list. (So, would you like an RSS/Atom feed of spammers' choice? Let me know.)

Here is the basic code I use in my template (which is a Velocity template):

#foreach ($entry in $BLOJSOM_ENTRIES)
  #set ($commentSpammed = false)
  #foreach ($entryComment in $entry.getComments())
    #if (!$!entryComment.getMetaData().
      get("BLOJSOM_COMMENT_MODERATION_PLUGIN_APPROVED").
      equals("true")
      && $!entryComment.getMetaData().
      get("BLOJSOM_COMMENT_PLUGIN_METADATA_IP"))
      
      #set ($commentSpammed = true)			
    #end			
  #end
  #if ($commentSpammed)
    ## Display the title, link, etc.
  #end
#end

I'm sure something like this could be implemented in any blog software that supports moderated comments.

Enjoy!

permalink | comments {1} · trackbacks {2}

also available as: rss · rss2 · rdf · atom

Comments and Tracbacks

Comment by: Ben Simpson · http://www.javablog.com
posted: Dec 13, 2004 1:53:59 PM

I love it. I use blojsom and haven't tried out the plug-in yet. Going to try it out tonight!

trackback from: bedeviled mojo slop
posted: Dec 13, 2004 9:56:15 AM
title: Can comment spam work for you?

Jay Fienberg might be onto something here with the Spammer's choice view of his blog. As blog posts receive comment spam, they get listed in this view until my automated script deletes the spam altogether.Spammers' Choice is meant to suggest that,...

trackback from: the iCite net development blog
posted: Jan 18, 2005 9:45:47 PM
title: Comment spam rules / I pity the fools!

Anyway, my Spammer's Choice view of this blog (explained more here) is my own, personal, cathartic-ritual approach to burning up this spam.

Note: All comments and trackbacks are moderated. Spam is deleted. Other comments are approved as promptly as possible.

Note: Older posts no longer accept new comments or trackbacks.

« prev post
Blogging style, software and historical RSS

» next post
Yahoo video search and RSS media module

blog newsfeeds

brief content:

 XML  ·  RSS  ·  RDF  ·  Atom 


full content:

 XML  ·  RSS  ·  RDF  ·  Atom 


blog archive

2006:
jan · feb · mar · apr
may · jun · jul · aug 
sep · oct · nov · dec
		
2005:
jan · feb · mar · apr
may · jun · jul · aug
sep · oct · nov · dec

2004:
jan · feb · mar · apr
may · jun · jul · aug
sep · oct · nov · dec

2003:
may · jun · jul · aug
sep · oct · nov · dec

first post: 
April 30, 2003

highlight views:
Spammers' Choice
		

Jay elsewhere online
Jay Fienberg - the official home page

Wrong Notes - the music blog of the Ear Reverends

Fine & Full, aka, a fine and full burger

Sociomobilepoetextologia (moblog, currently inactive due to lack of proper mobile)

to enjoy roll
sites I like to read when I start from here

· Anastasia Fuller
· Andy Baio
· Biz Stone
· Boris Mann
· Bre Pettis
· Chris Dent
· Danny Ayers
· Dare Obasanjo
· David Czarnecki
· David Weinberger
· Don Park
· Evan Williams
· Greg Narain
· Jason Kottke
· Jim Benson
· Lucas Gonze
· Marc Canter
· Matt May
· Matt Mullenweg
· Michal Migurski
· Nancy White
· Rebecca Blood
· Reg Cheramy
· Richard MacManus
· Sam Ruby
· Shelley Powers
· Tim Bray
· danah boyd


powered by blojsom


Entries by blojsim