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."

14 of 330 comments (clear)

  1. 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 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
    2. 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).

  2. 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! :-)

  3. 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.

  4. 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...

  5. 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.
  6. 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!
  7. 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.

  8. 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.

  9. 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.
  10. 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.

  11. 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.

  12. 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.