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

 



Forgot your password?
typodupeerror
×

Comment Re:What about a re-implementation... (Score 1) 304

The closest thing I know is to write in C++, use library containers instead of arrays, and use the bounds-checked calls. There is no frickin' way you're going to make raw pointers safe and bounds-checked in general. I suspect it's equivalent to the Halting Problem, but haven't done the work to check. The only possible approach is to have a strict discipline, which is much easier to do in C++.

Comment Re:Rights and Wrongs of good code. (Score 1) 304

GOTOs are tricky, and should only be used with strict discipline. A GOTO going to the end of a routine is fine, but one that goes backwards is likely to be confusing. If there's over 200 of them in the Linux kernel, that's few enough so they're likely well used. If the OpenSSL code has them everywhere, that's a bad sign.

Comment Re:This (Score 1) 304

The Sudetenland was also part of the Austro-Hungarian empire, so I fail to see what the difference between the Anschluss and the Sudetenland in that regard. Both were heavily German parts of Austria-Hungary.

The separation of Austria-Hungary and Germany had been deliberately formalized by Bismarck in his unification of those parts of Germany not under Austro-Hungarian rule up until WWI, and the Austria-Germany split was basically imposed from without both after WWI and WWII.

Comment Re:Ukraine's borders were changed by use of force (Score 1) 304

The Soviets did not get along well with the Western allies in WWII. They had a common foe, and that's pretty much it. Any close relationship was PR or diplomacy.

The Soviets continued to be extremely secretive with the West. They wouldn't in general allow shuttle bombing using Soviet-controlled bases because that would mean allowing Western soldiers onto Soviet-controlled soil. Seamen from the Murmansk convoys were restricted heavily in their movements. I've read that the West learned of the late war Soviet heavy tank from captured German documents (but haven't confirmed, so take that with a grain of salt).

The Soviets had tried to make an alliance with France and Britain before the war, and insisted on being able to annex Estonia, Latvia, and Lithuania as part of it. That's one reason negotiations broke down (the other is that France and Britain didn't pursue the alliance with any energy - the British representative didn't get authorization to speak directly to the Soviets until Stalin had decided to ally with Germany).

Soviet-Western relationships, never warm, were going downhill starting roughly with the Warsaw Rebellion, which the Soviets called for in the hope that they could join up with the rebels, and repudiated when the Germans stopped the Red Army. My impression is that Stalin would rather it be thought that he called for the Rebellion to get rid of uppity Poles than it be thought the Red Army couldn't accomplish what it was ordered to do.

Comment Re:Ukraine's borders were changed by use of force (Score 1) 304

I don't think there is an international demand for Crimea to stay in Ukraine permanently. If there had been a proper referendum, there would have been plenty of people unhappy with the situation, but it would not have risen to the level of outrage.

The fact that Putin didn't allow a real referendum suggests that he's doubtful he would have won one. It may well be that a large majority would have voted to join Russia, but we'll never know.

Comment Re:Ukraine's borders were changed by use of force (Score 1) 304

The Philippines had cost a lot to pacify, but that was in the past. Their defense was costly, but it was part of US geopolitics. The US wanted to maintain a forward fleet base in Manila Bay no matter what. The Philippines were let go because they were ready. I don't know enough about Cuba to say, but I don't remember its annexation as being a war aim.

Comment Re:is this seriously (Score 1) 304

The reason he compared it to Nazi Germany is that it bears a striking similarity. Large power army occupies area, holds plebiscite, gets a very high percentage of the vote for annexation. It immediately reminded me of the Anschluss.

If Putin wants to not get compared with Hitler, all he has to do is not act like Hitler. Seems simple to me.

Comment Re:Good (Score 1) 632

Not necessarily. The government might pay money to a minor child by sending it to the parent or guardian, and might make an overpayment. Apparently, that's the principle here. It sucks to have money taken from you because of something you never actually saw that happened 40 years ago, but it still can be your debt.

Slashdot Top Deals

"You don't go out and kick a mad dog. If you have a mad dog with rabies, you take a gun and shoot him." -- Pat Robertson, TV Evangelist, about Muammar Kadhafy

Working...