Ask HN: What should I do with 4 GBs of form spam?
6 comments
Instead of deleting it, you may want to share it in a torrent file. Maybe someone could make some better use of it.
I whole-heartedly agree. You don't need to do anything yourself, except for releasing the data. Please don't, under any circumstances, delete the dataset.
Edit: Regarding your original question, I think that a torrent would be much more useful than an API.
Edit: Regarding your original question, I think that a torrent would be much more useful than an API.
I agree, I would definitely be interested in a torrent of the data.
Install Weka (requires Java), do a string to wordvector conversion of your data, and compare SPAM and HAM of your blog. Play around with machine learning.
/join #machinelearning @ freenode <- some of us are using Weka
If you don't like Java, you can use Python with the Natural Language Toolkit (NLTK) and do the same thing. Please do provide the dataset for download.
That's interesting. I've never heard of Weka before.
You should add the "rel=nofollow" attribute to the links that you show on your website. You can damage your search engine rankings with spammy outbound links.
I had actually asked about this very same issue a year ago, but the database was much smaller and I didn't really receive any breathtaking ideas.
Also - wtf of the day:: Last submissions was exactly a year ago! http://news.ycombinator.com/item?id=1147085
Also - wtf of the day:: Last submissions was exactly a year ago! http://news.ycombinator.com/item?id=1147085
Close 356 days, not 365, though still close enough to be a note-worthy coincidence!
It would be neat to generate an image tracking similarities between spam messages. Sounds like a nifty project in R.
That's true. And even visualizing how spam has changed from two years ago. Choice of words, length, amount of links etc
Please consider doing at least the following:
Generate a separate file (csv/sql or something) with the structure:
IP Address, number of submissions
and make it available for download.
I guess people could use it to flag probable spam.
Generate a separate file (csv/sql or something) with the structure:
IP Address, number of submissions
and make it available for download.
I guess people could use it to flag probable spam.
At first I wanted to use the data to generate images or to display statistics, but I don't really have the time or will because I'm very busy with other stuff.
What should I do with it? I guess I could just delete it..?
Would it be of any value to anyone if I would make a simple API to query the DB?
Any ideas?