Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Obvious Reason (Score 1) 579

If Wikipedia is serious about involving more female contributors, it needs more opportunities for constructive, emotionally rewarding collaboration.

Heck, if they want to stop the continuous decline of contributors of any gender they'll do that stuff. I don't really care enough to deal with the fuss that is Wikipedia. If I want to post something informative I'll do it on my blog, which will get picked up by high-reputation feed aggregators and get plenty of visibility on Google and will be available for all posterity. Maybe somebody else will wikify it for me, which is great. I would love to just post initially on some site where everybody can collaborate to make it better. The thing is, I just want to contribute - I don't want to defend every word I write and debate whether it should be expunged or not. I'm all for improvements, and I'm sure my word on any subject is not the last (that's what comments are for!), but my sense on Wikipedia is that if I took the time to write something instead of improving on it there are many who would just campaign to remove what I wrote entirely.

In the world of millions of things I could be doing with my spare time, Wikipedia just doesn't rank up there.

Comment Re:So what was the plan? (Score 1) 848

A shooting war with Russia means the entire US East and West coasts are within range of sub-launched cruise missiles,

Which is why US attack subs are following the Russian boomers around...

Sure, but can we be sure we have found every one of them?

It isn't just the boomers that are a problem either - I imagine their attack subs can carry cruise missiles.

But, think about it. The only way a war could start and stay contained is if the US sends troops to the Ukraine, the Russians don't do anything to interfere with them arriving there, and the US troops just fight along a front with the Russians to push them back to the border. How likely is that? It would certainly be a bloody war - nobody fights that way since WWI.

The more likely scenario is that the US mounts invasions of Russia from somewhere OTHER than Ukraine, which would put Russia on the defensive. They would immediately have to pull out of Ukraine or they'll end up being encircled, or losing a city in the north like Moscow or St Petersburg. Since that would be all-out war the US would preemptively attack all Russian Naval assets, expecting them to retaliate with unrestricted conventional warfare otherwise. We are now talking about a global unrestricted conventional war between the US and Russia, that we hope stays conventional even though the US is fighting on Russian territory, and will likely capture quite a bit of it assuming they can get enough ground troops over there before the real shooting starts (there is a logistics challenge here as Russia is huge and the US isn't basing thousands of troops in Latvia or anything like that). If the gloves are off, then you also have to factor in things like special forces, sabotage, and so on. I'm not sure that Russia's only option for striking the US is submarines.

I'm sure this would make for a great Clancy novel, but nobody really wants to actually see this stuff happen. I think the US/EU would let Russia march right up to the border of Germany before they'd do something about it. Maybe they'd stop them at Poland this time or something. I doubt that they're ready to draw the line at Ukraine, or even the baltics. Everybody is just going to want to pretend that it isn't happening, or that Russia just wants a bit more buffer.

Comment Re:A Windows-like UNIX (Score 1) 826

An obvious application for storing configuration in a database is when you have a cluster. Suppose I have an application with 400 settings. I have 10,000 nodes. Some settings are unique to each node, some are unique to a group of nodes, and some settings are common across all of them.

With a normalized database you could store every value once, and make one change to have it propagated to all your nodes. If you have a pile of text files in /etc then you either:
1. Really have the database storing the true values and just regenerate all your text files, which is really just the database design with a text-file compatibility layer.
2. Come up with some way of editing 10,000 text files across 10,000 systems to make the right changes to each one, trying to stay on top of all of them if that really is the master source of configuration for each one.

Most of the new configuration management paradigms are built around the concept that systems are not hand-built, but they're machine-built on-demand.

Comment Re:Probably lies again. Just give it a few days. (Score 1) 848

Tend to agree. The US wouldn't have any problem with the rebel forces, but just about anybody else would. Now that Russia is pulling out all the stops even the US would take care before intervening - they have some serious air defenses that are potentially effective against even stealth aircraft. I suspect the US could still overwhelm them, but it wouldn't be bloodless even if limited to an air war, and I doubt any battles would remain contained to the region.

Comment Re:So what was the plan? (Score 2) 848

This is something we saw coming, at least since the incident with Crimea. What plans were made for this? Or are they all pretending to be surprised?

I'm sure everybody has both made plans and is pretending to be surprised. That's just politics. Nobody says what they really think.

Does Germany want Russia invading the Ukraine? I'm sure the answer is no. If push comes to shove are they going to put principle above gas prices? Probably not, but we'll see. The downing of the airliner was taken seriously because so many of the dead were EU citizens, but even then it was just sanctions.

I'm not entirely convinced the US/EU would commit to warfare if Russia invaded Lithuania, which is a NATO member. I'm very skeptical that they're going to do more than sanctions over Ukraine. A shooting war with Russia means the entire US East and West coasts are within range of sub-launched cruise missiles, completely setting aside the doomsday scenarios. There was an uproar over closing a few lanes of bridges into Manhattan last year - imagine what will happen if key bridges along coastal rivers are destroyed? It doesn't take much disruption to have a huge impact on the economy.

Comment Re:im growing to hate the word cyber. (Score 2) 98

There is actually a deeper issue than corporate security competence.

