4 ms·
True enough, but that's what title matching and content scraping are for. There would still be a percentage of misses (and false positives), but with the end d
by Rust 16y ago
True enough, but that's what title matching and content scraping are for.
There would still be a percentage of misses (and false positives), but with the end decision to up-vote an existing, similar article or submit a new one left in the hands of the submitter, I think it's a reasonable feature.
- whimsy 16y agoContent scraping introduces a much higher load than mere URL regex magic...
- Rust 16y agoNo question about that. It's one of those "do it if we can" features. One could have a "light" version that just scraped the target page for header tags alone though. That might be a good compromise.