Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Big gun diplomacy (Score 1) 293

Do I have to spell it out? I'm not even an expert in the field, and it feels obvious:

- The one with the big guns makes the laws in the end.

We have democracy because the people with the big guns decided to enforce democracy. Same with any regime really.

- If you have two parties with comparably big guns on the same patch of land who disagree you get civil war

- If you have two parties with comparably big guns on separate patches of land they call those "countries"

- If the party with comparable big guns on a separate territory wants to do business with you, but you don't like how they conduct themselves, you impose sanctions, you flash your big guns, and even reposition some of your big guns on their patch of land. They may position some of their on yours. It's called going to war (with declaration or not)

With these bullet points in mind, let's imagine what the US government will have to say about the operations of the company and its associates on US soil should they behave as if they're their own nation on Mars...

Comment An no more 100% CPU? (Score 1) 81

For some reason my Slack goes into "I'll use 100% CPU for no reason and you have to quit me to work again" mode randomly after bringing my (Linux) laptop out of standby. Once it did it just because I disconnected the network, so I think it's a network-related bug. Somebody busy-loops on EOF or Broken Pipe in there.

Comment Re:Plain text password communications (Score 1) 20

That's why I mentioned the nonce. It would make the hash usable only once (i.e. no replay attack), and if done the way I thought about it, the server would start from its own stored hash, add the nonce, then compare.

I posted a longer text as a response to somebody else, and found a problem with my idea: how does the server get the initial hash while not revealing the password and also preventing replays?

So back to the drawing board, and learning some more security concepts (it's impossible that nobody thought of this before, and very likely I just don't know about it)

Slashdot Top Deals

"In matters of principle, stand like a rock; in matters of taste, swim with the current." -- Thomas Jefferson

Working...