Next milestone: 32,768?
Nickb 20k
11–20 of 32 posts
I am at a power of 2 forever. Completely unchangeable, I'm practically invincible. Bow before me.
Re: Nickb 20k
#12Next milestone: 32,768?
Yeah, but then you fall off the leader board, because your score is -1. :P
Re: Nickb 20k
#13Congrats Nickb - his stuff is good. Does he have a bio?
Re: Nickb 20k
#14Re: Nickb 20k
#15@nickb Very impressive, congrats!
Re: Nickb 20k
#16Dude I am working hard to get to 2k.
Re: Nickb 20k
#17Re: Nickb 20k
#18Thank you and please reveal yourself now :)
Re: Nickb 20k
#19Earlier quoted context omitted.
Yeah, but then you fall off the leader board, because your score is -1. :P
I think you mean -32768.
If it rolls over due to 2s complement then it'll be -32768.
What the -1 comment is refering to is a casting problem. Or int into byte, etc. Versus unsigned to signed.
Re: Nickb 20k
#20Earlier quoted context omitted.
I think you mean -32768.
If it rolls over due to 2s complement then it'll be -32768. What the -1 comment is refering to is a casting problem. Or int into byte, etc. Versus unsigned to signed.
Oh, duh. Brainfart. -1 would be 11111111 not 10000000.
While I doubt that HN's scoring would suffer from signedness bugs, if it did, getting your score down/up to -1 would be the ultimate. It would be an interesting easter egg to build into the system, tho :)