Free Republic
Browse · Search
News/Activism
Topics · Post Article

Skip to comments.

(Vanity) Suggestion for FRs IT Dept. re: duplicate posts
me | 8/29/07 | me

Posted on 08/29/2007 11:09:37 AM PDT by the_devils_advocate_666

I would think that FreeRepublic is primarily a database driven web application. When someone creates a post some table or tables are update with 5 basic pieces of information:

  1. The post being replied TO
  2. The user posting the message (FROM)
  3. The contents of the post
  4. A timestamp documenting when the post was created
Given these bits of information how hard would it be to simply not allow posting a duplicate of 1, 2, and 3 within a certain time threshold of 4 (maybe 1 minute)? Why not spend the hour it would take to implement this and save everyone the embarrassment of duplicate posts and the subsequent annoyance to others?


TOPICS: Your Opinion/Questions
KEYWORDS: duplicate; post; searchbeforeposting; whoopswhoops
Navigation: use the links below to view more comments.
first 1-2021-4041-57 next last
Give me the source code and I'll do myself for you.
1 posted on 08/29/2007 11:09:40 AM PDT by the_devils_advocate_666
[ Post Reply | Private Reply | View Replies]

To: the_devils_advocate_666
Uh oh, that's gonna hurt... "do it myself"
2 posted on 08/29/2007 11:10:18 AM PDT by the_devils_advocate_666
[ Post Reply | Private Reply | To 1 | View Replies]

To: the_devils_advocate_666
Uh oh, that's gonna hurt... "do it myself"
3 posted on 08/29/2007 11:10:23 AM PDT by the_devils_advocate_666
[ Post Reply | Private Reply | To 1 | View Replies]

To: the_devils_advocate_666

This really isn’t your day. ;)


4 posted on 08/29/2007 11:11:10 AM PDT by Tijeras_Slim
[ Post Reply | Private Reply | To 3 | View Replies]

To: the_devils_advocate_666

Even simpler.... (I love simple)

Just put a little client side script that disables the post button after it has been hit once.


5 posted on 08/29/2007 11:12:23 AM PDT by LesbianThespianGymnasticMidget (God punishes Conservatives by making them argue with fools.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: the_devils_advocate_666

Doesn’t look like you got it implemented... double posting and all...


6 posted on 08/29/2007 11:12:59 AM PDT by MrB (You can't reason people out of a position that they didn't use reason to get into in the first place)
[ Post Reply | Private Reply | To 3 | View Replies]

To: the_devils_advocate_666

Example of a duplicate post?


7 posted on 08/29/2007 11:13:33 AM PDT by ladtx ( "I don't know how I got over the hill without getting to the top." - - Will Rogers)
[ Post Reply | Private Reply | To 3 | View Replies]

To: MrB

You think there might be a chance I did that on purpose?


8 posted on 08/29/2007 11:14:18 AM PDT by the_devils_advocate_666
[ Post Reply | Private Reply | To 6 | View Replies]

To: LesbianThespianGymnasticMidget

I’m not sure, but it may be possible to create a duplicate post by doing a simple refresh... I’m about to give it a try.


9 posted on 08/29/2007 11:15:18 AM PDT by the_devils_advocate_666
[ Post Reply | Private Reply | To 5 | View Replies]

To: the_devils_advocate_666

Nope, that didn’t do it.


10 posted on 08/29/2007 11:15:43 AM PDT by the_devils_advocate_666
[ Post Reply | Private Reply | To 9 | View Replies]

To: the_devils_advocate_666
Naw. Doesn't work that way.

:)

11 posted on 08/29/2007 11:16:11 AM PDT by Pistolshot (Every woman, who can, should learn to shoot, and carry a gun.)
[ Post Reply | Private Reply | To 8 | View Replies]

To: the_devils_advocate_666
"I'll do myself for you."

You on Sen Craig's campaign team? "Why not spend the hour it would take to implement this and save everyone the embarrassment of duplicate posts and the subsequent annoyance to others?"

It would slow down the server, because each and every post would reqiure the extra time it would take to do the search and compares. That effect would be magnified by more folks hitting the reply button again, because the page didn't change quick enough for them. If folks are embarassed, or annoyed, they can use the phone book to locate a variety of psychiatric options.

12 posted on 08/29/2007 11:21:59 AM PDT by spunkets ("Freedom is about authority", Rudy Giuliani, gun grabber)
[ Post Reply | Private Reply | To 1 | View Replies]

To: the_devils_advocate_666
How about a feature that appears at the top of every page in large flashing red letters:

MARTIAL MONK IS A MORON WHO JUST POSTED A DUPLICATE. SIC 'EM

No one would ever post a thread again.

13 posted on 08/29/2007 11:22:02 AM PDT by MARTIAL MONK
[ Post Reply | Private Reply | To 1 | View Replies]

To: the_devils_advocate_666

I doubt that the the text, the “content” of the post is any type of highly indexed database field.

If the “content” is in a field of its own, that field is most likely either a “memo” type field or a single unlimited string that includes, bit by bit, the formating as well.

It would not be indexed in such a way as to say in one question - if string x = string y.

Determining duplication of the entire text of a post within FRs available means, most likely requires a looping sort and search operation that must, word by word, find all the words in the text and find them in the same sequence.

I would not recommend FR spend the effort to do it. Besides the cost, it will likely greatly slow down the length of time from submission of a new post to its appearance on the viewable pages.


14 posted on 08/29/2007 11:31:53 AM PDT by Wuli
[ Post Reply | Private Reply | To 1 | View Replies]

To: spunkets
It would slow down the server

I'm not buying that. Index the appropriate columns on a table or two (if they aren't already) and the required SELECT query would certainly not cripple the database server.

15 posted on 08/29/2007 11:33:54 AM PDT by the_devils_advocate_666
[ Post Reply | Private Reply | To 12 | View Replies]

To: the_devils_advocate_666

It has to do with a counter.


16 posted on 08/29/2007 11:36:06 AM PDT by txhurl
[ Post Reply | Private Reply | To 10 | View Replies]

To: the_devils_advocate_666
For a while it seemed that every time I would reply it would get duplicated. I was not hitting the post button twice, I was very careful not to do that.
17 posted on 08/29/2007 11:40:38 AM PDT by JAKraig (Joseph Kraig)
[ Post Reply | Private Reply | To 15 | View Replies]

To: the_devils_advocate_666
For a while it seemed that every time I would reply it would get duplicated. I was not hitting the post button twice, I was very careful not to do that.
18 posted on 08/29/2007 11:40:38 AM PDT by JAKraig (Joseph Kraig)
[ Post Reply | Private Reply | To 15 | View Replies]

To: Wuli
I doubt that the the text, the “content” of the post is any type of highly indexed database field.

I doubt it, but I do not know the database engine they are using or the datatype of the field that stores the "content".

19 posted on 08/29/2007 11:41:33 AM PDT by the_devils_advocate_666
[ Post Reply | Private Reply | To 14 | View Replies]

To: the_devils_advocate_666
When someone creates a post some table or tables are update with 5 basic pieces of information:

The post being replied TO
The user posting the message (FROM)
The contents of the post
A timestamp documenting when the post was created


I can't possibly be the first to note that this is only four things.
20 posted on 08/29/2007 11:43:02 AM PDT by Xenalyte (Can you count, suckas? I say the future is ours . . . if you can count.)
[ Post Reply | Private Reply | To 1 | View Replies]


Navigation: use the links below to view more comments.
first 1-2021-4041-57 next last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
News/Activism
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson