Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Make (Score 1) 327

I love MAKE. They have projects that a kid can do and start getting intrested in things that light up, explode, move around and play games. I would have loved to have MAKE when I was growing up. I understand what you mean about Byte and others. I grew up on a VIC-20 Model I and they even had code for that old thing. I think it is more that computers no longer belong to the geeks. It's not as interesting messing around with code that is compiled in to something that is compiled in to something and finally compiled in to something that is run in a virtual memory. Most noobs cannot even code for the hardware. How interested would you be in coding for a pock calculator. Back then the computers were simple enough to do some good stuff with a minimal amount of hardware. But as for magazines.. geesh.. other than Make I think there are a few for Pic MicroControllers. Is 2600 still around? :P

PHP

Eight PHP IDEs Compared 206

snydeq writes "InfoWorld's Rick Grehen provides an in-depth comparative review of eight PHP IDEs: ActiveState's Komodo IDE, CodeLobster PHP Edition, Eclipse PHP Development Tools (PDT), MPSoftware's phpDesigner, NetBeans IDE for PHP, NuSphere's PhpED, WaterProof's PHPEdit, and Zend Studio. 'All of these PHP toolkits offer strong support for the other languages and environments (HTML, CSS, JavaScript, SQL database) that a PHP developer encounters. The key differences we discovered were in the tools they provide (HTML inspector, SQL management system) for various tasks, the quality of their documentation, and general ease-of-use,' Grehen writes.'"
The Almighty Buck

Virtual Currency Becomes Real In South Korea 203

garylian writes "Massively is reporting that the South Korean Supreme Court has stated that virtual currency is the equivalent of real-world money. For those of you who might not be drawing the link, the core there is that selling in-game currency for real money is essentially just an exchange of currency and perfectly legal in South Korea. This could have sweeping implications for RMT operations the world over, not to mention free-to-play games and... well, online games in general. The official story is available online from JoongAng Daily."
Space

A Hyper-Velocity Impact In the Asteroid Belt? 114

astroengine writes "Astronomers have spotted something rather odd in the asteroid belt. It looks like a comet, but it's got a circular orbit, similar to an asteroid. Whether it's an asteroid or a comet, it has a long, comet-like tail, suggesting something is being vented into space. Some experts think it could be a very rare comet/asteroid hybrid being heated by the sun, but there's an even more exciting possibility: It could be the first ever observation of two asteroids colliding in the asteroid belt."

Comment Re:Very Misleading Title for the Topic (Score 1) 542

I agree very much to what you said. I personally think that the open source companies can and do have the means to steer allot of the highly visible open source projects either monetarily or intellectually. There is nothing wrong with innovation for innovations sake. If the average user is who a distribution is geared to they have all the control in the world to make it as user friendly or as up to date as they would like. They are the ones who should be driving user acceptance and not the developer who contributes out of love in their own spare time developing what they find interesting.

Comment Re:Cannot beat RAID (Score 1) 399

Raid 5 hardware almost always has an ASIC for each drive. The hardware on the typical mother board may say it will do raid 5 but it is still sharing the same ASICs. Also, any other devices connected to the controller will slow things down greatly. Most motherboards use one ASIC per channel (SATA 1 and 2, SATA 3 and 4, exc..). Same with IDE. If you are using a slow device on the same channel all devices on that channel slow down to the same speed as well as having to share the ASIC.
It is like comparing apples to oranges. If you want to run raid 5 or 50 you need to fork out the money for a raid controller, 1 ASIC per device. If speed is the only concern then go ahead and put one drive per channel on the motherboard (SATA) and use an IDE CD Drive and an IDE to boot off of. This will prevent any righting to the OS drive while keeping your stripe optimized. Unless you are using the RAID 0 purely as a work disk, stuff like video editing, I would NEVER suggest it. If one drive dies you lose everything and even the best recovery software short of a hex editor will be able to recover your data.

There are so many solutions out there that can fit whatever needs you may have; it is all a matter of how much you want to spend.

You do your due diligence and you will be much better off than trying to recover after a drive or OS failure. Plan for the worst hope for the best.

Comment Re:Cannot beat RAID (Score 1) 399

I am a big advocate of raid but DigiShaman has a good point. It is always a good idea to have some sort of off-line backup. Another disadvantage of raid is that if something does break the average user is going to be perplexed about what is going on and may not even know something has failed. Getting it back to a redundant state can also be a bit complicated for even the experienced user, which is why desktop systems do not typically ship from vendors in a raid configuration. If I were in a IT support role I would want the systems I support to be in some sort of raid but if I were in phone support or just sending a novice user off with the machine I would not suggest it. I guess the pros and cons need to be weighed.

Comment Re:Cannot beat RAID (Score 2, Interesting) 399

I agree, RAID is not perfect but as for restoring data from a failed drive via some sort of recovery software will be useless in the case of multiple failures.
I work on large SAN/NAS arrays and there is never any full proof way of getting data back. Even if the OS is backed up to tape there is always the chance that the parity will fail, exc.. Most raid controllers are capable of detecting existing RAID configurations so replacing a card should no be that big of a deal. I will give you that it is never full proof and I have even seen data loss on a raid from swapping controllers.
The most awesome safest configuration I have ever seen was a SAN with dual channel drives connected to dull array controllers in a MESH SAN network. The SAN hardware is capable of dynamic RAID 50 with global hot spares. Then on top of all that the entire configuration was mirrored off-site via dark fibre then weekly full backups and daily incremental backups. Oh, and each workstation was connected to the MESH with 4 fibre controllers. There was no single point of failure in this configuration. Was a honor to work on that array.

Comment Cannot beat RAID (Score 1) 399

When worst comes to worst there is nothing better than having a RAID. I personally run a RAID5 at home but drives are cheap enough that is should be easy to set up a mirror on any workstation. Most motherboards these days support mirroring strait from the bios but even if it does not windows will do it in the OS as well. It is also my understanding that Linux supports all raid levels in software.
Now days it is also common place to see laptops with room for multiple drives. There is no reason at all to not have some sort of raid these days, especially if there is critical data on the drive.
As for OS corruption a raid will not prevent this but there are built in services for configuration "restore" points as well as drive snapshots that will be able to restore a system to a functional state from a "Safe Boot". There really is no reason to use any special software to "Recover" a system if it is configured in a manner that is redundant and secure.

Joshua

Slashdot Top Deals

If an experiment works, something has gone wrong.

Working...