Is this a "Moderated" List?
If yes,
* who are the so called "Moderators"?
* why is Randall Hyde allowed to post here?
* is Randall Hyde one of the "Moderators"?
Betov.
< http://betov.free.fr/RosAsm.html >
|
|
0
|
|
|
|
Reply
|
Betov
|
12/11/2003 4:11:04 PM |
|
Betov wrote:
> Is this a "Moderated" List?
Did you read the FAQ?
comp.lang.asm.x86 is, indeed, a moderated newsgroup.
http://www.faqs.org/faqs/assembly-language/x86/general/part1/section-3.html
> who are the so called "Moderators"?
Moderated newsgroups require moderators, not so-called moderators.
The moderator for this newsgroup is Charles A. Crayne.
> why is Randall Hyde allowed to post here?
Anyone is allowed to post here, as long as they stay on-topic.
> is Randall Hyde one of the "Moderators"?
No, I do not think so.
|
|
0
|
|
|
|
Reply
|
Grumble
|
12/11/2003 7:21:38 PM
|
|
"Betov" <betov@free.fr> wrote in message
news:XnF944EB192453C2betovfreefr@213.228.0.136...
> Is this a "Moderated" List?
>
> If yes,
>
> * who are the so called "Moderators"?
>
> * why is Randall Hyde allowed to post here?
>
> * is Randall Hyde one of the "Moderators"?
from this newsgroup's FAQ, General Assembly, Part 1... it's a little
outdated, but still... to avoid flames, i'm posting this as is, and not
adding any comments...
----------------------------------------------------
Subject: 3. Charters For comp.lang.asm.x86 and alt.lang.asm Newsgroups
To know whether or not these newsgroups will meet your needs, the
purpose for which they were created are given below.
3.1 COMP.LANG.ASM.X86
comp.lang.asm.x86 was created based upon voting on a Request for
Discussion (RFD). The RFD for this newsgroup is:
The moderated newsgroup comp.lang.asm.x86 will be open to discussions on
all topics related to assembly language and low-level programming on any
machine using a x86 processor or its clones. Appropriate topics would
include, but not be limited to:
Assembly language code tips, tricks, and techniques.
MASM, TASM, and other commercial assemblers
NASM, and other non-commercial assemblers
Graphics, sound, and other hardware programming
Assembly language related utilities commercial/share/free-ware
Linking assembly language with other languages
Inline x86 programming utilizing assembly emulators in higher level
languages
Propagation of non-commercial Internet x86 resources
Any question/discussion of the direct programming of the x86
Etc...
Topics that will be filtered are:
Flames about "{Language X} is {better/worse} than ASM"
Flames like "{Assembler 1} is {better/worse} than {Assembler 2}"
Flames, personal attacks, insults, etc.
HLL code, except when used for low-level hardware programming.
Product comparisons except when presented in an unbiased fashion.
Advertisements unrelated to assembly programming or utilities.
Posts in languages other than English will be examined for approval
if any of the moderators can read the language in question. There
is no guarantee of approval for a post in any language other than
English.
Posting to comp.lang.asm.x86, a moderated newsgroup, is not any
different for you as posting to an unmoderated newsgroup. When you are
finished composing your post just send it as you normally do. Your
ISP�s news server will send the post to the moderator�s e-mail address.
Once approved, the moderator will post it. Therefore, you will not see
your postings immediately in the newsgroup. It should take no longer
than a day or so to see it.
3.2 ALT.LANG.ASM
Alt newsgroups are initiated with a Proposal posting to the alt.config
newsgroup. The proposal for alt.lang.asm is:
alt.lang.asm will address the problems of machine language programmers
out there in Internet land. It will be a forum for discussion of coding
techniques and efficiency problems related to machine language. The
scope will be broad. We will not discriminate by machine architecture,
race or sex.
Contributors: Raymond Moon, raymoon@moonware.dgsys.com
Last changed: 9 Dec 97
----------------------------------------------------------------------
|
|
0
|
|
|
|
Reply
|
Bx
|
12/11/2003 7:22:47 PM
|
|
betov@free.fr wrote:
>
>Is this a "Moderated" List?
>
>If yes,
>
>* who are the so called "Moderators"?
>* why is Randall Hyde allowed to post here?
Everyone is allowed to post here, as long as the post is on topic for the
group, unless they repeatedly post garbage.
Randall Hyde is a long-time contributor to this newsgroup, and generally
offers good advice and true information. His bozo quotient is quite low,
meaning that he's had more good posts than garbage posts, and I tend to
believe what he says.
Your name, on the other hand, is one I had not encountered before today,
and in that short period, your bozo quotient is already rather high.
I, personally, hope the two of you are able to leave your personal
conflicts at home. None of us cares a whit which of you has the longer
penis.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
|
|
0
|
|
|
|
Reply
|
Tim
|
12/12/2003 5:51:48 AM
|
|
|
3 Replies
224 Views
(page loaded in 0.072 seconds)
Similiar Articles: "Moderated" List??? - comp.lang.asm.x86Is this a "Moderated" List? If yes, * who are the so called "Moderators"? * why is Randall Hyde allowed to post here? * is Randall Hyde one of th... exact difference between C style and static_cast, const_cast ...O wise and powerful clcm, What's the precise difference between C style casts, and static_cast. I've always been told that static_cast and const_c... Escape Character in directory path - comp.lang.c++.moderated ...Hi I need to pass a path to FindFirstFile() that is specified by the user, problem is that all \ characters need to be prefixed with another \, what ... Wiki on C++ tech screening questions - comp.lang.c++.moderated ...{ Multi-posted to the unmoderated group. The direct URL is . -mod } This is an academic wiki on common C++ questions asked in many technical screenin... iterator invalidation guarantees in tr1::unordered_map - comp.lang ...Hello- Can anyone please clarify for me, does tr1::unordered_map guarantee that iterators remain valid always (except iterators to items that hav... STL allocators, global new/delete using the heap and shared memory ..."Moderated" List??? - comp.lang.asm.x86 STL allocators, global new/delete using the heap and shared memory ... I have a large C++ program that needs to allocate memory for ... List pc supported screen resolutions ? - comp.os.ms-windows ...Hi, is it possible to simply list the resolutions supported by a pc (graphic ... Wiki on C++ tech screening questions - comp.lang.c++.moderated ... List pc supported screen ... Solution Guide for Bruce Eckel's "Thinking in C++" - comp.lang.c++ ...Click the above link for full details, including a sample chapter and the list of ... Large-Scale C++ Software Design - comp.lang.c++.moderated ... It seems only Craig Larman ... Conversion to non-scalar type - comp.lang.c++.moderated"Moderated" List??? - comp.lang.asm.x86 Conversion to non-scalar type - comp.lang.c++.moderated Suppose I have a template class Vector and I define a child class Indices ... How to get script parameter derived from value list - comp ..."Moderated" List??? - comp.lang.asm.x86 How to get script parameter derived from value list - comp ... How to get script parameter derived from value list - comp ... What Is a Moderated Mailing List? | eHow.comModerated mailing lists are online topic discussion groups in which one or more members take responsibility for keeping the group on topic, enforcing common Internet ... Moderated - Dundee Internet Services, IncModerated (optional) Defines whether message contributions made by mailing list members will be automatically approved or whether the message needs to be approved by ... 7/27/2012 12:11:17 PM
|