Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Labeling (Score 1) 228

Your comparing psychology, a field known to have an exceptionally high confirmation bias to proper medical fields where diagnosis can be proven by more than "he's acting funny". Your ignorant if you think that people treat each other equally after being labeled as a loon.
Security

Adobe Download Manager Installing Software Without Consent 98

"Not all is worth cheering about as Adobe turns 20," writes reader adeelarshad82, who excerpts from a story at PC Magazine's Security Watch: "Researcher Aviv Raff has found a problem in ADM (Adobe Download Manager) and the method through which it is delivered from adobe.com. The net effect of the problem is that a user can be tricked into downloading and installing software using ADM without actual consent. Tonight Adobe acknowledged the report and said they were working on the issue with Raff and NOS Microsystems, the company that wrote ADM."

Comment Re:Multi-threading != running on different process (Score 2, Insightful) 278

I think multithreading means launching multiple execution threads and it's up to the scheduler to assign each thread to a logical CPU, based on load. If you write and run a program that spawns two threads on a dual-core machine, with no other CPU-intensive software running, then you will notice that each thread is executed on a distinct CPU (core).

Comment Re:native sdk - its about time. (Score 1) 49

So, you going to port liberty over? ;) So we don't have to try and run it in Classic. And yeah, I remember you as another regular from the old PalmOS mailing list about 10 years ago

Liberty was written in 68k assembler :) we ported it to MIPS for a contract job. but no; gameboy emulation; plenty of other options available out there.. but i do intend to bring some of my other palm os games up-to-date :P

Comment Re:Memtest86 (Score 1) 333

Memtest would catch the errors that occur on it's watch (if the same error were to happen on non-ecc, and therefore not be corrected by the hardware before memtest even sees it).. However, memtest does not detect the errors that happen when it's not running, which should be the point of of ECC, think of it as an always on memtest that keeps your pc going even in the face of failures.

What I see here that I find odd, however, is that Google (and presumably other large data centre's) were operating under the presumption that memory errors are just normal and to keep on going so long as the ECC was able to correct them. That's what I find hard for my small system mindset to comprehend. In my world, when hardware looks like it's unreliable, I schedule a replacement.

Comment .NET is just a tool (Score 1) 498

I know it's unfashionable to say this... if company A & B both wrote a trading platform, to the same requirements and with the same underlying software you can bet your boots that one would still be much faster than the either. The point being that the implementation language isn't as important as how the system was designed, architected and implemented. People are proclaiming that Linux is faster than .NET when its more accurate to say MilleniumIT is faster than TradElect, or so they say.

Why this should be is not at all clear, but .NET is probably not the root cause. Chances are in fact that any Linux/Solaris solution would be mostly coded in Java anyway which suffers similar runtime overheads. The hardware it runs on, the network topology, how messages are passed around, dedicated switches, the database, the scalability or lack thereof in the code and countless other factors are far more significant than the underlying language.

One clear advantage of going the Linux / Unix route is that licencing is a lot cheaper and there are probably a lot more hardware options to consider too.

Slashdot Top Deals

Living on Earth may be expensive, but it includes an annual free trip around the Sun.

Working...