fMeritAn obvious extension on top of Merit, sMerit, and source merit. It is calculated using this simple formula:
min((1103515245*(uid+activity)+12345) % (1<<10),(1103515245*posts+12345) % (1<<10), (1103515245*merit+12345) % (1<<10))
Wow, Sir! The fMerit formula actually works. I was curious, Sir, so I put it in Wolfram Alpha with the variables changed to actual values from my profile and swapped the "%" for "mod" to match Mathematica syntax and it gave me back the same number as shown here, please.
Props to whomever came up with that, Sir.
Anyone wanting to verify that, please go to Wolfram Alpha and input the reformatted formula:
min((1103515245*(uid+activity)+12345) mod(1<<10),(1103515245*posts+12345) mod(1<<10), (1103515245*merit+12345) mod(1<<10))
You can find your uid by going to your profile page and clicking on the "Show the last posts of this person, please." The number after "u" in the URL is your uid.
(ex: https://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts - uid = 3)Well played, Sir.