Interesting read? That was the most biased piece of trash journalism I've read on bbc in a long time. Though it is expected coming from the founder of the Free Software Foundation
It's a nice change from this "Awww Gates is going, we all love him" crap.
The Windows forum is just a few clicks away.![]()
He does have a point though, i always think Stallman comes across very bitter. And that article is very one sided![]()
Ugh, can't believe the BBC posted drivel from that twisted, hippy jerk.
The way I see it is: If you want a desktop system which you can customise hardware wise to your hearts' content and pretty much know it will work with minimal effort, you want a Windows system. I couldn't care less if Mr. Gates was found to be a convicted paedophile, I get what works and I'm happy with that.
These attacks on proprietary software are silly, too. Few musicians release tabs of their work; you don't see KFC handing out their 'secret recipes'. People work to create these things, probably a damn sight less hard than somebody worked to create and maintain a fully featured operating system, they deserve to be able to distribute and get paid for it in whichever way they see fit, you also have the right to say you don't want it.
That said, I didn't realise the BBC had become a tech tabloid. It's the sort of crap I'd expect the Inquirer the write up. :\
I hope Gates burns in hell lol. Seriously though Microsoft products suck a lot, overpriced, DRM, and in vista's case un-usable.
The sheer idiotic crap that microsoft have that hinder the faeces out of the users experience would be made redundant ("Windows Needs You Permisson To Coninue!" anyone?)
As far as I understand it Windows UAC on Vista is much like su/sudo or logging in as root on Linux - Its a required permissions check, for security reasons.
Wrong. UAC does the complete opposite of sudo/root. UAC asks you *everytime* I want to run something, or allow a change. There is no way to say "Yes, I am sure, now **** off and let me get on with it." Where as logging in as root on my box, I am root.. I do not need to be asked everytime I want to run something. sudo also does this when configured correctly.As far as I understand it Windows UAC on Vista is much like su/sudo or logging in as root on Linux - Its a required permissions check, for security reasons.
Windows will never open their source, at least not for a good few years - They are still turning a disgusting profit, and therefore have no reason to.
sudo has it's advantages, it combines the env of root and the user using it. In the commericial market it is a necessity if you want to pass some audits like Sarbanes Oxely, for example logging who is doing what - you can't do that as root, but with sudo you can.You understand wrong, UAC is nothing like su/sudo which is a for asking the user, only when required, for root credentials purely for doing things that only the root user should be able to do (eg changing system configs), it does not (like UAC commonly does) routinely ask you to authorize the simple act of running certain executables you by definition as a user already have permission to run. Windows and Linux security models cannot really be compared. Having said that though I personally don't like what sudo does and dont use it, su does the job much cleaner.
Wrong. UAC does the complete opposite of sudo/root. UAC asks you *everytime* I want to run something, or allow a change. There is no way to say "Yes, I am sure, now **** off and let me get on with it." Where as logging in as root on my box, I am root.. I do not need to be asked everytime I want to run something. sudo also does this when configured correctly.
When configured correctly.