Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 14598
Posts: 14598   Pages: 1460   [ Previous Page | 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 2045096 times and has 14597 replies Next Thread
dcrobinson
Veteran Cruncher
UK
Joined: Mar 10, 2009
Post Count: 1168
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Good while it lasted

It's a miracle! Let's hope they get the funding and staffing to ensure this never happens again.
----------------------------------------
Dave Robinson, Malvern, UK
[Apr 3, 2023 5:56:38 AM]   Link   Report threatening or abusive post: please login first  Go to top 
AlanS
Advanced Cruncher
England
Joined: Feb 22, 2020
Post Count: 58
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Good while it lasted

Has it broken again or is it just me? All uploads are stalling now regardless of how many times I hit Retry!
----------------------------------------


[Apr 8, 2023 11:46:36 PM]   Link   Report threatening or abusive post: please login first  Go to top 
unsmurf
Cruncher
Joined: Mar 11, 2017
Post Count: 27
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Good while it lasted

yeah uploads seem to be broken again but downloads still working this time, broke friday night for me and as its a a weekend it will be monday/tuesday before they even look at it.
----------------------------------------
[Apr 9, 2023 8:07:04 AM]   Link   Report threatening or abusive post: please login first  Go to top 
AlanS
Advanced Cruncher
England
Joined: Feb 22, 2020
Post Count: 58
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Good while it lasted

Managed to get some uploads done now and yes still getting new tasks
----------------------------------------


[Apr 9, 2023 8:51:18 AM]   Link   Report threatening or abusive post: please login first  Go to top 
dcrobinson
Veteran Cruncher
UK
Joined: Mar 10, 2009
Post Count: 1168
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Good while it lasted

I've decided to give up for real this time, with no changing my mind (I've promised myself). I've tried to restart crunching, but I have no enthusiasm. The fact that this is the first post in what was once a lively forum in 6 weeks says it all really. Every time I try to restart, something stops me, be it a lack of units, or my device not being included in my personal/team statistics or whatever. Krembil (or rather, the MCM team) are trying their best, but the magic has gone for me. I notice that many of the "old timers" and "big hitters" from Team UK have stopped or given up. I still can't justify the kWh either, given the cost and the state of the planet.

I'll be turning off my stats site permanently at the start of June, but I'll be around in the forum until then. If you're using a Team UK signature block anywhere, I suggest you replace it rather than have a broken link.

Thanks everyone who's still around for the interesting discussions over the years.
----------------------------------------
Dave Robinson, Malvern, UK
----------------------------------------
[Edit 1 times, last edit by dcrobinson at May 18, 2023 1:08:39 PM]
[May 18, 2023 1:02:06 PM]   Link   Report threatening or abusive post: please login first  Go to top 
adriverhoef
Master Cruncher
The Netherlands
Joined: Apr 3, 2009
Post Count: 2219
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Good while it lasted

Dave, it's a big disappointment to have to watch you're giving up and leaving WCG. Of course, you're in the UK and I'm not, but we're European brethern. wink I wonder what you're gonna do now and in the future.

I take it you have built a phenomenal site dedicated to WCG yourself - I'm definitely admiring it - and it would be a huge waste, I guess, to take it down before anyone could re-use (parts of) the code. I'm wondering how you implemented and created the diagrams and pie charts from the WCG statistics on your Recent Performance and Projects pages, with what tools.

I don't know if I ever would use it. It would be a steep learning curve for me, because I never learned programming with tools to create diagrams and charts, since I have always been working as a 'flat data masseur'. The best I can come up with is a percentage indicator to observe progress of tasks:

Percentage	Name----------------
82.3461% MCM1_0198862_7112_1
68.7433% MCM1_0198862_7107_0
62.8614% MCM1_0198868_5151_1
60.5749% MCM1_0198867_5369_1
58.2719% MCM1_0198866_8528_1
57.3192% MCM1_0198868_5187_1
57.5014% MCM1_0198866_8531_0
46.8478% MCM1_0198868_5186_0
38.2321% MCM1_0198866_8520_0
35.4652% MCM1_0198866_8524_1
35.2249% MCM1_0198865_8670_1
33.9574% MCM1_0198866_8521_1
32.6982% MCM1_0198876_5416_0
32.2011% MCM1_0198855_4766_0
32.2923% MCM1_0198855_4741_1
31.1905% MCM1_0198855_4756_0
30.5360% MCM1_0198855_4748_1
28.6969% MCM1_0198855_4764_0
16.7178%_ MCM1_0198855_4765_1
16.3864%_ MCM1_0198856_6041_0
71.3000% SCC1_0004138_MyoD1-B_19325_0

