Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:To curb terrorism (Score 1) 219

Are the Slavs really more culturally similar than the Arabs, though? They feel at best "equally foreign" to me. Slavs are the eastern fringe of Europe, and Arabs are the southern fringe. They both intertwine with European history while remaining not quite entirely within it. And in the modern era, they are both more religious than the average Scandinavian, which manifests itself in fairly similar ways (the Slavs and Arabs both seem to hate gays). I'm not sure I would really prefer to have Slav neighbor than an Arab neighbor, all things considered. If anything the Slav seems more likely to try to sell my kidney to someone.

Comment Re:Did Congress pass a law? (Score 2) 122

Indeed, the parts of the sanctions that are required by law remain in effect. Congress did give the executive pretty broad discretion over parts of them, though, which is what Obama is using to modify the sanction regime (something previous presidents have also done, in both directions). Specifically the Trade Sanctions Reform and Export Enhancement Act of 2000 (TSRA) authorizes exports to Cuba in certain areas, such as agriculture and medicine. The law directs the Treasury Department to come up with regulations governing such exports, such as procedures for receiving a permit, and/or annual quotas, but doesn't specify these procedures in any detail. The president therefore has quite a bit of leeway regarding whether he wants the export-licensing process to be easier or harder. A president who wanted to maximally restrict exports could institute a very onerous licensing process with low limits (effectively the current process), while a president who wanted to loosen the restrictions could institute a more streamlined licensing process.

Comment Re:To curb terrorism (Score 1) 219

Islam is opposed to the separation of church and state.

Eh, and so is Christianity generally. So much so that we do not even have separation of church and state in Denmark: the Church of Denmark is the official state church, which is written into the Constitution. There is freedom of conscience and worship, but one religion (Lutheran Protestant Christianity) is officially established, while the others are (according to the Constitution) merely tolerated, allowed to worship as they wish "provided that nothing at variance with good morals or public order shall be taught or done" (section 67).

Of course, in practice the church has lost almost all of its power in a gradual reform process spanning the past few decades. But I don't see this as some bit fundamental disagreement between Christianity and Islam, more a practical issue of which parts of each religion are dominant and what kinds of political power they have. In the current era, the temporal power of Christian theocrats is waning, so they are no longer much of a practical threat. But not because Christianity is doctrinally particularly great. Christian conservatives simply lost the political battle; if some things had turned out differently, they might have won, or at least come to more of a stalemate. But they didn't.

Comment Re:To curb terrorism (Score 1) 219

Is it really a large number? Here in Scandinavia as far as I can tell there are indeed Muslim extremists, but a quite small number. I work with a number of Muslims in a regular office job, and they are more or less normal people. More religious than the average Scandinavian, but then so are Americans.

And in terms of actual crimes committed, there doesn't seem to be a whole lot of terrorism going on here. There have actually been many more people killed by anti-Muslim nativists (like Anders Breivik) than by Muslim terrorists. Meaning that the people trying to "save" us from the Muslims are killing more of us than the Muslims are. In which case I would like to request that they stop trying to "save" us...

The biggest problems are more run-of-the-mill socioeconomic problems. A large number of young people in poor suburbs of Copenhagen and Aarhus end up committing petty crimes or joining street gangs. These are disproportionately immigrants, although it applies to Danes in those areas as well (who join biker gangs, which for some reason in Denmark are very white, and heavily involved in smuggling).

Comment Re: When I see that [literaly] textbook mistake... (Score 4, Interesting) 329

That tends to be too restricted for things to actually run, alas. For example, something in a chroot can't even see libc or use standard Unix utilities on its own files, because /lib and /bin are outside of the chroot. You end up having to install a whole second copy of Linux inside the chroot...

Comment Re:When I see that [literaly] textbook mistake.... (Score 5, Interesting) 329

Does show a longstanding problem with the Unix security model, though: nothing more fine-grained than per-user permissions. There's no reason Steam should be able to delete (or even read) anything in my home directory other than its own files, but the only real way to keep it from doing so using straight Unix permissions is to create a new local user for every application.

Comment Re:Info about Gentoo, for those considering it (Score 2) 403

I don't think it's really accurate to say the BSDs are primarily source-based from a user perspective these days. FreeBSD, NetBSD, and OpenBSD all use binary packages. You can build from source, but that's true on Debian too. The various BSD and Linux distributions differ a bit mainly in how strongly encouraged each option is, e.g. OpenBSD strongly recommends installing the official binary packages, not building your own.

Comment Re:plausible for some setups (Score 2) 164

And what you say about mainframe stability vs other HW - I don't think this is entirely true.

If you mean just individual servers, I agree, regular HW isn't too bad, and doesn't take a ton of admin power. I was thinking more of the case of replacing a big mainframe with a cluster, which has a whole different kind of administrative overhead. You can generally assume that a mainframe stays internally connected and working: CPU cards don't randomly lose connections to each other, your database and application software don't have to deal with networking hiccups or node failures, etc. Whereas if you move that to a cluster architecture, even using some kind of orchestration layer like OpenStack, you can't really assume that everything will "just work". Instead it has to be architected and administered as a distributed system, which needs quite a bit of effort on both the development and operations sides.

Slashdot Top Deals

"If I do not want others to quote me, I do not speak." -- Phil Wayne

Working...