Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:How badly coded are Windows applications? (Score 1) 349

Yes and no. It's been broken, as a result of lazy programmers, since Windows 7 came out. With the release of Vista (NT 6.0) Microsoft took a lot of complaints from users due to programs only really checking the minor number (if $MAJOR is >=5 AND $MINOR > 0 since 5.0 was Windows 2000) and installers as a result declared people to not have a recent enough Windows version to run $APPLICATION.

Comment Re:How badly coded are Windows applications? (Score 1) 349

They ran into another problem with version numbers when Windows Vista came out. Because Windows XP lived so long (Windows 5.1, .2, .3, and .4) quite a few programers just checked the minor version, and saw Vista's minor as .0 and assumed it was Windows 2000, and said you must install XP to run this program.... It boils down to Microsoft having to cater to lazy developers whose programs make them look bad.

Comment Re:Linux is just a full of holes as Windows (Score 1) 399

I was explaining it to someone (co worker) yesterday as the vulnerability is there, but there needs to be an attack vector open as well. My demo to him was on an SGI system running IRIX - Bash was vulnerable, but without AccetEnv in SSH being enabled or something like Apache CGI the exploit can't be used.

Comment Re:AMD/ATI? (Score 1) 93

There have been issues with AMD not keeping up on current kernels (Fedora usually runs an up to date kernel, unlike Debian), and when AMD slips for months on it's monthly update it can be troublesome. Also, somewhere around the release of Fedora 19 the guy that maintained the driver (guy's with RPMFusion, which has most of the software that Fedora can't ship, kinda like Ubuntu's nonfree repos, but not actually a part of Fedora/Red Hat for legal reasons) basically stopped maintaining the package (I think the case was he was no longer running recent AMD hardware, and wasn't going to go buy new cards or something like that).

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...