Forgot your password?
typodupeerror

Comment Re:If Valve says so many will listen (Score 1) 768

Just because the most common hardware isn't what "performance enthusiasts" have, mean that valve doesn't target them. I would say that those enthusiasts are part of the niche. Personally, I have a 3 year old video card, and it runs with Skyrim and XCOM, and a slew of other new games with no problems. Granted that I do have a 6 core CPU with 16 gigs of ram, but that only allows me to do work, run and flip through 2 or 3 games (continuously running) and watching a blu ray on one of the monitors. I would also gather that most gamers are casual, and they don't need a quad cord with 4 gigs of ram, to play angry birds and plants vs zombies.

Comment Re:How many... (Score 1) 820

You have to understand something, there is a constitutional right for firearms. There IS NOT a right to buckyballs (or magnets). Its much easier to ban something that is NOT a constitutional right.

Comment Re:Too little, too late... (Score 1) 222

The only problem I"ve found with Firefox, is with sub standard extensions. For example, adding Fire Gestures, makes all flash video lock up every 20-25 seconds for a half second, at least on my machine. Adding FireBug, makes everything bloat more, because fb holds 2 copies of the web page in memory, plus all the injection codes. Hell with FB, i've seen one tab bloat to like 500+MB. Now turning off this extension, and i can have 20 tabs open for DAYS and memory stays around 60MB. And this is the problem with ANY web browser that supports user based extensions. The fact that FF has thousands of more extensions than Chrome, amplifies this. This viewpoint is like people moving to macs because they don't have viri.

Comment Re:I read the article... (Score 1) 532

don't forget smartphones. I've always thought, bluetooth was more horrendous, in the fact that most drivers make modifications to the communication stack. Its the equivalent of say every application you own having its own IP stack to communicate to the internet instead of using something standard like TCP/UDP.

Comment Re:BIOS vs. EFI (Score 1) 532

I'm not sure if this is a joke or not. Syscalls don't have anything to do with BIOS or EFI. Syscalls are from the CPU, this is only one of 2 ways to get to ring 0 of the kernel, the other being Interrupts. Now, the bios does install default handlers into the interrupt's table but this is generally only for 16-bit mode (yes you can do it in 32bit mode, but most 32-bit operating system do not use ints in 32bit mode.) And although syscalls seem to be being changed to sysenters, the functionality is the same. This applies to all x86/64 chipsets (unless you install your own microcode). Mac computers with intel CPUs still make the same syscalls/sysenters that linux and windows do, this is how they protect kernel memory and code from being accessed by user space applications. They all must go through the predefined syscalls to interact with the kernel.

Comment Re:Native Look and Feel (Score 1) 482

Try again, article didn't say the same, it said native. Which is often the case of not being the same. The whole point of native, is that it conforms to the standards of the given gui. That way, the users that use that gui, will not become perplexed because things are placed in different spots or named differently. The same on every GUI = pissed off users depending on the GUI you are targeting. I mean, seriously, what good is cross platform, if the users you are targeting can't understand your program.

Slashdot Top Deals

The ideal voice for radio may be defined as showing no substance, no sex, no owner, and a message of importance for every housewife. -- Harry V. Wade

Working...