POV-Ray : Newsgroups : povray.general : Pov 3.5? Server Time
8 Aug 2024 04:03:41 EDT (-0400)
  Pov 3.5? (Message 20 to 29 of 29)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Mark Gordon
Subject: Re: Pov 3.5?
Date: 12 Apr 2001 01:40:42
Message: <3AD54523.8BD3636A@mailbag.com>
Thorsten Froehlich wrote:
> 
> In article <3ad32621$1@news.povray.org> , "Jan Walzer" <jan### [at] lzernet>
> wrote:
> 
> > you have 180% time for your projects ???
> 
> No, but you need 180% time.  Or closer to 250% of the planned time...
> 
>       Thorsten

From http://www.tuxedo.org/~esr/jargon/html/entry/Brooks's-Law.html:

Brooks's Law prov. 

"Adding manpower to a late software project makes it later" -- a result
of the fact that the expected advantage from splitting development work
among N programmers is O(N) (that is, proportional to N), but the
complexity and communications cost associated with coordinating and then
merging their work is O(N^2) (that is, proportional to the square of N).
The quote is from Fred Brooks, a manager of IBM's OS/360 project and
author of "The Mythical Man-Month" (Addison-Wesley, 1975, ISBN
0-201-00650-2), an excellent early book on software engineering. The
myth in question has been most tersely expressed as "Programmer time is
fungible" and Brooks established conclusively that it is not. Hackers
have never forgotten his advice (though it's not the whole story; see
bazaar); too often, management still does. See also creationism,
second-system
effect, optimism."

(Brooks has since migrated to graphics.  When he got the ACM Turing
Award (the closest thing CS has to a Nobel Prize), he chose to give his
acceptance speech at SIGGRAPH.)

See also
http://www.tuxedo.org/~esr/jargon/html/entry/Ninety-Ninety-Rule.html:

Ninety-Ninety Rule n. 

"The first 90% of the code accounts for the first 90% of the development
time. The remaining 10% of the code accounts for the other 90% of the
development time." Attributed to Tom Cargill of Bell Labs, and
popularized by Jon Bentley's September 1985 "Bumper-Sticker Computer
Science" column in "Communications of the ACM". It was there called the
"Rule of Credibility", a name which seems not to have stuck. Other
maxims in the same vein include the law attributed to the early British
computer scientist Douglas Hartree: "The time from now until the
completion of the project tends to become constant."

-Mark Gordon


Post a reply to this message

From: Tom Melly
Subject: Re: Pov 3.5?
Date: 12 Apr 2001 05:02:47
Message: <3ad56f37@news.povray.org>
"Batronyx" <bat### [at] cadronhsacom> wrote in message
news:3ad51140@news.povray.org...
> That's pretty cool Tom. So I'm guessing +Z points south for you eh?
>
> [snip]
>
> >From <500,10,0> unto the east.
> >Any day now, any day now,
> >It shall be released.

No, in my head +Z is north - I forgot the -500. What orientation model do
others use? Is it dependant on whether you are northern or southern
hemisphere? (hey, back on topic again).


Post a reply to this message

From: Mr  Art
Subject: Re: Pov 3.5?
Date: 12 Apr 2001 06:27:12
Message: <3AD5BB5D.15F15C5A@chesapeake.net>
If I work on a plane, I think of +z as North. If
I am making a planet, +y is "North".

Tom Melly wrote:
> 
[snip]
> No, in my head +Z is north - I forgot the -500. What orientation model do
> others use? Is it dependant on whether you are northern or southern
> hemisphere? (hey, back on topic again).


Post a reply to this message

From: Jamie Davison
Subject: Re: Pov 3.5?
Date: 13 Apr 2001 08:02:05
Message: <MPG.153e55398170bf769898b9@news.povray.org>
> > A simple question :
> > POV 3.5 is OK or K.O?
> 
> Good things come to those who wait. Hopefully our waiting will be rewarded.
> They're working on it is all we know. How much is left to do is the big
> mystery. The thing I expect to take the longest is writing the documentation
> for all the new features (and we all know how programmers are about that ;)

I'm quite happy to wait, but you know people are getting excited and/or 
impatient when every month there's a new thread asking where 3.5 is and 
what's happening to it.

I suppose it'll be time to start worrying when there's a new thread every 
week :)

Bye for now,
     Jamie.


Post a reply to this message

From: Pete
Subject: Re: Pov 3.5?
Date: 16 Apr 2001 18:30:06
Message: <472.504T2368T9815913PeterC@nym.alias.net>
Jan wrote:

>you have 180% time for your projects ???

>--
>background{rgb 1}camera{location<1,5,-2>look_at 0}#macro
>m(a,b,i)#local d=(b-a)
>/8;#local
>e=vcross(d,y);#if(i)m(a-e,a+e+2*d,i-1)m(a+e,a+2*d-e,i-1)m(a+3*d-e,a+e
>+3*d,i-1)m(a+3*d-e,a+5*d-e,i-1)m(a+6*d-e,a+e+6*d,i-1)m(a+8*d-e,a+e+8*d
>,i-1)#else
>cylinder{a,b,vlength(d)/3 pigment{rgb 0}}#end#end m(-4*x,2*x,4) // Jan
>Walzer


        I ran your sig through povray to see what it would
do.  Wicked cool.

Pete


Post a reply to this message

