Is there any related general trend for some people to put their personal detail age at 127 or some other specific number?
Does it give extra perk?
Started by Anown [1970020] on in Questions & Answers.
Posts archived: 6 / 6 posts (100%) · the total is Torn's reply count + the opening post at the last fetch
Counted by TornLife from the archived posts.
Is there any related general trend for some people to put their personal detail age at 127 or some other specific number?
Does it give extra perk?
What do you mean, like next to your irl details?
I don't think you get any bonuses for anything there no.
Moved to Q&A.
127 is the maximum value an 8-bit signed integer can hold, so if someone puts a value greater than that it defaults to 127.
That's interesting that the age is an 8-bit signed integer. I mean, I guess it fits the bill kinda perfectly, natural cutoff just past realistic human age, 8 bit is super small. Just counterintuitive to pick a datatype with negative numbers for age, but it makes sense broken down.
Didnt expect it to just be that. So the 127 is basically just people trying to be old and get defaulted to 127.
Hey that's kinda interesting, learning something new everyday ig :3