Now that the codes from all of the games in the old databases have been joined together, I'm seeing a lot of the following:
You'll see the same code, entered differently 4 times. Since the site is smart enough to decrypt, convert, and encrypt, having the same code posted in different formats just creates ambiguity. I'm betting the db size could be cut in half with all of the dupes we have.
So why don't I just make a script that deletes the dupes? That should be easy, right? Well, sure. Except... the picture above just begs the question: Who hacked the code? And this question will exist for any set of dupes with different hackers listed as contributors.
The possibility exists that any number of separate hackers hacked the same code on their own, and posted it in a different format. And then there are the hacker wanna-bes that convert using arcrypt or omniconvert, and then claim they hacked the code. We sort out the hackers from the wanna-bes and then comma-delimit the hackers for credit. OK, go.
Unfortunately this can't really be done easily or overnight. I suppose for now we take care of these on a case-by-case basis.
Leave your opinions... and maybe even your solution for the example above.
You'll see the same code, entered differently 4 times. Since the site is smart enough to decrypt, convert, and encrypt, having the same code posted in different formats just creates ambiguity. I'm betting the db size could be cut in half with all of the dupes we have.
So why don't I just make a script that deletes the dupes? That should be easy, right? Well, sure. Except... the picture above just begs the question: Who hacked the code? And this question will exist for any set of dupes with different hackers listed as contributors.
The possibility exists that any number of separate hackers hacked the same code on their own, and posted it in a different format. And then there are the hacker wanna-bes that convert using arcrypt or omniconvert, and then claim they hacked the code. We sort out the hackers from the wanna-bes and then comma-delimit the hackers for credit. OK, go.
Unfortunately this can't really be done easily or overnight. I suppose for now we take care of these on a case-by-case basis.
Leave your opinions... and maybe even your solution for the example above.
Comment