A
Alan Balmer
Try visiting, say, comp.lang.perl.misc. The folks there are quite helpful.
Mark
Are they really good with questions about the C language? Should I
switch?
Try visiting, say, comp.lang.perl.misc. The folks there are quite helpful.
Mark
You've used selective snipping, and thereby misrepresented the
situation.
"As Sidney pointed out, you aimed your use of the term "nazi" directly
at me, and I agree with Sidney that this took it one step too far. Yet,
you've offered no direct apology. The tone of your opening paragraph
signals that you're not in an apologetic mood at all. So, your FWIW is
not worth very much."
So, an apology to Sidney, while laudable, is hardly sufficient.
Wonderful. It's a free world, so you can simply choose not to
contribute to this thread if you truly believe that.
Alan said:Are they really good with questions about the C language? Should I
switch?
Mark said:I wasn't apologising to you, you dolt. I don't give a monkeys if I offended
you. Sidney I care about. Sidney's opinion matters.
Or I can start posting "Troll Alert" messages whenever I see you posting.
I'm still havering.
Nils said:You are correct
both "sides" are trying to force a particular behaviour.
You are trying to get the group to behave in the way you want.
The group is trying to get you to behave in the way that most group
members already does.
I know who I think is beeing unreasonable.
Censorship is not allowing somone else to make a statement.
Self-censorship is deciding (for whatever reason) not to make a statement.
Choosing not to listen to someone elses statement has nothing to do with
censorship.
1. Explain why you think the questions should be on topic and why that
would be better for the group as a whole.
2. Explain why ignoring offtopic posts is better at preserving topicality
than redirecting those posts.
3. Accept things as they are.
You have as far as I know done neither. You have instead been claiming
that your way is better without explaining why it is better for the
members of this group.
No not an order. I said I "expect", that is given that you actually care
as much as your posts in this thread seems to indicate. The reason for the
"tone" is that when people complain about something and then fail to make
the obvious steps to change them I get a little impatient with them.
As I've endeavored to tell you repeatedly--with politeness and
respect--if you don't care for my comments on this thread or others,
then just ignore them instead of trying to exercise censorship.
If you
continue to make inflammatory remarks, I'll more than likely continue to
respond to them.
First it was the dreaded killfile. Now it's the deadly troll-alert.
When will my worries cease?
Mark said:Good grief, I'm not trying to exercise censorship, I'm trying to point out
to you that you're driving on the wrong side of the road.
When you make offtopic remarks, or inflammatory remarks, then expect to be
flamed. By the way, I consider childishness inflammatory - eg stuff like
"cue drumroll - the blessed Standard".
Mark said:Well, given that I suspect most of the Regulars have already killfiled you,
quite soon, Because soon nobody of any knowledge here will be reading your
posts, spotting mistakes, or answering your queries.
Its your lookout. You want CLC to be useful, abide by the rules. You want
to find it useless, ignore them.
Mark said:.... snip ...
From a practical viewpoint, however, it is far more effective in the
long-run for participants to simply ignore posts that they don't
consider topical. Then, if most or all participants feel the same way,
no responses will be issued to questions that are thereby de-facto
off-topic. This is the way to manifest a true consensus. Off-topic
posters will quickly realize the situation when they receive no
responses to their questions. And, they may even get the motivation at
that point to read the newsgroup FAQ if they can't understand the silence.
CBFalconer said:You are selfishly posting off-topic material that has to be
propagated all over the world. Many users pay for every second of
their connect time, and do not want to be forced to transfer your
self aggrandizements. Those users SHOULD be protected by the fact
that they are participating in a newsgroup with a specific area of
topicality.
You are a childish boor to insist on interrupting this group with
your wants. We are not amused.
Mark Shelor said:And, my *personal* view is that this group would be richer and more
broadly helpful if it oriented itself around the "computer language c"
instead of the "computer standard c". But these matters are ultimately
up to the newsgroup "in toto" to decide; they're not up to selected
groups of individuals to dictate, no matter how loud their voices.
From a practical viewpoint, however, it is far more effective in the
long-run for participants to simply ignore posts that they don't
consider topical. Then, if most or all participants feel the same way,
no responses will be issued to questions that are thereby de-facto
off-topic. This is the way to manifest a true consensus. Off-topic
posters will quickly realize the situation when they receive no
responses to their questions. And, they may even get the motivation at
that point to read the newsgroup FAQ if they can't understand the silence.
In my own case, I received helpful responses to the query on static
variables and performance. And, these responses stand boldly in the
thread, so the "lurkers support me in email" disbelievers will have to
remain silent this time. Were my query truly off-topic, this wouldn't
have happened. Given the length of (and diversity of responses on) this
thread, it's obvious that there's no de-facto consensus on what's
strictly topical. Some people are simply louder and more aggressive
than others.
Mark Shelor said:Look, the game is very simple.
Mark said:.... snip ...
So, if your true desire is to protect the users (as you allude to in
your opening paragraph), then you have the full means to achieve that.
R. Rajesh Jeba Anbiah said:I'm the idiot who read c.l.c almost frequently for about 4-years.
If I recall correct, many of your comments are sometimes implied by
many people and most of them are gone/plonked/few of them joined. The
interesting thing I have found here is many regulars are respecting
your views or at least listening to your views---which hardly happend
before.
Interestingly, in this thread I've found some good views about the
topicality of c.l.c. For a very longtime, I was thinking myself: K&R
says C is used to write OS/compilers/etc, but many people here why
flame if such questions came here. I was also thinking myself: is ISO
C is a toy language; sometimes ago someone posted a script for itoa()
claiming that it's a "pure ISO C" code; I used to wonder if there is
any compilers/OS written in ISO C; also I would think, this standard
is for the old people who don't like to dig more. And,... of course
yet I haven't got any valid answers.
To borrow one of your favorite expressions,
*shrug*
Richard said:It's not a game. It's a newsgroup. _We_ take it seriously, because it is
of serious help to us.
CBFalconer said:PLONK Your parents methods of rearing their offspring are suspect.
nrk said:FWIW, Mark's original question was a marginal case IMO. For instance,
declaring his variable static inside a function has the effect that the
array is initialized exactly once.
Making it non-static would change this.
Also, he could remove the static and try getting the same effect by passing
in the array in question as a parameter to the function. This way he gets
to maintain state across calls.
He could also try hinting to the compiler that
certain variables inside the function will be accessed very frequently by
making their storage class "register" (IMHO, most modern compilers
completely ignore this and do a better job of deciding how to allocate
registers).
Mark simply refuses to accept that the generic *all*-platform-encompassing
answers to his question (barring algorithmic improvements) are borderline
useless and that he should perhaps restrict the scope to a handful of
architectures that dominate in today's world and optimize his
implementation for them.
Once he does that, he can then ask experts in
those relevant architectures as to what he can do to optimize his code.
Mark said:And to borrow another *threadplonk*
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.