mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet

Reply
 
Thread Tools
Old 2015-09-24, 06:54   #540
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

72·197 Posts
Default

Quote:
Originally Posted by Madpoo View Post
Wait a minute... you're telling me your browser will ignore the "color: black;" styling on any anchor tags? That's just... I don't know what that is.
Many browsers do. You can set the link color, use that color always, set the visited links color, use that color always, etc. You can also set "always underline links", or "always reverse video" (i.e foreground and background colors are reverted), and other settings for "visually impaired" or "paranoid" users.

I would not use a browser which has none of these options. Even the old Netscape could do it.
LaurV is offline   Reply With Quote
Old 2015-10-28, 06:00   #541
S485122
 
S485122's Avatar
 
Sep 2006
Brussels, Belgium

32458 Posts
Default Team Summary page

The team summary page has been revamped. There is a little error though : at least the "team last CPU activity", the "most recent activity" and "least recent activity" are respectively the first, least recent and most recent dates. An inverted comparison ?
Code:
Team created 		2008-10-23
Team info last updated	2008-10-23
Team last CPU activity	2008-12-31
Number of members	2
Most Recent Activity	2008-12-31
Least Recent Activity	2015-10-28
This should be something like :
Code:
Team created 		2008-10-23
Team info last updated	2008-10-23
Team last CPU activity	2015-10-28
Number of members	2
Most Recent Activity	2015-10-28
Least Recent Activity	2008-12-31
Jacob
S485122 is offline   Reply With Quote
Old 2015-10-28, 14:53   #542
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

1100111100012 Posts
Default

Quote:
Originally Posted by S485122 View Post
The team summary page has been revamped. There is a little error though : at least the "team last CPU activity", the "most recent activity" and "least recent activity" are respectively the first, least recent and most recent dates. An inverted comparison ?
Code:
Team created 		2008-10-23
Team info last updated	2008-10-23
Team last CPU activity	2008-12-31
Number of members	2
Most Recent Activity	2008-12-31
Least Recent Activity	2015-10-28
This should be something like :
Code:
Team created 		2008-10-23
Team info last updated	2008-10-23
Team last CPU activity	2015-10-28
Number of members	2
Most Recent Activity	2015-10-28
Least Recent Activity	2008-12-31
Jacob
I haven't looked at that page in a while (since I put the new design out there). Seems like you might be right and that it's just using the wrong dates or something. I can take a look at it... it does seem weird the way it is now but I'll have to dig under the hood to see what's up. My own "team" probably isn't a good test candidate since I'm the only member (I created the team just to test that part of the website). I suspect it could be related to teams with multiple members and however it scans across them all to see when the last activity was, or something like that.
Madpoo is offline   Reply With Quote
Old 2015-10-29, 01:33   #543
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

CF116 Posts
Default

Quote:
Originally Posted by S485122 View Post
The team summary page has been revamped. There is a little error though : at least the "team last CPU activity", the "most recent activity" and "least recent activity" are respectively the first, least recent and most recent dates. An inverted comparison ?
I've identified the problem and a fix, just waiting on a sanity check to make sure I'm looking at it correctly before I implement.
Madpoo is offline   Reply With Quote
Old 2015-10-29, 03:49   #544
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by Madpoo View Post
I've identified the problem and a fix, just waiting on a sanity check to make sure I'm looking at it correctly before I implement.
Okay, I had James look over my fix just as a double-check. I've implemented the fix, so go ahead and try the /team/ page again and it should have the correct dates now.

I couldn't check with my own because with only one account in the team my oldest and most recent dates were the same.
Madpoo is offline   Reply With Quote
Old 2015-10-29, 07:46   #545
snme2pm1
 
"Graham uses ISO 8601"
Mar 2014
AU, Sydney

35 Posts
Default

