Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Can linux survive? (Score 1) 323

Having done a bit of digging, and perhaps some soul searching, it seems that Poettering, and others, think that a tightly coupled system is the only way to build a OS.

This because they see generic distros, like Debian and Gentoo, have in effect dug themselves a hole thanks to the number of permutations involved in packaging (though with Gentoo being compiled by user/admin rather than distro maintainer it may not be fully correct to include them).

But to go from saying distros may have bitten over more than they can chew, to saying that everything between kernel and desktop needs to be a tightly coupled whole is quite the leap.

Yes, distros can be built to be highly specialized, and has been so since the early days. But that is not an excuse for making the software that goes into making a distro tightly coupled.

Also, way to much of what is happening above the kernel is happening from the desktop environment (Gnome in particular) down.

Take dbus for instance, it balks at talking across user accounts. But if it was amended to do so, user accounts become sandboxes.

But instead we get the whole rigmarole of cgroups and namespaces, managed by systemd.

Comment Re:speaking as an engineer, it happens. (Score 1) 323

Torvalds do maintain some ground rules for accepting patches though.

One of them is that they do not break userspace.

This involves making sure that any interfaces exposed to userspace processes behave the same across versions.

When a patch(-set) violates this, the developer(s) behind it will be at the receiving end of some nasty language. In particular if they refuse to acknowledge the breakage, and/or claim it is userspace that should be corrected.

Comment Re:speaking as an engineer, it happens. (Score 2) 323

Yeah i have been wondering about GregKH lately.

He may have produced some excellent code over the years and done a nice job maintaining stable kernel releases. but as of late he seems to have gotten very "one true way"-ish.

Not only the snark regarding maintaining a independent udev, but also the pushing of kdbus into the kernel when the gains are at best questionable.

As best i can tell the forces in the background pushing to get kdbus accepted are the car manufacturers and others wanting to use Linux in commercial embedded hardware.

This because they are coming from other platforms where using a RPC for everything (including the likes of moving massive amounts of raw streaming media data around) was norm, and they latched onto dbus as being the same thing on Linux.

But dbus performance sucks compared to what they used to use, and rather than locate alternatives (like say netlink) they are pushing to get a dbus derivative into the kernel so they can continue their old ways in a new "land".

Frankly i am starting to regret my support for Nokia's Maemo project from years back, as more and more it seems like everything that is, well, crapifying Linux these days seems to have originated from that project.

More and more it feels like very heavy corporate and government interests wants to turn Linux into Windows, with little regard to the potency of *nix concepts.

Comment Re:So much more meaningful (Score 2) 391

The whole thing about gun regulations over there is to regulate without actually regulating, because they have this constitutional amendment that everyone is so hot and bothered about.

What things like this mill does is reveal that the emperor has no clothes. A fact that everyone with a bit of interest in the subject knew, but kept mum about to maintain appearance.

Comment Re:Oh well (Score 1) 225

Sounds about right. More and more long running software is facing a changing of the guards, and the new ones approach software development as if it is website devops (you know the bottom has been reached when a ever changing site is being talked about as an "app").

I'm tempted to blame Google and Facebook for this, especially the likes of Zuckerberg's "move fast and break things" slogan.

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...