You're in no position to tell me not to top-post, clearly. And this
is not recognition of those rules as authority.
Of course, it is obvious the only rules you recognize as having any
authority are your own.
I already said that I am perfectly capable of quoting, when I think
it's more clear. I top-post when that's more clear.
Obviously, it is a convention of this newsgroup to not top-post. Just
like it is convention to not bring crying babies into the movie theater.
It doesn't mean it doesn't ever happen, but when it does, the convention
breaker will get complaints. If you don't want to put up with the
complaining, why not killfile the complainers?
The new circumstances are that most people use different newsreaders
than they did 10 years ago. Back in the day, the ergonomics of
newsreaders demanded that you quote. Now they don't, as there are
zillions of free newsreaders that let you track threads quite easily.
This is a rather idyllic view. In reality, the supported features of
a news reader is dependent upon multiple factors, including, but not
limited to:
* whether the feature is implemented in the news reader
* whether the user is reading the news from a local spool or
a remote server
* whether or not the the user is reading the news offline
* whether the remote server supports all the features supported
by the client
As to which client any particular user may be using, that is a personal
choice, and the conventions of this newsgroup are such that the least
capable news reader can participate just as efficiently as the most
capable news reader.
To consider your example of threading, some commercial NNTP services
do not support the retrieval of an entire thread because it involves
a very expensive search of their, often proprietary, news database.
Others may read their news in an offline mode, to save on dial up
expenses, or reduce the amount of time the phone line is tied up by the
internet connection. In such cases, they may not have the complete
thread cached when they read a particular article.
Just like HTML e-mail used to be an ungodly annoyance, it is coming
into acceptance because of greater disk space, bandwidth, and more
e-mail clients support it. Oh times they change.
The more things change, the more things stay the same.
HTML e-mail is even more annoying these days, because spammers that
generate random e-mail targets now get a web server ping from your
e-mail reader, thus validating your e-mail address.
Apparently you don't really understand how Usenet works.
You are so keen on getting people to killfile you, but you now openly
admit that you freely change your Usenet identity.
Why, you're a potty-mouthed wart-hog-faced buffoon!
I never said that I owned the group. You're the ones
telling ME what to do.
I can't speak for everyone, but I was complaining about how you rudely
responded to a request to follow this groups netiquette, and then you
continued to rudely assert that you will do as you please. Which, to
me, implies you don't respect the members of this newsgroup that wish
you to follow netiquette.
Of course, what you do always remains your choice. Just like what
we do (which may include loud complainig) remains ours.
I'm not telling you to do anything. I simply
suggest that if you're so keen on following netiquette, then killfile
me already.
I repeat: If you don't want to put up with the complaining, why not
killfile the complainers?
....
ObC: So, what is the right way to print the value of a variable of type
int32_t? The best I can think of is:
int32_t i = 42;
printf("%jd\n", (intmax_t)i);
Is there a better way?
-- James