Bitcoin Forum
May 04, 2024, 03:54:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 70 »
  Print  
Author Topic: Activity & new membergroup limits  (Read 242375 times)
Welsh
Staff
Legendary
*
Offline Offline

Activity: 3262
Merit: 4110


View Profile
June 19, 2013, 11:55:34 PM
 #221

Well, I registered back in march. Going to take awhile to rank up. Doing it all over again, YES!
1714794862
Hero Member
*
Offline Offline

Posts: 1714794862

View Profile Personal Message (Offline)

Ignore
1714794862
Reply with quote  #2

1714794862
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714794862
Hero Member
*
Offline Offline

Posts: 1714794862

View Profile Personal Message (Offline)

Ignore
1714794862
Reply with quote  #2

1714794862
Report to moderator
1714794862
Hero Member
*
Offline Offline

Posts: 1714794862

View Profile Personal Message (Offline)

Ignore
1714794862
Reply with quote  #2

1714794862
Report to moderator
Seal
Donator
Hero Member
*
Offline Offline

Activity: 848
Merit: 1078


View Profile WWW
June 20, 2013, 12:57:29 AM
 #222

Checking out the new features. Nice idea.

DefiDive - Filter the noise
A clean crypto asset management terminal
nimda
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


0xFB0D8D1534241423


View Profile
June 20, 2013, 01:01:05 AM
 #223

time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)
I don't like it.

It embodies the assumption that any post above once per day (averaged over two weeks) is not contributing; which I do not agree with.

At the very least number of posts per day should be increased, e.g. min(time * 28, posts).

And you should consider more sophisticated metrics such as sum of f(x) over all two-week periods, f(x) being x / (1 + sqrt(x/14)) or x / (1 + x/28).

Time spent logged in will also be useful to include as a component.
Now let's take the indefinite integral of that function...

Challenge accepted!

Code:
                                         3/2
                             2 Sqrt[14] x
28 Sqrt[14] Sqrt[x] - 14 x + --------------- -
                                    3
 
  392 Log[14 + Sqrt[14] Sqrt[x]]

Or

28(x-28log(x+28))

I had to use an integrator of the first, the second was easy to do by hand.

YOUFORGOTYOURCONSTANT!
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
June 20, 2013, 01:03:50 AM
 #224

So, I'm already a hero (just not yet). hehehe.. Just need to post once every 2 weeks. But I already post every other day.

Seal
Donator
Hero Member
*
Offline Offline

Activity: 848
Merit: 1078


View Profile WWW
June 20, 2013, 01:09:54 AM
 #225

time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)
I don't like it.

It embodies the assumption that any post above once per day (averaged over two weeks) is not contributing; which I do not agree with.

At the very least number of posts per day should be increased, e.g. min(time * 28, posts).

And you should consider more sophisticated metrics such as sum of f(x) over all two-week periods, f(x) being x / (1 + sqrt(x/14)) or x / (1 + x/28).

Time spent logged in will also be useful to include as a component.
Now let's take the indefinite integral of that function...

Challenge accepted!

Code:
                                         3/2
                             2 Sqrt[14] x
28 Sqrt[14] Sqrt[x] - 14 x + --------------- -
                                    3
 
  392 Log[14 + Sqrt[14] Sqrt[x]]

Or

28(x-28log(x+28))

I had to use an integrator of the first, the second was easy to do by hand.

YOUFORGOTYOURCONSTANT!

A complex solution that is well thought out. I have an issue with this though (besides being too complex) it does not address the fact that it will reward trolling kids with plenty of free time instead of more mature contributors who actually add value in their discussions and posts.

I would like to see what you have implemented theymos incorporated with a points system which the community can upvote or downvote individual posts based on content. Similar to Reddit and Hacker News.

The idea is to discourage posts with no relevance to the wider community and reduce the number of flamewars and trolling.

Think of it as community driven forum moderation.

DefiDive - Filter the noise
A clean crypto asset management terminal
jubalix
Legendary
*
Offline Offline

Activity: 2618
Merit: 1022


View Profile WWW
June 20, 2013, 02:42:19 AM
 #226

time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)
I don't like it.

It embodies the assumption that any post above once per day (averaged over two weeks) is not contributing; which I do not agree with.

At the very least number of posts per day should be increased, e.g. min(time * 28, posts).

And you should consider more sophisticated metrics such as sum of f(x) over all two-week periods, f(x) being x / (1 + sqrt(x/14)) or x / (1 + x/28).

Time spent logged in will also be useful to include as a component.
Now let's take the indefinite integral of that function...

Challenge accepted!

Code:
                                         3/2
                             2 Sqrt[14] x
28 Sqrt[14] Sqrt[x] - 14 x + --------------- -
                                    3
 
  392 Log[14 + Sqrt[14] Sqrt[x]]

Or

28(x-28log(x+28))

I had to use an integrator of the first, the second was easy to do by hand.

YOUFORGOTYOURCONSTANT!

A complex solution that is well thought out. I have an issue with this though (besides being too complex) it does not address the fact that it will reward trolling kids with plenty of free time instead of more mature contributors who actually add value in their discussions and posts.

I would like to see what you have implemented theymos incorporated with a points system which the community can upvote or downvote individual posts based on content. Similar to Reddit and Hacker News.

The idea is to discourage posts with no relevance to the wider community and reduce the number of flamewars and trolling.

Think of it as community driven forum moderation.

but mob upvote/downvote kills diversity, and new ideas, entrenches to much of the normative. We wan't the tails of the bell graph, gotta take the good with the bad

Admitted Practicing Lawyer::BTC/Crypto Specialist. B.Engineering/B.Laws