Imagine that a bunch of soldiers stormed the front door to their datacenter with APCs, tanks, and artillery support. They then removed hard drives and proceeded across the border to some other country. Would you consider this a bank security problem?

Banks don't have this problem because the government provides physical security against these kinds of threats. Sure, the bank is expected to lock the doors and have some guards, but they aren't expected to stop an attack of arbitrary determination.

With the internet we benefit from the free exchange of data across national borders. However, at the same time this means that computer security can be subjected to attacks of arbitrary sophistication, and national governments have generally not intervened.

Now, I'm sure more could be done to secure the average corporate network, the reality is that state actors are free to develop more and more sophisticated attacks free of interference. If I wanted to hack into some foreign bank I probably would have the FBI kicking down my doors before I got too far with it. The same is not true of an NSA agent doing the same thing.

I think the only real solution to this sort of problem involves border control. Establish agreements with nations to cooperate on prosecuting computer crime, and heavily firewall communications or block them entirely at the borders. Parties to the agreement would agree to not accept traffic from countries that aren't parties to the agreement. The downside to such a policy is obvious - far less freedom of communication, and that will probably support dictatorships and such abroad since we'll effectively be providing the firewalls for them.

Either that, or we just accept that data stored on networked computers is going to be insecure. There is no reason to think that security is a game where the defenders can ever win - that certainly hasn't been our experience in physical security.

Comment Re:It's a question that WAS relevant (Score 1) 161

I actually wonder how relevant CISC even is to people doing assembly programming these days. There is no reason you can't pull an LLVM-like move and target something other than the native instruction set when you are programming.

That is basically all the x86 does anyway - convert CISC instructions into microcode. There is no reason that an assembler couldn't do the same thing, further blurring the lines between assembly and compiled code. If the whole point of writing assembly is to optimize your code, and a RISC processor could run your code faster after low-level-compilation than a CISC processor could run it natively, then RISC is what you really want anyway.

Comment Re:A Windows-like UNIX (Score 1) 826

People talk about text files like they're magical and more robust. The fact is that in order to access a text file you need about 14 pieces of software, and for one of them you have a lot of options as to which piece of software you use. If it is in a binary format you need about 14 pieces of software, and you have less choice about that one piece.

Are you trying to disprove your own point now?

Your reply addresses zero of my arguments. Try again.

You said "If /etc becomes a database, you lose the ability to use your standard tools on it, which, gasp, tend to work on text files, because it's the one single truly universal /and/ human-digestable format."

My point is that there is nothing human-digestible about a couple of magnetic domains in a sea of trillions of magnetic domains on a piece of metal. You need a lot of software to access it, and most of it isn't particularly interchangeable.

Sure, text files have certain advantages, but they have lots of disadvantages as well. If I'm spawning 3 million instances of some application server, and they all have slight configuration tweaks, it makes more sense for them all to check in with some kind of configuration management server or receive their state information at boot, rather than building a unique disk image for each one just so that I can stick a text file on it.

Comment Re:what's wrong with cherry picking? (Score 1) 110

Ebola, for all the scaryness, doesn't actually kill many people. That's why there's no drug for it: Not enough dead to be worth the research investment. It's generally too lethal to spread, baring the occasional outbreak.

The problem with things like Ebola and such is that this is true today, and maybe there is a 95% chance that it will be true 5 years from now as well. The problem is that if there ever is a major outbreak we're going to be stacking the bodies in the streets. It is almost certainly worth having a treatment available, even if it never turns out to be necessary.

The same is true about having reserve antibiotics. They should ideally never be used, so you'll never see private dollars spent on them (who develops a product with the intent to not sell it?). However, if we do get some outbreak of antibiotic-resistant whatever we can now do something about it.

This is really the ideal domain of government - developing drugs that have the potential to benefit everybody but for which no market exists today.

Comment Re:what's wrong with cherry picking? (Score 1) 110

I think it is probably worth having both models. Don't get rid of the patent system, but go ahead and have public end-to-end R&D with the government holding the patents and offering free licenses to US-based manufacturers (or those in countries that reciprocate and make comparable investments).

Private companies could still invest in Viagra and sell it for $5/pill, and if the government drops the ball then at least people have an expensive option instead of no option at all. When the government eventually comes out with its own cure, then prices will fall.

Comment Re:A Windows-like UNIX (Score 1) 826

I've yet to see a standard text file editor which is able to view a text file in /etc without the aid of a very non-standard filesystem driver.

What kind of retarded straw-man or obvious troll is that? Where do you think databases store their data? In the magic data cloud? Besides, what does the 'non-standard' part even *mean*?

People talk about text files like they're magical and more robust. The fact is that in order to access a text file you need about 14 pieces of software, and for one of them you have a lot of options as to which piece of software you use. If it is in a binary format you need about 14 pieces of software, and you have less choice about that one piece.

Sure, I prefer text configuration files in general, but having my logs in text format doesn't matter nearly as much as long as I can convert them.

I abandoned Linux in favour of the BSDs when it started to smell, and you're the perfect example of why it does that nowadays

Glad I was able to help confirm your bias. :)

Slashdot Top Deals

"Ninety percent of baseball is half mental." -- Yogi Berra

Working...