http://qs321.pair.com?node_id=587407


in reply to Re^3: If you take me to task, at least provide an argument
in thread Getting Fed Up with ActiveState

Forgive me for repeating myself:

Yes, I can tell users how to find other PPM repositories or tell them how to install a compiler and find nmake, but when I have thousands of dedicated servers, this becomes a support nightmare, drives up costs, and ensures that my company has to spend more more working around problems in a build process we don't control instead of providing more features for our customers. This costs our company money.

Complexity management is one of the most severe problems with software today and I fear that many technical people simply do not understand it. I didn't and had to have it beaten into my head repeatedly over the years. It's very easy to get wrong and every time we try to pass a problem onto users, we add another layer of complexity they have to deal with.

Even when we give users crystal clear instructions which are difficult to get wrong, they will get those instructions wrong. Even if it's only one percent of users (and for installing compilers, it will be greater than that), imagine what happens when you have thousands of users.

Cheers,
Ovid

New address of my CGI Course.

Replies are listed 'Best First'.
Re^5: If you take me to task, at least provide an argument
by randyk (Parson) on Dec 04, 2006 at 20:52 UTC

    For adding PPM repositories, perhaps including a batch file which does something like

    C:\> ppm repo add trouchelle http://trouchelle.com/perl/ppm/ C:\> ppm repo add bribes http://www.bribes.org/perl/ppm/ C:\> ppm repo add uwinnipeg http://theoryx5.uwinnipeg.ca/ppms/
    might help an accident-prone user?

    Also along these lines, if you want to provide a package that demands a non-trivial set of prerequisites, one possibility is to make a bundled zip archive of all the ppm packages, which then can be installed, in principle, from a batch file - see http://theoryx5.uwinnipeg.ca/ppms/bundles/ for some examples.

Re^5: If you take me to task, at least provide an argument
by syphilis (Archbishop) on Dec 02, 2006 at 15:18 UTC
    Even when we give users crystal clear instructions which are difficult to get wrong, they will get those instructions wrong

    Yeah ... I can sympathise ... but really, if you want to make money out of morons, then you have to be prepared to accept the fact that they're ... umm ... morons.

    But it's unfair to go blaming ActiveState for not being able to come up with a moron-proof system. Strawberry Perl (which I've starting advocating, btw) is not a solution to this problem ... those morons are still going to have to learn how to invoke a compiler.

    (I apologise for the use of the word of "moron" ... I shouldn't do that. Just because one doesn't know how to use a compiler doesn't mean that one is a "moron" ... there was a time when I didn't know how to use a compiler ... but then .......... :-)

    Cheers,
    Rob