Eww, You Stepped In a Dupe
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT COUNT(*) FROM comments WHERE nid = 166 AND status = 0 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.picture, u.data, c.score, c.users, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 166 AND c.status = 0 GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.thread, c.status ORDER BY c.thread DESC LIMIT 0, 50 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
Submitted by sneakin on Fri, 2005/06/03 - 09:00.
Computing | Personal
Slashdot posted yet another dupe today. That's at least 5 this year. That has me thinking that a site that looks like Slashdot but only contains the dupes could be fun to create. It may also tie into an idea of mine using Bayesian (sp?) filtering. My idea was to use it to filter RSS feeds, but for dupes each post would require a seperate token table. It may work to detect dupes. I know today's dupe would score big on SMS and morse. Shoot, if that doesn't work then filtering the comments for "dupe" would definitely work.
I'll have to start archiving RSS feeds to test my initial idea with, unless someone has a ready archive for me. For the dupe detector I just need to get a filter and RSS parser.
|