Slashdot Mirror


How Allies Used Math Against German Tanks

Pepebuho writes "This an article about how the allies were able to estimate the number of German tanks produced in World War 2 based on the serial numbers of the tanks. Neat! Godwin does not apply."

330 comments

  1. Look at the board by Toe,+The · · Score: 0, Flamebait

    Why is all this military intelligence stuff presented as so difficult? You can just look at the board and see what the other player's pieces look like.

    1. Re:Look at the board by Dachannien · · Score: 1

      You can just look at the board and see what the other player's pieces look like.

      In the game of chess, you can never let your adversary see your pieces.

    2. Re:Look at the board by toastar · · Score: 1

      You can just look at the board and see what the other player's pieces look like.

      In the game of chess, you can never let your adversary see your pieces.

      Stratego > Chess

    3. Re:Look at the board by DemoLiter3 · · Score: 1

      Note to myself: next time use GUIDs

    4. Re:Look at the board by plopez · · Score: 2, Interesting

      You were probably joking when you posted, but there is a chess variant that looks interesting:

      http://www.chessvariants.org/incinf.dir/kriegspiel.html

      --
      putting the 'B' in LGBTQ+
    5. Re:Look at the board by brentrad · · Score: 1

      If we can hit that bull's-eye, the rest of the dominoes will fall like a house of cards. Checkmate!

    6. Re:Look at the board by Skrapion · · Score: 2, Insightful

      If you want a unique random number, just pick a random number and make sure it hasn't been used before. GUIDs aren't magical; they're actually less unique than the simple method I just described. Too many people used GUIDs for poor reasons.

      Besides, if you used traditional GUIDs, you would not only be exposing when the tank was made, but also where it was made.

      --
      The details are trivial and useless; The reasons, as always, purely human ones.
  2. Old prank... by Anonymous Coward · · Score: 1, Funny

    No points for mentioning the old prank of labeling $looseAnimal 1, 2, 3, and 5.

  3. Who's to say by BigJClark · · Score: 1, Insightful


    Well good for the bean counters then. I'm sure a vastly more important question would be, "where is the largest concentration of tanks?"

    --

    Hi, I Boris. Hear fix bear, yes?
    1. Re:Who's to say by kg8484 · · Score: 4, Informative

      Don't be so dismissive. Knowing how many tanks the Germans had in total is related to knowing how many they can marshal in a particular region. Also, part of the allies' goal was to figure out how many tanks the Germans could manufacture. If that number was high, then the Germans could have bolstered an undersupplied and perceived-to-be-weak region.

      To be back on track, the math involved is pretty straightforward. For those interested, the Wikipedia article has more information on the subject.

    2. Re:Who's to say by bigstrat2003 · · Score: 3, Insightful

      Not to mention, if you have an idea of how much total strength the enemy has, you know how committed they are to a location where you know their strength. If your enemy has 90% of their estimated force in one location, you know that you can (if you want) hit them with a counterattack in another location unopposed.

      The information is far more relevant than the GP thinks.

      --
      "16MB (fuck off, MiB fascists)" - The Mighty Buzzard
    3. Re:Who's to say by alen · · Score: 1

      knowing how much they produce means you can estimate the time to replace destroyed tanks and plan accordingly. 90% of winning a war is mastering logistics

    4. Re:Who's to say by MarkvW · · Score: 2, Informative

      Knowing tank concentration is NOT vastly more important than knowing the rate of tank production.

      Adapting to tank concentrations invokes relatively short term planning concerns. This information is needed to help you decide your counter-concentrations. You know what they have and where they have it, and then you move your stuff in response.

      But tank production is HUGELY important. You're talking about EXTREMELY complicated logistical problems there. How many tanks are you going to manufacture in response (lag time)? How many bombers are you going to allocate / train for heavy industry attacks (lag time)? Are they making so many that you've got to come up with a replacement for the Ronson Tank (big lag time)?

      World War 2 took a long time. Long range planning was super-important. They didn't have computers. Anything that could make the strategic position clearer was very important. The other poster is right: You shouldn't be dismissive. This was a big deal and some geek's idea helped win the war.

    5. Re:Who's to say by Anonymous Coward · · Score: 0

      "But tank production is HUGELY important."

      Just as much as using a meaningless serial number.
      Only morons put data in a serial number, it's one of the most fundamental mistakes of database planning.

    6. Re:Who's to say by bsDaemon · · Score: 1

      Yeah, I think he was trying to make a crude concentration camp tattoo joke.

    7. Re:Who's to say by fishbowl · · Score: 1

      >World War 2 took a long time.

      Less than six years. I'm sure it seemed like a long time to its contemporaries, given the state of total war, the nationalized production, and the casualties.

      --
      -fb Everything not expressly forbidden is now mandatory.
    8. Re:Who's to say by Sulphur · · Score: 2, Interesting

      How about a small integer k times the real serial number plus a uniformly distributed random integer from 0 to k-1?

      --

      Mein Herr,

      Your application for Grammar Fuhrer is rejected. You are otherwise highly qualified, but the post is occupied.

    9. Re:Who's to say by jacks0n · · Score: 2, Funny

      the only information needed to make this mathematical method work is that the serial numbers be sequential. As in auto-incrementing. Which is not data in a serial number.

      but nevermind the facts, let us reconsider instead the choice to use or not to use 'intelligent' serial numbers back in 1942. Because it matters.

      The world must know if the Nazi were bad database designers as well as genocidal sociopaths. Possibly the two are causal? No? Well, It was a theory.

      Maybe some of the tradeoff costs have changed in the last sixty years or so? Maybe the costs of data storage or data retrieval have changed?

      We'll never know. Hitler took the master copy of the Nazi database normalization guidelines into that bunker with him and they were never seen again.

    10. Re:Who's to say by Anonymous Coward · · Score: 0

      Damn straight! In math A, 1+1 =2, but in math B 1+1=1,004.6. Sheesh. Stoopid Yanks and their single, logically coherent math. Up next, let's talk about sport. Because there only is one. It's called footballrugbycricketsquashtenniscalvinball or something.

    11. Re:Who's to say by hawguy · · Score: 3, Insightful

      Only morons put data in a serial number, it's one of the most fundamental mistakes of database planning.

      There are lots of valid reasons to put data in a serial number -- especially in 1941.

      If you're maintaining a battalion's worth of tanks, it's useful to know where your tank was manufactured and if it was manufactured around the same time as the other 5 tanks in your battalion that had bad drive gears.

      It's not like they could have done a simple database lookup to find the assembly history of each tank. And generating a unique series of serial numbers across multiple factories would not have been trivial.

      Of course, they ended up in inadvertently revealing secret information, but maybe they didn't think it was all that secret and assumed that observation alone would provide that data. (which didn't turn out to be true).

    12. Re:Who's to say by burisch_research · · Score: 1

      Mod parent up +5 correct

      --
      char*f="char*f=%c%s%c;main(){printf(f,34,f,34);}";main(){printf(f,34,f,34);}
    13. Re:Who's to say by Stargoat · · Score: 1

      >World War 2 took a long time.

      Less than six years. I'm sure it seemed like a long time to its contemporaries, given the state of total war, the nationalized production, and the casualties.

      Six years? I know some Africans, Chinese, and perhaps Spaniards who might like to have a few words about this.

      --
      Hoist Number One and Number Six.
    14. Re:Who's to say by mlts · · Score: 1

      In WWII, it would have been almost impossible, but these days, if a place worried that a serial number would give too much data, then the true number could be encrypted, and readers be able to give the correct value.

      Of course, there could be modifications to the serial number system, say XXX-YYYYY, where X is the version or key used, and Y is the actual number that is encrypted. Enemies find your static key? Increment the version number, go on.

    15. Re:Who's to say by Anonymous Coward · · Score: 1, Funny

      I don't know about you, but when I come across really poor database design, sometimes I feel like murdering a few million people.

      Who knew? Hitler was just mad about their database design.

    16. Re:Who's to say by burisch_research · · Score: 1

      You would get collisions, is why. Very dumb idea.

      --
      char*f="char*f=%c%s%c;main(){printf(f,34,f,34);}";main(){printf(f,34,f,34);}
    17. Re:Who's to say by kiddygrinder · · Score: 1

      i'm pretty sure it's mathematics you pedantic troglodyte

      --
      This is a joke. I am joking. Joke joke joke.
    18. Re:Who's to say by camperdave · · Score: 3, Funny

      You would get collisions, is why. Very dumb idea.

      So what? If you're tank can't take a few collisions, then you've got serious problems.

      --
      When our name is on the back of your car, we're behind you all the way!
    19. Re:Who's to say by sumdumass · · Score: 2, Interesting

      You may consider them morons but they didn't have the benefit of your knowledge.

      If you look at the VIN number of your car, it still has plenty of information in it. Lets pick on a relativity recent Chevrolet for instance. The information can tell you where it was made, what options was installed from the factory, what motor came with it, what year is was produced and so on. Unlike a serial number in a database, on material items it's important to carry some of this information in order to track down problems with a specific portion of the assembly or whatever. In the situation with a tank, if the main guns jam on a regular basis, it might be that the boring tool for the breach is undersized slightly so correcting it would require a recall and retrofit of all tanks produced in that plant with that bore tool.

      The benefits of knowing is way more important then someone possibly finding information out, especially if the information is obfuscated in some way with a code. Unfortunately, this changes when there is a war and the equipment is used in that effort. If that code was ever broken, then you can learn a plethora of information like if it's a new plant making a certain part or the entire tank, if it's a plant that has a large production capability (making it a prime target for industrial bombing), and so on. And just like the information buried within a VIN number, most people aren't aware of how to decode it making it appear as some random number sequence. It's really a lot like communicating war plans in code, you don't think it's compromised until you realize someone is acting on the information within the code.

      And yes, since the serial numbers were for long term tracking, it's not like a database at all where a random number can be used more then once as long as the sessions aren't still active. It needs to be a unique number dedicated to the piece of equipment and regardless of how you randomize it or attempt to obfuscate and information, a pattern will ultimately develop that can be somewhat useful to an opponent. You have to remember, this is before computers and humans needed to be able to track the assets by hand, often from far, far away.

    20. Re:Who's to say by fishbowl · · Score: 1

      And I realize that WWII is not completely distinct from WWI.

      Nevertheless, it is not a radical position to state that WWII began in 1939 and ended in 1945.

      Italy in Ethiopia, Japan in Manchuria and Nanking, and the Spanish Civil War are all certainly worthy of consideration.

      --
      -fb Everything not expressly forbidden is now mandatory.
    21. Re:Who's to say by burisch_research · · Score: 1

      Ok so kS+k will not actually collide. But it's still very easy to decipher.

      --
      char*f="char*f=%c%s%c;main(){printf(f,34,f,34);}";main(){printf(f,34,f,34);}
    22. Re:Who's to say by Nefarious+Wheel · · Score: 1

      Nothing wrong with including an artificial hash code (bits and pieces of useful data crammed together in a short string) for end-users to use, it's often a shorthand they're used to. It's not a very good practice to depend on such things as unique identifiers. They ain't normal. The hassles involved in updating them existed long before the modern database.

      --
      Do not mock my vision of impractical footwear
    23. Re:Who's to say by Anonymous Coward · · Score: 0

      funnily enough, I took an inadvertent publication of company payroll numbers to figure out the half-life of engineers within my own company.
      They had the odd few changes of schema, but it you knew when a few people started, it was pretty easy to figure out the 'burn rate'.

      My interest was mainly in the fact that the enticement for getting someone to join is higher than the renumeration for someone to stay, so taking into account the steep learning curve of the niche the company worked in, I was taking a 'cost-benefit' look at the policy for getting shit done...not how many tanks they were fabing.

    24. Re:Who's to say by mlts · · Score: 1

      Another idea is to just use cryptographic nonces for the serial numbers, and have the true serials be stored on a database somewhere. This way, people can figure out what number it is, but wouldn't be able to know what other models are out there. Bonus points for adding a CRC or check digit to find typoed codes.

    25. Re:Who's to say by KhabaLox · · Score: 2, Funny

      I like how the wikipedia article specifies that this math problem is known as the German Tank Problem in the *English-speaking* world. Apparently, the math worked.

      --
      Ceci n'est pas un sig.
    26. Re:Who's to say by Anonymous Coward · · Score: 0

      Well good for the bean counters then. I'm sure a vastly more important question would be, "where is the largest concentration of tanks?"

      Considering that this was pre-computer era, each factory would most likely have had its own serial number sequences. So not only do you know how many they have produced, and an idea of how fast, but you get an idea of where they are making them. Seeing a new series suddenly show up would indicate a new factory coming on-line, seeing 'new' units coming online with a mix of old and new serial numbers would give you an idea of when/where and how fast they are able to refurbish/repair damaged equipment.

      And that's only part of it, stuff I though of immediately. I'm sure there's a lot of other information, especially cross-referenced with other intelligence data, that could be gained from such information.

    27. Re:Who's to say by Anonymous Coward · · Score: 0

      Only morons put mutable data in a serial number, it's one of the most fundamental mistakes of database planning.

      Fixed that for you. Using the current grade of a student as part of their student ID number is a bad idea. Putting the production date of a commuter train car into a serial number will not make much difference in the end.

  4. Godwin does not apply? by spun · · Score: 2, Funny

    If I want to quote Mike Godwin, you quote-Nazis aren't going to stop me. All he said was, the longer an Internet discussion goes on, the more likely it is that someone will mention Hitler. Well, duh.

    --
    - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    1. Re:Godwin does not apply? by somaTh · · Score: 2, Informative

      I don't understand how this gets screwed up every time an actual story about Nazi Germany comes up. Godwin's Law only says that there will be a comparison to Hitler, not merely that he be mentioned.

      --
      Nostalgia isn't what it used to be.
    2. Re:Godwin does not apply? by Anonymous Coward · · Score: 0

      For instance, you're a grammar Nazi, just like Hitler.

    3. Re:Godwin does not apply? by revlayle · · Score: 1

      it's like Hitler

      there, happy?

    4. Re:Godwin does not apply? by somaTh · · Score: 5, Funny

      And you're clearly anti-Semantic.

      --
      Nostalgia isn't what it used to be.
    5. Re:Godwin does not apply? by idontgno · · Score: 5, Funny

      there will be a comparison to Hitler

      Math > Hitler

      Q.E.D.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    6. Re:Godwin does not apply? by Anonymous Coward · · Score: 0

      At least he's not Jewish.

    7. Re:Godwin does not apply? by RealGrouchy · · Score: 4, Insightful

      Here we go. Only three posts in, proving the point that any Internet discussion about Nazis inevitably produces a debate about the applicability of Godwin's Law.

      - RG>

      --
      Hey pal, this isn't a pleasantforest, so don't waste my time with pleasantries!
    8. Re:Godwin does not apply? by bigstrat2003 · · Score: 3, Funny

      Don't be such a Godwin Nazi. Damn, man.

      --
      "16MB (fuck off, MiB fascists)" - The Mighty Buzzard
    9. Re:Godwin does not apply? by Anonymous Coward · · Score: 0

      I'm just saying that Godwin's gets over-applied. The probability already approaches 1 (as most people who responded to me have shown), why lower the bar further?

    10. Re:Godwin does not apply? by DigiShaman · · Score: 1

      The suspense is killing me! We should be using .NAZI instead of .COM. That way, at least the most popular TLD based websites get Godwin'ed by default.

      --
      Life is not for the lazy.
    11. Re:Godwin does not apply? by rAiNsT0rm · · Score: 1

      Jehova! Jehova! Jehova!

      --
      http://teasphere.wordpress.com - A little spot of tea
    12. Re:Godwin does not apply? by Anonymous Coward · · Score: 0

      Reading it in french sounds so classy...
      Shit, anything in french sounds classy.

    13. Re:Godwin does not apply? by maxwell+demon · · Score: 2, Funny

      Jehova! Jehova! Jehova!

      So what if you compare Jehova to Hitler? Will Godwin get stoned?

      --
      The Tao of math: The numbers you can count are not the real numbers.
    14. Re:Godwin does not apply? by the_humeister · · Score: 1

      That's funny dammit. Mod funny!

    15. Re:Godwin does not apply? by Stargoat · · Score: 1

      You know who else didn't smoke marijuana? The Nazis. That's who.

      --
      Hoist Number One and Number Six.
    16. Re:Godwin does not apply? by Anonymous Coward · · Score: 0

      That's, like, weird as Nazi shit man.

      Anyone know why the "AC" checkbox is white on white?

    17. Re:Godwin does not apply? by jeremyp · · Score: 3, Funny

      Also, in any Slashdot discussion, the probability that an XKCD strip will be linked approaches 1 extremely rapidly.

      --
      All I want is a secure system where it's easy to do anything I want. Is that too much to ask ~~ Randall Munroe
    18. Re:Godwin does not apply? by Anonymous Coward · · Score: 0

      The French did a movie about a guy who found Hitler's dope.

    19. Re:Godwin does not apply? by Anonymous Coward · · Score: 0

      Jenova! Jenova! Jenova!

      FTFY.

    20. Re:Godwin does not apply? by Arancaytar · · Score: 1

      quote-Nazis

      I see what you did there!

    21. Re:Godwin does not apply? by Anonymous Coward · · Score: 0

      You mean he has no meaning? This is very nihilistic.

    22. Re:Godwin does not apply? by Anonymous Coward · · Score: 0

      No, but he's obviously against it.

  5. Note for world domination: encrypt serial no.'s! by fantomas · · Score: 4, Insightful

    Note to self for world domination plans: don't stamp my robots/tanks/drones with plain text serial numbers, always encrypt! :-)

  6. I'm guessing they were not gamers by CowFu · · Score: 1

    FTA: "Using these methods, the Allies deduced that the German military industrial complex churned out around 1,400 tanks each month from June 1940 through September 1942. That just didn’t seem right."

    Pfft, my factory in Starcraft 2 lets me roll out at least twice that number every day.

    1. Re:I'm guessing they were not gamers by vlm · · Score: 3, Funny

      The mistake they made was looking at middle manager numeric metric goal achievements. Anyone in modern corporate America knows it possible to generate amazing numbers, yet not really accomplish anything.

      I have faith they were meeting the appropriate metric goals at a 1400 tanks/month pace for diversity training, staff meetings, coffee consumption, memos distributed per week, slashdot first posts, etc, yet at the same time have faith that they only shipped like 5 working tanks out the door.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    2. Re:I'm guessing they were not gamers by failedlogic · · Score: 1

      "I have faith they were meeting the appropriate metric goals at a 1400 tanks/month pace for diversity training, staff meetings, coffee consumption, memos distributed per week, slashdot first posts"

      Looks at your user ID ... you've been hear a long time.

  7. Re:Note for world domination: encrypt serial no.'s by Capt.DrumkenBum · · Score: 4, Funny

    Also the first tank serial # should not be 1.
    Try something like 24370239.

    --
    If I were God, wouldn't I protect my churches from acts of me?
  8. just miss out the occasional numbers by Anonymous Coward · · Score: 1, Insightful

    You could of course use this to make your enemy overestimate the number of tanks you have by incrementing serial numbers by a random number between 1 and 10 each time you make a tank. I think there were reports of the soviets doing this during the cold war with the tail numbers of aircraft to make it look like their squadrons were bigger than they really were.

    1. Re:just miss out the occasional numbers by by+(1706743) · · Score: 1

      Seems like a reasonable strategy if you're hoping to avoid a conflict -- I wonder if one should do the opposite if trying to provoke an underpowered invasion.

    2. Re:just miss out the occasional numbers by vlm · · Score: 1

      You could of course use this to make your enemy overestimate the number of tanks you have by incrementing serial numbers by a random number between 1 and 10 each time you make a tank.

      You can also serial number stamp a critical part that is often F-ed up. So one factory creates and stamps 100 serial numbers on raw engine block iron castings, then ships them to factory #2 where the machinists and allied bombers F up about 50 of them. Ta Da, analysis shows you shipped 100 tank engines based on engine block serial numbers, even if only 50 actually made it out the door.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    3. Re:just miss out the occasional numbers by jandrese · · Score: 1

      The problem is that the other guys are checking all of your serial numbers, so even if you do it with one part, they'll still get the information they need from all of the other parts. You can't just make up random serial numbers either, there are important reasons why they exist and the bean counters need some way to keep track. You can encrypt them (which is what most militaries of the world currently do I think), but you can't just make up stuff on the spot.

      --

      I read the internet for the articles.
    4. Re:just miss out the occasional numbers by 91degrees · · Score: 1

      You're also encouraging them to put far more resources than they need to into tank production, and working out where the tank factories are. So you end up losing the tank part of the battle but you can spend the resources elsewhere.

    5. Re:just miss out the occasional numbers by Anonymous Coward · · Score: 0

      Or, better yet, add a few decimals to each serial number.

      Imagine how scared your enemy would be when they realize that you've exhausted every possible whole number and were forced to improvise.

    6. Re:just miss out the occasional numbers by Lehk228 · · Score: 1

      you internal control would know which seriels were voided because the part was damaged, in GP's example, the seriels would be assigned to the engine and all other parts would have their serial derived from the engine serial

      --
      Snowden and Manning are heroes.
    7. Re:just miss out the occasional numbers by becker · · Score: 1

      Serial numbers derived from a vehicle master serial number sounds reasonable, until you hit real life.

      Road wheels on tanks had a fairly short life between rebuilds, so the serial numbers would be quickly mixed up. And besides, explicitly transmitting the production information to every factory producing parts would be a huge, obvious security risk.

      Yes, the Germans could have easily scrambled any specific serial number if they knew this was happening. But changing production to scramble or eliminate every serial number would have been almost impossible. Just keeping production active was almost impossible, when they couldn't predict which factories and parts shipments would be lost overnight.

  9. original source by slshwtw · · Score: 5, Informative

    Here's the original source... from July 2006.

    1. Re:original source by Anonymous Coward · · Score: 0

      Whats odd is that this source has different numbers for both the estimation and the end result. Neither sources where they got their numbers. Makes me think its not actually true.

    2. Re:original source by Anonymous Coward · · Score: 0

      The real original source is the 40s. Whine more.

    3. Re:original source by AI0867 · · Score: 1

      I've read this stuff in my probability&statistics textbooks. It wasn't even news in 2006.

    4. Re:original source by Verdatum · · Score: 0, Troll

      Umm yeah...the 40s just called. They want their source back.

    5. Re:original source by swarsron · · Score: 1

      we had this story on slashdot some years ago but i can't find it right now.

    6. Re:original source by Anonymous Coward · · Score: 0

      Here's the original source... from July 2006.

      Actually, I thought the original was by Roald Dahl in 1964;
          http://en.wikipedia.org/wiki/Charlie_and_the_Chocolate_Factory

      But in the one I last saw, Mike Teevee nailed it;
          "All you had to do was check the manufacture dates, offset by weather and the derivative of the Nikkei Index - a retard could figure it out"

  10. Re:Note for world domination: encrypt serial no.'s by inerlogic · · Score: 1

    well... if Hitler actually WERE a genius.... or if any of his followers/lackies had balls enough to lend the man some brains, we'd probably all be speaking German now... so... good thing they did stupid shit like that.....

  11. Did they share data with the Russians? by vlm · · Score: 1

    minimum-variance unbiased estimator (MVUE, or UMVU estimator)

    I think this only works if most of the tanks that are no longer in service, are in your collection of serial numbers. If you send your first 1K produced to the western front and the next 1K produced to the eastern front, the US/English/etc are going to calculate a number about 1/2 as high as the Russians.

    So, in theory either the Germans sent certain model of tank only to certain fronts, or the western and eastern guys were sharing data, or maybe the Germans sent all the odds west and all the evens east or something.

    --
    "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    1. Re:Did they share data with the Russians? by fuzzyfuzzyfungus · · Score: 1

      It is quite possible(at least until things started going really badly for them) that the germans were producing tanks in multiple locations, with each factory/complex serializing independently, and then sending to the front with the most optimal combination of high need and low shipping distance.

    2. Re:Did they share data with the Russians? by Yold · · Score: 1

      huh? Minimum Variance Unbiased Estimator is a mathematical/statistical property that guarantees that your estimate will have small variance(basically small standard deviation), and is also unbiased (the estimate isn't systematically high or low). What you are trying to say is there was a possibility for sampling error/bias.

      I see your point with respect to the sample though, but it obviously wasn't an issue since the article states that the true maximum was very near the estimate. 1000 tanks is a lot; they probably sent orders to each front in much smaller batches, like 10.

    3. Re:Did they share data with the Russians? by idontgno · · Score: 1

      with each factory/complex serializing independently

      with pre-assigned blocks of serial numbers, if I recall correctly, so if you saw the output of only one factory you might get a slightly low number (unless you saw the product of the factory with the highest serial number block).

      It's all probabilistic, and the variance calculation is documented in the article for a very good reason.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    4. Re:Did they share data with the Russians? by u38cg · · Score: 1

      I am not sure about this, but I thought the theory of MVUEs dates from the early fifties and Cramer-Rao and all that jazz. I wonder if the detail is strictly correct.

      --
      [FUCK BETA]
  12. Godwin doesn't apply? by zach_the_lizard · · Score: 3, Funny

    You know who else was able to estimate the number of German tanks?

    --
    SSC
    1. Re:Godwin doesn't apply? by guyminuslife · · Score: 1

      Hirohito?

      --
      I don't believe in time. It's a grand conspiracy designed to sell watches.
    2. Re:Godwin doesn't apply? by cynyr · · Score: 1

      OO OO the germans!

      --
      All of the above was encrypted with a Quad ROT-13 method. Unauthorized decryption is in violation of the DMCA.
  13. Don't start counting at 1 by ZipK · · Score: 5, Interesting

    I have an uncle with a small lighting business. He has one truck, proudly labeled #6. I guess the German's didn't think about their tanks as an advertising canvas.

    1. Re:Don't start counting at 1 by Artifakt · · Score: 0

      In the US, there are tax rules about claiming mileage or actual expenses for vehicles, and if your business has a fleet of more than five vehicles, you have additional limits and extra documentation required. Maybe your uncle should have picked #4.

      --
      Who is John Cabal?
    2. Re:Don't start counting at 1 by h4rr4r · · Score: 1

      So long as he does not claim to have more then 5 trucks where is the issue?

      No law against labeling truck number 1 as number 6.

    3. Re:Don't start counting at 1 by Anonymous Coward · · Score: 0

      Well they were Socialists. What did you expect?

    4. Re:Don't start counting at 1 by tehcyder · · Score: 1

      In the US, there are tax rules about claiming mileage or actual expenses for vehicles, and if your business has a fleet of more than five vehicles, you have additional limits and extra documentation required. Maybe your uncle should have picked #4.

      Because obviously he'd have to provide details to the US tax authorities on his five non--fucking-existing trucks.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
  14. Same method used for Soviet Bombers by Attila+Dimedici · · Score: 4, Interesting

    This is very similar to the method that the CIA used to get a seat at the Big Boys table in U.S. Intelligence operations in the 1950s. When OSS became the CIA after WWII, they became a junior member of the U.S. Intelligence operations. In the 1950s, the Defense Intelligence Agency (I may have the wrong department, but it was the organization that got the lion's share of the U.S. Intelligence budget) estimated how many intercontinental bombers the Soviets had by looking at the size of the factories where they produced them and estimating how many the U.S. could produce in a factory of that many square feet. The CIA wanted to get a bigger chunk of the Intelligence budget, so they started looking at satellite photos of the Russian bombers. They noticed that the numbers on the tails of Soviet bombers went 1, 2, 3, 4, 5....11,12, 13, 14, 15,...21, 22, 23, 24, 25, etc. Based on this they determined that the Soviets had many fewer bombers than earlier estimates. When other sources provided corroborating evidence, the CIA was able to get a bigger chunk of the Intelligence budget. Of course, they then made the same sort of mistake in estimating ICBMs that they had corrected with this methodology.

    --
    The truth is that all men having power ought to be mistrusted. James Madison
    1. Re:Same method used for Soviet Bombers by vlm · · Score: 3, Informative

      in the 1950s

      so they started looking at satellite photos of the Russian bombers

      Hmm. Correct theory, but wrong implementation.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    2. Re:Same method used for Soviet Bombers by LWATCDR · · Score: 2, Insightful

      Do you have a source because what you are saying is physically impossible?
      Tail numbers are on the vertical stabilizer. You can only read them from the side not from the top. Think about the slant range involved and do the math. We are talking about 1950s/ tech so think solid lenses and film with not digital image processing.

      Now if the pictures where from a U2 or if they put the numbers on the wing, that is a bit more reasonable but not from an early spy satellite.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    3. Re:Same method used for Soviet Bombers by Anonymous Coward · · Score: 0

      In the 1950s...they started looking at satellite photos...

      Um, Sputnik was launched in 1957.

    4. Re:Same method used for Soviet Bombers by idontgno · · Score: 4, Funny

      I don't know. If the CIA secretly operated reconnaissance satellites before they were actually invented, the certainly would have deserved a large chunk of the intelligence budget.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    5. Re:Same method used for Soviet Bombers by jandrese · · Score: 1

      This may come as a shock, but when someone is taking pictures from a plane they don't always do it from directly overhead. Sometimes the pictures come in at an angle.

      I do agree that satellite photo evidence would have been rather hard to come by in 1950 though.

      --

      I read the internet for the articles.
    6. Re:Same method used for Soviet Bombers by sznupi · · Score: 1

      At least at some point it weren't mistake, but deliberate falsifications:

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

      (just look at the names involved...)

      --
      One that hath name thou can not otter
    7. Re:Same method used for Soviet Bombers by vlm · · Score: 1

      Um, Sputnik was launched in 1957.

      Small problem, that was a USSR sat not CIA. I suppose the CIA could have been ahead of their time in outsourcing...

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    8. Re:Same method used for Soviet Bombers by smellsofbikes · · Score: 1
      I've been told, but can't find an online cite, that something similar happened with Soviet airforce flybys in parades: one of the companies building aircraft couldn't produce a new aircraft in quantity, so in a parade flyby they had the four existing manufacturing samples fly by, followed by a bunch of older aircraft, giving the four a chance to fly around in a circle and fly by again, giving the impression that the aircraft was in quantity production. People checking tail numbers or identification schemes might notice this but everyone else would buy the hoax. (I know the opposite happened, in a manner of speaking, with the TU-4 bomber, which was an identical copy of the B-29 Superfortress, based on Superfortresses the Soviets had acquired: the US knew they had three, and in a major parade observers saw the three fly by, and then while they were still in sight, a fourth flew by, at which point the US freaked because they realized the Soviets had a production line making bombers capable of reaching pretty much anywhere in America.)

      In a less militaristic use of serial numbers, people who own old higher-price equipment use serialization to estimate date of manufacture. In my case, I have an antique metal lathe and a few people who have owned them since they were new have posted the serial numbers and dates of purchase, allowing the rest of us to estimate by linear interpolation the date of manufacture of our lathes. A side-benefit of this is the ability to see if numbered or dated parts are original: the bearings in my lathe are stamped with manufacturing dates, and with the interpolated serial number date I can tell if they've been replaced.

      --
      Nostalgia's not what it used to be.
    9. Re:Same method used for Soviet Bombers by Anonymous Coward · · Score: 0

      they *were* u-2 aircraft, Gary powers was shot down in one.

    10. Re:Same method used for Soviet Bombers by LWATCDR · · Score: 1

      Umm. duhh... That is why I said if the pictures where from a U2 it would be more likely!
      Actually a lot of photo recon pictures are taken at an oblique angle. If for no other reason then you don't have to fly over the target. Of course you can often get a lot more data from the side.

      Wow don't people every read the entire post! What I said was that it was impossible to read tail numbers from an early spy sat! I then said that it was possibile from a U2 airplane!
      Good FREAKING heavens READ PEOPLE!

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    11. Re:Same method used for Soviet Bombers by Anonymous Coward · · Score: 0

      Yep, look at these names.

      http://www.teamb.com/list

    12. Re:Same method used for Soviet Bombers by Anonymous Coward · · Score: 0

      Why do you assume that satellites look straight down?

    13. Re:Same method used for Soviet Bombers by Anonymous Coward · · Score: 0

      I want to read that! Where can I?

      Thanks!

    14. Re:Same method used for Soviet Bombers by Anonymous Coward · · Score: 0

      You missed the most obvious part.

      The first satellite was only launched in 1957. I did some googling, and it seems the first US spy satellites only became operational in 1960.

    15. Re:Same method used for Soviet Bombers by LWATCDR · · Score: 1

      True but the author didn't give a date for when this happened. He only said that in the 1950s the CIA was a junior partner no when they became a major player.
      That is why I said that the first satellites where late 1950s tech. If it went operation in the early 60s development would have to start in the mid to late 50s.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    16. Re:Same method used for Soviet Bombers by LWATCDR · · Score: 1

      I didn't.
      What I said was that using the tech available in the late 1950s that slant range would be too great to read tail numbers. Of you look from an angle you are looking farther. A good deal farther than straight down.
      A modern imaging satellite would probably not have any problem but a 1960s Corona?
      You can look at Corona data online and see for your self that reading tail numbers just wasn't going to happen.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  15. Re:Note for world domination: encrypt serial no.'s by fuzzyfuzzyfungus · · Score: 1

    Probably best to hash them.

    That way, you don't need any particularly privileged crypto keys floating around(only the plaintext serials, and each one of them only reveals one hashed serial) and a logistics officer in possession of a plaintext serial can trivially generate the hashed serial and verify it against a piece of hardware. People below a certain security level can just be handed the hashed serials for the stuff they are supposed to keep track of, thus preventing large lists of plaintext serials from floating around in questionably secure locations or hands.

  16. Seal Team 6 by gratuitous_arp · · Score: 0, Redundant

    Reminds me of the Seal Team 6 story. The US Navy made a Seal Team 1 and 2, then skipped up to 6 -- to make it seem like there was a total of 6 teams, when there were really only 3.

    1. Re:Seal Team 6 by SnarfQuest · · Score: 1

      Reminds me of the Seal Team 6 story. The US Navy made a Seal Team 1 and 2, then skipped up to 6

      Are you sure that they really skipped those other teams, or are they hiding the fact that they created them, then forgot where they were? There sould still be members of seal team 4 sitting in some long forgotten bunker, wondering when they'll get their next pay check.

      --
      Who would win this election: Andrew Weiner vs Andrew Weiner's weiner.
    2. Re:Seal Team 6 by Captain+Hook · · Score: 1

      They should attach those whistle responder keyrings to the seal members, I find them useful when I lose my keys.

      --
      These comments are my personal opinions and do not necessarily reflect the opinions of the other voices in my head.
  17. Dangerous Assumption by Jonathan_S · · Score: 0

    This all rests on the assumption that the Germans were logical and used a predictable sequential serial number scheme. If they hadn't you'd have potentially gotten some very wrong answers out of this exercise in statistics.

    Of course the truly dangerous thing would be to have plausibly wrong answers, not wildly wrong ones. You can discount a finding that they produce 4 tanks a month or that they produce 50,000. But 120 or 700 could be plausible enough to be accepted and then lead to miscalculations from basis.

    1. Re:Dangerous Assumption by Anonymous Coward · · Score: 0

      This all rests on the assumption that the Germans were logical and used a predictable sequential serial number scheme.

      They were Germans. I'm pretty sure we can safely assume the Germans were logical and fastidious. It's kind of what they do.

      And, if some of their cars and heavy machinery are any indication, it's not something I'd suggest changing any time soon since they're getting the desired results.

    2. Re:Dangerous Assumption by bickerdyke · · Score: 1

      Well... that notion about germans beeing gründlich has to come from somewhere....

      --
      bickerdyke
    3. Re:Dangerous Assumption by h4rr4r · · Score: 2, Insightful

      They were Germans. Case settled.

      To this day German castles are restored to what they looked like in what ever year they want them to look like because they recored the location of every thing and number all the artworks and other items.

    4. Re:Dangerous Assumption by sznupi · · Score: 1

      It was quite typical for their excessive Ordnung to come bite them in the ass, in that war.

      Another example: carefully chosen, way too descriptive (using characteristics from germanic mythology) codenames. Or one joke, AFAIK circling among the polish resistance, about how it was possible for a black man with a Panzerfaust to enter the chancellory of the Reich - if only he had proper papers (yes, a joke, but surely grounded in something). Or making sure the postal services will deliver, despite the circumstances.

      Heck, one german soldier helped my grandmother to carry down, from a train, the stroller with my aunt. Well, it was the proper thing to do, I guess. Plus it was quite heavy. Contraband in the form of half pig probably contributing (though to be fair, from his comment it would seem it was also a deliberate neglecting of the war effort on his part / he knew what was going on)

      --
      One that hath name thou can not otter
    5. Re:Dangerous Assumption by DrVomact · · Score: 1

      Heck, one german soldier helped my grandmother to carry down, from a train, the stroller with my aunt. Well, it was the proper thing to do, I guess. Plus it was quite heavy. Contraband in the form of half pig probably contributing (though to be fair, from his comment it would seem it was also a deliberate neglecting of the war effort on his part / he knew what was going on)

      Of course, and he was doing the same thing. German soldiers coming home from leave generally tended to bring along the odd goose, brace of chickens, sausages, or whatever else the black market would yield. Food rationing for German civilians was very tight toward the end of the war. The last thing he would want to do was draw the attention of the Feldjäger (military police). I know it's true...my grandmother told me so.

      --
      Great men are almost always bad men--Lord Acton's Corollary
  18. Nothing very new in this - Verdun by Kupfernigk · · Score: 4, Interesting

    It can work backwards. At the Battle of Verdun in WW1, Petain (who only became an anti-hero in WW2) rotated French regiments through the Verdun front (a system called noria) so that whole regiments would not be destroyed. The Germans left their troops in battle till all were killed. From captured French uniforms and the number of regiments recorded, they greatly over-estimated the size of the French defense.

    --
    From scarped cliff or quarried stone she cries "A thousand types are gone, I care for nothing, no not one."
    1. Re:Nothing very new in this - Verdun by martin-boundary · · Score: 1

      FYI: The noria system was invented by the General Doumenc.

    2. Re:Nothing very new in this - Verdun by cjunca · · Score: 1

      With a working link : Aimé Doumenc

    3. Re:Nothing very new in this - Verdun by martin-boundary · · Score: 1

      Thanks, my bad.

  19. Re:what about by Anonymous Coward · · Score: 0

    "Those are my lucky numbers."
    Ira Goldenberg,
    Lottery Winner 1993

  20. Off By One Error and Power of Two by PatPending · · Score: 1

    They used it to estimate that the Germans produced 255 tanks per month between the summer of 1940 and the fall of 1942. Turns out the serial-number methodology was spot on. After the war, internal German data put der Führer's production at 256 tanks per month -- one more than the estimate.

    It's comforting to realize I'm not the only one plagued by off-by-one errors!

    And what's with the power-of-two number--Numerology or what?

    --
    What one fool can do, another can. (Ancient Simian Proverb)
    1. Re:Off By One Error and Power of Two by h4rr4r · · Score: 1

      I am just amazed one single methhead was able to make over 200 tanks a month. I would have thought they had some lackeys to do that sort of work.

    2. Re:Off By One Error and Power of Two by guruevi · · Score: 1

      Nah, they recorded these data on punch cards. However they quickly noticed the buffer overflow created by using only 8 bits.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    3. Re:Off By One Error and Power of Two by geekoid · · Score: 2, Interesting

      What was the number of the first tank? zero, or one?

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    4. Re:Off By One Error and Power of Two by bigrockpeltr · · Score: 1

      maybe they started counting from 0

      --
      $ unzip, strip, touch, finger, grep, mount, fsck, more, yes,fsck,fsck,fsck,umount, sleep
  21. Re:Note for world domination: encrypt serial no.'s by bragr · · Score: 5, Funny

    I am implementing this at my factory. In fact, tanks c4ca4238a0b923820dcc509a6f75849b, c81e728d9d4c2f636f067f89cc14862c, eccbc87e4b5ce2fe28308fd9f2a7baf3, a87ff679a2f3e71d9181a67b7542122c, and e4da3b7fbbce2345d7772b0674a318d5 just rolled off of the the assembly line.

  22. Re:Note for world domination: encrypt serial no.'s by by+(1706743) · · Score: 3, Insightful

    Actually, I think the best course of action would be to stamp false serial numbers / easy-to-decrypt serial numbers. Giving the enemy false information is likely better than none at all.

    Of course, I guess that means the "real" serial numbers will have to be encrypted...

  23. dungeons and dragons - chainmail rules by Anonymous Coward · · Score: 0

    and just where do you think it all began

  24. Re:Note for world domination: encrypt serial no.'s by tool462 · · Score: 5, Funny

    Reminds me of the prank where you release 3 goats with the numbers 1, 2 and 4 on them and watch while everybody searches for the one with the number 3 on it.

  25. Spycatcher by Anonymous Coward · · Score: 1, Interesting

    Meanwhile in "Spy Catcher", Peter Wright explains how they put numbers 1, 3, 7, 8, etc. onto their bugging wires in an embassy, just for the psychological effect on anyone who found them all and would tear the building apart looking for the missing numbered wires

    1. Re:Spycatcher by 93+Escort+Wagon · · Score: 1

      Meanwhile in "Spy Catcher", Peter Wright explains how they put numbers 1, 3, 7, 8, etc. onto their bugging wires in an embassy, just for the psychological effect on anyone who found them all and would tear the building apart looking for the missing numbered wires

      Now if you really want to mess with their heads, label one of the wires with the infinity symbol.

      --
      #DeleteChrome
  26. 256 tanks per turn? Impossible! by xxxJonBoyxxx · · Score: 3, Funny

    256 tanks per turn? Impossible! That would take a regular supply of 1280 IPCs...

  27. Why not inflate your numbers? by Tekfactory · · Score: 1

    Or do what the leader of Seal Team Six did.

    Supposedly he named the team 6 to create the false impression there were 6 seal teams when the number was less.

    So couldn't you just inflate the numbers of your World Dominating machines... heck the first 6 digits could be a model number or something.

    1. Re:Why not inflate your numbers? by MonsterTrimble · · Score: 1

      Or do what the leader of Seal Team Six did.

      That would be Richard Marcinko and explains it all rather well in his book 'Rogue Warrior'.

      --
      I call it 'The Aristocrats'
  28. Re:Note for world domination: encrypt serial no.'s by DaveSwan · · Score: 1

    Haha, a very good point, the code breakers probably had their hands full with the enigma machine at the time too!

  29. Germany couldn't produce many tanks by Anonymous Coward · · Score: 0

    The number of Sherman tanks alone that the US produced was double the whole Axis tank output for the entire war. Even though the Shermans were no match for German tanks (guns too small, armor too weak), it didn't matter because we had so many. It was kind of like the Liberty ships -- they were easily sunk, but Germany didn't have enough U-boats to sink them all.

    dom

    1. Re:Germany couldn't produce many tanks by h4rr4r · · Score: 1

      Right on the tanks, wrong on the ships. Had the subs not been moved England would have at the very least been in much worse condition.

    2. Re:Germany couldn't produce many tanks by PitaBred · · Score: 1

      kekekekekekekekeke zergling rush?

    3. Re:Germany couldn't produce many tanks by jeremyp · · Score: 1

      It mattered to the men inside the tanks that the Germans liked to call Tommy Cookers.

      --
      All I want is a secure system where it's easy to do anything I want. Is that too much to ask ~~ Randall Munroe
  30. The Germans don't have "Tanks" by allcoolnameswheretak · · Score: 1

    They have "Panzers". Know the difference between your Civilizations. Yeesh!

    1. Re:The Germans don't have "Tanks" by sourcerror · · Score: 1

      Yeah, it's not soap, it's Dove.

    2. Re:The Germans don't have "Tanks" by TheGothicGuardian · · Score: 1

      You may find that your skin is cleaner if you stop rubbing a bird all over yourself.

  31. Why should Godwyn apply...? by Anonymous Coward · · Score: 0

    Neighter in the summary nor in the article there was any mentioning of naz...(*ç/%()=/ç*/ç(")*/"()*/"()

    NO CARRIER

    1. Re:Why should Godwyn apply...? by blair1q · · Score: 2, Funny

      NO CARRIER

      Yup. That's the Nazis in WW2 alright.

  32. Can US win a future war like it did in WW II? by 140Mandak262Jamuna · · Score: 1
    On the arms production side, USA was able to convert so many auto factories into tank factories and airplane factories. Allies had breakthroughs in cryptography. The Generals were at least listening to the statisticians. Or at least the quants were able to get their idea up the chain of command. And people bought war bonds and planted victory gardens.

    Now we are fighting two wars (Afghanistan and Pakistan). Even that is proving to be a handful. Can USA stand up to a mighty enemy likes of WW II Germany or Japan?

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    1. Re:Can US win a future war like it did in WW II? by alen · · Score: 1

      it takes so long to produce a tank that you have to have everything ready and made before you go to war

    2. Re:Can US win a future war like it did in WW II? by sourcerror · · Score: 1

      Afghanistan doesn't threaten the existence of US, therefore you can't beat them. Just like Vietnam.

    3. Re:Can US win a future war like it did in WW II? by h4rr4r · · Score: 1

      Totally different kind of War. No amount of production can win when you are wasting a million dollar missile on a guy, his camel and their tent.

      Bombing also fails in those regions, you cannot bomb people who have no infrastructure to lose in any effective manner. We are repeating the mistakes of Vietnam.

    4. Re:Can US win a future war like it did in WW II? by ErikZ · · Score: 1

      With a few hundred long range Nukes at the US's disposal, signs point to "Yes, easily.".

      --
      Democrats or Republicans. They are both taking us to the same place and they are not afraid of us anymore.
    5. Re:Can US win a future war like it did in WW II? by jandrese · · Score: 1

      One of the big reasons Iraq and Afghanistan are such a mess is because the US Army was still set up to fight Germany and Japan. They're two very different battles, and because the military is so large and lumbering, it takes a long time to retool to fight the war you're in. You would think they had learned after Vietnam, but it's a tough lesson and nobody likes to hear it.

      Maybe someone in the government will finally learn the lesson that fighting insurgencies is just not worth the effort and avoid any such battles in the future. Sure we'll get a lot of flak for sitting back while one ethnic group murders another yet again (Darfur, Sudan, etc...), but the alternative just isn't any better.

      --

      I read the internet for the articles.
    6. Re:Can US win a future war like it did in WW II? by Wyatt+Earp · · Score: 3, Informative

      The wars in Iraq (which is all but over for the US, good luck with that INA) and Afghanistan are very different from World War Two. If the US had fought Vietnam, Iraq or Afghanistan with the same disregard for civilian casualties and overwhelming firepower there wouldn't be a problem.

      Modern Mindset - Isolate Fallujah, tell the civilians to get out, then go house to house to secure the city with Marines and Army.

      World War Two Mindset - Mass on one side of Fallujah, carpet bomb the far side of the city for a couple days, then send infantry in supported by artillery while blowing blocks up, block by block until no one is left to resist. Or, firebomb the city with incendiaries, or bombard with artillery for days before going in, like Casino. Any one that flees, harass with airpower and/or chase down with armored cavalry units

      Right now if a shooting war broke out between the United States and today's Germany or today's Japan, it'd be no contest, although Japan has a better military right now, the US would win.

      The last time the US really went all out was the ground war to take Kuwait at the end of Desert Storm, and even that was just about 1/3rd of the total air and naval power and about 1/2 of the ground forces. The US military has become much more lethal in the 20 years since Desert Shield started.

    7. Re:Can US win a future war like it did in WW II? by maxwell+demon · · Score: 2, Insightful

      With just as many nukes pointing to the US, I'd not be so sure.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    8. Re:Can US win a future war like it did in WW II? by operagost · · Score: 1

      When did we invade Pakistan?

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    9. Re:Can US win a future war like it did in WW II? by lul_wat · · Score: 1

      Now we are fighting two wars (Afghanistan and Pakistan).

      Yes how is that war in Pakistan going?

      --
      Divide a cake by zero. Is it still a cake?
    10. Re:Can US win a future war like it did in WW II? by CrimsonAvenger · · Score: 1

      One of the big reasons Iraq and Afghanistan are such a mess is because the US Army was still set up to fight Germany and Japan.

      One of the big reasons Iraq and Afghanistan are such messes is that the American public isn't willing to put up with our soldiers actually killing people.

      Note that in WW2 we bombed factories, cities, that sort of thing. We killed the best part of half a million people firebombing Tokyo, for instance. Public reaction? "Do it again!"

      Now, we get vilified if we wound someone who isn't actually shooting at us at the moment he was wounded.

      Different Rules of Engagement...if we'd fought Germany and Japan under current ROE, they'd own the world....

      --

      "I do not agree with what you say, but I will defend to the death your right to say it"
    11. Re:Can US win a future war like it did in WW II? by cynyr · · Score: 1

      Hmm last time i checked only the senate has the power to declare war, and has not done so since WWII (there may have been one since then).

      As for your question, a modern war won't be fought in the same style as WWII at all. The reason we are having such trouble in the middle east is that the eneamy is a loosely organized groups of a few people. Each with a similar goal. They are typically lead by a smart individual. So even though it's a professional army vs several groups of 5 guys, every once and a while they get lucky.

      to use a DnD 3.x analogy, out of a horde of goblins, one of them will roll a double nat 20 every so often, better hope he doesn't have a vorpal sword...

      --
      All of the above was encrypted with a Quad ROT-13 method. Unauthorized decryption is in violation of the DMCA.
    12. Re:Can US win a future war like it did in WW II? by jandrese · · Score: 3, Interesting

      That's the thing though. We were fighting Germany and Japan. We're not fighting Afghanistan, we're fighting Al Qaeda. If you firebomb cities in Afghanistan, you're mostly destroying your allies. It's an entirely different sort of war. It's a war you don't want to fight because it's almost impossible not to make a huge mess and accomplish nothing.

      If North Korea decides to invade South Korea, that's the sort of war we can fight. One with a clear goal and somebody who has the kind of authority needed to stop hostilities once you negotiate a peace (even if it's unconditional surrender). You can't do that with insurgencies, because there is nobody in charge and they're run more like criminal gangs than actual armies.

      --

      I read the internet for the articles.
    13. Re:Can US win a future war like it did in WW II? by blair1q · · Score: 1

      The thing about million-dollar missiles is they get cheaper once you stop developing them and start using them. That is, unless you cocked up the contract negotiations, but it's illegal to do such a thing any more. Ever since TINA, the government pays the cost and a little vig.

      Now the profit is in selling things that need lots and lots of development, or have no plan to ever leave development.

    14. Re:Can US win a future war like it did in WW II? by blair1q · · Score: 1

      The only way to win that game is not to play.

    15. Re:Can US win a future war like it did in WW II? by blair1q · · Score: 1

      Uh, no.

      The U.S. was fully set up to fight Russia and China from Germany and Japan.

      There were conventional components resembling slightly the logistics and tactics of WW2, but 95% of the military had been through Korea and Viet Nam and the Cold War and learned quite a bit about varied battle scenarios.

      Afghanistan was a cake-walk, in a way that left the people conning it unsatisfied, so they decided to use the leftover warlike political climate to accomplish their original goal of taking Iraq for no other reason than they had a loaded weapon and nobody serious to shoot with it. But to do that, they neglected to make sure Afghanistan was really dead, and they underestimated the ability of the Iraqis to detect that they were being attacked for illegal and irrational reasons with which they did not agree. They also underestimated the world's ability to see the same thing, and threw away all the moral authority that both helps you win the battle and institute the peace. The result is that Iraq created more "terrorists" than ever existed before, and caused a backfiring of the effort in Afghanistan.

      Lesson for future commanders in chief: when you know have capability but not reason, don't kill people.

    16. Re:Can US win a future war like it did in WW II? by timeOday · · Score: 1

      Ah the good old days, when 60 million people were killed in 5 years. I pine for those special times too. If only more people would subscribe to your newsletter.

    17. Re:Can US win a future war like it did in WW II? by Anonymous Coward · · Score: 0

      No they can't. In all their weapons they use technology from German or Japan. However, these countries wouldn't be able to do so as well. And the war in Afghanistan is not a war against an mighty enemy it is a war against people.

    18. Re:Can US win a future war like it did in WW II? by Anonymous Coward · · Score: 0

      It's funny how there have been SO many videos on the news showing the US troops in Iraq and Afghanistan engaging in WWII military tactics, rather than modern tactics.

    19. Re:Can US win a future war like it did in WW II? by AK+Marc · · Score: 1

      It only took a few months before the number of dead terrorists in Iraq exceeded the number of terrorists in the world at the start of the war, and there was a growing, not shrinking resistance. Either the number of terrorists was way off, or the war generated terrorists faster than we could kill them, such that if the goal was to minimize the effect of terrorists, we should have unconditionally surrendered after the third month when we figured it out.

    20. Re:Can US win a future war like it did in WW II? by sempir · · Score: 1

      "With a few hundred long range Nukes at the US's disposal, signs point to "Yes, easily.". As the last light on Earth flickered and went out Norman sighed and said "I suppose one could chalk that up as another win"

      --
      A closed mouth gathers no foot.
    21. Re:Can US win a future war like it did in WW II? by guacamole · · Score: 1

      PS: I think your concern should probably apply more to UK and other European countries, which slashed their military budgets based on assumptions that Western European warfare is a thing of the past, and the Soviet Union is no longer foe. Their "military" capability is reduced to delivering humanitarian supplies to places like Haiti and peacekeeping operations (it's assumed that US will do the fighting from now on). Just look at UK. They can't even afford to have two aircraft carriers. If there is anyone who is still in position to wage a war on the scale of WWII it's clearly US, and China will be getting there some time in this century too. And Russia is paper giant, with a 1 million armed force, out of which at best a quarter can get themselves out of their barracks.

  33. Houses too by mccalli · · Score: 3, Interesting

    My dad drove a tank in WWII. I believe one of the Churchills but I'm no war historian and I'm happy to be shown otherwise. He was in the Normandy landings and eventually in the invasion of Berlin too.

    Thing is, the German tanks had bigger guns and longer ranges - significantly longer. There was apparently a speed advantage to the British tank (I'm going by what I was told, again I'm not a WWII-buff by any means) though, so what they used to do was lure the German tank into a village, then drive round back of them. The German guns were so big they couldn't turn them in in a normal street with buildings on either side whereas the smaller British tank certainly could. Not sure this was by design, but they took any advantage they could of course and I'm told that this trick was used by my dad a number of times.

    Cheers,
    Ian

    1. Re:Houses too by psergiu · · Score: 3, Funny

      http://www.imdb.com/title/tt0065938/

      Is your dad's name Sgt. Oddball ? :)

      --
      1% APY, No fees, Online Bank https://captl1.co/2uIErYq Don't let your $$$ sit in a no-interest acct.
    2. Re:Houses too by Anonymous Coward · · Score: 0

      Normandy landings was a joint US British operation. Battle of Berlin was a Soviet operation that culminated in capture of Berlin . Either you dad was serving in two armies simultaneously, or you are lying.

      A.
       

    3. Re:Houses too by david_thornley · · Score: 3, Interesting

      I am a WWII buff.

      If your dad drove a tank that was faster than German tanks, it probably wasn't a Churchill. Could it have been a Cromwell? Those also showed up in Normandy, were still in service at the end of the war, and were pretty fast.

      The tactic you describe was used against the bigger German tanks, as the ones the size of most Allied tanks didn't have especially long guns. He probably used it the most in the Normandy fighting, as that's when the Germans concentrated heavily against the British and Canadian armies.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    4. Re:Houses too by Anonymous Coward · · Score: 0

      wow, he drove tanks for the western allies AND the red army? impressive. i thought you could only do that in imaginary stuff like C&C.

    5. Re:Houses too by Anonymous Coward · · Score: 0

      My dad drove a tank in WWII. I believe one of the Churchills but I'm no war historian and I'm happy to be shown otherwise. He was in the Normandy landings and eventually in the invasion of Berlin too.

      Thing is, the German tanks had bigger guns and longer ranges - significantly longer. There was apparently a speed advantage to the British tank (I'm going by what I was told, again I'm not a WWII-buff by any means) though, so what they used to do was lure the German tank into a village, then drive round back of them. The German guns were so big they couldn't turn them in in a normal street with buildings on either side whereas the smaller British tank certainly could. Not sure this was by design, but they took any advantage they could of course and I'm told that this trick was used by my dad a number of times.

      Cheers,

      Ian

      First of all, there was no British Invasion of Berlin. The Soviets overran the entire city and some parts west of it where they met the advancing allied forces.

      Secondly, you're drawing too much from Saving Private Ryan for your narrative. Only the most stupid commander would allow his PzKpfw VI (Tiger) platoon to be "lured" into a town with confining spaces by enemy armor. The Tiger engages allied armor at 2km or more and loses the advantage of its gun and armor when it drives straight into town ala Saving Private Ryan. I'm not saying it doesn't happen, but if it does it is a rarity.

    6. Re:Houses too by mccalli · · Score: 3, Informative

      Ah, here come the armchair heroes who've played some WWII game and think they know everything. Clearly you're right - I'm lying. Obviously I have massive amounts to gain from lying on Slashdot about my dad's achievements.

      Bluntly, you are being daft. Did you not notice the language I couched it in? I'm no WWII expert and don't intend to be one, I'm recounting stories I was told as a kid by my dad. There'll be people who know more than me about this and will correct me - 'lying' doesn't begin to come into it.

      Here's my dad guarding Belson, by the way. Picture 1 and Picture 2. They were one of the first forces into the area - please let me know when you've achieved a tenth as much.

      Anyway, that link shows my dad to have been in the 11th Armoured Division. It seems you're right - not Berlin, but Lubeck and Neustadt. So yes, turns out I'm inaccurate. But lying? No.

      Cheers,
      Ian

    7. Re:Houses too by mccalli · · Score: 1

      Thanks. Having done some reading just now it seems my dad was in the 11th Armoured Division - does that help narrow it down? I'm genuinely curious.

      Cheers,
      Ian

    8. Re:Houses too by mccalli · · Score: 2, Informative

      You're right - Cromwell. Have just looked it up. Mentions the Mk IV used by the 11th Armoured. Thanks again.

      Cheers,
      Ian

    9. Re:Houses too by Anonymous Coward · · Score: 0

      Your father fought in the Normandy landings - so he apparently was a soldier of the western allies - and later invaded Berlin? Berlin was taken solely by the Russian army ... American and British troops conquered western Germany and met the Russians at the river Elbe (see "Elbe Day").

      Both my grandfathers fought in WW2 on the wrong side (i.e. Nazi-Germany). :-(
      Allied tanks were no match against their German counterparts but that was not a big problem because America and Britain had air superiority by that time (in numbers) whereas the Russians relied more on their ground force and therefore fielded more powerful tanks (comparable to the German force at the end of the war - though way outnumbering them).
      The only way for (regular) American or British tanks to destroy the heavier German tanks was to try to penetrate the weaker rear armour. But to accomplish that was very difficult, especially since the German army was mostly on the defensive after the Normandy invasion and could utilize (hidden) defensive positions.
      So the second part of your grandpa's story seems at least plausible. ;-)

      By the way: one grandpa told me that fighting against the Russians was way more brutal than against the enemy from the west and exhausted troops from the eastern front were often send to the western front. Soviet and Nazi soldiers were slaughtering each other and even when someone was captured that just meant he would probably die later from mistreatment.
      Getting captured by French troops though was worse for German soldiers than by the British. Many French soldiers treated Germans not according to the Geneva Conventions, I guess because they - like the Russians although not as much - suffered under German occupation.

      One of the lessons for me from that part of history is that it is important to respect the dignity of even your 'worst enemy'.
      Do not torture or mistreat captured fighters. Ever.

    10. Re:Houses too by PatPending · · Score: 1

      Is your dad's name Sgt. Oddball ? :)

      Any relation to Oddjob?

      --
      What one fool can do, another can. (Ancient Simian Proverb)
    11. Re:Houses too by Mana+Mana · · Score: 1

      > they used to do was lure the German tank into a village, then drive round back of them.
      > The German guns were so big they couldn't turn them in in a normal street with buildings
      > on either side whereas the smaller [...] tank certainly could.

      Yeah, I saw Kelly's Heroes too.

    12. Re:Houses too by Anonymous Coward · · Score: 0

      I am a Company of Heroes buff.

      I know that what you say is true. It is how i beat the Panzer Elite faction every time.

    13. Re:Houses too by johnos · · Score: 1

      A friend's father commanded a company of Canadan Tanks in Italy 1943 - 44. He had a great story of Tiger hunting in small Italian hill towns. br> First, the rule of thumb was 5 Shermans against 1 Tiger. Any decent shot from a Tiger would turn a Sherman into a smoldering wreck.
      Once they had found the tank (usually fingered by intel), they'd enter the town from different directions
      The key the whole deal was figuring out where the Tiger was before they figured out they were being hunted
      The tanks would then separate into one group of three and another of two.
      The group of three was supposed to drive around fire the odd shot, and back the Tiger into a wall
      As the Allies had no weapons that could destroy the front and side Armour of a Tigers, this was a logical move for the Germans
      Over the radios, the three tanks would let the other two tanks where the tiger was. They would sneak around the back of the tiger and line up side-by side with apartment buildings between them and the Tiger. The first tank shot a hole in the wall, hopefully revealing the back of the tiger. The other tank would be ready to fire a fatal shot at the back of the tiger.
      Highly skilled, highly dangerous, and very lucky if it works.

    14. Re:Houses too by Anonymous Coward · · Score: 0

      Well, the 75L71 on the late model Pz-IV tanks and the Panthers always seemed to be quite long, even compared to the 76L54 on the Sherman 76s and the 17 lb-ers for the fireflies. And, the long 88 on the King Tiger and JagdTiger was also ridiculous for city fighting. Granted, those tiger variants weren't all that common at Normandy.

      His dad may have started off in the Churchill, but, if it was a tank known for any kind of speed from the brits, and it was in northern europe, and it wasn't the comet, then it almost has to be the Cromwell by then.

    15. Re:Houses too by LWATCDR · · Score: 1

      If you father is still alive give him a thanks for me.
      My Uncle served in WWII as well as a tanker. He was reported killed in action twice and had a terrible scar on his wrist from where his watch branded him. His tank caught fire and his watch got that hot that it burned a watch shaped scare on his Arm.
      He was much older than my mother like 20 years old. After the war he came home and worked to build a modern hospital in our small town. I was born in that Hospital and when they replaced that one they named a wing for him.
      The thing is that he was the kindest and most gentle man I ever knew.
      Of course he was as you put it a Yank.
      I do miss him. He died way back in 82 when I was in high school.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    16. Re:Houses too by kryliss · · Score: 1

      Another note: American tanks were built so the "Common Farm Boy" could fix them, so pretty much almost all of the guys in the tank "fire team" could fix most or all of the tank's mechanical problems.. The Germans built very technical tanks that required "Special Mechanics" to fix. The Germans used to think that every soldier was a mechanic and they couldn't understand how we could train everyone of them to fix a tank... Basically they built tanks like they built tractors.. easy for the farm boy to work on.

      --
      --- If the bible proves the existence of God, then Superman comics prove the existence of Superman.
    17. Re:Houses too by mccalli · · Score: 1

      Hi - hope you get this, saw your reply a bit late.

      Thanks for that. My dad died last year, in his sleep and surrounded by all his family (including me). Couldn't have scripted a better ending. Like your uncle, he did a lot of work afterwards for his community - starting and running a youth club for instance, to help out with kids who had little to do.

      He didn't talk that much about what really went on. I have some stories, but it was only when we went through his things that we realised he'd kept things like the Eisenhower letter from before the landings. He did describe Belsen, which they simply couldn't believe when they saw it. People like your Uncle and my dad - they had a tough time of it, and we owe them a lot.

      Cheers,
      Ian

    18. Re:Houses too by LWATCDR · · Score: 1

      My uncle died of lung cancer and never smoked a day in his life. I believe that it was from the asbestos they liked the tanks with back then.
      His end was not as well scripted as you fathers. I am sure that my high school dean was shocked at my reaction when they told me. I was actually relived because he and my mother and aunt had all been suffering so long.
      One has to wonder at them. When I was 19 and 20 all I cared about was beer and girls. My life was so easy compared to that time.

      For us we get to have the gift of knowing great men. Funny thing is that maybe 66 years ago your father and my Uncle Charlie might have sat in a pub together having a pint, or your father might have been one of the solders that helped him after his tank got hit. Yes my uncle also helped to liberate one of the camps. He would never talk about it. My aunt later told me that after the war he went to church every Sunday. She told me that after the war he told her that he knew that there must be a devil.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  34. Syhra's Law: by Syhra · · Score: 1

    As an online discussion grows longer, the probability of a comparison involving Nazis or Hitler approaches 1. However, the moment Godwin's Law is mentioned, the probability equals 1.

    1. Re:Syhra's Law: by blair1q · · Score: 1

      The Nazis never knew about Godwin's law, but they must have violated it constantly.

    2. Re:Syhra's Law: by idontgno · · Score: 1
      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
  35. Re:Note for world domination: encrypt serial no.'s by demonlapin · · Score: 2, Interesting

    Hell, if Hitler had just had better weather there's a good chance you'd all be speaking German right now. Those of you that survived, that is.

  36. Really? by Kupfernigk · · Score: 1
    The Russians discovered the fallacy in that argument in 1941. Fortunately (for us in Europe) they had the T34. As for the Liberty Ships, I think you need to be introduced to the work of some Polish mathematicians, Alan Turing and Hut 6 for a more nuanced view.

    Even in 1945, the Allied advance was often held up for long periods by children with Panzerfausts. Militarily, the Sherman (and the British Churchill) were terrible mistakes.

    --
    From scarped cliff or quarried stone she cries "A thousand types are gone, I care for nothing, no not one."
    1. Re:Really? by sznupi · · Score: 1

      Fortunately (for us in Europe) they had the T34.

      Well, for part of Europe... (yes, they were ultimately much lesser evil, but that's not too great of a consolation)
      Still, worth remembering of course how T34 was not only numerous, but also probably the best tank of the war.

      --
      One that hath name thou can not otter
    2. Re:Really? by couchslug · · Score: 1

      "Militarily, the Sherman (and the British Churchill) were terrible mistakes."

      No. They fit where heavier tanks wouldn't go, they were able to provide FIRE SUPPORT where there would otherwise have been none, and the losses were acceptable.

      Panzerfaust-sized weapons could break track on any tank, and killed plenty of Axis tanks. The moral there is we should have copied them instead of the producing the weak Bazooka.

      http://www.globalsecurity.org/military/systems/ground/bazooka-1.htm

      "James M. Gavin was a colonel in the 505th Parachute Infantry of the 82d Airborne Division when his troops first used bazookas in Sicily in 1943. Expressing the men's disappointment, he wrote: "As for the 82d Airborne Division, it did not get adequate antitank weapons until it began to capture the first German Panzerfausts. By the fall of 1944 we had truckloads of them. We also captured German instructions for their use, made translations, and conducted our own training with them. They were the best hand-carried antitank weapon of the war."

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
  37. Re:what about by denzacar · · Score: 1

    analyzing the tatooed numbers on holocaust's survivors' arms to determine how many actually got killed?

    Unlike tanks, not all holocaust victims had serial numbers tattooed on their bodies.

    --
    Mit der Dummheit kämpfen Götter selbst vergebens
  38. Tanks, Planes and Supply Trucks by pipingguy · · Score: 1

    Much is said about the 5:1 tank ratio (Sherman:Panzer), which did have an impact for rapidly owning ground. Air superiority was the winner, as the Germans couldn't reliably resupply their own troops. Rocket attacks from the Typhoons (and other similarly-equipped planes) on German armoured columns laid waste to reinforcement efforts.

    1. Re:Tanks, Planes and Supply Trucks by Black+Parrot · · Score: 1

      Much is said about the 5:1 tank ratio (Sherman:Panzer), which did have an impact for rapidly owning ground. Air superiority was the winner, as the Germans couldn't reliably resupply their own troops. Rocket attacks from the Typhoons (and other similarly-equipped planes) on German armoured columns laid waste to reinforcement efforts.

      There was also that little problem called "The Soviet Union" in their rear, which required the attention of 2/3 of the German army even after June 1944.

      Supposedly during the 1930s a Soviet commission went to see Germany show off their fancy new Panzer force on drill, and after the show they applauded politely and then said, "Now show us your current tanks." Their designs were so far ahead of the Germans' that they refused to believe that they were seeing the actual state of the art for Germany.

      The Panther design was the result of the shock of encountering T-34s in 1941. The Germans considered just cloning a captured vehicle, but the air-cooled aluminum engine block was beyond their resources, so the came up with the Panther, which wasn't committed to battle until mid-1943 (and then somewhat prematurely - not all the bugs were out).

      And of course, according to Wikipedia the Soviets produced 9 T-34s for every Panther built.

      (Sorry, I can't remember which military writers I picked the other tidbits up from.)

      --
      Sheesh, evil *and* a jerk. -- Jade
  39. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    Ich spreche Deutsch jetzt, Sie unempfindlicher Erdklumpen.

  40. Re:Note for world domination: encrypt serial no.'s by Artifakt · · Score: 1

    Supposedly, there was an underground fibre optic install running between several of the Las Vegas casinos back in the 1980's, where every box junction and repeater had a serial number that fit some zany formula, i.e. for anything that really belonged in the system, the sum of the first and fourth digits was always twice the absolute value of the difference of the third and eighth digits. The system was used for something like sending pictures of suspected card counters and other cheats back and forth, and particularly sending pics of anyone you had just booted out of your casino to the others in the chain. Hardware got swapped out or altered frequently, as new casinos and hotels were added to the system. Someone supposedly treked through the storm drains and such every few months and, depending on the story, either looked for serial numbers that didn't fit the checksum system, or alternately, the grunt workers just wrote down all the serial numbers and turned the list in to someone who knew that the system was in place, as they weren't told about the checksum part. Once you stop using random serial numbers, there are lots of things you can do with selected ones.

    --
    Who is John Cabal?
  41. Re:Note for world domination: encrypt serial no.'s by MozeeToby · · Score: 1

    Then you just do the analysis twice, once calculating the upper estimate and once calculating a lower estimate. You increase the variance but don't really prevent the attack from working. To prevent the mathletes from doing the analysis at all you need to either encrypt it (in which case the crypto-letes move in) or use randomly generated serial numbers, which might get interesting using WWII technology with production spread out over a war torn continent.

  42. Re:Note for world domination: encrypt serial no.'s by fregaham · · Score: 2, Interesting

    I am implementing this at my factory. In fact, tanks c4ca4238a0b923820dcc509a6f75849b, c81e728d9d4c2f636f067f89cc14862c, eccbc87e4b5ce2fe28308fd9f2a7baf3, a87ff679a2f3e71d9181a67b7542122c, and e4da3b7fbbce2345d7772b0674a318d5 just rolled off of the the assembly line.

    You should at least use some salt if you just use md5 on those serial numbers... I could decode your serial numbers just by using publicly available reverse md5 lookup table...

  43. Re:256 tanks per turn? Impossible! by Anonymous Coward · · Score: 0

    Kudos for the Axis and Allies reference...

  44. Re:Note for world domination: encrypt serial no.'s by circletimessquare · · Score: 1

    no, no, no

    the prank is you release 3 sharks with the numbers 1, 2 and 4 on them and watch while everybody searches for the one with the number 3 on it...

    in all seriousness WHO THE BLEEP EVER HEARD OF THAT PRANK BEFORE

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  45. Re:Note for world domination: encrypt serial no.'s by Haxamanish · · Score: 1

    Also the first tank serial # should not be 1. Try something like 24370239.

    Hitler knew this trick: he was member number 555 of the DAP, the first member had number 501. When the DAP changed into the NSDAP, he became member number 1.

  46. Welcome to the nuclear age by Anonymous Coward · · Score: 0

    On the arms production side, USA was able to convert so many auto factories into tank factories and airplane factories. Allies had breakthroughs in cryptography. The Generals were at least listening to the statisticians. Or at least the quants were able to get their idea up the chain of command. And people bought war bonds and planted victory gardens.

    Now we are fighting two wars (Afghanistan and Pakistan). Even that is proving to be a handful. Can USA stand up to a mighty enemy likes of WW II Germany or Japan?

    Did you miss the whole cold war? Lucky you.

    Basically, the USA figured out the whole nuclear weapon thing back in the mid-1940s, and pretty much everyone else figured it out shortly afterward. From this came the doctrine of Mutually Assured Destruction.

    Tactically, this means that the only wars that will be fought from now on will be asymmetrical, or between developing powers. A war between any two "mighty enemies" will end in the death of us all.

  47. Re:Note for world domination: encrypt serial no.'s by SnarfQuest · · Score: 1

    But, I have always called them minion 1, minion 2, etc. Ok, so 2 is the largest I ever got to, but you can't defy tradition. It's traditional, you know.

    --
    Who would win this election: Andrew Weiner vs Andrew Weiner's weiner.
  48. Meth by Robotron23 · · Score: 4, Interesting

    I read the title as 'Meth':

    For once a misreading made perfect sense in the summary title's context: use of amphetamines throughout World War II on land and air personnel is well-documented. There's a phrase one hears infrequently that amphetamines 'won the Battle of Britain' - fending off constant attack from the Luftwaffe made necessary the use of stimulants as hiring and training a new pilot took too long. Whether it really did tip the scales in that battle we'll never know. As one would expect abuse orose within both Allied and Axis forces, and the spike in use persisted after the war. The Vietnam conflict saw American troops use methamphetamine very widely, and today the drug is popular amongst the poor as a relatively inexpensive stimulant.

    If there's anything that isn't widely known by the public and merits publicizing it's history of drugs such as this in the context of 20th century events like warfare. What laid ground for a forerunner to the modern drugs situation to me represents a phenomena of greater gravity than the serial numbers of tanks which one would expect would be used simply through using good old oxymoronic common sense.

    Presently there's a drug by the name of 'Modafinil' which mimics amphetamine but removes almost entirely the euphoric element and much of the crash that accompanies sudden cessation. It has been around for a number of years, and sees much use in modern conflicts. It also has much off-label use, and has even been used by astronauts to cope with heavy exercise regimens.

    1. Re:Meth by Toze · · Score: 1

      Wiki article on Modnafil, also known as Provigil. Man, that sounds like a barely-legal substance I could really get behind.

      --
      No OS on the planet can protect itself from a user with the admin password. - Yvan256
    2. Re:Meth by Anonymous Coward · · Score: 0

      AC for obvious reasons, and I don't mean to flame you or anything, but "Modafinil" does NOT mimic amphetamines in the least. How do I know? Because I used meth heavily and regularly for about a year in my late teens, and tried modafinil not long ago, went through a box of it, and the effects of Modafinil are NOTHING even remotely similar to those of meth. Not in the least. The reason I tried Modafinil in the first place is because my reading into it led me to conclude it was not even similar to meth (God forbid! I get a SHIVER up my spine at the mere mention of the stuff - yuck!)

      Just giving you some first hand info. Might be anecdotal, but you can bet that if the two had similar effects it would be widely known.

    3. Re:Meth by RMH101 · · Score: 1

      Never done meth, but in my youth I've done speed. Tried Modafinil a year or two back. Best way i can describe it is "speed for the brain, not the body". Absolutely no physical buzz, no heightened heart rate or signs of physical arousal. The brain? Felt stimulated - alert, awake, able to concentrate (and I was very tired at the time after birth of our 2nd child, hence the Modafinil test!). Advised a dose first thing, and another at lunchtime. Without the 2nd dose I felt like crap after lunch - sleepy, tired, headaches. The stuff *does* work.

    4. Re:Meth by gl4ss · · Score: 1

      1954 football world cup done with meth.

      http://uk.eurosport.yahoo.com/27102010/2/germany-54-world-cup-win-drug-tainted-study.html

      anyways, prior to ww2 they weren't labelled as "drugs", but rather "medicine" in most of the world, in early 1900's everything you had managed to buy was basically up for using as you wished.

      in finnish there's distinct words for medical use and then for the bad kind of for fun drugs - even though they overlap quite a bit(70 years ago being in flu apparently wasn't so bad.. heroin was used commonly to fight the symptoms).

      --
      world was created 5 seconds before this post as it is.
  49. They certainly didn't use grammar... by multimediavt · · Score: 1

    This an article about how the allies where able to estimate the number of German Tanks produced based on the Serial Numbers of the Tanks. Neat!. Godwin does not apply.

    Seriously?!?! Is there an editor in the house? Try:

    This [is] an article about how the [Allies were] able to estimate the number of German Tanks produced based on the Serial Numbers of the Tanks. Neat!. Godwin does not apply.

    Geesh!

    1. Re:They certainly didn't use grammar... by burisch_research · · Score: 1

      This [is] an article about how the [Allies were] able to estimate the number of German Tanks produced based on the Serial Numbers of the Tanks. Neat!. Godwin does not apply.

      This [is] an article about how the [Allies were] able to estimate the number of German [tanks] produced based on the [serial numbers of the tanks]. Neat!. Godwin does not apply.

      FTFY

      PS I am a grammar Nazi, therefore Godwin is hereby invoked!

      --
      char*f="char*f=%c%s%c;main(){printf(f,34,f,34);}";main(){printf(f,34,f,34);}
  50. Re:Note for world domination: encrypt serial no.'s by bragr · · Score: 1

    Thats the point...

  51. Re:Note for world domination: encrypt serial no.'s by Chris+Burke · · Score: 4, Funny

    You mean the prank where you release 3 goats, and everyone just looks at you and says "Wow, sucks that your goats got loose. Good luck catching them," and then goes back to playing beach volleyball?

    --

    The enemies of Democracy are
  52. Re:Note for world domination: encrypt serial no.'s by houghi · · Score: 1

    # date +%s|md5sum

    --
    Don't fight for your country, if your country does not fight for you.
  53. Project Corona by Anonymous Coward · · Score: 1, Insightful

    1959 - still in "1950s".

    Though, it is probably more likely the GP is referring to U-2 photos.

  54. Stolen from wikipedia by Anonymous Coward · · Score: 0

    Article contains content copied verbatim from wikipedia.. http://en.wikipedia.org/wiki/German_tank_problem

    1. Re:Stolen from wikipedia by mbone · · Score: 1

      the article is 4 years old - sure that the copying didn't go the other way ?

  55. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    The statistics are straightforwardly extended to estimate both lower and upper bounds. Somewhere there was a post complaining about the concentration of tanks. If the lower bound estimates differ by geography then you could work out the tank distribution algorithm.

  56. Re:what about by grub · · Score: 1


    Kind of an odd thought, but did the Nazis use a fresh/sterilized tattoo needle for each prisoner?
    Not sure how concerned they were for the health of the prisoners.

    --
    Trolling is a art,
  57. U-boat numbers by david_thornley · · Score: 1

    Meanwhile, the Germans assigned numbers to U-boats, but not consecutively. Their first U-boats were U-25 and U-26. They could have done the same thing with tanks: allocate blocks of numbers to manufacturers, and make sure the blocks were mixed up. Serial numbers have to be unique, not consecutive.

    --
    "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    1. Re:U-boat numbers by Pop69 · · Score: 1

      You seem to be making a noise but it bears no relation to known fact

      http://www.uboat.net/boats/listing.html

  58. Re:Note for world domination: encrypt serial no.'s by vlm · · Score: 1

    Also the first tank serial # should not be 1.

    Try something like 24370239.

    And count down, not up. That'll confuse the hell out of them.

    --
    "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
  59. Re:Note for world domination: encrypt serial no.'s by maxwell+demon · · Score: 1

    no, no, no

    the prank is you release 3 sharks with the numbers 1, 2 and 4 on them and watch while everybody searches for the one with the number 3 on it...

    But that one is easy: You just have to look for the laser.

    --
    The Tao of math: The numbers you can count are not the real numbers.
  60. How Allies Used Math Against German Tanks by xquercus · · Score: 1

    How Allies Used Math Against German Tanks

    And we teach this weapon of war called MATH to kids in grade school?!

    1. Re: How Allies Used Math Against German Tanks by burisch_research · · Score: 1

      Maths textbooks to be declared contraband. News at 11.

      --
      char*f="char*f=%c%s%c;main(){printf(f,34,f,34);}";main(){printf(f,34,f,34);}
    2. Re: How Allies Used Math Against German Tanks by The_mad_linguist · · Score: 1

      I hear that grade schools are full of weapons of math instruction!

  61. Re:Note for world domination: encrypt serial no.'s by maxwell+demon · · Score: 1

    Hell, if Hitler had just had better weather there's a good chance you'd all be speaking German right now. Those of you that survived, that is.

    If he hadn't killed that butterfly as a five year old ...

    --
    The Tao of math: The numbers you can count are not the real numbers.
  62. Re:Note for world domination: encrypt serial no.'s by mea37 · · Score: 1

    TFA simplified the math a bit by showing how it would work if the numbers ran from 1 to N. But note earlier in the article it mentions that the allies had figured out the pattern of the serial numbers. There probably wasn't a German tank #1 or even #100; but there probably was a serial number that, based on their understanding of the information encoded in the serial number, the allies could estimate was the 100th built in a given timeframe (or perhaps at a given factory, etc.).

    Starting at the 50th number in the sequence instead of the 1st wouldn't help much. Additional analysis could be done based on the density of the numbers seen to estimate upper and lower bounds.

    What you might want to do is randomly skip numbers in your sequence with some predetermined frequency. You could either do this by a modest factor (to make the enemy over-estimate your production but in any event give them an upper bound) or by a wildly high factor (which would make it clear to your enemy that they are not getting useful information).

    Or, you could use a protocol where the unique part of the serial number is actually random (provided you keep track to avoid two tanks getting the same value).

    In summary - this works if the enemy hasn't thought about it or doesn't care.

  63. It's not just the numbers by Dupple · · Score: 1

    It's not as simple as it might first appear. Tactically it's important to know where enemy concentrations are, Strategically it's important to bomb the factories where the tanks are being made. Germany built approx 50,000 armoured vehicles of all types during the war. For instance around 500 Jagd Panthers were constructed, not of them employed in the east. This intel wasn't necessarily available to commanders in the west - they wouldn't need to know anyway. A Stug III was as lethal to a Sherman as a Tiger or a Panther or Panzer IV. Stug III's were more plentiful than Tigers or Panthers So force composition becomes an a consideration. A Hertzer was a very capable little vehicle for instance and Stugs had a higher kill ratio than any other AFV of the war. Another consideration would be that there was nothing on the battle field that could penetrate the armour of a Tiger II (none has ever been recorded) although in theory a Stalin 2 with it's 122mm gun could have.

    --
    Watch those corners
  64. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 4, Funny

    Reminds me of the prank where you release 3 goats with the numbers 1, 2 and 4 on them and watch while everybody searches for the one with the number 3 on it.

    I'm a programmer, I'd be looking for the one with number 8.

  65. What Omar Bradley said ... by PolygamousRanchKid+ · · Score: 1

    Was that Shermans were never intended to take on German Tigers/Panthers one on one. This comment is buried somewhere in his biography about WW II: http://en.wikipedia.org/wiki/Omar_Bradley . Ike was pissed off when he learned that the latest Shermans, with the latest high velocity 76 mm were not enough to crack the German panzers, which were armed with 88 mm guns.

    Bradley's book http://www.amazon.com/Soldiers-Story-Modern-Library-War/dp/0375754210 is interesting, and actually reads like a management text.

    --
    Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
  66. Re:Note for world domination: encrypt serial no.'s by drerwk · · Score: 1

    Cray's come with random serial numbers I am told.

  67. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    Maybe, maybe not...

    Germany was way behind on it's nuclear weapons program and it was so utterly demonized (perhaps rightly) by the Allies that they would in all likelihood not have hesitated to nuke the Germans to the negotiation table, if that had been necessary.

  68. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    Also the first tank serial # should not be 1.

    It wasn't. The article specifically states that they had to "deduce" the numbering scheme before they could make estimates. But most serial numbers have some sort of regularity - eg. 390817649 might mean tank number 649 assembled at factory 17 in August of 1939. The other guy was right - decent encryption would be the only way to stop the other side from being able to use serial numbers as an intelligence-gathering method.

  69. Re:Note for world domination: encrypt serial no.'s by noidentity · · Score: 1

    No, see, you need to start the first few hundred with normal increasing numbers, then start incrementing by larger values, somewhat random each time. So they will find numbers equally distributed, and conclude that you're making many more than you really are.

  70. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 2, Funny

    A biologist, a physicist and a mathematician are visiting a foreign country. As they leave the airport in their car, they pass by a field, in which stands a single, black cow.

    The biologist says, "How interesting. The cows in this country are black."

    The physicist says, "You can't say that with certainty. All you can say is that they have cows in this country, and that at least some of them are black."

    The mathematician says, "You can't say that. All you can say is that there is at least one cow in this country, and that at least one side of it is black."

    Do I need to explain the relevance of this joke

  71. Re:Note for world domination: encrypt serial no.'s by c6gunner · · Score: 1

    Naw. The Russian front was important, but not necessarily because the Germans took such a beating there. The diversion of resources was enough to give the allies a chance at winning. If the invasion of Russia had gone more easily, the war might have stretched out longer and the allies might have suffered more casualties, but the end result would have been the same.

    Of course, given the time-lines involved, the first nuke might have ended up being used over Berlin.

  72. Re:Note for world domination: encrypt serial no.'s by CAIMLAS · · Score: 1

    Na, use a randomly seeded short int.

    Or better yet:

    ~/ openssl passwd
    Password:
    Verifying - Password:
    xG54zqA2vYhSE

    (That'd be the serial number for tank number "1". It'd make tracking your troop movements a real bitch.)

    --
    ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  73. Re:Note for world domination: encrypt serial no.'s by NoSig · · Score: 2, Insightful

    The system was used for something like sending pictures of suspected card counters and other cheats back and forth

    Card counters aren't cheats, it's just that casinos don't like them because they do the same thing with skill that a casino does with manipulating the game. If anything, the casino is cheating.

  74. Re:Note for world domination: encrypt serial no.'s by Rewind · · Score: 1

    Doubtful. The Germans could have expanded further. Maybe they even could have taken England and made headway towards Soviet oil fields, but the odds of them defeating (eventually) nuclear armed US and USSR at the same time seems pretty far fetched. And that isn't even counting Canada, the Aussies, etc. Too much land and too many people against them.

    --
    ?
  75. Re:what about by Anonymous Coward · · Score: 0

    were people even worried about blood borne pathogens at the time? meaning did anyone worry about using sterilized tatoo needles during that time? or say sterilized syringes in military medical camps?

  76. WWII UK Aircraft serial numbers. by shippo · · Score: 1

    During and prior to World War Two, all military aircraft were assigned serial numbers by the Air Ministry. These comprised of one letter followed by four digits unit that sequence was exhausted in 1940, afterwards the code changed to two letters followed by three numbers. These numbers were painted on the sides of aircraft on a vertical surface, usually the rear of the fuselage. Different groups of letters were assigned to each service (RAF, Royal Navy, and from 1942 the Army Air Corps), often prior to production. However to make production numbers seem higher than they actually were, ranges of serial numbers assigned to particular projects often contained gaps which remained unused. These were known as Blackout Blocks. For example serial numbers for one batch of Spitfires produced in 1939 had serial numbers that went P8640-P8679, P8690-P8729, P8740-P8759 and P8780-P8799 with the rest unissued.

  77. TÜV was real reason German's had less tanks : by Anonymous Coward · · Score: 0

    Anyone who has had their automobile subjected the to government run TÜV safety checks, before it was handed over to commercial German garages (and enormous difficulty to get a pass from a government TÜV) knows the real reason the German's lost the war. They could not get their tanks through the government run TÜV! :) :) :)

  78. Re:Note for world domination: encrypt serial no.'s by burisch_research · · Score: 1

    This sounds incredibly sensible.

    --
    char*f="char*f=%c%s%c;main(){printf(f,34,f,34);}";main(){printf(f,34,f,34);}
  79. Re:Note for world domination: encrypt serial no.'s by Stargoat · · Score: 1

    I like beach volleyball.

    --
    Hoist Number One and Number Six.
  80. Re:Note for world domination: encrypt serial no.'s by burisch_research · · Score: 2, Funny

    1) md5 is a trapdoor, therefore there are many possible source values for any given hash value.
    2) Given guids, good luck building a suitable lookup table.

    1 and 2 stand independently of each other :)

    --
    char*f="char*f=%c%s%c;main(){printf(f,34,f,34);}";main(){printf(f,34,f,34);}
  81. You can see their manuals by tamtaradei · · Score: 1

    WW2 German instructional films about destroying tanks, McGyver style, are on YouTube. It is quite impressive, how a well trained infantry could rip through unprotected tanks:
    http://www.youtube.com/watch?v=rLZKbD2Turo&feature=related

    Of course the Soviets did not need movies for that, as this joke illustrates:
      - Vasiliy Ivanovich, enemy tanks are attacking!
    - Take the grenades from the shelf, Petka.
    Some time later.
    - Whew! We've beaten them back!
    - Good, Petka. Now, put the grenades back to the shelf.

  82. Air power by Chicken_Kickers · · Score: 1

    Churchill tanks are descended from "infantry" tanks, heavily armoured (for an Allied tank), slow moving and usually with a relatively small main cannon. Their primary function is to assist the infantry, not fight tanks and as such are next to useless against German heavy tanks such as the Panthers and Tigers. In fact, to the Germans, the Panther is a medium tank while the Western allies incorrectly classified it as a heavy tank and assumed that it was only present in small numbers, like the Tiger tanks. They paid dearly for this false assumption when Allied tanks were torn apart after the Normandy landings, like the in the battle of Villers-Bocage. You can read about it here:http://en.wikipedia.org/wiki/Battle_of_Villers-Bocage/. It was by using their superior numbers and a combined arms approach, especially fighter bombers that the threat of German tanks was beaten back. It was only until near the end of the European war that the Western allies fielded a tank that was on near equal terms with the Panthers and Tigers. Also, let's not forget that it was the Soviets who annihilated entire German field armies on the Eastern Front. If Hitler didn't fight a war on two fronts, the outcome of the Normandy landings, might have been different.

  83. Re:Note for world domination: encrypt serial no.'s by EdIII · · Score: 1

    Why encrypt?

    Isn't the purpose of a serial number to match up against a database? To know which parts were produced where to track down manufacturing problems and defects?

    If the only purpose is tracking in a database, then encryption is not required. Just pick a random number between 1 and 9 billion, add a million, and there is your serial number. Make sure it is not already used, and add it to the database.

    The security risk at that point is entirely at the database. Protect the database at the factory.

  84. Re:Note for world domination: encrypt serial no.'s by DerekLyons · · Score: 5, Interesting

    That's exactly why the Soviet Navy gave their ships non-sequential pennant (hull) numbers, and frequently re-assigned them. They would also sometimes paint one number on one side of the bow, and different on the other.
     
    Security is a difficult business.
     
    Intelligence can also be a weird business... I once read an account of how the CIA broke into a warehouse rented by the Soviet Embassy in Mexico City in order to examine (very closeup and very clandestinely) a high fidelity mock-up/prototype of a satellite the Soviets had on tour. The idea was to gather information on any real cable, connectors, or other hardware on the bird - as well as to collect any serial numbers, drawing numbers, etc.. that they could find. (It's not uncommon for such to contain 'real' items that have been discarded from production or operational use.)
     
    You'd be surprised what a trained and knowledgeable analyst can derive from just a few seemingly unconnected bits of information.

  85. Re:Note for world domination: encrypt serial no.'s by by+(1706743) · · Score: 1

    Do I need to explain the relevance of this joke

    Is that a statement or a question

  86. Hannibal Lecter, maintenance programmer by Thud457 · · Score: 1

    From my experience, it's not the bad (database) programmers that are psychopathic ones.

    They just bring out the psychopath in the poor sots that have to deal with their misbegotten travesties.

    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

  87. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 1, Funny

    Well, I'm a C programmer. I'm looking for the number 0.

  88. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    Ferry Porsche did this with his engineering/design business that eventually became a car company. First project was numbered as #7 since he didn't want his first client to think he was the first client.

    As a note, Porsche model numbers are based on that number - the 356, the 744 transmission, the 901 and 902 (which became the 911 and 912 when Saab sued), etc.

  89. Re:256 tanks per turn? Impossible! by Toze · · Score: 1

    No, it's impossible because production would have wrapped around to 0. They had teensy memory space back then.

    --
    No OS on the planet can protect itself from a user with the admin password. - Yvan256
  90. Logistics by Anonymous Coward · · Score: 0

    90% of winning a war is mastering logistics

    Which is why Patton was such a pathetic general.

    He destroyed the Allies logistics for his own personal fame, and when they finally broke under the strain he should've been annihilated by the German counter-attack.
    Ironically he was saved by the incredible logistics handling and army maneuvering of General Montgomery, at least as much of a self-promoting publicity whore.

  91. Re:Note for world domination: encrypt serial no.'s by magus_melchior · · Score: 1

    "One... Two... FOUR!"
    "Five, sir!"
    "... Three!"

    --
    "We are Microsoft. You shall be assimilated. Competition is futile."
  92. Re:Note for world domination: encrypt serial no.'s by demonlapin · · Score: 1

    I was thinking more along the lines of winter on the Eastern Front.

  93. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    Neither. It's bait.

  94. Re:Note for world domination: encrypt serial no.'s by demonlapin · · Score: 3, Insightful

    If the Nazis had taken Britain and the Caucasus, what do you think are the chances that the US would have tried to invade from across the Atlantic? It's one thing to island hop the Pacific; it's another to jump the entire Atlantic in one go.

  95. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    This prank is usually performed in a high school, in order to annoy the administrators, not on the beach.

  96. Quantity over Quality by tekrat · · Score: 2, Interesting

    I've been telling people for years that WWII really came down to a battle of quantity over quality. Technologically, Germany was 10 years ahead of everyone else. Furthermore, their weapons were amazingly well-engineered. But they didn't have the facilities and infrastructure to produce in large quantities.

    And that's what the USA had -- tons of natural resources, lots of factories, lots of fairly untouchable infrastructure with which to crank out a lot of weapons. Never mind the weapons were of inferior quality (i.e. The Sherman) we just had so many, we overwhelmed the Germans with the sheer number.

    And what WWII American doughboy didn't desire a Luger pistol off any captured German soldier? That shows the quality of the German war machine, everybody wanted their stuff.

    Witness how the American Forces and the Soviets were both racing to capture as much German technology as they could once it was clear the Nazis had lost the war. Both sides knew that the Germans were still, even as their empire fell, producing designs and weapons that were far in advance of what the allies could dream up.

    --
    If telephones are outlawed, then only outlaws will have telephones.
    1. Re:Quantity over Quality by Anonymous Coward · · Score: 0

      The German tanks had heavier armor and guns. However in order to move that much weight they put a lot of strain on the drivetrain and engine. A fast advance would often leave a majority of the tanks broken down for a day or so. Shermans were more reliable and easier to fix. This increased Allied tank numbers on a battle that lasted several days. I think they also were better designed for crew survivability so more crews were able to go back in actin with a new tank.

    2. Re:Quantity over Quality by swilly · · Score: 1

      While true, don't underestimate the fact that our factories were an ocean away from the action. The Germans could only go after our supply lines, not our manufacturing facilities while we were able to bomb the heck out of anything that looked like a factory.

    3. Re:Quantity over Quality by Chuckstar · · Score: 2, Interesting

      Your analysis is a little bit of an overstatement.

      First, there were probably only a few technologies where the Germans were really that far ahead. Rocketry was one of them. However, while the V2 was great technology, without a more potent warhead (i.e. nuclear or chemical) and/or significantly better guidance it was nothing more than a tactically/strategically insignificant terror weapon.

      The U.S. and Britain were pretty far along on jet technology. However, a full-scale roll-out of a jet fighter would have probably been the hardest to counter technological threat that the Germans could have come up with. Good thing they starved the program until it was too late.

      The M1 Garand was THE superior rifle on all WWII fronts until the Germans rolled out the Sturmgewehr 44. However, the Garand was later developed into the M14. In the face of a broad roll-out of the Sturmgewehr, the U.S. could have easily accelerated a program to convert the Garand into a fully-automatic, box-magazine fed weapon. Would have been a much more expensive program than the M14 ended up being, but no technological leap would have been required.

      The Sherman tank represents a trade-off between firepower, armor and transportability. Remember, it had to be shipped into theater from the U.S., and the planning was that they would often need to do so using improvised port facilities. In retrospect they probably should have made a trade that resulted in a lot more firepower, little more armor and was harder to transport, but it really wasn't a technology problem.

      Aside from jet technology, by the middle of the war the U.S. had caught up in air power and had the best planes in all categories -- fighters, escorts and bombers.

      The Luger is not really a fantastic weapon compared to the American M1911. The reason it was so popular with GIs was because it was such a distinctive souvenir, not because they wanted it for combat.

    4. Re:Quantity over Quality by swillden · · Score: 1

      There were some areas in which German arms were significantly better than anything the allies fielded, though. The first that comes to mind is the MG 42. There was just no comparison between it and the M1919, M1911 or Bren, in terms of reliability, simplicity of operation and certainly not in firepower. The much higher cyclic rate meant the 42 could lay down an tremendous volume of fire. German infantry was organized around the machine gun and was significantly more effective on a per-man basis because of it.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    5. Re:Quantity over Quality by dossen · · Score: 1

      The MG 42 was in fact so good, that it's successor, the MG 3, is still in use around the world (I trained on it myself about a decade ago, in the danish army).

    6. Re:Quantity over Quality by Chuckstar · · Score: 1

      Mostly true. But hardly war-changing. Unlike with tanks, it's probably not true to say "the U.S. was outclassed in machine guns and only made up for it by significantly higher production volume". Probably closer to the truth to say "U.S. machine guns were probably inferior, but not fatally so".

      Also, just note that cyclic rate is the least important of the advantages of the MG 42 and may have even been a disadvantage. Once the cyclic rate reaches a certain point, the extra firing rate really just represents wasted ammunition. I don't know exactly what rate that might be, but at 1,200 rounds per minute, MG 42 was almost certainly beyond that point. MG42's more important features in providing a high volume of suppressing fire were its reliability, durability and quick-change barrel. In other words, it's more important that a machine gun can keep firing throughout the battle, than that it can squeeze more bullets out per burst.

      The German infantry's reliance on the machine gun was not entirely related to having such an excellent weapon. It was also related to having non-repeating rifles. U.S. infantry had more flexibility in tactics because they did not have to rely as much on the machine gun for suppressive fire. Even though the M1 Garand only had an 8-round clip, it could maintain a rate of fire that was an order of magnitude higher than German bolt-action rifles could. Also, in general the Germans were excellent tacticians (especially the veteran units). It is probable that the success of German machine-gun-centric infantry relied more on good tactics than the superior qualities of the MG 42. They probably would have been just about as effective with the inferior, but still very good, M1919.

  97. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    Do I need to explain the relevance of this joke

    Is that a statement or a question

    Why are we here?

  98. Copied and pasted directly from wikipedia by Anonymous Coward · · Score: 0

    Genius. Actually, the wikipedia entry is far more interesting than that piece of crap. http://en.wikipedia.org/wiki/German_tank_problem

  99. Some exaggeration there. by Estanislao+Mart�nez · · Score: 1

    When hearing stories like these, you should keep some perspective and remember that the Germans had a superior tank-vs.-tank kill rate over the Allies. More so when you look at well-trained and equipped German tank units, many of which had kill ratios in the order of 10:1.

    Also, Allied tankers where not by any means the first to use maneuver by weaker tanks to gain an advantageous position over more powerful tanks. The Germans did this many times in their 1940 invasion of France. The French and British had more powerful tanks (a few Allied medium tanks were more heavily armored than German heavy tanks!), but very few of them had radios. The German tanks were weaker, but most of them had radios. The Germans were much better able to coordinate their tanks, or change orders on the fly. And even then they had a tough time against Allied tanks.

    (And no, I don't mean to imply that the Germans were the first to do this sort of trick.)

  100. Re:Note for world domination: encrypt serial no.'s by DrVomact · · Score: 1

    That's exactly why the Soviet Navy gave their ships non-sequential pennant (hull) numbers, and frequently re-assigned them. They would also sometimes paint one number on one side of the bow, and different on the other.

    Sure, but that didn't have anything to do with any rational conception of security—it happened because the real number of the ship was so secret nobody was allowed to know it (not even the guy in charge of making up ship numbers) and the guy who painted the number on the left side of the ship wasn't allowed to know what the guy on the right side was painting, and vice versa. Security through complete paranoia—that was the Soviet way. That they completely confused themselves using such methods was deemed an acceptable risk, I guess.

    --
    Great men are almost always bad men--Lord Acton's Corollary
  101. Other news:Students use MATH to count balloons by viking80 · · Score: 1

    In other news:
    Kids use math to count balloons in classroom. They counted 12 balloons on the teachers desk, and 7 in the ceiling. The counting was done by enumerating each balloon mathematically 1+1+1+1+1+1+1+1+1+1+1+1=12, and 1+1+1+1+1+1+1=7.
    Now the mathematical art of ADDITION was used to find the total balloons in the classroom. 12+7=19
    Impressive students.

    --
    don't cut it off www.mgmbill.org
  102. Re:Note for world domination: encrypt serial no.'s by Bromskloss · · Score: 1

    You'd be surprised what a trained and knowledgeable analyst can derive from just a few seemingly unconnected bits of information.

    So, don't leave us in suspense then. Tell us! What did they find?

    --
    Swedish plasma phys. PhD student; MSc EE; knows maths, programming, electronics; finance interest; seeks opportunities
  103. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    You could say the same for Napoleon.

    So the real question is would you rather have German beers with an overbearing/racist gov't or fancy (and sometimes weird) French foods with snobby gov't?

  104. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    Goats on the beach? Now you're just being ridiculous.

  105. Re:Note for world domination: encrypt serial no.'s by maxwell+demon · · Score: 1

    Yes. Ever heard of the butterfly effect?

    --
    The Tao of math: The numbers you can count are not the real numbers.
  106. "Against" tanks? by Arancaytar · · Score: 1

    While knowing roughly how many enemy tanks are deployed is invaluable, it doesn't grant any immediate advantage in fighting one of them.

    Subtracting the cool headline that seems to imply some kind of mathematics-based anti-tank death ray, we're left with the story that "the Allies used mathematical expertise to gather and analyse intelligence", which is cool but nothing surprising.

  107. Works in business, too! by gv250 · · Score: 1

    In the 80's I worked for a small (~ 40 person) software company. Back then all software was sold in boxes, with each box having a unique serial number.

    The president of the company (I'll call him 'Richard', since that was his name) was sort of a nerd, and he liked to play head games. First, he bought one box / quarter from each of our competitors. From the (sequential) serial numbers, he could reliably estimate their sales rate. Also, all of our competitors started their serial numbers at 1, so he could estimate everyone's total sales.

    Not satisfied at gathering intel on our competitors, Richard decided to plant some false intel of his own. Our serial numbers were strictly increasing, but they were not sequential. Richard could adjust the apparent sales rate of our product by choosing the interval between serial numbers. Also, the first box of each of our products was always serial #8386. And the first version of our products was always 1.4.

    It is amazing what you can do with people's unstated assumptions about numbers. When a customer receives version 1.4, serial number 8386, he assumes that he has received a mature product. And when a competitor sees your serial number go from 8400 to 9000, he assumes you have sold 600 boxes.

    I'm sorta glad that Richard wasn't a Nazi.

  108. Re:Note for world domination: encrypt serial no.'s by sumdumass · · Score: 3, Interesting

    in all seriousness WHO THE BLEEP EVER HEARD OF THAT PRANK BEFORE

    It's a simply ploy on misdirection. It's been around in one form or another for years. Back in grade school, we had word problems that played on this where we had to select the proper information to solve a math problem.

    It can be done/demonstrated easier with coins and not harming any animals. Assemble 3 coins (US currency) a penny, a nickle, and a quarter.

    Now tell them that Johny's mom had three kids. Point to the penny and say the name Penny, point to the nickle and say the name Nicolas, then point to the Quarter and ask what the third one's name is. Most people will spend a considerable time attempting to work quarter or some variation of it into a name even after repeating that Johny's mom had three kids. Eventually they give up.

    (in case anyone is wondering, the third one's name if Johny- as in Johny's mom). It's a little easier then how far can a dog run into the woods.

  109. My Corollary by Martin+Spamer · · Score: 1

    As an online discussion about WW2 grows longer, the probability of the assertion that everybody would be speaking German without the intervention of American approaches 1.

    1. Re:My Corollary by hawk · · Score: 1

      s/online discussion about//
      s/grows/grew/
      s/approaches/approached/ :)

  110. Re:256 tanks per turn? Impossible! by michael021689 · · Score: 1

    Dude, no one will ever play with me!

  111. Re:Note for world domination: encrypt serial no.'s by DerekLyons · · Score: 2, Informative

    Damm if I know. The account was written by one of guys doing the breaking in, not by one of the analysts.

  112. Re:Note for world domination: encrypt serial no.'s by demonlapin · · Score: 1

    Man, that flew right over my head.

  113. And then there was the British condom by mbone · · Score: 4, Funny

    I read somewhere (maybe Max Hasting's book on Winston's War) about a problem the British had with some infantry equipment getting wet and non-functional. They supposedly solved it by going to condom makers, who made a several foot long condom to fit over the gear and keep it dry.

    When Churchill saw this, he said that it wouldn't do at all - he wanted each pack labeled "British Condom. Size - Medium."

  114. Re:what about by plopez · · Score: 1

    They also tatooed the SS.

    --
    putting the 'B' in LGBTQ+
  115. d00d! by Black+Parrot · · Score: 1

    I am implementing this at my factory. In fact, tanks c4ca4238a0b923820dcc509a6f75849b, c81e728d9d4c2f636f067f89cc14862c, eccbc87e4b5ce2fe28308fd9f2a7baf3, a87ff679a2f3e71d9181a67b7542122c, and e4da3b7fbbce2345d7772b0674a318d5 just rolled off of the the assembly line.

    It isn't going to help much if you post your production rate on Slashdot.

    --
    Sheesh, evil *and* a jerk. -- Jade
  116. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    You expect this poor logistics officer to carry around a rainbow table with a few million entries?

  117. Re:what about by denzacar · · Score: 1

    Again... not all of them.

    --
    Mit der Dummheit kämpfen Götter selbst vergebens
  118. Re:Note for world domination: encrypt serial no.'s by mortonda · · Score: 1

    That algorithm has a few collision attack, wouldn't 356a192b7913b04c54574d18c28d46e6395428ab , da4b9237bacccdf19c0760cab7aec4a8359010b0, 77de68daecd823babbb58edb1c8e14d7106e83bb be more secure?

  119. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    And beware of bombers dropping pi from the heavens.

  120. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    You asked for it. http://www.goatse.fr

  121. Re:Note for world domination: encrypt serial no.'s by Mr.+Slippery · · Score: 1

    Of course, given the time-lines involved, the first nuke might have ended up being used over Berlin.

    The first nuke was slated for Japan as early as May 1943, though most of the scientists involved in the Manhattan Project didn't know that. Whether that choice was due more to racism or to legitimate strategic concerns is an open issue.

    --
    Tom Swiss | the infamous tms | my blog
    You cannot wash away blood with blood
  122. Re:Note for world domination: encrypt serial no.'s by hawk · · Score: 1

    Doesn't get you very far; the estimation algorithm is trivial.

    Changing the starting number only changes the effective sample size by one.

    I'm too tired by now, but your estimator is roughly along the lines of,

    n=1: E[pop]=2*X1, where X1 = serial # of observed unit.
    n=2: E[pop]=X1+X2

    and the weights change from there. Converges blindingly fast.

    When the numbers started at some large value as suggested, you really only burn one observation, the smallest, subtract it from the rest, and use the same algorithms.

  123. Re:Note for world domination: encrypt serial no.'s by inerlogic · · Score: 1

    oh, don't forget Canada.... *shudder*

    http://www.motifake.com/image/demotivational-poster/0803/the-canadian-navy-canadian-navy-demotivational-poster-1207017857.jpg

    'course, during WWII Canada WAS England pretty much....

  124. Re:Note for world domination: encrypt serial no.'s by hawk · · Score: 1

    Oh, for heaven's sake.

    In 80's/early 90's, there was an option to have a "random" driver's license number instead of your social security number.

    One day, a couple of folks who had a few beers noticed a couple of their licenses, and scratched their heads, and figured out the "encryption" algorithm. Social security number was doubled, and the last digit of the year of birth appended.

    Also, In what would become the Dawson building, now the East India Building (or some such), Howard Hughes did indeed have a bottom floor office. And, yes, there was indeed a secret underground tunnel to the "house" across the street, which had an underground complex significantly larger than the house (thus the surprising number of air vents in a town where basements are rare due to geology).

    Add in, at least according to Hardy Boys books, (very weak) checksums included included in the serial numbers of US currency, such that one digit can be determined from the rest on a real bill.

    Mix these together, and it sure sounds like this technologically impossible rumored system.

    In 1980, the mob still ran this town, and no such secret cooperation would have occurred.

    By 1990, the mob was shattered, and it's remnants were comic relief (70 year old men on canes shooting other 70 year olds in their driveways [yes, seriously!]).

  125. Re:Note for world domination: encrypt serial no.'s by Aranykai · · Score: 1

    Actually, the math would still work, even when you don't know the lower bound.

    --
    If sharing a song makes you a pirate, what do I have to share to be a ninja?
  126. Re:Note for world domination: encrypt serial no.'s by sempir · · Score: 1

    (in case anyone is wondering, the third one's name if Johny- as in Johny's mom). Actually old chap the 3rd child is named Quartermain...Johny was adopted!

    --
    A closed mouth gathers no foot.
  127. This is just so wrong by Kupfernigk · · Score: 1

    I suggest you read (as a starter) Alan Clark's Barbarossa, which recounts how the Soviet Union was able to recover from the disaster of 1941, and includes detail on the rapid pace of Russian tank development during the war, and the German failure adequately to counter it.

    --
    From scarped cliff or quarried stone she cries "A thousand types are gone, I care for nothing, no not one."
  128. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    $ for n in `seq 1 5`; do echo -n $n|md5sum;done

    If only you'd used sha512sum instead, it would have been uncrackable.

  129. U-boats weren't numbered sequentially by daveewart · · Score: 1

    German U-boats (submarines) were given deliberately 'inflated' numbers, to make it seem that there were many more than there really were. The strategic/morale effect of your enemy believing that you have hundreds of submerged threats at sea was an important consideration to the Germans.

    I guess they didn't see the need to do this with tanks.

    --
    "If you think the problem is bad now, just wait until we've solved it." --- Arthur Kasspe
  130. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    It's a little easier then how far can a dog run into the woods.

    Well, the answer to that is obviously "Half way". After that it's running out of the woods.

  131. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 1, Informative

    ow tell them that Johny's mom had three kids. Point to the penny and say the name Penny, point to the nickle and say the name Nicolas, then point to the Quarter and ask what the third one's name is. Most people will spend a considerable time attempting to work quarter or some variation of it into a name even after repeating that Johny's mom had three kids. Eventually they give up.

    (in case anyone is wondering, the third one's name if Johny- as in Johny's mom). It's a little easier then how far can a dog run into the woods.

    Sigh.

    The correct answer is that you don't have enough information to 100% determine the name. It does not say that Johnny's mother had ONLY three kids, it's quite possible Johnny is the fourth child, or that he is not her biological child.

    As for the "How far can a dog run into the woods" The answer is not "halfway" as most people reason, there are multiple correct answers depending on how you read the sentence. For example, one correct answer is he can't, if you interpret "run into" as "impact". The question is rarely posed with the restriction of "assuming a perfectly circular forest", so without that clarification once again the only correct answer is "It cannot be determined with the data supplied". (if the forest is not circular and the dog changes direction partway it is possible to still be heading 'into' the forest yet cover more distance than the width of some parts of it.) Another item to consider in this case is that you're assuming the dog can run at all in the first place, or depending on the size of the forest you're assuming the dog isn't limited by distance or time.

    The point of most of those types of questions is not actually to find a correct answer... in fact if they are posed properly there is not a single correct answer. Those types of mind games are used for psychological analysis of personality traits, they help determine how literal or creative a person is, how willing they are to conform to rules or to break them. They are also used as a mental exercise to try and encourage people to think outside the box.
    However, in most classrooms you see them most commonly used as an exercise in sorting the relevant from the irrelevant information.

    But in most classrooms, the teachers don't pose the question properly which just ends up confusing kids who have an ability to think critically.
    I remember a teacher who gave us one such problem, it went something along the lines of "Farmer brown has 6 duck feet and 6 sheep heads. How many ducks are on Farmer Brown's farm?" The intention being that we were supposed to ignore the sheep heads as unnecessary information. My answer was "None. All he has is feet." and I was given an incorrect mark since the teacher wanted the answer of "three". Another student in my class was also marked incorrect, because she answered "No way to tell, we don't know if Farmer Brown is on his Farm or not, but we do know he has the feet. So it's either three or zero depending on where Farmer Brown is."

    The type of misdirection problem you're thinking of would be a 'classic' like this: "If an electric train is traveling due east at 50mph and the wind is blowing west at 45mph, which direction does the smoke from the smokestack blow?" The answer being "None, it's an electric train & they don't have a smokestack". Or "If a rooster lays an egg on the peak of a roof, which side will it roll down?" The answer being "Roosters don't lay eggs". Or "If an airplane crashes on the border of the US and Mexico, in which country do you bury the survivors?" The answer is intended to be "You don't bury survivors".

    Not to be confused with 'trick' questions, such as "Who is buried in Grant's Tomb?" Which is actually a double trick question since there are more remains than just Grant's, but the normal answer is "Nobody. You don't bury people in a mausoleum, you entomb them." Or "What color was George Washington's white horse?" The answer is not white, it's an equestrian insider joke because technically no horse is pure white unless it's an albino.

  132. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    I am implementing this at my factory. In fact, tanks c4ca4238a0b923820dcc509a6f75849b, c81e728d9d4c2f636f067f89cc14862c, eccbc87e4b5ce2fe28308fd9f2a7baf3, a87ff679a2f3e71d9181a67b7542122c, and e4da3b7fbbce2345d7772b0674a318d5 just rolled off of the the assembly line.

    Yes, it's a pity the Allies did not have access to Google.

  133. Does this work for dollar bills? by dutchwhizzman · · Score: 1

    If it does, you can at least estimate what amount of money is being printed secretly by the USA to keep the economy going.

    --
    I was promised a flying car. Where is my flying car?
  134. Re:Note for world domination: encrypt serial no.'s by tehcyder · · Score: 1

    I like watching beach volleyball. If you know what I mean, and I'm sure that you do.

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  135. Re:Note for world domination: encrypt serial no.'s by tehcyder · · Score: 1

    "If an electric train is traveling due east at 50mph and the wind is blowing west at 45mph, which direction does the smoke from the smokestack blow?" The answer being "None, it's an electric train & they don't have a smokestack".

    At my school the teacher would have amusingly omitted the fact that it was an electric train.

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  136. Re:Note for world domination: encrypt serial no.'s by tehcyder · · Score: 1

    Hell, if Hitler had just had better weather there's a good chance you'd all be speaking German right now. Those of you that survived, that is.

    And if the Spanish Armada had had better weather in 1588 the whole fucking world would probably be speaking Spanish.

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  137. Re:Note for world domination: encrypt serial no.'s by tehcyder · · Score: 1

    That's pretty much like a joke without the punchline.

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  138. Re:Note for world domination: encrypt serial no.'s by mortonda · · Score: 1

    You needed a lookup table to recognize those?

  139. Re:Note for world domination: encrypt serial no.'s by Nobo · · Score: 1
    Wrong moderation, Slashdot. Try "informative". The Parent is illustrating the Known-plaintext attack

    Plaintext: '1' : MD5 Hash: c4ca4238a0b923820dcc509a6f75849b
    Plaintext: '2' : MD5 Hash: c81e728d9d4c2f636f067f89cc14862c
    Plaintext: '3' : MD5 Hash: eccbc87e4b5ce2fe28308fd9f2a7baf3

  140. Re:Note for world domination: encrypt serial no.'s by LWATCDR · · Score: 1

    It is unlikley that Germany could have taken England. Germany never well at amphibious operations and the Royal Navy pretty dang good as was the RAF at defense.
    But if England did fall then Germany would have eventually faced B-29s and later B-36s from the US with nuclear weapons. Also we would not have had to stage across the entire Atlantic just from Iceland.
    Plus the US would have had the option of working with South Africa and attacking from Africa across the Med.
    So even with better weather in Russia things are not as clear cut as you would wee them. BTW it is a myth that the US was far behind Germany on swept wing research. The NACA was well long in that field as well and Lockheed had proposed a jet in 1940.
    Now if Japan had attacked Russia on December 7th and not the US so Russia had to fight on two fronts and Germany had managed to keep the US out and if the UK signed an armistice with Germany then you have a strong maybe.
    But those of us in the US and Canada would still not be speaking German.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  141. Re:Note for world domination: encrypt serial no.'s by fuzzyfuzzyfungus · · Score: 1

    Oops, I just thought of a major weakness:

    Unless you use some heavily obfuscated system for generating serials(non sequential, starting from oddball offsets, etc.) it would likely be both conceptually trivial and computationally feasible for the enemy to do a guess and check attack:

    If your spotter team sees a tank with a hex-encoded MD5 hash on the side, they have basically no way of converting that back to a serial. However, if you suspect that the serials start with 000001 and increment, or something, generating the first 10,000 MD5 hashes, and using OCR or even human labor against hashed serials seen in the field becomes quite simple.

    It is functionally impossible to, given a set of captured hashes, reverse them into plaintext serials; but the set of plausible serials(particularly if you've captured a few samples from factories or spying operations or something) isn't all that huge, and most hashing operations are pretty cheap, especially on dedicated hardware, so it would not be difficult to guess a set of serials, hash them, and then check against hashed serials seen in the field.

    And this is why they always tell you to leave crypto to the experts, I suppose...

  142. Re:Note for world domination: encrypt serial no.'s by burisch_research · · Score: 1

    Only if you're starting from one or a thousand. If your serials are nonconsecutive and are always huge numbers e.g.

    45011962000782

    (450119 = date, 62 = factory, 00078 is the serial [incremented by a random integer 1 = i = 9], 2 = check digit [sum(otherdigits) mod 10])

    then the MD5's will effectively be white noise.

    --
    char*f="char*f=%c%s%c;main(){printf(f,34,f,34);}";main(){printf(f,34,f,34);}
  143. Re:Note for world domination: encrypt serial no.'s by fuzzyfuzzyfungus · · Score: 1

    True enough. If the serials are sufficiently large and non-obvious, MD5(or SHA1 or whatever, obviously I'm not making a specific algorithmic recommendation), will make them much more opaque at relatively low cost, and without bringing in high-value crypto keys to the system.

    If the serials are too obvious, guess-hash-and-check becomes a viable strategy, which would not be true with proper encryption(but with proper encryption, "grab a low-level logistics operator and pull out his fingernails" would be; while with hashing it wouldn't...)

  144. Re:Note for world domination: encrypt serial no.'s by DerekLyons · · Score: 1

    No, it's kinda the point of the whole article we're discussing here.

  145. Re:Note for world domination: encrypt serial no.'s by NastyGnat · · Score: 1

    Here at the SIA (Slashdot Intelligence Agency), we patiently await 1679091c5a880faf6fb5e6087eb1b2dc.

    --
    -- this space for rent --
  146. Re:Note for world domination: encrypt serial no.'s by Alsee · · Score: 1

    I'm Sarah Palin, I'd be looking for my ammo and a helicopter.

    -

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  147. Almost as old as the M2 Browning by georgeha · · Score: 1

    The .50 caliber heavy machine gun still being used in the US.

  148. Re:Note for world domination: encrypt serial no.'s by Anonymous Coward · · Score: 0

    The Allies would probably have landed troops in Africa and moved north.