A Question on karent1

Feedback and site usage questions

Moderator: Moderators

Post Reply
User avatar
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

Post by His Name Is John »

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.
“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

User avatar
LiamOS
Site Supporter
Posts: 3645
Joined: Sat Mar 20, 2010 4:52 pm
Location: Ireland

Post #2

Post by LiamOS »

Wow, that's pretty weird.
Maybe all the posts by those who've been banned/removed have somehow ended up attributed to one user due to some database work or something? I'm really curious now... :-k

User avatar
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 #3

Post by otseng »

I've sorta fixed it. There's a bug in the forum software somewhere, but at least I was able to correct the data.

User avatar
His Name Is John
Site Supporter
Posts: 672
Joined: Fri Mar 16, 2012 7:01 am
Location: London, England

Post #4

Post by His Name Is John »

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

User avatar
ThatGirlAgain
Prodigy
Posts: 2961
Joined: Wed Jul 27, 2011 1:09 pm
Location: New York City
Been thanked: 1 time

Post #5

Post by ThatGirlAgain »

16777215 is equivalent to -1 in 24 bit signed representation. What the heck uses 24 bit representation? :confused2:
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

User avatar
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

Post by otseng »

ThatGirlAgain wrote:16777215 is equivalent to -1 in 24 bit signed representation. What the heck uses 24 bit representation? :confused2:
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? :-k

User avatar
ThatGirlAgain
Prodigy
Posts: 2961
Joined: Wed Jul 27, 2011 1:09 pm
Location: New York City
Been thanked: 1 time

Post #7

Post by ThatGirlAgain »

otseng wrote:
ThatGirlAgain wrote:16777215 is equivalent to -1 in 24 bit signed representation. What the heck uses 24 bit representation? :confused2:
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? :-k
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? :confused2:

I asked one of the Computer Science instructors about 24 bit entities. (OCD, remember? :lol: ) He told me that way back in the 1960s IBM computers used 24 bit addressing and put other info in the hi order byte of a word, something to do with tracking subroutine levels. In those days RAM cost an incredible dollar per byte! (not a typo) 16 megabytes would cost about 16 million dollars! So who could possibly want more than 16 meg? But the 24 bits was only for addressing. Arithmetic was 32 bit or 64 bit fixed or floating, like today.

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

User avatar
His Name Is John
Site Supporter
Posts: 672
Joined: Fri Mar 16, 2012 7:01 am
Location: London, England

Post #8

Post by His Name Is John »

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

Post Reply