Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Malcom Gladwell is a corporate shill (Score 1) 247

Sort of makes sense if he's going to do revisionism on so spectacular a design fuckup as the Pinto where even a layman can see the accident waiting to happen.
Next up - revising the "Liberty Ship" fuckup and extended coverup that led to more sinkings than the German U-Boat fleet until the press took a photo of one broken in half in the fitting out dock. Let's revise it to it all being OK because the corner cutters made a pile of money out of it thanks to the taxpayer and that's the way corporate American should be - none of this pesky accountability.

Comment Re:"That can be reversed on request" (Score 1) 140

So it's not really redacted. It's like all those PDF's that redact text with a black box.

True, but it is easier this way than to store non-redacted copies on the side when you want to use them in court later. (They are not letting go of that data. No government agency ever will unless forced to in a way they cannot ignore...) And most of the general public will be too stupid to know or understand.

Comment Re: Is that proven? (Score 1) 442

IMHO it's nowhere near ready yet but other opinions can vary.
I think like Pulseaudio and NetworkManager before it the software has been rushed out in an alpha state and that's a systemic problem with RedHat and gnome which has spread to other distros (via gnome).

The problem above was on a developers machine where he had a typo in the hostname of an NFS mount so the entire thing locked up on boot and needed to be started up from a rescue CD. That's a newbie level fuckup and not something a person writing an init system should have problems with by the time they tell people their software is ready for release.

I've seen another where a system just would not start because the network card had been replaced - what a piece of crap. It's for laptops and not for hardware that may change.

Comment Re:Easy fix (Score 2) 247

Well, it says there was no reduction of fatalities from requiring gas-tanks to survive impacts up to 30mph (the pinto failed at 25mph, while others failed at 27-28mph). Assuming that the "fix" was installed (which is sensible, as there was a recall), it did indeed made no discernible difference.

The thing that the public needs to learn is to trust engineers. Sure, engineers are subject to political pressure, so have the public bring in their own engineers. But they _must_ be engineers. Anybody else will get it wrong and do (sometimes far) more harm than good.

Comment Re:My summary on systemd (Score 1) 442

Really, stay away from process management. You do not have what it takes to get it right. And your desire for the respective systemd-functionality now becomes abundantly clear: You want it to do things that you are not smart enough to do yourself. That is not good engineering at all.

I re-iterate: Process management is not the task of an init-system. It can only suck at it. The sysV-init designers realized that and only provided the bare minimum, leaving the actual service designers to do their own that does it right. Systemd instead tries to solve a problem it has no business solving. That is not good at all.

Comment Re:My summary on systemd (Score 0) 442

How can a service handle a situation when it is down? The services have to register in advance how to handle things. Moreover other services might still have issues.

  B depends on C and C needs to reinitiate with B, but D is also talking to C. How does the new B signal C?

As for it being contrived that's one of the key issues in process management how to handle chains and stacks of processes. That doesn't happen much in the sysv world because sysv handles it so badly that everything ended up having to write its own process manager.

Slashdot Top Deals

Always draw your curves, then plot your reading.

Working...