![]() |
|
|
#397 |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
I just updated the exponent report page (the one that shows status for an exponent or range of exponents).
I've been working on that for a while but let it sit a bit during the holidays... it seems good so I'm letting it rip. It's basically the same, but ECM details are hidden by default (some exponents have a LOT and will take a long time to show), plus I fiddled with spacing on the data to make it more compact, and the history shown if you select full details are sorted by most recent at the top. Otherwise there's not a whole lot different. There was some work done to make the text of the full details get "prettified" in SQL itself rather than doing some parsing in PHP, so it may be a little quicker on average, but not enough to notice. The details themselves may appear different, with different text. Usually related to the "factor found" messages reported from clients, with some attempt made to remove extraneous stuff from showing up (the mfaktc stuff). If you have something that auto parses that info, I think it would all be okay, but changes were made and I can't guarantee anything. I do have an XML version of that page in test... I might add a link on the report page that takes you to the XML version of the same page. If anyone is curious about the XML, try this out (this may not be the final URL, but for testing it'll give you an idea): Exponent XML Report |
|
|
|
|
|
#398 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
AID's in the exponent history aren't a big deal... by the time its in there, the assignment is checked in and nothing can be done with it, but it's still messy. Good news is I only saw 74 entries total out of millions that have that strange form in the result text. :) If anyone sees anything else weird in the history section, let me know. Since I rewrote the message parsing stuff directly in SQL, there's a good chance there are some edge cases where some client or another adds it's own weird text in the message that was parsed okay previously, but my new code isn't handling it as well. SQL doesn't really do regex so I had to come up with other ways to do it... not exactly a one-to-one thing.
Last fiddled with by Madpoo on 2014-12-31 at 00:54 |
|
|
|
|
|
|
#399 |
|
Dec 2002
5×163 Posts |
On the "exponent status" page, can there be a destinction made between "expired on" and "checked in on". Currently assignments are said to have expired as they were checked in, which can create confusion.
|
|
|
|
|
|
#400 | |
|
"Graham uses ISO 8601"
Mar 2014
AU, Sydney
35 Posts |
Quote:
I suppose for most current purposes that is adequate, though knowing the agent and thereby the algorithm, completion of a range might be achievable. I also note that the ordering of results has shifted. However I found the results attributed to user TJAOI especially hard to believe. The styling suggests that recently entire 2 power bands have been explored, but that isn't that those particular explorers are up to at all. e.g. Code:
Exponent Status Data 5474411 Factored 10948823;660285933207007;36419415765584759 5474411 History 2014-12-31;TJAOI;F;Factor: 36419415765584759 / TF: 55-56 5474411 History 2014-04-25;TJAOI;F;Factor: 660285933207007 |
|
|
|
|
|
|
#401 |
|
"Victor de Hollander"
Aug 2011
the Netherlands
23·3·72 Posts |
My team (Dutch Power Cows) is ranked Lifetime:
ECMF 46 out of 29 Percentile: -61 |
|
|
|
|
|
#402 |
|
May 2013
East. Always East.
11×157 Posts |
|
|
|
|
|
|
#403 |
|
"Graham uses ISO 8601"
Mar 2014
AU, Sydney
35 Posts |
By the way, I noticed that the login expiration cookie has apparently changed to now 7 days.
Probably that is helpful. That might diminish instances of manual submissions becoming accidentally attributed to Anomymous, though perhaps the hazard is merely time shifted for folk making regular manual lodgements. |
|
|
|
|
|
#404 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
If you're ever curious to see how the old report would have looked, visit the "old.php" page, e.g. http://www.mersenne.org/report_expon...5474411&full=1 I won't guarantee the old page will be there forever, but I put it there so I could do my own before/after testing. Anyway, in theory at least, any extra info from the client side like the range tested, whether it was complete or not, etc. should be reflected in that output. Here's an example of one with the asterisk showing the range was completely factored (if I understand it correctly): http://www.mersenne.org/report_expon...exp_hi=&full=1 Note the asterisk in TF: 69-70* That same entry on the "old.php" page looks like this: 1024766831515799780753;[TF:69:70*:mfaktc 0.20 barrett76_mul32_gs] So the only info missing really is the mfaktc stuff, which I considered irrelevant. If you think including that adds any real benefit, I could look into that some more. I didn't really think it mattered though.
|
|
|
|
|
|
|
#405 | |
|
Serpentine Vermin Jar
Jul 2014
CF116 Posts |
Quote:
Setting it to a longer period should reduce by quite a bit all of those session files the server has to keep track of. I should really look at making PHP store those in SQL... |
|
|
|
|
|
|
#406 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
23×149 Posts |
Quote:
Unfortunately that means that an absence of asterisk either means that the range was definitely completed (newer versions of mfakt*), or that it's an older version of the software that didn't differentiate. You'd have to parse for version number to differentiate between those two cases. |
|
|
|
|
|
|
#407 |
|
Dec 2002
32F16 Posts |
The "Manual Testing | Assignments" page serves a new set of assignments during a reload of the page. That means if someone leaves the page open on one of the tabs, every restart of the browser may lead to new assignments being requested. Can a safeguard be build in to prevent that?
|
|
|
|
![]() |
| Thread Tools | |
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 |