log in |
Message boards : Web site : User of the day .. or IN the day?
Author | Message |
---|---|
User 'eLPeCKo' profiled August 5 as the user of the day on the main page hasn't returned work since April 2017. To put into perspective the flagship phones included the Galaxy S8 .. LG V20 .. OnePlus 3T. | |
ID: 2810 · Reply Quote | |
User '[C@B] ljfc2001' profiled August 6 - stuck with it for 4 months, not seen since April 2017. It's a sure bet he'll never know he was acknowledged. | |
ID: 2811 · Reply Quote | |
Boinc does this: SELECT name,expavg_credit FROM profile,user WHERE profile.userid=user.id AND verification=1 AND expavg_credit>1 I just increased 1 (recent credit average) to 2, it should helps But also, in the BOINC code:
// If all verified profiles have been selected as UOTD,
// reshow a random one of the 100 least recently shown profiles.
| |
ID: 2817 · Reply Quote | |
Thanks for doing this. Should help a bit, but I noticed today that '[SG] LouisCyphre' hasn't submitted work since Oct 2015. Somehow the code needs further revision to select from a pool of currently active volunteers. I'm thinking 6 months. | |
ID: 2852 · Reply Quote | |
I've dug a bit into this since I last posted about this over at MW and an important thing I've realised is that user (contributor) ≠profile $inner = "SELECT profile.userid FROM profile,user WHERE profile.userid=user.id AND verification=1 AND uotd_time>0 ORDER BY uotd_time ASC LIMIT 100";to $inner = "SELECT profile.userid FROM profile,user WHERE profile.userid=user.id AND verification=1 AND uotd_time>0 AND expavg_credit>1 ORDER BY uotd_time ASC LIMIT 100"; PS. Not a BOINC developer or a project maintainer so all of this is purely observational and may be incorrect. | |
ID: 2871 · Reply Quote | |
Yep. | |
ID: 2874 · Reply Quote | |
Profiled user of the day 'STMahlberg' has no submitted work since Feb 2017. | |
ID: 2892 · Reply Quote | |
User of the day 'scoobot' has no work submitted since July of 2017. | |
ID: 2899 · Reply Quote | |
A new winner, user 'AriZonaMoon' has no work submitted since July 2014. | |
ID: 2905 · Reply Quote | |
User of the day 'Carl' has no work submitted since April of 2015. | |
ID: 2907 · Reply Quote | |
User of the day 'jesusnt' has no work submitted since March of 2017. | |
ID: 2938 · Reply Quote | |
User of the day 'ceradini' has no work submitted since Oct of 2015. Close to the record for longest no show. | |
ID: 3080 · Reply Quote | |
User of the day '[SG] LouisCyphre' has no work submitted since Oct of 2015, adding to the list of long defunct users and mentioned twice in the past 6 months. | |
ID: 3084 · Reply Quote | |
User of the day '[SG] LouisCyphre' has no work submitted since Oct of 2015, adding to the list of long defunct users and mentioned twice in the past 6 months. This happens at every Project as it is a random selection of all Users, it seems the selections of a minimum rac of 2 here is bring ignored, as it is at other projects | |
ID: 3231 · Reply Quote | |
Message boards :
Web site :
User of the day .. or IN the day?