Bits Under Development: Forum Activity Index (FAI)


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Bits Under Development: Forum Activity Index (FAI)
# 1  
Old 06-24-2009
Bits Under Development: Forum Activity Index (FAI)

Working on some "new forum virtual economics" I have taken the total number of Bits in Circulation (user checking + savings) and divided that by the total number of posts, and have called this (for a lack of better name), the Forum Activity Index (FAI).

You can now see this index on your banking page.

Next, I am thinking to take the total Bits in Circulation (as above) and divide by the number of members who have posted, but I need to think more about this.

If you have any ideas, please do post them.

Right now, the FAI is 2,333 User Bits / Post ....

But I am not sure what it means Smilie

---------- Post updated at 21:39 ---------- Previous update was at 20:49 ----------

One problem I thought of right away is that the central bits bank has been reclaiming bits from users who are inactive for over two years. This means that the FAI is lower than it should be if all the inactive user bits were in circulation.....

hmmmmm Smilie
These 3 Users Gave Thanks to Neo For This Post:
# 2  
Old 06-24-2009
I think that works pretty logically to me.

Activity/registrations are like demographics ( births/deaths ) so for it to be skewed by reclaiming bits doesn't really matter.
# 3  
Old 06-25-2009
Well, one of the problems with it is that if a person posts a great post 5 years ago, and it is viewed by 10s of thousands of people, all that activity is lost when we reclaim their Bits (f they are inactive for two years). The post activity is lost as well as all the activity of people reading it (losing economic significance).

One idea I had is to simply change the algorithm where

Code:
FAI(2) =   Bits in Circulation (Activity within 2 Years) / Number of Posts (In the Past 2 years)

Or:

Code:
FAI(2) =   Bits in Circulation (Activity within 2 Years) / Number of Posts (By Users with Activity Over the Past 2 years)

Making it the "Two Year FAI" ..... or something along those likes.
# 4  
Old 06-25-2009
Be like other central banks and report yearly figures. Smilie
# 5  
Old 06-25-2009
Quote:
Originally Posted by Neo
One idea I had is to simply change the algorithm where

Code:
FAI(2) =   Bits in Circulation (Activity within 2 Years) / Number of Posts (In the Past 2 years)

Or:


Making it the "Two Year FAI" ..... or something along those likes.
OK, for the time being, I made the change above, which translates to (for those who care about the technical details):

Code:
$fai2_posts = $db->query_first('SELECT COUNT(*) AS total FROM ' . TABLE_PREFIX . 'post WHERE dateline > (UNIX_TIMESTAMP() - (60 * 60 * 24 * 365 * 2))');

I think I'll add one for one year as well, maybe the FAI(1) Smilie
# 6  
Old 10-13-2009
Would it be an idea to graph such metrics?
# 7  
Old 02-07-2010
Changed this metric to the FAI1 on the banking page - the One Year Forum Activity Index (FAI1)
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Updated Forum Search Index Min Word Length to 2 Chars and Added Quick Search Bar

Today I changed the forum mysql database to permit 2 letter searches: ft_min_word_len=2 I rebuilt the mysql search indexes as well. Then, I added a "quick search bar" at the top of each page. I have tested this and two letter searches are working; but it's not perfect,... (1 Reply)
Discussion started by: Neo
1 Replies

2. What is on Your Mind?

Updated Forum Search Index Min Word Length (Again)

For some reason, three char word lengths were not showing up in search results, even though the minimum is set to three and has been for a long time. After monkeying around with this, I turned off full page search, dumped all search indexes, and re-enabled full text search and it's working... (1 Reply)
Discussion started by: Neo
1 Replies

3. What is on Your Mind?

Place Bits & Win Bits!!! - 17th Annual Satellite Awards

Ten movies have been nominated as best motion picture by the International Press Academy, presentation of the 2012 Satellite Awards will be held on 16th December at Los Angeles, CA. Place your bits here on one of the below nominated movie of your choice:- Argo ... (0 Replies)
Discussion started by: Yoda
0 Replies

4. What is on Your Mind?

What exactly is the concept of BITS in this unix.com forum?

Is there a detailed page on the explanation of concept behind BITS and score used in this forum. Just saw the index on my Banking page. (Clicked the Banking hyperlink below my profile name on the topmost right corner of this screen) Thanks in advance. (2 Replies)
Discussion started by: Manjunath B
2 Replies

5. Shell Programming and Scripting

Sort from start index and end index in line

Hi All, I have a file (FileNames.txt) which contains the following data in it. $ cat FileNames.txt MYFILE17XXX208Sep191307.csv MYFILE19XXX208Sep192124.csv MYFILE20XXX208Sep192418.csv MYFILE22XXX208Sep193234.csv MYFILE21XXX208Sep193018.csv MYFILE24XXX208Sep194053.csv... (5 Replies)
Discussion started by: krish_indus
5 Replies

6. UNIX for Dummies Questions & Answers

wh inode index starts from 1 unlike array index (0)

brothers why inode index starts from 1 unlike array inex which starts from 0 its a question from the design of unix operating system of maurice j.bach i need to know the answer urgently...someone help please (1 Reply)
Discussion started by: sairamdevotee
1 Replies

7. Filesystems, Disks and Memory

why the inode index of file system starts from 1 unlike array index(0)

why do inode indices starts from 1 unlike array indexes which starts from 0 its a question from "the design of unix operating system" of maurice j bach id be glad if i get to know the answer quickly :) (0 Replies)
Discussion started by: sairamdevotee
0 Replies
Login or Register to Ask a Question