caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Mikhail Fedotov <mikhail@kittown.com>
To: caml <caml-list@inria.fr>
Subject: Re: [Caml-list] OCaml growing pains
Date: Fri, 13 Aug 2004 12:52:36 +0400	[thread overview]
Message-ID: <411C8154.9050402@kittown.com> (raw)
In-Reply-To: <OOEALCJCKEBJBIJHCNJDEEGCHGAB.vanevery@indiegamedesign.com>

Brandon J. Van Every wrote:

>Mikhail Fedotov wrote:
>  
>
>>Good points below, but it seems you are loosing a major one:
>>you *never* can promote/advance
>>the langauge while going *against* its authors. (You can fork if of
>>course, but then you'll be on your own.)
>>    
>>
>
>I doubt the historical evidence supports your claim.
>
Conflicts are always forcing good/competent people to go away - go away 
from the conference,
go away from the site. Lowering quality of discussions. If only I'd get 
a buck for each such evidence...

> <>For instance, I seem to recall people who have disagreed with Guido 
> Van Rossum
> about the direction Python should take, who just went off and did 
> stuff, and whose
> work is now considered important to the Python community. 

You are doing exactly that I've said before - express good point in the 
beginning but going
in the wrong direction. I doubt  there is an analogy to the case with 
python (can not say for sure until
checked it myself), except when you are talking about technical details. 
And when you are talking
about those details, you are talking about something that do not know 
well with people who wrote
it and know from the top to the bottom.

>Authority figures *could* provide organizational resources
>

They simply might not have them.

>>In addition, when all feedback from major players that you
>>are receiving is negative, it means
>>that you are going in the wrong direction and for some reason fail to
>>change it into the right one.
>>    
>>
>
>I don't think so.
>

Symptoms match. The key method to find the blind spot is to formulate 
verifiable criteria
to ensure the correctness of your own statements and if the choice of 
topics to discuss is right.
The same about the desision to start the discussion at all.

As I've said, I've lost a lot of time on discussions like yours. 
Patterns are very clear and common.

>biz-focused mailing lists are indeed better for the growth discussions.
>I'm just not ready to start such a list yet.
>
I can not imagine its audience. Web pages with success stories and 
remarks about problems
solved should do the trick, and success stories are already there.

>I was ready to start an OCaml Games mailing list, so I did so.
>
Is there much of professional game developers, and they really want to 
share their
*confidential* technology ? I doubt it will be ever anything other than 
newbies list.

>I was ready to start ML S*attle, so I did so.
>
But even with starting it you've managed to bump into spam filter. :)

That's the curse I've been talking about - without good criterias to
verify that you are going in the right direction,  you are loosing
ability not to bump into things when you are finally trying to start
something, things that most normal people do not bump into.
Game list has questionable audience,  meeeting announce
bumps into the filter, your concerns about language features
bump into the luck of your experience with the language, and
you've even managed to go into conflict with Xavier when
he is not in position to address your questions in the manner
they are asked (i.e. completely wrong person for conflict,
such conflict is as pointles as it can be).

>>The most obvious is http://www.ocaml.org - it does not seem to be
>>maintened anymore ( no mention
>>of 3.08 release), so *maybe* you have the chance to become the
>>maintainer if you ask the
>>right people.  Then you'll be able to show that you can do. :)
>>    
>>
>
>You put a smiley, so maybe you don't mean this so seriously.
>

I just believe that you are spending so much time in those duscissions 
that you've
become so *rusty* that a lot of *newbies* can compete with you in any 
good thing
you might want to do, even if you are not a newbie yourself. There is 
one hell of
symptoms in your messages.

It is like being on a drug.

>Praise Be to the caml-list Bayesian filter! It blesseth
>my postings, it is evil crap!  evil crap!  Bigarray!
>Unboxed overhead group!  Wondering!  chant chant chant...
>
>// return an array of 100 packed tuples
>temps
>  int $[tvar0][2*100]; // what the c function needs
>  value $[tvar1]; // one int
>  value $[tvar2]; // one tuple
>  int $[tvar3] // loop control var
>oncePre
>eachPre
>  $[cvar0]=&($[tvar0][0]);
>eachPost
>  $[lvar0] = alloc(2*100, 0 /*NB: zero-tagged block*/ );
>  for(int $[tvar3]=0;$[tvar3]<100;$[tvar3]++) {
>    $[tvar2] = alloc_tuple(2);
>    $[tvar1] = Val_int($[cvar0][0+2*$[tvar3]]);
>    Store_field($[tvar2],0,$[tvar1]);
>    $[tvar1] = Val_int($[cvar0][1]);
>    Store_field($[tvar2],1,$[tvar1+2*$[tvar3]]);
>    Array_store($[lvar0],$[tvar3],$[tvar0]);
>  }
>oncePost
>  
>

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  parent reply	other threads:[~2004-08-13  8:52 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-11  4:45 [Caml-list] Who controls INRIA mailserv filters? Brandon J. Van Every
2004-08-11  6:53 ` Diego Olivier Fernandez Pons
2004-08-11 20:29   ` Brandon J. Van Every
2004-08-11 21:22     ` don groves
2004-08-11 21:26       ` don groves
2004-08-12  7:36         ` Brandon J. Van Every
2004-08-12  7:50           ` Sven Luther
2004-08-12  8:28     ` Diego Olivier Fernandez Pons
2004-08-12  9:22       ` Brandon J. Van Every
2004-08-12  9:28 ` Xavier Leroy
2004-08-12 12:59   ` [Caml-list] OCaml growing pains Brandon J. Van Every
2004-08-12 14:58     ` Mikhail Fedotov
2004-08-12 21:30       ` Brandon J. Van Every
2004-08-13  6:05         ` skaller
2004-08-13  7:07           ` Brandon J. Van Every
2004-08-13  8:52         ` Mikhail Fedotov [this message]
     [not found] <20040812141309.GA19858@quick.recoil.org>
2004-08-12 20:48 ` Brandon J. Van Every
2004-08-12 23:46   ` Anil Madhavapeddy
2004-08-13  5:43     ` Brandon J. Van Every

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=411C8154.9050402@kittown.com \
    --to=mikhail@kittown.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).