I was just looking at the statistics to see who the top posters where when I saw that one member had by and large the majority.
That member is called karent1.
Check out the profile:
http://debatingchristianity.com/forum/p ... ile&u=7914
They have made 16777215 posts, but when you click 'view posts' it comes up blank.
This person has only been around for 8 days.
Is this a mess up on the system or a hack or is the member a friend of one of the people who run the site?
Just thought I should mention it as I haven't seen anyone else do so and thought someone might be interested.
A Question on karent1
Moderator: Moderators
- His Name Is John
- Site Supporter
- Posts: 672
- Joined: Fri Mar 16, 2012 7:01 am
- Location: London, England
A Question on karent1
Post #1“People generally quarrel because they cannot argue.�
- G.K. Chesterton
“A detective story generally describes six living men discussing how it is that a man is dead. A modern philosophic story generally describes six dead men discussing how any man can possibly be alive.�
- G.K. Chesterton
- G.K. Chesterton
“A detective story generally describes six living men discussing how it is that a man is dead. A modern philosophic story generally describes six dead men discussing how any man can possibly be alive.�
- G.K. Chesterton
- His Name Is John
- Site Supporter
- Posts: 672
- Joined: Fri Mar 16, 2012 7:01 am
- Location: London, England
Post #4
Good to know everything was under control!
“People generally quarrel because they cannot argue.�
- G.K. Chesterton
“A detective story generally describes six living men discussing how it is that a man is dead. A modern philosophic story generally describes six dead men discussing how any man can possibly be alive.�
- G.K. Chesterton
- G.K. Chesterton
“A detective story generally describes six living men discussing how it is that a man is dead. A modern philosophic story generally describes six dead men discussing how any man can possibly be alive.�
- G.K. Chesterton
- ThatGirlAgain
- Prodigy
- Posts: 2961
- Joined: Wed Jul 27, 2011 1:09 pm
- Location: New York City
- Been thanked: 1 time
Post #5
16777215 is equivalent to -1 in 24 bit signed representation. What the heck uses 24 bit representation? 

Dogmatism and skepticism are both, in a sense, absolute philosophies; one is certain of knowing, the other of not knowing. What philosophy should dissipate is certainty, whether of knowledge or ignorance.
- Bertrand Russell
- Bertrand Russell
- otseng
- Savant
- Posts: 20842
- Joined: Thu Jan 15, 2004 1:16 pm
- Location: Atlanta, GA
- Has thanked: 214 times
- Been thanked: 363 times
- Contact:
Post #6
The count is stored in MySQL as a 3 byte unsigned int. So, yes, somehow the count became -1 (or 16777215). Why store it as 3 bytes (instead of 4)? I guess they designed it to save precious bytes on disk?ThatGirlAgain wrote:16777215 is equivalent to -1 in 24 bit signed representation. What the heck uses 24 bit representation?

- ThatGirlAgain
- Prodigy
- Posts: 2961
- Joined: Wed Jul 27, 2011 1:09 pm
- Location: New York City
- Been thanked: 1 time
Post #7
Since entities are very often aligned with 2 or 4 or 8 byte boundaries, saving bytes with 24 bits does not sound very productive. And with RAM costing about $40 for a gigabyte and hard drives about $100 per terabyte….like huh?otseng wrote:The count is stored in MySQL as a 3 byte unsigned int. So, yes, somehow the count became -1 (or 16777215). Why store it as 3 bytes (instead of 4)? I guess they designed it to save precious bytes on disk?ThatGirlAgain wrote:16777215 is equivalent to -1 in 24 bit signed representation. What the heck uses 24 bit representation?

I asked one of the Computer Science instructors about 24 bit entities. (OCD, remember?

Here is some more info on 24 bits.
http://en.wikipedia.org/wiki/24-bit
EDIT I just read that article again. Apparently the old Intel 286 processor also used 24 bit addressing. But not 24 bit arithmetic.
Dogmatism and skepticism are both, in a sense, absolute philosophies; one is certain of knowing, the other of not knowing. What philosophy should dissipate is certainty, whether of knowledge or ignorance.
- Bertrand Russell
- Bertrand Russell
- His Name Is John
- Site Supporter
- Posts: 672
- Joined: Fri Mar 16, 2012 7:01 am
- Location: London, England
Post #8
I have very little understanding of this discussion, so I will just quietly leave, and allow you two to continue...
“People generally quarrel because they cannot argue.�
- G.K. Chesterton
“A detective story generally describes six living men discussing how it is that a man is dead. A modern philosophic story generally describes six dead men discussing how any man can possibly be alive.�
- G.K. Chesterton
- G.K. Chesterton
“A detective story generally describes six living men discussing how it is that a man is dead. A modern philosophic story generally describes six dead men discussing how any man can possibly be alive.�
- G.K. Chesterton