Hijacking of the daily training thread
Hijacking of the daily training thread
Many of the recent posts to the "What Training Have You Done Today?" thread have not been at all pertinent to that thread. If some of you guys just have to play your silly, goddamn games, please send those messages to the proper threads, as a number of members have been careful to do. There are several threads available to carry on these endless, stupid arguments. Use those instead of cluttering up the WTHYDT thread.
Bob S.
Bob S.
Wasn't ranger banned from posting here for awhile? Or am I thinking of the UK forum? In any case, it's really not a bad idea... His very existence here significantly detracts from the quality of the general atmosphere and forum experience.
But what do I know...
Phil
But what do I know...
Phil
19, 86kg, 155cm
[img]http://www.c2ctc.com/sigs/img1218138029.png[/img]
[img]http://www.c2ctc.com/sigs/img1218138029.png[/img]
I don't believe that he was banned here, but the UK ban has been on for several months.philrow wrote:Wasn't ranger banned from posting here for awhile? Or am I thinking of the UK forum? In any case, it's really not a bad idea... His very existence here significantly detracts from the quality of the general atmosphere and forum experience.
But what do I know...
Phil
My only complaint is about that one thread. I did read a couple of Ranger's posts on there that were O.K. They were reports of his days' training and that is what the thread is about. Somewhere down the line, things went off track and the arguments started. I don't know which message got that going, whether it was one of his or one from one of the respondents. I am not interested enough to go back and dig it up.
If he and others want to play their games on the other threads, that's fine with me. Those can be recognized by their subject titles and are easy to ignore. I just don't feel that the arguments are appropriate to the "what training have you done today" thread. Banning is not a good solution as far as I am concerned.
I was tempted to respond to each of the off-topic messages on that thread with a notice that it was inappropriate, but there is no point in just starting another game. I believe that it is possible for a moderator to switch such messages to other thread, but that would probably involve too much time and effort.
Bob S.
Bob--Bob S. wrote:you guys just have to play your silly, goddamn games
Indeed we do.
Humans are playful animals.
If your use of "games" here is a pejorative, as it clearly seems to be ("silly," "goddamn"), you might want to pause to consider:
Rowing is also just a "game."
It has none of the weighty significance you seem to be attributing to it.
It has no more significance than the other "silly, goddamn" things of its own sort.
On this issue, _your_ judgments and attitudes are misplaced, not mine.
Play on!
ranger
Rich Cureton M 72 5'11" 165 lbs. 2K pbs: 6:27.5 (hwt), 6:28 (lwt)
- Citroen
- SpamTeam
- Posts: 8008
- Joined: March 16th, 2006, 3:28 pm
- Location: A small cave in deepest darkest Basingstoke, UK
On this forum (which is still running an ancient version of the software) I don't have the power to move items, only to delete them and Ranger's stuff is so tedious that I don't bother reading it or the vitriol that it generates.Bob S. wrote:I believe that it is possible for a moderator to switch such messages to other thread, but that would probably involve too much time and effort.
Little Hitler has lost his concentration camps and gas chambers?Citroen wrote:On this forum (which is still running an ancient version of the software) I don't have the power to move items, only to delete them and Ranger's stuff is so tedious that I don't bother reading it or the vitriol that it generates.Bob S. wrote:I believe that it is possible for a moderator to switch such messages to other thread, but that would probably involve too much time and effort.
Awwwwww.
Too bad.
ranger
Rich Cureton M 72 5'11" 165 lbs. 2K pbs: 6:27.5 (hwt), 6:28 (lwt)
- hjs
- Marathon Poster
- Posts: 10076
- Joined: March 16th, 2006, 3:18 pm
- Location: Amstelveen the netherlands
Re: Hijacking of the daily training thread
That's the problem witn free world, if you give people like R room to spill their lies people tend to respond............... That is never prettyBob S. wrote:Many of the recent posts to the "What Training Have You Done Today?" thread have not been at all pertinent to that thread. If some of you guys just have to play your silly, goddamn games, please send those messages to the proper threads, as a number of members have been careful to do. There are several threads available to carry on these endless, stupid arguments. Use those instead of cluttering up the WTHYDT thread.
Bob S.
You are beneath contempt.ranger wrote:Little Hitler has lost his concentration camps and gas chambers?Citroen wrote:On this forum (which is still running an ancient version of the software) I don't have the power to move items, only to delete them and Ranger's stuff is so tedious that I don't bother reading it or the vitriol that it generates.Bob S. wrote:I believe that it is possible for a moderator to switch such messages to other thread, but that would probably involve too much time and effort.
Awwwwww.
Too bad.
ranger
Rich Cureton. 7:02 at BIRC. But "much better than that now". Yeah, right.
- Yankeerunner
- 10k Poster
- Posts: 1193
- Joined: March 16th, 2006, 12:17 pm
- Location: West Newbury, MA
- Contact:
I'm not sure when it starts, but it seems to me that it is whenever he-who-shall-not-be-named decides to take over.
Today's WTHYDT is a good example. Not content with his narcissistic ramblings, he responds to a brief actual training report from bloomp with a 38-paragraph disparagement of the guy's workout.
Sadly, that makes it a normal day in his world.
Today's WTHYDT is a good example. Not content with his narcissistic ramblings, he responds to a brief actual training report from bloomp with a 38-paragraph disparagement of the guy's workout.
Sadly, that makes it a normal day in his world.
-
- 2k Poster
- Posts: 256
- Joined: April 2nd, 2006, 3:53 am
- Location: Scotland
In this context, Greasemonkey users may like to give this script a whirl (only tested in Firefox). Feel free to PM me with suggestions, revisions, etc:
Code: Select all
// ==UserScript==
// @name Hydrangea
// @description Hides ranger's posts on US forum
// @namespace http://www.machars.net
// @include http://www.c2forum.com/viewtopic.php*
// ==/UserScript==
var spans = document.getElementsByTagName("span");
var parent = null;
var text = "";
for (var i=0;i<spans.length;i++)
{
text = spans[i].innerHTML;
if (spans[i].className == "name" && text.search(/ranger/) > -1)
{
parent = spans[i].parentNode.parentNode;
parent.style.display = "none";
parent.nextSibling.nextSibling.style.display = "none";
parent.nextSibling.nextSibling.nextSibling.nextSibling.style.display = "none";
}
}
- Citroen
- SpamTeam
- Posts: 8008
- Joined: March 16th, 2006, 3:28 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Since Ranger was kind enough to provide a testcase on this thiread, I can confirm that Greasemonkey script appears to have the desired effect on his ramblings. It doesn't suppress those folk who quote his noise and respond to him.gooseflight wrote:In this context, Greasemonkey users may like to give this script a whirl (only tested in Firefox). Feel free to PM me with suggestions, revisions, etc:
This is just the kind of good advice that Paul is looking for from this forum, I would hope.bloomp wrote:he responds to a brief actual training report from bloomp with a 38-paragraph disparagement of the guy's workout.
He is trying to be a better rower.
For those in the real world, with real ambitions in the sport, getting praise for effort of any sort, even if the effort is misguided, if not destructive, is not very useful.
For those who don't row well, level 4 rowing in the Wolverine Plan is just paddling, rowing badly, the ingraining of bad technical and skeletal-motor habits.
For a varsity college rower, there is no conceivable benefit to pulling 9.5 SPI at 16 spm (2:12 pace!) for an hour or two, except that perhaps you don't have to shower afterward, because you don't break a sweat.
That's just goofing around, goofing off.
ranger
Rich Cureton M 72 5'11" 165 lbs. 2K pbs: 6:27.5 (hwt), 6:28 (lwt)
- Byron Drachman
- 10k Poster
- Posts: 1124
- Joined: March 23rd, 2006, 9:26 pm
It is not completely shocking to see a posting like this at a public forum, but many people who use such ugly references to lynching blacks, raping women, extermination of Jews, etc., assuming they are being clever or humorous, realize that they are offensive and at least have enough sense to hide behind aliases. But you leave your name in your signature.ranger wrote:Little Hitler has lost his concentration camps and gas chambers?Citroen wrote:On this forum (which is still running an ancient version of the software) I don't have the power to move items, only to delete them and Ranger's stuff is so tedious that I don't bother reading it or the vitriol that it generates.Bob S. wrote:I believe that it is possible for a moderator to switch such messages to other thread, but that would probably involve too much time and effort.
Awwwwww.
Too bad.
ranger