User of the day .. or IN the day?
log in

Advanced search

Message boards : Web site : User of the day .. or IN the day?

Author Message
arcturus
Send message
Joined: 18 May 22
Posts: 17
Credit: 5,806,368
RAC: 0
United States
Message 2810 - Posted: 5 Aug 2022, 22:30:38 UTC

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.

Kind of embarrassing profiling someone who hasn't returned a unit in over 5 years.

arcturus
Send message
Joined: 18 May 22
Posts: 17
Credit: 5,806,368
RAC: 0
United States
Message 2811 - Posted: 6 Aug 2022, 11:58:50 UTC

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.

Profile valterc
Project administrator
Project tester
Send message
Joined: 30 Oct 13
Posts: 620
Credit: 34,578,721
RAC: 4,236
Italy
Message 2817 - Posted: 8 Aug 2022, 16:19:56 UTC - in response to Message 2811.
Last modified: 8 Aug 2022, 16:24:37 UTC

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.

arcturus
Send message
Joined: 18 May 22
Posts: 17
Credit: 5,806,368
RAC: 0
United States
Message 2852 - Posted: 28 Aug 2022, 14:20:07 UTC - in response to Message 2817.

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.

I'm not a coder but perhaps someone here could suggest a code revision.

Profile AnandBhat
Send message
Joined: 14 Feb 22
Posts: 6
Credit: 1,056,897
RAC: 7
Australia
Message 2871 - Posted: 9 Sep 2022, 7:07:33 UTC

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

A profile needs to be created by a user before they can be verified by an admin and become eligible for UOTD. A vast majority of folks have not created a profile, even if they do know where to do this (for instance, using the user search function, of the 89 users who have signed up since July 1st, only one user has created their profile). You, arcturus (user=3687), for instance, do not have a profile and cannot be UOTD unless you create one.

I've created a profile today and I reckon once valterc approves this, I'll be UOTD.

If there are no verified profiles that meet the minimum criterion for UOTD (i.e., average credit > 1 and hasn't been a UOTD previously), a random profile from a pool of the oldest 100 UOTDs is selected to be the UOTD (again). I suspect this is the reason you're seeing old, inactive UOTDs in many projects as the pool of fresh profiles is very small, if not depleted. The reselection criterion does not check for average credit and I do not see a "safe" way (i.e., via project config) to change this unless this line in the BOINC server code is changed and/ or this is enhanced to give the project owner better control of the criteria via project config:

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

Profile AnandBhat
Send message
Joined: 14 Feb 22
Posts: 6
Credit: 1,056,897
RAC: 7
Australia
Message 2874 - Posted: 10 Sep 2022, 8:33:25 UTC - in response to Message 2871.

Yep.

arcturus
Send message
Joined: 18 May 22
Posts: 17
Credit: 5,806,368
RAC: 0
United States
Message 2892 - Posted: 20 Sep 2022, 15:11:48 UTC

Profiled user of the day 'STMahlberg' has no submitted work since Feb 2017.

arcturus
Send message
Joined: 18 May 22
Posts: 17
Credit: 5,806,368
RAC: 0
United States
Message 2899 - Posted: 22 Sep 2022, 12:25:13 UTC - in response to Message 2892.

User of the day 'scoobot' has no work submitted since July of 2017.

arcturus
Send message
Joined: 18 May 22
Posts: 17
Credit: 5,806,368
RAC: 0
United States
Message 2905 - Posted: 25 Sep 2022, 12:42:00 UTC

A new winner, user 'AriZonaMoon' has no work submitted since July 2014.

arcturus
Send message
Joined: 18 May 22
Posts: 17
Credit: 5,806,368
RAC: 0
United States
Message 2907 - Posted: 26 Sep 2022, 13:06:49 UTC

User of the day 'Carl' has no work submitted since April of 2015.

Hoping he hasn't given up checking lol.

arcturus
Send message
Joined: 18 May 22
Posts: 17
Credit: 5,806,368
RAC: 0
United States
Message 2938 - Posted: 19 Oct 2022, 14:52:11 UTC

User of the day 'jesusnt' has no work submitted since March of 2017.

arcturus
Send message
Joined: 18 May 22
Posts: 17
Credit: 5,806,368
RAC: 0
United States
Message 3080 - Posted: 16 Feb 2023, 18:46:30 UTC
Last modified: 16 Feb 2023, 18:47:19 UTC

User of the day 'ceradini' has no work submitted since Oct of 2015. Close to the record for longest no show.

arcturus
Send message
Joined: 18 May 22
Posts: 17
Credit: 5,806,368
RAC: 0
United States
Message 3084 - Posted: 19 Feb 2023, 21:58:46 UTC
Last modified: 19 Feb 2023, 22:01:03 UTC

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.

mikey
Avatar
Send message
Joined: 28 Nov 16
Posts: 17
Credit: 10,381,285
RAC: 0
United States
Message 3231 - Posted: 29 May 2023, 12:27:30 UTC - in response to Message 3084.

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


Post to thread

Message boards : Web site : User of the day .. or IN the day?


Main page · Your account · Message boards


Copyright © 2024 CNR-TN & UniTN