Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Simple set of pipelined utilties! (Score 5, Informative) 385

The argument is that, if pid 1 dies, everything dies. Also a big pid 1 presents a big attack surface for nasty people.

Of course the exact same argument applies to a kernel: if something goes wrong in the kernel, everything dies and a big kernel presents a big attack surface to nasty people. However, I observe Linux is not a microkernel but it has a reputation for both reliability and being relatively secure. On the other hand, the quality of the people developing the kernel seems to be higher than those developing systemd, or at least that is the perception I get from reading all the hate on the Internet.

Comment Re:Ho hum (Score 1) 494

Most of the land that Scotland controls is mountains and other wilderness which isn't economically productive. Sure, it would get a lot of the oil, but that is a finite resource and when that's gone, what's left? I suppose they can turn themselves into a giant Highland Theme Park.

Comment Re:This isn't scaremongering. (Score 2) 494

Also an English guy, I don't think you understand that you've not exactly treated Scotland very well and that's one of the reasons it wants to leave.

Can you give some examples in which England has treated Scotland badly in the last twenty years? Or two hundred years?

Another reason is that much of oil England is harvesting is Scottish

Actually, it is the UK that is harvesting British oil. Except it's not the UK, it's oil companies who then pay taxes to the UK. The taxes then get used all over the UK according to need. This is the way most Western countries operate.

Comment Re:High reliability? (Score 1) 93

Err, no.

OS X uses the XNU kernel from NextStep which is a hybrid of the Mach microkernel, some components from BSD (the network stack and the virtual file system) and a device driver architecture which was completely new for OS X. Over the years, a lot of the BSD code has been rewritten with the introduction of more granular locking and better abstractions for the file system and networking APIs.

OS 9 had nothing to do with NextStep.

Comment Re:And KDevelope is what exactly? (Score 1) 48

However, there could be something in the summary on Slashdot, quite easily. The first word is "KDevelop". That could easily have been a link to the project front page, or it could have been expanded to "The KDevelop IDE" and everybody would be happy.

Comment Re:And KDevelope is what exactly? (Score 2) 48

There is a huge amount of FOSS that has an entire "front" web page that tells people in exquisite detail what changes have been made, who contributed, how others can get involved and what bugs are outstanding without ever mentioning what the hell the project does

From the KDevelop Front Page.

KDevelop
is a free, open source IDE (Integrated Development Environment) for Linux, Solaris, FreeBSD, Max OS X and other Unix flavours. It is a feature-full, plugin extensible IDE for C/C++ and other programming languages. It is based on KDevPlatform, and the KDE and Qt libraries and is under development since 1998.

That seems fairly self explanatory to me.

Comment Re:No. (Score 1) 368

When he made the promise, the development team consisted only of himself. Now there is a whole company with a number of employees who depend on Minecraft licence sales for their salaries. If Notch open sources Minecraft, all these people will lose their jobs.

So it's probably greed, but not necessarily. In any case, sales haven't tailed off yet, so he hasn't broken his promise.

Comment Re:ntp is the line in the sand (Score 1) 314

Well of course you'd be absolutely insane to try to put sendmail and Apache in the same address space. In fact, sendmail forks (or at least used to fork when I last looked at it 10 years ago) to serve each incoming connection, so it's insane to try to restrict sendmail on its own to only one address space.

I thought my mention of kdaemonhostd (sendmail in the kernel, yay!) plus the fact that daemonhostd is derived from svchost(.exe) would be enough to show the post is not entirely serious.

Comment Re:ntp is the line in the sand (Score 2) 314

Not sure about that, but they are inventing a new way to run services. They will have a new program called daemonhostd which can host multiple services. All you have to do is recompile sendmail and apache as shared object libraries and daemonhostd will dynamically load and run them in the same process to save resources.

As a further refinement, they are also writing kdaemonhostd which is exactly the same but it all runs in kernel space to improve performance.

Slashdot Top Deals

New York... when civilization falls apart, remember, we were way ahead of you. - David Letterman

Working...