Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Are you even aware of SystemD works? (Score 0) 385

"With systemd, setup/startup/stop/teardown responsibilities are concentrated with PID1 and it's helpers.
Before, you'd have the same concept spread into a dozen of different systems, each only doing part of that functionnality."

Which is exactly how it should be.

PID1 only needs a small subset of those capabilities to do its job. And because it is PID1, because everything after has to rely on it, it's essential that it be well behaved and stable. Therefore it is essential that it have only the required set of capabilities and absolutely nothing else should be added or linked to it.

Other things can and should be done by other systems, not concatenated together and poured into PID1 where an error can bring the house down.

Comment What's your suggestion for intelligence work? (Score 1) 504

I presume you wouldn't say it was "wrong" of the United States to crack the German and Japanese codes in WWII...

...so when US adversaries (and lets just caveat this by saying people YOU, personally, agree are legitimate US adversaries) don't use their own "codes", but instead share the same systems, networks, services, devices, cloud providers, operating systems, encryption schemes, and so on, that Americans and much of the rest of the world uses, would you suggest that they should be off limits?

This isn't so much a law enforcement question as a question of how to do SIGINT in the modern digital world, but given the above, and given that intelligence requires secrecy in order to be effective, how would you suggest the United States go after legitimate targets? Or should we not be able to, because that power "might" be able to be abused -- as can any/all government powers, by definition?

This simplistic view that the only purpose of the government in a free and democratic society must be to somehow subjugate, spy on, and violate the rights of its citizens is insane, while actual totalitarian and non-free states, to say nothing of myriad terrorist and other groups, press their advantage. And why wouldn't they? The US and its ever-imperfect system of law is not the great villain in the world.

Take a step back and get some perspective. And this is not a rhetorical question: if someone can tell me their solution for how we should be able to target technologies that are fundamentally shared with innocent Americans and foreigners everywhere while still keeping such sources, methods, capabilities, and techniques secret, I'm all ears. And if you believe the second a technology is shared it should become magically off-limits because power might be abused, you are insane -- or, more to the point, you believe you have some moral high ground which, ironically, would actually result in severe disadvantages for the system of free society you would claim to support.

Comment Re:Simple set of pipelined utilties! (Score -1) 385

"My data are important to me. I shouldn't need to buy a server to prevent my data from being corrupted."

But you do nonetheless. My current machine was bought for one reason - price - and lacks it. When I've built my own systems in the past I have always used it. Scoping out parts to build a new one, I see the price of sane memory has only gotten further out of line than I remember. :(

This is one aspect of a market where the buyer does not understand the product well enough to make intelligent choices. If computer buyers understood the technology, at least 70% of them would insist on ECC, and as a result economy of scale would have eliminated the price premium long ago. Instead, manufacturers continue to skimp a few pennies on the RAM by default, creating an economy of scale advantage in the other direction, which only reënforces the bad allocation and ensures it continues.

Instead of ECC memory they should call it 'sanity-checking memory.' Maybe then people would understand what it is enough to realize they want it. But since no one in particular stands to make a windfall by doing it, no one promotes it.

Comment Re:Simple set of pipelined utilties! (Score 0) 385

I am saying that its design sacrifices robustness in favor of performance and features at every turn. It might be more crashy, but the bigger problem is it ensures you have no usable logs when it crashes. And it doesnt have to be a crash for it to be troublesome, for a single example in the quest for shorter boot times it starts services without making sure that dependencies are actually working - that normally wont cause the entire system to crash but so what?

Still not what I want on my system. I dont really care how long it takes to boot, I just want to make sure that when it's finished it's really finished. Systemd in so many ways copies windows concepts instead - like how they make it supposedly boot faster - by rushing along to draw a GUI before things are actually ready to use.

Not saying systemd is as bad as windows - and the massive improvements in boot speed are not all illusory! but they do come at the cost of reliability and correctness, and that's simply not a good tradeoff for people using the OS in a traditional manner.

Comment Re:Anti-math and anti-science ... (Score 2) 981

I gotta pick a nit with this. The Christian Dark Ages were NOT a period of scientific and cultural regression. Far from it, we now know that society advanced pretty linearly from the beginning of the Dark Ages on through the Renaissance. What makes it "dark" is that for the longest time we simply didn't know a whole lot about it; it was a lost period in history. Modern scholarship has largely debunked the traditional, mythical view of the so-called "Dark" Ages.

http://en.wikipedia.org/wiki/D...

Slashdot Top Deals

Software production is assumed to be a line function, but it is run like a staff function. -- Paul Licker

Working...