I was just wondering?

Discussion in 'The Lounge' started by WobblesRArt, Nov 25, 2006.

  1. WobblesRArt

    WobblesRArt MajorGeek

    I was just wondering, what’s up with that……looking at my board temperature, and their ok…I’m using Aida32, still works for me….http://majorgeeks.com/Aida32_-_Enterprise_System_Information_d183.html …I found in something, that I’m not sure about…in the Server section, under Account Security, I found “Min/Max Password Age 0 / 49710 days”, My question is who comes up with the number? I did the math, and I’m not that good, used the computer calculator….49710 divided by 365 = 136.19 +. And the big question is will my computer stop working at that time, the 136 years I mean?……….wobbles
     
  2. DavidGP

    DavidGP MajorGeeks Forum Administrator - Grand Pooh-Bah Staff Member

    No but you'll have to change your password at that time Wobbles ;)


    Mine says 42days so guess you have a glitch, gremlin, by design fault... or none of them, BUT at least you have enough time to think of a new password to use ;) :D
     
  3. BCGray

    BCGray Guest

    NO, that is your "secret" "Death Clock" ticking away Wobbles .........................Hey Fred some dude down in California found the dang clock, didn't you cover up that bloody "Back door";) :D
     
  4. Jazagod

    Jazagod Command Sergeant Major

    Just be sure to update every 128 minutes or who knows??;)
    :eek:
     
  5. goldfish

    goldfish Lt. Sushi.DC

    Mwahaha.

    Fiendish.

    I've worked out why that number is there. I'm debating as to whether I should give it away yet or let the geeks try and figure it out :p

    HINT: Think integers.
     
  6. matt.chugg

    matt.chugg MajorGeek

    overflow ? ;)
     
  7. goldfish

    goldfish Lt. Sushi.DC

    Overflow? no.

    Code:
    SPOILER PROTECTOR
    
    
    
    
    Use the scrollbars to see the solution!
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    49710 days
    Find that in seconds...
    49710 * 24 * 60 * 60
    =  4294944000
    
    Right.  
    
    In computers numbers are represented by binary bits, 1 or 0.  
    To work out the maximum number of a binary number sequence 
    (unsigned, i.e. always positive) use the following equation
    
    max number = 2 ^ n
    (including 0 and the max)
    Where n is the number of bits.  
    
    So what if we knew the max number (or near enough) and wanted 
    to work out how many bits were required to represent that 
    number.  We do the following
    
    max number = 2 ^  n
    log(base 2) max number = n
    
    calc.exe doesn't let you do log base 2, so we do log base 10 
    and then divide by log base 10 of 2.  Lets throw some numbers
     in.
    
    (log 4294944000  / log 2)  = 31.99999
    
    
    Roughly 32.  Hmm, 32-bit integer.  But not quite.  What gives? 
     Check out the granularity.  It's in DAYS.  Given that the 
    number we calculated was in seconds, we can be pretty sure that
     we lost a fair bit of accuracy when we scaled down to seconds
     from days.  
    
    So to be precise, the age of the password is:
    4294967295 seconds, or, in binary..
    
    11111111111111111111111111111111
    
    Now does it all start to make sense?  :)
    The age of your password is actually
    81 years, 144 days, 6 hours, 28 minutes, 15 seconds
     
    Last edited: Nov 26, 2006
  8. matt.chugg

    matt.chugg MajorGeek

    sort of overflow lol, I know what I meant!
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds