255 vs 2147483647

This is for anything that has nothing to do with my game, bored stop by and chat a while

Moderator: Yaz Pistachio

Post Reply
NTG
Green Man
Posts: 1160
Joined: Sat Oct 13, 2018 12:09 pm
Location: I’m Alive!
Contact:

255 vs 2147483647

Post by NTG »

2147483647 is just a glorified version of 255, being the 32-bit integer limit.
This one applies to more recent games than 255, because pretty much all games can hold 32-bit numbers by now, unlike the 8-bit stuff a few decades ago.

Also I like these bit limits because it's exponential growth of exponential growth :)

8-bit: 255
16-bit: 32767
32-bit: 2147483647
64-bit: 9223372036854775807
128-bit: ~10000000000000000000000000000000000000000 (10^40)
256-bit: ~10^80
512-bit: ~10^160
1024-bit: ~10^320

By the time we get to 32768-bit (or what I like to call "super 16-bit") we are at 10^10240, which, if I typed it out, it would reach ~1/7 of the character limit (it would also be the first time anyone's ever been at a significant fraction of the 70000 character limit.)



Basically, what I'm saying is I found a new number.


This is why you have to keep me away from numbers.
"255 isn't just a number, it's a way of life."

-NTG 5/20/2019

hi once again

Keeping the forum active since 2018!
personguy
Here and gone again
Posts: 447
Joined: Tue May 12, 2015 8:13 pm
Location: ytp sexer

Re: 255 vs 2147483647

Post by personguy »

Sorry if I sound like a moron/jerk, but what was the point of this thread?
Fallow me on twitter for absolutely nothing
Wesley
GOD
Posts: 10406
Joined: Mon Jun 29, 2009 5:10 am
Location: Harrisburg, PA
Contact:

Re: 255 vs 2147483647

Post by Wesley »

This is Off Topic Chat, so the thread could be about anything not specifically related to the game.
In this case, NTG was sharing some observations he has made regarding numbers and digital storage.

"What was the point of this thread"? If you think of this forum as basically a bunch of people hanging out after work or school or whatever, the conversations for naturally. "Hey, I saw a fox on the way to work." "Oh, dude, I had tuna for lunch." etc.
"Work hard, be humble and stay positive."

~ Donnie Yen ~
NTG
Green Man
Posts: 1160
Joined: Sat Oct 13, 2018 12:09 pm
Location: I’m Alive!
Contact:

Re: 255 vs 2147483647

Post by NTG »

Yeah this is the “pointless threads” section, the only section more pointless is Bored Games.
"255 isn't just a number, it's a way of life."

-NTG 5/20/2019

hi once again

Keeping the forum active since 2018!
Post Reply