Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment "overwhelming support" (Score 1) 863

I think I missed the poll. Can someone support the statement with a poll/survey data?

My experience is the opposite.

There is enough of a divide over systemd to make it an option or a fork will result.

If debian does not allow turning systemd off, I think the following will happen:

- debian fork created, allow turning systemd off.
- majority of debian users adopt fork.
- majority of systemd people use Ubuntu or fedora.
- systemd-off becomes option in Debian
- systemd-off becomes option in Ubuntu and Fedora

Comment Systemd distribution (Score 5, Funny) 303

The Systemd distribution (or GNU/Systemd/Linux as it is now called) deserves the Man of the Year award this year, because it has unified so many stand alone Unix style components into one unified quality program. By unifying everything into one program, we have eliminated redundant code, bugs, and rallied all of the Linux community behind the one user-space kernel. We can continue this trend of streamlining and eliminating waste, by merging in a compositor, a browser engine. We believe that molecularity will only allow the user to be confused with choices and that good incremental development is like making good stew. Throw everything in.

Comment Re:illogical captain (Score 2, Insightful) 937

The distinction between an Agnostic and an Atheist does not serve any real purpose. Except, perhaps that the Agnostic is scared to admit their belief.

Instead of God, consider Bigfoot.

Atheist: Does not believe that Bigfoot exists. (reason: no proof)
Agnostic: Does not know if Bigfoot exists (though has no proof)
Theist: Believes Bigfoot exist (though has no proof)
Gnostic: Knows that Bigfoot exists (though has no proof)

The above list is ordered from most logical to least logical.

If there is actual scientific proof of Bigfoot/God, then perhaps we could reverse the list.

Comment Re:Oh, man, what a mess (Score 2, Informative) 151

"secure commercial product"

I assume you implying that closed source is more secure.

Doe you really believe that? Why?
  - Do you think security by obscurity is real security?
  - Do you believe that closed source has more code audits?
  - Do you believe that there is less change of NSA or other back doors in closed source software.

"IIS was never vulnerable..."

Really? Try a search for "IIS SSL vulnerability".

Comment Re:I see a lot of discussion about systemd (Score 5, Insightful) 379

"systemd versus sysv init most visibly leads to faster boot".

That was the original marketing. systemd of course is much much more than boot.
Systemd touches every part of the OS.

https://en.wikipedia.org/wiki/...

Upstart was bad. Systemd is worse. Both were born as boot/init systems and are unconstrained in scope.

Any program unconstrained in scope will grow into a monolithic mess.

Comment sad. Now what is the alternative? Fork? (Score 1) 379

Upstart was unnecessary in Ubuntu. Systemd is not necessary in Fedora or Debian.

There are other ways to get fast boots, without create another monolithic do-everything daemon with spaghetti dependencies.
Basic software engineering principles (and Unix principles), should tell you that do-everything daemons, like upstart, systemd, hald are bad ideas.

With such complex, unmodular core Linux systems, Linux based OS's will grow increasingly more unstable and insecure.

Also, systemd and upstart make Linux much less suitable for embedded systems.

The choices, I guess, are:

Fork the pre-systemd Debian.
Start fresh, perhaps even starting with the simple event based init system from the most popular Linux distribution in the world ... Android.

Comment why not use binder (Score 1) 341

why not give up on dbus, and just use binder, which is already supported in the kernel?

Personally, I _do not want_ this.

While, we are at it, I do not want do-everything daemons like upstart or systemd. These monolithic programs of undefined scope are poor examples of software engineering, and not needed.

Comment "Real engineers" (Score 1) 112

But real engineers are working behind the scenes every day to make existing auto technologies more efficient. ...
Think of this as a building block to the future.

Did Ford marketing write this?

Real engineers...working behind the behind the scenes every day... creating building blocks of the future.

That could be my wordy, but non-informative job description.

Adding, some "Airplane",

Real engineers bust their buns every day creating building blocks of the future. You tell your old man that.

Slashdot Top Deals

The solution of this problem is trivial and is left as an exercise for the reader.

Working...