From: David Fontaine
Subject: Re: Pov 3.5?
Date: 17 Apr 2001 00:41:37
Message: <3ADBC89A.816D0A1C@faricy.net>
Pete wrote:

> Jan wrote:
>
> >background{rgb 1}camera{location<1,5,-2>look_at 0}#macro
> >m(a,b,i)#local d=(b-a)
> >/8;#local
> >e=vcross(d,y);#if(i)m(a-e,a+e+2*d,i-1)m(a+e,a+2*d-e,i-1)m(a+3*d-e,a+e
> >+3*d,i-1)m(a+3*d-e,a+5*d-e,i-1)m(a+6*d-e,a+e+6*d,i-1)m(a+8*d-e,a+e+8*d
> >,i-1)#else
> >cylinder{a,b,vlength(d)/3 pigment{rgb 0}}#end#end m(-4*x,2*x,4) // Jan
> >Walzer
>
>         I ran your sig through povray to see what it would
> do.  Wicked cool.

Hey, you just copied James Gleick!
(j/k) ;)

--
David Fontaine  <dav### [at] faricynet>  ICQ 55354965
My raytracing gallery:  http://davidf.faricy.net/


Post a reply to this message

From: Jan Walzer
Subject: Re: Pov 3.5?
Date: 17 Apr 2001 15:13:41
Message: <3adc95e5$1@news.povray.org>
it was just my cat, walking 'bout my keyboard ... she's quite
intelligent, isn't she ?
*g

background{rgb 1}camera{location<1,5,-2>look_at 0}#macro
m(a,b,i)#local d=(b-a)
/8;#local
e=vcross(d,y);#if(i)m(a-e,a+e+2*d,i-1)m(a+e,a+2*d-e,i-1)m(a+3*d-e,a+e
+3*d,i-1)m(a+3*d-e,a+5*d-e,i-1)m(a+6*d-e,a+e+6*d,i-1)m(a+8*d-e,a+e+8*d
,i-1)#else
cylinder{a,b,vlength(d)/3 pigment{rgb 0}}#end#end m(-4*x,2*x,4) // Jan
Walzer


"Pete" <Pet### [at] nymaliasnet> schrieb im Newsbeitrag
news:472### [at] nymaliasnet...
> Jan wrote:
>
> >you have 180% time for your projects ???
>
> >--
> >background{rgb 1}camera{location<1,5,-2>look_at 0}#macro
> >m(a,b,i)#local d=(b-a)
> >/8;#local
>
>e=vcross(d,y);#if(i)m(a-e,a+e+2*d,i-1)m(a+e,a+2*d-e,i-1)m(a+3*d-e,a+e
>
>+3*d,i-1)m(a+3*d-e,a+5*d-e,i-1)m(a+6*d-e,a+e+6*d,i-1)m(a+8*d-e,a+e+8*
d
> >,i-1)#else
> >cylinder{a,b,vlength(d)/3 pigment{rgb 0}}#end#end m(-4*x,2*x,4) //
Jan
> >Walzer
>
>
>         I ran your sig through povray to see what it would
> do.  Wicked cool.
>
> Pete
>


Post a reply to this message

From: Francois Labreque
Subject: Re: Pov 3.5?
Date: 17 Apr 2001 19:21:45
Message: <3ADCCEBE.9EB7FDA4@videotron.ca>
Jan Walzer wrote:
> 
> it was just my cat, walking 'bout my keyboard ... she's quite
> intelligent, isn't she ?
> *g

Are you trying to ressurect the "million monkeys typing on a million
typewriters" thread in p.o-t. ?

-- 
Francois Labreque | Make you a deal, I'll show you mine if you show 
    flabreque     | me yours.
        @         | 
   videotron.ca   |   - Pandora.


Post a reply to this message

From: MR
Subject: Re: Pov 3.5?
Date: 28 Jun 2001 09:18:40
Message: <3b3b2eb0$1@news.povray.org>
in the government (US) we call that "slippage".  its not late!!!!
the delivery date is just slipping a bit.  ;-)

miker



"Tom Melly" <tom### [at] tomandlucouk> wrote in message
news:3ad3270a@news.povray.org...
> "Jan Walzer" <jan### [at] lzernet> wrote in message
> news:3ad32621$1@news.povray.org...
> > you have 180% time for your projects ???
>
> Never heard of project creep? (and I don't mean the stinky guy in the next
> cubicle).
>
>


Post a reply to this message

From: MR
Subject: Re: Pov 3.5?
Date: 28 Jun 2001 09:21:26
Message: <3b3b2f56@news.povray.org>
considering that projects often have to be done twice (the first
time and then again the right way), 180% is not bad.

miker


"Rick [Kitty5]" <ric### [at] kitty5com> wrote in message
news:3ad460b2@news.povray.org...
>
> > Jan Walzer wrote in message <3ad32621$1@news.povray.org>...
> > >you have 180% time for your projects ???
>
> > At least!
>
> and the rest !!
>
>
> --
> Rick
>
> Kitty5 WebDesign - http://Kitty5.com
> Hi-Impact database driven web site design & e-commerce
> TEL : +44 (01625) 266358 - FAX : +44 (01625) 611913 - ICQ : 15776037
> POV-Ray News & Resources - http://Povray.co.uk
>
> PGP Public Key
> http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
>
>


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.