Linked by Thom Holwerda on Mon 18th Oct 2010 21:54 UTC
Permalink for comment 445682
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/22/13 13:38 UTC
Linked by Thom Holwerda on 05/22/13 13:30 UTC, submitted by JRepin
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
Linked by Thom Holwerda on 05/20/13 22:43 UTC
Linked by Thom Holwerda on 05/20/13 21:50 UTC
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
More News »
Sponsored Links



Member since:
2006-01-24
Like end-user cares. Nobody sees it, and
"C:\Windows\System32" does no make much sense either.
Users don't need to go hunting through there unless they want to do something with the Windows system files - the '32' is a little bit cryptic, i'll give you that.
However, 'Program Files' makes a bit more sense, doesn't it?
And yes, users do see it. For example, whenever firefox can't handle a protocol and the user needs to find a program to handle it, they have to trawl through /usr/bin assuming they even know what that is.
Its a stupid system, and people who for some reason have become perversely attached to this stuff cos they've been dealing with it since the 1970s making excuses for something thats barely adequate instead of pushing for something good is the problem.
Samba is available
Sure, samba is available, but why would the linux desktop use the Windows workgroup/domain/permissions model when none of that stuff is actually implemented in the rest of the OS? Plus shared homedirs don't work properly on samba, locking is a problem on samba. Samba is a great tool for interoperability, but why doesn't Linux have something good, something best-of-breed?
I've managed systems with ACL since 1989
(remember Apollo/Domain ?).
No real big advantages.
Rubbish. When some manager type comes to you and says 'I need group A to have read access to this folder and group B to have write access to this folder' and you say 'sorry, can't do it with Linux', thats not the right answer.
d) one GUI, with one widget API, and one system services (installed components, configuration settings, device discovery) backend. Doesn't mean people can't offer different stuff on top of that, but its pointless for things to be split into such tiny bits for the desktop user.
Can you say MFC and .NET ?
Can you say XP an Win7 ?
Can you say Cocoa and Carbon ?
Can you say 'none of those technologies are 'horizontally fragmented', or mutually exclusive at all?, and all go out of their way to provide a seamless look and feel on their respective OSes, as well as all leveraging common low-level services in a way that Linux doesn't?, as well as actually representing progress instead of 'it was done this way in the 1970s so it must be right'?'
e) a driver API which supports backwards compatibility even while new features are added
Go read http://www.linuxdriverproject.org.
Linux driver model is superior, period.
Company just have to realize that there is no
advantages in closed-source drivers.
I am sure that you won't get it,
and call me an old farth, since I remember the
day that when you bought a printer, it came with
a programming manual.
[/q]
I've read it, I understand that point of view, but when all your drivers have to be updated every time a kernel point release comes out, its just painful. Why can't I use the webcam driver that worked perfectly well on linux 2.6.18 on 2.6.19 without having to recompile it from source? I mean, apart from the kernel developers desire to preserve flexibility, why?
Users don't understand the reason for this, because he reason why is only relevant to kernel developers. Users just see broken stuff. And stuff breaks, even the open source stuff breaks - see recent Nouveau driver problems where kernel driver changes forced userland API changes, making it impossible to use newer kernels with older X.org stuff. Theres no mechanism in place to allow API to be gracefully deprecated as it changes, there is no way in hell this situation benefits anyone but kernel developers.
And sure, the kernel developers are important, they wrote this stuff, but this is an example of why desktop linux isn't a reality, because this 'we don't need no APIs, we'll change whatever we want, whenever we want, and if your driver isn't in the kernel tree for whatever reason, go f**k yourself' isn't working well for desktop users.