Traffic Jam, a program that helps track prostitution rings by using public data
1–10 of 26 posts
Re: Traffic Jam, a program that helps track prostitution rings by using public data
#2Re: Traffic Jam, a program that helps track prostitution rings by using public data
#3Some happy medium between this title and the original title could be found.
Re: Traffic Jam, a program that helps track prostitution rings by using public data
#4Some happy medium between this title and the original title could be found.
We changed the article's baity title to its subtitle (shortened to fit 80 chars) in accordance with the HN guidelines. If you or anyone would like to suggest a better title, we can change it again. https://news.ycombinator.com/newsguidelines.html
Re: Traffic Jam, a program that helps track prostitution rings by using public data
#5Re: Traffic Jam, a program that helps track prostitution rings by using public data
#6Interesting software, horribly written article.
Re: Traffic Jam, a program that helps track prostitution rings by using public data
#7Re: Traffic Jam, a program that helps track prostitution rings by using public data
#8I wonder what other problems we can solve with the same toolset.
Re: Traffic Jam, a program that helps track prostitution rings by using public data
#9Re: Traffic Jam, a program that helps track prostitution rings by using public data
#10""I would literally just spend hours on these websites, looking at ads, getting a sense for what was the norm," she said. She began to pick up the nuances of every post, understand how a template was made, and get a feel for the different voices behind these ads."
I don't know how this information fits with her implementation, but I was reminded of an old article by Paul Graham "A Plan For Spam" (http://www.paulgraham.com/spam.html), where he talks about automating the process of detecting spam using Bayesian Filtering.
"I think it's possible to stop spam, and that content-based filters are the way to do it. The Achilles heel of the spammers is their message. They can circumvent any other barrier you set up. They have so far, at least. But they have to deliver their message, whatever it is. If we can write software that recognizes their messages, there is no way they can get around that."
Substitute the spam message for the sex message, and we're talking about the same thing. It would be an interesting exercise to try Bayesian Filtering on sex ads, or any other kind of message, to see where it leads.