To view parent comment, click here.
To read all comments associated with this story, please click here.
You're kidding? You can summarize his post as finger pointing: the Linux desktop is a mess (true), but it's not my fault, it's because "the Linux kernel has no internal stable API", really??
He picked THE software in a Linux distribution which has a forward compatible ABI for userspace as the reason why desktops lack stability/compatibility?
I don't remember that when he worked on Gnome he was especially pushing for compatibility, but it must be Linus's fault also.
Well you suck at reading comprehension.
He was talking about the attitude that is was okay to break APIs, is prevalent because of Linus. While people could argue about whether this is true or not it really doesn't matter whos fault it is.
Breaking APIs is the problem with no path to follow while transitioning. Which is what the blog post is about.
Edited 2012-11-09 14:19 UTC
you know that a kernel has one ABI facing userspace AND one facing drivers (or in general, modules), right?
and that OTOH userspace applications are all linked against the standard c library which actually implements syscalls - thus effectively decoupled from the kernel - but there's no decoupling layer between drivers and the kernel?
that on the userspace side, keeping the kernel ABI stable is actually unnecessary (as long as the library is updated accordingly when disrupting changes are made) and it's really enough to maintain compatibility at the library level - but it'd be necessary (and a sign of good sw design and development practice - ie compartmentization) on the kernel side (which ironically is the one ever changing)?
now, linux actually got it backwards in this regard (and also wrt desktop IPC...)...
and although users can adapt to the current situation for them to choose between using a certain kernel version OR supporting a certain piece of hw, and risk breakage/regressions (not that there arent any, see aspm..) updating the whole kernel, is a suboptimal situation
De Icaza may have been too far reaching in that sentence, but he wasnt completely wrong...





Member since:
2009-08-18
And who was that? Mainly the people he was criticising.
I haven't seen one post rebuttal yet that actually invalidated any of what he said.
Edited 2012-11-09 13:11 UTC