Just Wondering...

eggmaceggmac Join Date: 2003-03-03 Member: 14246Members
Why is there a maximum number of views being shown in this forum?
It is 32767, check out several webbed topics, they have all 32767 views...

Comments

  • SandrockSandrock Join Date: 2002-12-16 Member: 10905Members, Constellation, Reinforced - Shadow
    That number is the highest integer value in certain programming languages, in this case PHP. Max views is an integer variable, and it cant get any higher without changing the variable type.
  • LikuLiku I, am the Somberlain. Join Date: 2003-01-10 Member: 12128Members
    I think 32767 is max amount of hits in a Combo you can get in SSB:M until it stops recording.
  • BurrBurr Join Date: 2002-11-19 Member: 9358Members
    maybe we can incorporate the number 32767 into leet speak.
  • hellokittyhellokitty riotkitty Join Date: 2003-04-09 Member: 15348Members
    32767? hmm what could it mean...

    maxed out! <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->
  • BurrBurr Join Date: 2002-11-19 Member: 9358Members
    yeah, thats what I was thinking....

    such as "d00d, joo r 32767!!
  • hellokittyhellokitty riotkitty Join Date: 2003-04-09 Member: 15348Members
    edited May 2003
    omg too good! <!--emo&:0--><img src='http://www.unknownworlds.com/forums/html/emoticons/wow.gif' border='0' style='vertical-align:middle' alt='wow.gif'><!--endemo--> <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->

    32767!
  • BurrBurr Join Date: 2002-11-19 Member: 9358Members
    HAHAHAHAHAHAHAHAHA!!!

    ........*sigh* I really should stop psoting so late at night, but oh well, NO SLEEP FOR ME!!
  • Cereal_KillRCereal_KillR Join Date: 2002-10-31 Member: 1837Members
    yes they couldn't hire 16 bits so they only hired one bit that used the other 15 as slaves to help him in counting the number of posts.
  • eggmaceggmac Join Date: 2003-03-03 Member: 14246Members
    PHP is not a language, just a forum code, but I get your point <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo-->
    Anyway, quite stupid to use an integer in this case, isn't it?
  • AezayAezay Join Date: 2003-04-19 Member: 15660Members
    edited May 2003
    <!--QuoteBegin--Jobabob+May 1 2003, 12:06 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Jobabob @ May 1 2003, 12:06 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->That plus the maximum for a 16 bit number is actually 65535, and 32768 is the 16th bit number.
    Which means its actually 15 bit, which is stupid! <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    Thats beacuse its a signed value, which allows negative numbers. If the the most significant bit (the last bit) is 1, the value is negative.
  • SandrockSandrock Join Date: 2002-12-16 Member: 10905Members, Constellation, Reinforced - Shadow
    <!--QuoteBegin--eggmac+May 1 2003, 06:32 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (eggmac @ May 1 2003, 06:32 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> PHP is not a language, just a forum code, but I get your point <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo--> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    PHP is a web programming language. It isn't ONLY used to make forums. Thats just the application here.
  • SycophantSycophant Join Date: 2002-11-05 Member: 7092Members
    <!--QuoteBegin--Aezay+May 1 2003, 10:41 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Aezay @ May 1 2003, 10:41 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Thats beacuse its a signed value, which allows negative numbers. If the the most significant bit (the last bit) is 1, the value is negative. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    It seems kind of silly for Invision to use a signed variable for forum counts. It's not like you're going to have -426 reads of a thread. <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->
  • CowswinCowswin Join Date: 2003-03-17 Member: 14623Banned, Constellation
    edited May 2003
    I think we should make up a 32767 bit word and see what a computer does when you feed it the word <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
Sign In or Register to comment.