Forum: Hardware
2003-04-26, 17:39
|
Replies: 38
Views: 4,961
|
Forum: Software
2003-04-16, 17:45
|
Replies: 11
Views: 821
|
Forum: PrimeNet
2003-04-10, 22:43
|
Replies: 2
Views: 1,501
Re: DNS questions
Probably the first server cached the old address more recently. DNS updates don't propagate, old values die out.
Probably the first server failed to respond to a request once, so Windows...
|
Forum: PrimeNet
2003-04-09, 16:53
|
Replies: 3
Views: 1,491
I doubt prime95 has any vulnerabilities quite...
I doubt prime95 has any vulnerabilities quite that obvious, but history demonstrates that anything not written by DJB is likely to have some security issues... that said, George is a pretty good...
|
Forum: Lounge
2003-04-06, 14:51
|
Replies: 19
Views: 1,637
|
Forum: Software
2003-03-31, 06:28
|
Replies: 8
Views: 1,197
No, I'm not an enterprise C++ programmer; I'm a...
No, I'm not an enterprise C++ programmer; I'm a DPhil student at Oxford University, doing my thesis work in parallel computing. I consider the claim that "WinHeap can make multithreaded programs run...
|
Forum: Software
2003-03-30, 16:06
|
Replies: 8
Views: 1,197
It's snake oil. Sure, there are cases where it...
It's snake oil. Sure, there are cases where it will be 10 times faster... IF all you do is allocate and release chunks of memory. In other cases, it will be considerably slower than the standard...
|
Forum: Software
2003-03-25, 18:37
|
Replies: 37
Views: 2,616
1024 and 24 are not relatively prime. You're...
1024 and 24 are not relatively prime. You're correctly computing 543*123 modulo (1000/24), but since 1000 and 24 share a factor of 8, this only gives you the value modulo 125 instead of modulo 1000.
|
Forum: Software
2003-03-24, 11:02
|
Replies: 37
Views: 2,616
You're right; it only works if you can find...
You're right; it only works if you can find appropriate values for a and b. The usefulness comes from the fact that most big numbers we work with are already in that form: Mersenne numbers, Fermat...
|
Forum: Software
2003-03-21, 03:31
|
Replies: 37
Views: 2,616
|
Forum: Software
2003-03-12, 20:38
|
Replies: 37
Views: 2,616
Yes, but people reading my paper and the...
Yes, but people reading my paper and the published version of your paper aren't going to understand that I was referring to an earlier, unpublished, version of your paper.
Well, the constant...
|
Forum: Software
2003-03-12, 19:40
|
Replies: 37
Views: 2,616
|
Forum: Software
2003-03-12, 02:05
|
Replies: 37
Views: 2,616
|
Forum: Software
2003-03-12, 00:54
|
Replies: 37
Views: 2,616
It's somewhat more complicated than that; the...
It's somewhat more complicated than that; the (not perfectly accurate) trig data contributes some error, and the error introduced in complex multiplication can be bounded somewhat more closely than a...
|
Forum: Software
2003-03-11, 23:41
|
Replies: 37
Views: 2,616
|
Forum: Software
2003-03-11, 23:35
|
Replies: 37
Views: 2,616
Ignoring SSE2 which is standard 64-bit FP, the...
Ignoring SSE2 which is standard 64-bit FP, the x86 code does all loads and stores in the 64-bit format. The reason for this is that the 80-bit load and store operations are very slow. Thus, the FFT...
|
Forum: Software
2003-03-11, 17:59
|
Replies: 37
Views: 2,616
|
Forum: PSearch
2003-02-22, 08:42
|
Replies: 4
Views: 6,045
Re: largest non-mersenne
If p divides k, then p does not divide k*2^n-1. This means that N=k*2^n-1 is prime with probability k/phi(k) * 1/ln(N) instead of probability 1/ln(N).
For k<100 with k*2^n-1 prime, this moves the...
|
Forum: Lounge
2003-02-05, 17:43
|
Replies: 15
Views: 1,216
Personally, I'd say that diabetes research is...
Personally, I'd say that diabetes research is more deserving of support than either AIDS or heart disease -- in the majority of cases, we don't even know the *cause* of type 1 diabetes, let alone how...
|
Forum: PrimeNet
2003-01-19, 21:52
|
Replies: 228
Views: 16,234
|
Forum: PrimeNet
2003-01-19, 20:19
|
Replies: 228
Views: 16,234
Re: Trying out the forum
Uhh, this may seem impolite, but... who are you? (maybe it's obvious to everyone else, but I'm suffering from both having had wisdom teeth taken out and having had several blood tests taken...
|
Forum: Math
2003-01-18, 17:46
|
Replies: 16
Views: 1,686
|
Forum: PrimeNet
2003-01-18, 17:44
|
Replies: 4
Views: 1,589
|
Forum: PrimeNet
2003-01-17, 18:54
|
Replies: 228
Views: 16,234
|
Forum: PrimeNet
2003-01-17, 17:00
|
Replies: 228
Views: 16,234
Approximately, yes.
I must be missing...
Approximately, yes.
I must be missing something here. How would running several servers all the time be cheaper than running one and replacing it if it fails?
The server load should be...
|