Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Lines of Code (Score 1) 432

I don't need an Nvidia driver for the computer to work if my video card is an ATI.

Suppose you change video card ;)

If there are drivers for a hundred different makes and models of viseo card, and you only have one card in the system, that seems to be a huge inneficiency, taking up disk space and possibly memory, and a possibly a hundred "if" statements to go through for the driver actually needed to initialize.

That's where modules take place. Only the driver modules you require are loaded. You can even delete from your harddrive the modules you don't use. It won't take any ram space the modules you don't use.

The fact that you can make an installer that only installs on your computer the modules you require, doesn't mean that there is no source code for the modules you don't use :p

Worms

Submission + - Another Skype First: Worms! (yahoo.com)

theoeag writes: "It been less than a month since Skype's infamous "Patch Tuesday" crash. The crash, Skype’s first, left the telecom service's 220 million users incommunicado. Well, today the company announced they're reaching another milestone of service providers: Their first worm. The identified piece of Malware, currently being referred to as W32/Ramex.A. poses as a chat message sent from someone in a user's contact list, it then asks you to download a "jpg" (really a .scr) which in-turn conveniently uses Skype's API to gain access to your PC. The worm, which a Skype spokesman called "cleverly written", is likely to add to Skype user's growing list of complaints regarding the service's lack of security."

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...