Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:help them (Score 2) 89

An API is not removed just because it's deprecated. It just means that you are discouraged to use that function in new code, and that it *might* be removed in a later version. This is not uncommon in minor versions and you typically wait for a major version until you actually remove them, to preserve ABI compaitibility.

Comment Re: Desparate Microsoft pulls a "Sun Microsystems" (Score 4, Interesting) 525

Sounds reasonable. I don't think they are legally bound to keep that promise, but that they spell it out like that is a good thing. An interesting question that comes to mind is if the promise also covers modified code, it looks like the definition of covered code only covers code published by Microsoft. But still, better than nothing.

Comment Re: systemd needs to stay optional (Score 1) 928

CoreOS is not designed to be used on just one or two machines. It's designed for huge clusters where one machine rebooting it not a problem. It allows them to implement more reliable updates. You either get it or you don't, and can quickly and easily roll back to the exact same bits you used before.

Comment Re: As long as it works (Score 1) 928

If the major distros all switch to Systemd, which looks likely; then that's one less thing that prevents people from switching to another distro. If you want to belive in some kind of conspiracy around Red Hat, then wouldn't they be more likely to just invent their own proprietary init system and make sure that no one else adopted it?

Comment Re:It freakin' works fine (Score 1) 928

Of course stuff was broken. Stuff is always broken. Sysvinit was broken. Systemd is better but is probably also broken, one day it may as well be replaced by something else. The good part is, we are making progress. Over time the new stuff tend to be less broken than the stuff that came before it. You might tell yourself that nothing was broken before, but chances are it just happened to work well for you. Because if it wasn't broken, then that would be the first time in the history of the planet that a software project was infallible; and that would be amazing.

Slashdot Top Deals

Kleeneness is next to Godelness.

Working...