Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re: Debian Spiral (Score 1) 220

What nobody's explained to me is why, if systemd is as bad as most people on Slashdot think it is, why is it in so many distros?

Basically, sysvinit was a pain for every decent sysadmin, it has so many problems nowadays, it needed all the most competent sysadmin skills to work, and not even correctly work.

Reading many comments such as this makes me wonder about the competencies and attention spans of current generations of sysadmins, as if reading and understanding shell scripts is such a difficult task.

Especially when I hear people complain about how hard it is to debug a shell script. Do these people really think that moving from readable and traceable (set -x) shell scripts to a declarative language makes things easier to debug?

These people wouldn't by any change happen to be the same people as those complaining that make, a declarative language, is too hard to understand, maintain and debug and that it needs to be replaced by some complex substitute that claims to simplify things and attempts to hide complexity by reducing flexibility?

Comment Re:I guess they realised... (Score 1) 152

Care to point out a couple of those bugs?

Okay, sure.

  1. It does next to nothing.

I'd argue that's a feature, not a bug.

To elaborate, init is not doing nothing, it is providing some essential services:
it provides an attachment point to the kernel for orphaned child processes that would otherwise end up outside of the tree.
it performs essential resource cleanup for orphaned zombie processes, among other things allowing reuse of the PID by future processes.

Comment Re:This is not about science. It's about dependenc (Score 1) 330

The difficulties of GM are that the producer is able to develop a dependency on the product. This dependency should be illegal. It's why pimps get their girls (and boys) hooked on crack or heroin. It's why big tobacco is evil.

What "dependency"? You can switch from GMO to non-GMO any time you like. Of course, you have to live with the lower yields if you do.

This is a tangent, but comparing this response with the typical systemd response yields some insight on both the perceived arrogance of Monsanto and the conjectured hidden agenda of systemd. We'll call this kind of response the 'systemd defense'

Slashdot Top Deals

The use of money is all the advantage there is to having money. -- B. Franklin

Working...