https://www.binance.com/?ref=10062065
theymos (OP)
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12968


View Profile
June 20, 2013, 03:40:33 AM
 #227

There won't be a global scoring system. Such systems are sometimes useful/entertaining, but they're bad for serious discussion. Go to /r/Bitcoin (which I also moderate) if you want that.

Maybe at some point there will be a WoT post scoring system, but as I look at the deficiencies in this semi-WoT Trust system, I'm less inclined to build anything else off of this. A more sophisticated WoT system is probably needed for that.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
CanaryInTheMine
Donator
Legendary
*
Offline Offline

Activity: 2352
Merit: 1060


between a rock and a block!


View Profile
June 20, 2013, 04:48:35 AM
 #228

<snip>
how come I got whacked from being a Hero? I've been here for 2 yrs I think (6/5/2011)
I guess I don't get this system
theymos (OP)
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12968


View Profile
June 20, 2013, 04:51:10 AM
 #229

how come I got whacked from being a Hero? I've been here for 2 yrs I think (6/5/2011)
I guess I don't get this system

You must have had long stretches of inactivity.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
CanaryInTheMine
Donator
Legendary
*
Offline Offline

Activity: 2352
Merit: 1060


between a rock and a block!


View Profile
June 20, 2013, 04:54:11 AM
 #230

how come I got whacked from being a Hero? I've been here for 2 yrs I think (6/5/2011)
I guess I don't get this system

You must have had long stretches of inactivity.
is it using any active two week period towards activity or is it active two week periods since last inactivity?
CanaryInTheMine
Donator
Legendary
*
Offline Offline

Activity: 2352
Merit: 1060


between a rock and a block!


View Profile
June 20, 2013, 05:06:05 AM
 #231

feature request: on my profile, i'd like to see a graphical (simple will be just fine) time line and the periods of activity/inactivity that contribute to such.
theymos (OP)
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12968


View Profile
June 20, 2013, 05:07:11 AM
 #232

It's over all time.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
cedivad
Legendary
*
Offline Offline

Activity: 1176
Merit: 1001



View Profile
June 20, 2013, 05:27:25 AM
 #233

I think that it should be more of something like this:

time = number of 1-day periods in which you've posted since your registration
activity = min(time, posts)

That'd make people feel paranoid about always getting a post in each day, I think.
You are right about this. However, on the other side, I think that 2 weeks is a too long timeframe.
I guess that the optimal should be 1 week, or 5 days.

Anyway, 2 weeks is not that bad, since that the basic idea is good.

My anger against what is wrong in the Bitcoin community is productive:
Bitcointa.lk - Replace "Bitcointalk.org" with "Bitcointa.lk" in this url to see how this page looks like on a proper forum (Announcement Thread)
Hashfast.org - Wiki for screwed customers
Operatr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


www.DonateMedia.org


View Profile WWW
June 20, 2013, 05:49:34 AM
 #234

Makes sense, I was able to go from no one to Hero in the span of 3 months...seemed kind of unfair to those who have actually been here since day 1 that have made the greatest contributions

r3wt
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
June 20, 2013, 06:20:53 AM
 #235

feature request: on my profile, i'd like to see a graphical (simple will be just fine) time line and the periods of activity/inactivity that contribute to such.

its already there.

click profile then click show stats in the left hand corner

for example here is mine:

https://bitcointalk.org/index.php?action=profile;u=117142;sa=statPanel

My negative trust rating is reflective of a personal vendetta by someone on default trust.
Seal
Donator
Hero Member
*
Offline Offline

Activity: 848
Merit: 1078


View Profile WWW
June 20, 2013, 07:05:25 AM
 #236

feature request: on my profile, i'd like to see a graphical (simple will be just fine) time line and the periods of activity/inactivity that contribute to such.

its already there.

click profile then click show stats in the left hand corner

for example here is mine:

https://bitcointalk.org/index.php?action=profile;u=117142;sa=statPanel

Thats posts by time of day. I think CanaryInTheMine was referring to posts over each monthly or maybe weekly period.

DefiDive - Filter the noise
A clean crypto asset management terminal
barwizi
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
June 20, 2013, 07:05:33 AM
 #237

Why not have a coloured coin system forum wide? frequent posters get certain colours, maybe all blue turning to green then purple then gold then platinum for the highest rankers. You can have platinun coins but be a noob, that just tells us that he's a spammer and/or troll.
CanaryInTheMine
Donator
Legendary
*
Offline Offline

Activity: 2352
Merit: 1060


between a rock and a block!


View Profile
June 20, 2013, 07:14:19 AM
 #238

feature request: on my profile, i'd like to see a graphical (simple will be just fine) time line and the periods of activity/inactivity that contribute to such.

its already there.

click profile then click show stats in the left hand corner

for example here is mine:

https://bitcointalk.org/index.php?action=profile;u=117142;sa=statPanel

Thats posts by time of day. I think CanaryInTheMine was referring to posts over each monthly or maybe weekly period.
correct.  a visual representation of "activity" as it is seen by the formula now used.
Dougie
Full Member
***
Offline Offline

Activity: 211
Merit: 100


You are not special.


View Profile
June 20, 2013, 07:57:12 AM
 #239

Interesting idea! I like it. Was a bit confused that my post count had been cut this morning!

Lurking since 2011...
1J4DhU3q6RxxCTfAAcg5ExVK6FfxkmzkTH
b!z
Legendary
*
Offline Offline

Activity: 1582
Merit: 1010



View Profile
June 20, 2013, 10:49:16 AM
 #240

In the PM system, posts have not been replaced with activity yet. Is this intended?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 70 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!