My alternative busines model

Rui Miguel Seabra rms at 1407.org
Wed Dec 4 22:47:24 UTC 2002


On Wed, Dec 04, 2002 at 10:57:05PM +0100, Niall Douglas wrote:
> Whether they are or not is unimportant. It's whether keeping the 
> algorithms distinct from any implementation is better for the 
> industry. I, and hope everyone in here, would say yes.

Algorith for cycling an array of 10 numbers:

main()
{
int *a = {2,3,4,2,3,5,6,2,1,9};
for(i=0;i<10;i++) { printf("%d\n", a[i]); }
}

> I have no problem with people being rewarded for doing a good job. I 
> think there should be limits placed on abusing ones position once 
> you've reached it but sure, money motivates people to do mostly good 
> for society if the legal structure is balanced right.

The problem seems to lay in that usually money motivates people to do
mostly sums of positive numbers and multiplications by values greater
than one.

Rui



More information about the Discussion mailing list