// COMPLETE THREAD

[humor] Testing software

2 expanded posts ยท every known parent and child

NODE 4f7b9f85[humor] Testing software
A friend of mine sent me the following:

We are in the process of testing the new piece of software we designed:


> AGGRESSION TESTING: If this doesn't work, I'm gonna kill somebody.
> 
> COMPRESSION TESTING:  []
> 
> CONFESSION TESTING: Okay, Okay, I did program that bug.
> 
> CONGRESSIONAL TESTING:  Are you now, or have you ever been a bug?
> 
> DEPRESSION TESTING: If this doesn't work, I'm gonna kill myself.
> 
> EGRESSION TESTING: Uh-oh, a bug... I'm outta here.
> 
> DIGRESSION TESTING: Well, it works, but can I tell you about my truck...
> 
> EXPRESSION TESTING: #@%^&*!!!, a bug.
> 
> OBSESSION TESTING: I'll find this bug if it's the last thing I do.
> 
> OPPRESSION TESTING:  Test this now!
> 
> POISSON TESTING:  Alors!  Regardez le poisson!
> 
> REPRESSION TESTING: It's not a bug, it's a feature.
> 
> SECESSION TESTING: The bug is dead!  Long live the bug!
> 
> SUGGESTION TESTING: Well, it works but wouldn't it be better if...

Added by JFA:

DELUSION TESTING: Naahhhh, don't loose any time doing any testing, it'll 
work...


Jean-Francois Avon, B.Sc. Physics, Montreal, Canada
  DePompadour, Socit d'Importation Lte
     Limoges fine porcelain and french crystal
  JFA Technologies, R&D physicists & engineers
     Instrumentation & control, LabView programming
PGP keys: http://bs.mit.edu:8001/pks-toplev.html
PGP ID:C58ADD0D:529645E8205A8A5E F87CC86FAEFEF891 
PGP ID:5B51964D:152ACCBCD4A481B0 254011193237822C
NODE 81ca57aahardware sharing question
Dear C'punks,

There are many different hardware accelerator devices available for
speeding up the  modmul operation - The nFast and FastMap to name  a few.
I am about to build a new one. This unit should be: 

1. Expandable
    A. No harm if exponent is larger than N bits - just slower
    B. As much parralel calculations as possible - add ALU and 
       get faster results 
2. Low cost- keep only the heavy iron in the card - all other is ok 
   to do using host CPU.

This should also enable to build the device for several applications -
After all I want only to replace a call to some mathemathical subroutine.


To realize it the Residue Number System, with some additional memory seems
like a good choiche. The system will eventually consist of a card with
slots for addtional ALU and RAM modules. You can do away with only one ALU
- tha base kit, but it will consume bus bandwidth. Add memory and you are
free from that limitation. Slow? Add ALU units. 

But interestingly my main problem is not about cryptography :) I would
like to know, if there are possible other places, where integer
arithmetics could be used. Maybe A world would be a better place with fast
matrix multiplication?

So people. I would very much appreciate, if you could tell me about the
ways we could use this integer calculator for other applications as well.

I will be using RNS, what gives us a lot of multiplications/additions in
parralel. 

Thank you,

Jyri Poldre,
Tallinn Technical University.