Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Wagon circling (Score 1) 177

Sadly it's a fact in open source. Outside criticism of a project, even valid criticism is often seen as an attack on the people who use it and it provokes some irrational responses. Or when some beloved piece of software is replaced in a dist by something else (usually demonstrably better) and supporters of the old software freak out. Happens all the time.

Comment The same AIs or different ones? (Score 3, Interesting) 38

Is each of those 100 AIs essentially the same? I shouldn't be surprised that in that case it comes out as a bit of a stalemate, or with the winner decided essentially by fate (the tiles they started with).

What would be interesting is to be able to plug AIs into freeciv - a bit like crobots, core wars or similar games. Then you could pit AIs against each other, perhaps even grade them by strength and allow humans to play them.

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

The typical work flow for sysvinit is - open a script, launch bash / python / whatever, parse script, invoke daemon, daemon invokes itself again as detached process, script ends. All the scripts are run consecutively.

The typical work flow for systemd is open a unit file, launch the daemon directly as a detached process. Units can run in parallel according to their dependencies. No script required or 2-stage daemon launch.

So yes systemd can obviously improve boot times. However some debian discussion threads suggest they were just pointing systemd to launch the sysv scripts which seems a bit pointless really and won't do much to improve startup.

Comment Re:I hope she is prosecuted (Score 2) 256

More shame on the NHS then.

As for being sued for calling them quacks, I assume you mean Simon Singh's run-in with chiropractors. He eventually prevailed (they dropped it after an onslaught of complaints against their members) and the case became a driving force for reforming defamation law.

So the UK should be glad they sued. Libel law in the UK now requires the claimant to demonstrate it caused serious harm and there are defences for honest opinion, academic peer review, and public interest.

Comment Re:Why do people dislike systemd so much? (Score 1) 229

Ah yes, the "fallacious argument" that has happened countless times in open source already. Numerous, large projects and dists have forked before now.

All it takes is the motivation, a group of likeminded individuals and the willpower to deliver a dist that does not use systemd. I expect most packages in the debian universe have no deps on systemd and therefore no work required to support those packages. So we're talking system packages, some daemons and maybe a few shims for edge cases.

As for why there are only 2 dists left not to have gone to systemd, perhaps that should serve as a clue in itself.

Comment Re:Mandatory xkcd (Score 1) 229

Your justification is incoherent. If you want to administer "old school" Linux, you just use the old commands. If you want to administer a dist with systemd you use the new commands, or the old commands which are symlinked into their new equivalents.

I'm not sure what the fuck "old-school" even means since it has constantly changed from its inception. Except by saying "old-school" you demonstrate that Amish mentality - drawing a line in the sand and saying things shouldn't possibly progress beyond that point, even if its for the better.

All the whining over systemd could apply equally to procfs, devfs, pci, usb, btrfs, acls, etc. A barrage of changes that (competent) admins are expected to incorporate into their knowledge.

Comment Re:For me, there are two questions. (Score 4, Insightful) 229

The debate about micro or monolithic kernels was just a backdrop. The real reason HURD failed had more to do with the mindset of the people involved.

Linus (impatient with the pace of HURD) developed a quick and dirty kernel that a Unix user land could be built on top of. He took a lot of shortcuts, he didn't think too much about portability and basically just made a beeline for the end line - to get a shell and hence other stuff running over a kernel. The kernel filled out and became portable as the project gained momentum and volunteers.

Whereas HURD got stuck up its own ass for correctness and politics. And that's even before Linux existed as a thing. It's hardly a surprise that when Linux did appear that people jumped ship.

It's true there was a debate about micro kernel designs but that alone doesn't explain HURD's failure.

Comment Re:I want to try it (Score 1) 229

It'd be a lot easier if HURD attracted developers to work on it. The reason it is stuck in the mud is because looked up what pragmatism meant in a dictionary and decided it would be having none of that.

Slashdot Top Deals

Real Programs don't use shared text. Otherwise, how can they use functions for scratch space after they are finished calling them?

Working...