Slashdot Mirror


User: CoHortSoftware

CoHortSoftware's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Java Applet for RPN Calculator on Recommendations for RPN Calculators? · · Score: 1

    There is a free Java Applet for an RPN calculator at http://www.cohort.com/CoCalc.html.

  2. Here's an algorithm on ZeoSync Makes Claim of Compression Breakthrough · · Score: 1

    Here's an approach: A random number generator can generate a series of random numbers. So, given a series of random numbers, couldn't you work backwards to find the seed (and perhaps a few other parameters) for the random number generator that would generate that series of random numbers? Clearly, this is lossless. Clearly, the job gets harder as the series of random numbers gets longer. Perhaps 100 is the practical limit for finding the right seed. One nice feature: this is very asymmetric compression. Compression is very slow, but decompression would be very fast. Only problem: I don't know if it is feasible to find the seed.