Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:28 files in 6 years is a hardware defect (Score 1) 396

Bad RAM could have corrupted the file as it was being written to disk. The file is corrupted all along, but not the disk/filesystem's fault

Or the file could have been corrupted in RAM on read, and would actually be fine if read on a working machine.

Or the disk has been replaced in those 6 years and the file was corrupted during the copy because of bad RAM

There are lots of possibilities for the file to get corrupted that don't involve the disk or filesystem.

Comment Re:Best low-cost CPU with half-decent GPU? (Score 1) 345

No, there really isn't an equivalent. Which is more important, CPU power or GPU power?

The closest AMD in price with a GPU is the A6-6400K. It would be quite a bit better in the GPU department, but MASSIVELY worse in the CPU department. Not even close in CPU power. To get something that wont cripple you on CPU you would need to go up to the A8-6600K, but that is over $110 at the CAD stores I checked and would still be way worse in single thread CPU.

There are also the new Kabini CPUs and the top end of those, the Athlon 5350, is around $70. It would save you money on the MB (AM1 boards are cheap), but would be even worse than the A6-6400K in CPU and might not even match the G3240 in GPU.

Submission + - E.T. Found In New Mexico Landfill (kotaku.com) 1

skipkent writes: One of the most infamous urban legends in video games has turned out to be true.P

Digging in Alamogordo, New Mexico today, excavators discovered cartridges for the critically-panned Atari game E.T., buried in a landfill way back in 1983 after Atari couldn't figure out what else to do with their unsold copies. For decades, legend had it that Atari put millions of E.T. cartridges in the ground, though some skeptics have wondered whether such an extraordinary event actually happened.

Comment Re:Current PCs are good enough. (Score 1) 564

Clock speed doesn't mean everything. Remember when the P4 first came out and a P3 of 400-500 lower MHz could keep up with it? Sandy Bridge has very good IPC. I have a laptop with an i5-2467M and I have it configured to lock the speed at a mere 800 MHz when on battery and I don't even notice unless I try to do something CPU intensive. It does have an SSD an 8 GB of RAM though.

As 0123456 said, a Celeron 847 is about twice the speed of a 3.8GHz P4. The Celeron actually has MORE cache than the P4 in total (548K more to be exact). Plus it likely would have faster memory and a much faster interface to the rest of the system components.

Comment Re:Current PCs are good enough. (Score 4, Interesting) 564

You do realize that a Celeron 847 is way faster than the GP's P4 3.8 GHz? Don't let the Celeron name fool you, it is still a dual core sandy bridge chip, just clocked low.

The lowest end AMD E2s might get bested by the P4, but the higher clocked ones would still be a big improvement.

The bigger problem with most cheap laptops is the slow HD and lack of RAM which would cripple any CPU. Give a Celeron 847 an SSD and 4GB+ and it would be fine for most non CPU intensive or gaming tasks. Much better than the P4 for sure.

Submission + - Rogers/Fido cellular service out nation-wide (globalnews.ca)

inject_hotmail.com writes: Cellular carriers Rogers, Fido, and Chatr are currently experiencing a nation-wide outage, which began at approximately 6:00pm EDT (22:00UTC) 09-Oct-2013. All cellular voice services are inoperable, however, the company claims that data and text services are not affected. Some customers are reporting brief periods of service. Attempts to reach Fido's customer service line (1-888-481-3236) failed during their normal business hours; however, once their automated system came back online, it reports that some customer phone number are not recognized by their system.

Submission + - X11 Server Security Hole Plugged Dating Back To 1993 (phoronix.com)

An anonymous reader writes: CVE-2013-4396 was publicized this week and resolved as the latest X11 Server security advisory. This security advisory is about a use after free memory hole that could lead to system crashes and/or memory corruption, but making this X11 security advisory more pressing is that the issue has been present since September of 1993. For two decades in all X11/X.Org Server releases going back to X11R6.0 has been this vulnerabilty that was only now discovered in the widely-used open-source software and can be fixed by a five-line X Server patch.

Comment Re:ZFS (Score 1) 268

You didn't have enough RAM. To use deduplication on ZFS without a massive performance hit requires assloads of RAM. 8 GB is nothing to ZFS with dedup on unless your disks are tiny. While Oracle claims less, the FreeBSD guys have found you need at least 5 GB per TB of disk just for dedup, plus more for cache and the rest of the OS. Do the math and any reasonably big storage pool will need tonnes of RAM.

Comment Re:Hope it's going in the new Mac Pro (Score 5, Informative) 176

The Core i7's are consumer-grade processors and are slower than the Xeon's the Mac Pros use

This is completely incorrect. The current Mac Pros use Nehalem based Xeons which are two generations back from the current Ivy Bridge i7s. Xeons may have differences in core count, cache and/or ECC support but their execution units are the same as their desktop equivalents. The base Mac Pro CPU is equivalent to an i7-960 with ECC support. The current Ivy Bridge i7s are a fair bit faster.

Comment Re:Java and flash... (Score 1, Insightful) 97

All other operation systems running on similar hardware but having strict security and privileges proof you wrong. Even Linux existed at that time already and ran happily on that hardware.

No, he is completely correct. Linux of the time did not "run happily" on that hardware with the same level of GUI complexity as Win9x. Either Linux had no GUI at all, or a simple window manager like TWM or FVWM.

This is also doubly wrong in claiming that all other operating systems at the time had proper security. The biggest competitors to MS at the time were even simpler and less secure OSes. For GUIs there was MacOS which didn't have protected memory and could barely multitask, along with having no security model. On the server side the biggest at the time would have been Novell, which did have a security model, but still had no protected memory and much simpler multitasking than even Win9x.

Slashdot Top Deals

If you have a procedure with 10 parameters, you probably missed some.

Working...