Quote:
Originally Posted by Madpoo View Post
I just made a minor tweak to the exponent report page, adding some helpful (?) links.
For example:
http://www.mersenne.org/M36225323
Try a smaller example; say http://www.mersenne.org/M1017607 (somewhat randomly chosen).
That renders details, on this day including an assignment with link http://www.mersenne.org/assignments/?exp_lo=1017607
Exercising that, it was than a surprise to see it attempt to gratuitously show all assignments from 1017607 up to 35000000.
Apparently a default exp_hi=35000000 was applied.
snme2pm1 is offline   Reply With Quote
Old 2015-10-29, 08:43   #546
S485122
 
S485122's Avatar
 
Sep 2006
Brussels, Belgium

35·7 Posts
Default

Quote:
Originally Posted by Madpoo View Post
...
I've implemented the fix, so go ahead and try the /team/ page again and it should have the correct dates now.
...
I looked and indeed it seems correct now. The team I looked at is almost in the same state as yours, I created it for testing in 2008, one other user joined it (by error I think) and submitted one result.

Thanks for all your good work,

Jacob
S485122 is offline   Reply With Quote
Old 2015-10-31, 02:01   #547
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by snme2pm1 View Post
Try a smaller example; say http://www.mersenne.org/M1017607 (somewhat randomly chosen).
That renders details, on this day including an assignment with link http://www.mersenne.org/assignments/?exp_lo=1017607
Exercising that, it was than a surprise to see it attempt to gratuitously show all assignments from 1017607 up to 35000000.
Apparently a default exp_hi=35000000 was applied.
I noticed that the other day too. Yeah, weird. Any starting # you put in, if it's below 35M it sets the high exponent to that. Not sure why. Might have even been something I did when tweaking that page a while back for the new design. I kind of remember doing something with the way options were defaulted.

I'll see if I can't fix that up.

EDIT: And... fixed. I remember what it was... I set that page to default to the 34M-35M range if nothing was specified (that was the DC range being finished at the time). It was still defaulting to 35M for the upper range if it wasn't specified at all. Oops, yeah that was my my bad. I fixed it to default to the same as the lower exponent if the upper wasn't specifically put in.

Last fiddled with by Madpoo on 2015-10-31 at 02:17
Madpoo is offline   Reply With Quote
Old 2015-11-03, 16:08   #548
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

4,691 Posts
Default Assignment type of ?

http://www.mersenne.org/report_expon...5759513&full=1

Confused how this can happen?
petrw1 is online now   Reply With Quote
Old 2015-11-03, 21:31   #549
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by petrw1 View Post
Hmm... I can see the work type in the database but I honestly have no idea what that value means (it's an integer). The DB was missing lookup tables for some of these types so I created the ones that I could think of and then dug into the website code to see what it did. That way I could match my SQL queries to what the website uses without having to memorize it all.

At some point I probably updated that report to use my SQL lookup table directly to be efficient, but I still never did find out what that particular work type is.

I probably figured that if I couldn't figure out what work type it is, it probably couldn't be assigned to anyone either. Guess I was wrong... I'll have to dig deeper.

EDIT: I *think* it's a work type for TF, but specifically for LMH. I'm just going to go with that for now.

EDIT again: I've kind of confirmed... it's the type of work you get when you select "trial factoring to low limits" from the client. Is/was that a part of the Lone Mersenne Hunters thing? I'm trying to make sense of some comments in the code.

Last fiddled with by Madpoo on 2015-11-03 at 22:31
Madpoo is offline   Reply With Quote
Old 2015-11-03, 22:07   #550
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

9,767 Posts
Default

Quote:
Originally Posted by Madpoo View Post
Guess I was wrong... I'll have to dig deeper.
Stupid...

... (Programmer Error)....
chalsall is online now   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Database design xilman Astronomy 1 2017-04-30 22:25
Theoretical Experiment Design c10ck3r Homework Help 7 2015-02-03 08:54
Digital Logic Design henryzz Puzzles 9 2014-12-04 20:56
new intel design tha Hardware 5 2007-04-19 11:38
design factoring algorithms koders333 Factoring 14 2006-01-25 14:08

All times are UTC. The time now is 21:27.


Sun Aug 1 21:27:03 UTC 2021 up 9 days, 15:56, 0 users, load averages: 1.29, 1.47, 1.51

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.