It's a pity we don't have reverse-video on the forum wink Or maybe it's good that we don't have it… what if everyday would be like a Christmas tree?
Adri
----------------------------------------
[Edit 2 times, last edit by adriverhoef at May 18, 2023 3:55:21 PM]
[May 18, 2023 2:30:03 PM]   Link   Report threatening or abusive post: please login first  Go to top 
dcrobinson
Veteran Cruncher
UK
Joined: Mar 10, 2009
Post Count: 1168
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Good while it lasted

Thank you for your nice words.

I built the site in 2015, when I was forced to take some time off work due to a rupture Achilles tendon. I'm a professional software engineer, so it wasn't too hard for me.

The server code is written using the Java language, and has a MariaDB database in which it holds about 30 days of data. It gets the data from the WCG website by connecting to the website with URLs like this:

https://www.worldcommunitygrid.org/team/viewT...;numRecordsPerPage=100000

I then process the XML using some Java libraries, and store selected information in the database. I then send more requests to the WCG website to drill down on some of the data.

Once the data is in the database, I can do all sorts of things with it just by running SQL queries. Most of the information is generated once a day and stored in memory, so the webpage is quick to respond. However, some queries are run "as required" - for example the member comparator.

The front end webpage is badly written using JavaScript (not my speciality) and uses the Google Charts library to create most of the graphs. The signature graphics are generated by my server every night, again using Java and its graphic libraries.

The website is running on a small Synology NAS located literally behind my sofa. The Java server is running in a tiny virtual machine on the NAS, and the NAS provides a reverse proxy and the "Let's Encrypt" certificate support.

I hope that's interesting. Not sure how much of it non-IT people would understand smile
----------------------------------------
Dave Robinson, Malvern, UK
----------------------------------------
[Edit 5 times, last edit by dcrobinson at May 30, 2023 11:00:25 AM]
[May 18, 2023 3:06:28 PM]   Link   Report threatening or abusive post: please login first  Go to top 
unsmurf
Cruncher
Joined: Mar 11, 2017
Post Count: 27
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Good while it lasted

sorry to see you leaving for good this time, its not the same without your stats :) so much better the main site.
I too have lost my enthusiasm for this project and with the way its being handled i dont think it will be long before it dies complety.

p.s. i loved the posted above about the stats, as a game coder and general IT engineer (backend servers/databases etc) it makes perfect sense and if i had the enthusiasm or time i would consider making something similar.
----------------------------------------
[May 24, 2023 6:17:42 PM]   Link   Report threatening or abusive post: please login first  Go to top 
genhos
Veteran Cruncher
UK
Joined: Apr 26, 2009
Post Count: 1103
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Good while it lasted

Fully understand Dave. From the number of team members not returning results, it is easy to see the huge drop off in the team's numbers. Looking at Boincstats, that shows 35 team members were active in the last month.

With the cost of power these days, I expect that has had a large impact (it's changed my output) but also the swap over to Krembil not going smoothly.

All the best Dave.
----------------------------------------
[May 27, 2023 10:30:06 AM]   Link   Report threatening or abusive post: please login first  Go to top 
dcrobinson
Veteran Cruncher
UK
Joined: Mar 10, 2009
Post Count: 1168
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Good while it lasted

Thanks genhos. The final straw for me is the fact that I've done quite a lot of crunching recently that's not been credited to me or the team, and I'm fed up of having to report device ids. I expect there are plenty of others in the same position, which makes stats gathering a bit pointless.
----------------------------------------
Dave Robinson, Malvern, UK
[May 27, 2023 11:22:15 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 14598   Pages: 1460   [ Previous Page | 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 | Next Page ]
[ Jump to Last Post ]
Post new Thread