Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
Ben:If you use the same computer just push Log Me in Automatically! Its that easy! I beleive i havent been off for 32 hours either, but dont quote me on that!
AAAAHHHHHH! If someone else tells me to check the stupid log me in automatically button again. I will scream. Beyond annoyed at this point, beyond annoyed. Sorry Ben you are just the third freakin' person to give me this stupid advice.
P.S. Thanks Traci
Yep i know, I have read the whole thread posted on it, i just thought i would say it one more time! [Emoticon not found] Sorry
I do house calls and fix up computers for the ridiculously low rate of $30 an hour or food. If it comes to that Ash let me know. At the moment I think I have a couple of outstanding food IOU's . . .
um I'll just get free help. thanks for the offer though.
Help me! I should be in class right now. Can't leave forum must post more. Prince Chewie has become my aspiration. I know it's sick, sick, sick. Help. Please. I'm getting weaker, weaker. Can b a r e l y t y p e. H u r r y p l e a s e. T h e d a r k s i d e i s o v e r p o w e r i n g m e.
I said food. Most people have food on hand anyway. I mean you have to eat. As for the forum addiction, I have no solutions.
prince chewie? [Emoticon not found]
I started with Sir then Lord and then I thought why not prince.
I like Lord Chewie best, methinks....
lord chewie it is
Hey all, Chuy's about to break 1000 posts! I think we should place bets on when he gets to post 1000. I bet tomorrow.
It all depends on the activity of the forum... the more posts there are, the more likely that there is a post to which I am inclined to reply, thereby making more likely the chance that I break 1000. [Emoticon not found]
we have reached a new low...
bobthecow:we have reached a new low...
and it keeps increasing...
/me fights urge to shrink Chuy's post count. . .
It could be a 10 bit number and roll over after 1027
SpecialK:/me fights urge to shrink Chuy's post count. . .
It could be a 10 bit number and roll over after 1027
unfortunately it's a mediumint (3 bytes). unsigned. so it rolls over after only 16,777,215 posts...
popthestack:bobthecow:we have reached a new low...
and it keeps increasing...
shouldn't that be "decreasing"?
ElChuy:popthestack:bobthecow:we have reached a new low...
and it keeps increasing...
shouldn't that be "decreasing"?
one might think it would be. however, since the "new low" has happened because of an increased post count the new low actually keeps increasing because of the post count. [Emoticon not found] does it make sense? no, not really. is it right? i don't really care, it's more fun this way.
bobthecow:SpecialK:/me fights urge to shrink Chuy's post count. . .
It could be a 10 bit number and roll over after 1027
unfortunately it's a mediumint (3 bytes). unsigned. so it rolls over after only 16,777,215 posts...
rofl! quick! increase it to an unsigned bigint just incase he goes crazy (18,446,744,073,709,551,615 posts)! Of course, there are some implications when using unsigned bigints with values over the max positive signed value... but that's another story for another day.
Integer overflow attacks baby!
popthestack:bobthecow:SpecialK:/me fights urge to shrink Chuy's post count. . .
It could be a 10 bit number and roll over after 1027
unfortunately it's a mediumint (3 bytes). unsigned. so it rolls over after only 16,777,215 posts...
rofl! quick! increase it to an unsigned bigint just incase he goes crazy (18,446,744,073,709,551,615 posts)! Of course, there are some implications when using unsigned bigints with values over the max positive signed value... but that's another story for another day.
i don't think i've ever needed anything more than an int. signed. who needs 18 bajillion possible values?
they should get a life.
bobthecow:who needs 18 bajillion possible values? they should get a life.
is that a challenge? [Emoticon not found]
traci:is that a challenge? [Emoticon not found]
I'm afraid you would get banned before you killed the server. I suspect it keeps a total post index in one of those large numbers and bad things happen when that overflows.
bobthecow:SpecialK:It could be a 10 bit number and roll over after 1027
unfortunately it's a mediumint (3 bytes). unsigned. so it rolls over after only 16,777,215 posts...
I know better than a non power of 2 number size like 10 bits, but I find the use of a 3 byte number curious. Does it have some special addressing attatched to it? I mean it probably takes more cpu work to trim it than to use a standard 32 bit uint.
popthestack:rofl! quick! increase it to an unsigned bigint just incase he goes crazy (18,446,744,073,709,551,615 posts)!
Bob, weren't you going to implement the double post aggregator?
Just FYI, that's 18 quintillion.
Buzz:Just FYI, that's 18 quintillion.
thanks for the information. I didn't want to bother figuing that out.
multi-post aggregators are extremely ANNOYING. there are many times multi-posts are completely legitimate and if they got aggregated I'd be really pissed off. If I wanted to post things in the same post I would edit my post and add it (which I do a lot, by the way*).
* before anyone else replies so it doesn't append the "last edited by..." I've edited this message twice since posting.
Buzz:Just FYI, that's 18 quintillion.
yeah. i wasn't going to count.
popthestack:If I wanted to post things in the same post I would edit my post and add it (which I do a lot, by the way*).[/size]
most people just aren't that courteous... or maybe they don't know how to quote multiple posts in the same reply.
SpecialK:I know better than a non power of 2 number size like 10 bits, but I find the use of a 3 byte number curious. Does it have some special addressing attatched to it? I mean it probably takes more cpu work to trim it than to use a standard 32 bit uint.
a bit mask is about the cheapest operation you can do...
in a database, data types usually are chosen more to conserve space than to conserve processor time. as a result, you can declare an int using anywhere from 1 to 32 bits. for some things, you only need a boolean value [tinyint(1)] and sometimes you need 18 quadrillion possible values. and you need them so bad that you don't care about the integrity of low order bits...
the important ones:
TINYINT = 1 byte
SMALLINT = 2 bytes
MEDIUMINT = 3 bytes
INTEGER = 4 bytes
BIGINT = 8 bytes
SpecK:Bob, weren't you going to implement the double post aggregator?
i have more good intentions than i have time right now.
i need to upgrade to the latest phpBB first. so we can get rid of all those bots.
Hello, my name is Ryan, and I am a forum addict.
popthestack:Hello, my name is Ryan, and I am a forum addict.
:nods:
we're here for you, ryan.
Hello Ryan!
How long have you been clean?
Well considering he is posting here, I don't think he IS clean....
I've been known to stay clean for up to 72 hours at a time. That's pretty rare though.
I feel very excited to have such a great support group here on this forum. Together we can conquer.
SKC Forum Main Page:You last visited on Wed May 10, 2006 5:42 pm
The time now is Sun May 14, 2006 12:32 am
World getting fuzzy. Need to check fo r u m . . .
wow. Scary if that happens again.
hi. my name is justin.
but i'm not an addict.
you see, i got in trouble with my computer, and my lawyer made me say that i'm an addict. but i'm not. honest.
Hey, can I have some more coffee? [Emoticon not found]