mersenneforum.org  

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

Reply
 
Thread Tools
Old 2014-10-14, 14:47   #265
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

2·7·19·37 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
By the time you get up to ~4000M the target TF (according to the current rules, which will undoubtedly be obsolete by then) is 292 (and TF'ing one exponent to that level is ~125THz-days )
GPUto∞orBurst.com
Uncwilly is offline   Reply With Quote
Old 2014-10-14, 14:51   #266
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

11000010100102 Posts
Default

Quote:
Originally Posted by Uncwilly View Post
GPUto∞orBurst.com
GPUto∞orBurstIntoFlames.com more likely. Those things run HOT.
retina is online now   Reply With Quote
Old 2014-10-14, 15:32   #267
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

63618 Posts
Default

Quote:
Originally Posted by potonono View Post
Notice: Undefined variable: etacolor in C:\inetpub\www\assignments\default.php on line 126
Notice: Undefined variable: etacolor in C:\inetpub\www\assignments\default.php on line 130
Yeah, I fixed that on my work-in-progress version of the page. I forgot that sometimes the ETA is blank and didn't have a default color set.

My work-in-progress version of the assignments page now has a tooltip pop up showing the computer name when you hover over the account name for an assignment. That seems much better, to me anyway. I considered doing the same for some of the dates but just removing that computer column really seemed to help things out so I might call it good, or good enough.

FYI, it's kind of weird, seeing people who haven't even started work on an assignment for 300+ days and yet their computer is checking in every few days with an updated completion date. But I guess that's a topic for another thread. Just seems like if they haven't even started on it yet, merely checking in saying "yeah yeah, I'll get to it" should result in some kind of reassignment according to the new rules but maybe those were grandfathered in.

Last fiddled with by Madpoo on 2014-10-14 at 15:34 Reason: FYI
Madpoo is offline   Reply With Quote
Old 2014-10-14, 15:56   #268
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

2·7·19·37 Posts
Default

Quote:
Originally Posted by Uncwilly View Post
The problem is here:
Code:
<th>How far factored<br>(2^n)</th>
That <br> causes the (2^n) to become its own line.
I see that that has been addressed in the default version. I had to reset my webquery to the new table placement/name. Then I had to chase down all of the changes to my macros that I had been working on to adapt to something else. If I was doing it all new I might take the XML option. Everything is stable now on this end.

BTW, I noticed that the new version of the page is a bit slower than the initial version (after changing to the new server), but nothing to complain about. My macro run time is now about 14 seconds vs. about 8 before.
Uncwilly is offline   Reply With Quote
Old 2014-10-14, 20:46   #269
cuBerBruce
 
cuBerBruce's Avatar
 
Aug 2012
Mass., USA

13E16 Posts
Default

Quote:
Originally Posted by Madpoo View Post
My work-in-progress version of the assignments page now has a tooltip pop up showing the computer name when you hover over the account name for an assignment. That seems much better, to me anyway. I considered doing the same for some of the dates but just removing that computer column really seemed to help things out so I might call it good, or good enough.
The thing I dislike about moving information to tooltips is that when I copy/paste a table into Excel, the tooltip information is lost. Because we have a new, faster server, must we have reduced functionality than what we had before?

It just seems to me that this effort to reduce functionality in order to "force fit" tables into a somewhat arbitrarily chosen fixed width of space is a step in the wrong direction. On my MacBook, about 40% of the browser's available width is simply wasted, while the Recent Results page (admittedly something I almost never look at) requires a horizontal scrollbar despite the fact that there is plenty of real estate in the browser window to show the whole width.

I hope we can at least have some sort of option of getting the "full" information we could get before, rather than being forced to get less.

Some time ago, date/time information in the Account Assignments Details page was reduced to merely showing date information. As a result, sorting by the "Estimated Completion" column is often times not sorted "correctly." This is obvious when the "days to go" column is out of order after sorting by the "Estimated Completion" column. Alternately, sorting by "days to go" will often result in the "Estimated Completion" being out of order. When the completion date had time of day information, sorting by that column would pretty much always give you the correct order (assuming the predicted times to be accurate, which is another thing, of course).
cuBerBruce is offline   Reply With Quote
Old 2014-10-14, 21:22   #270
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by swl551 View Post
Please consider...

...

What would really be cool is a version of the stats page that returned XML so I don't have to screen scrape then convert to XML on my side.


Code:
  <StatsTable>
    <id>0</id>
    <rank>1</rank>
    <person>THEJUDGER</person>
   <credit>1204413.201</credit>
  </StatsTable>
  <StatsTable>
    <id>1</id>
    <rank>2</rank>
    <person>NEVER ODD OR EVEN</person>
    <credit>906154.351</credit>
  </StatsTable>
I think something like that is possible. Once I've ironed out a few kinks in some other pages I really would like to add XML options to various things. Then when people say their scraper broke because of changes on page XYZ I'll redirect them to the nice XML option, designed for our new robotic overlords (ahem, I mean just plain bots), so that we human slaves (ahem, I mean humans) can enjoy the pretty version.
Madpoo is offline   Reply With Quote
Old 2014-10-14, 21:24   #271
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by Uncwilly View Post
I see that that has been addressed in the default version. I had to reset my webquery to the new table placement/name. Then I had to chase down all of the changes to my macros that I had been working on to adapt to something else. If I was doing it all new I might take the XML option. Everything is stable now on this end.

BTW, I noticed that the new version of the page is a bit slower than the initial version (after changing to the new server), but nothing to complain about. My macro run time is now about 14 seconds vs. about 8 before.
The table markup looks nice to humans but adds page weight if you're trying to pull data out.

I think you would be better served with a plain-text (CSV) or XML format. That's another one to add to the "lets XML that thing" pile.

I'm kind of surprised, but maybe I shouldn't be, at how much scraping of reports was going on. I mean, that's great, because there's some good data gathering and presenting going on, it's just not something I really even thought about.
Madpoo is offline   Reply With Quote
Old 2014-10-14, 21:44   #272
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by cuBerBruce View Post
The thing I dislike about moving information to tooltips is that when I copy/paste a table into Excel, the tooltip information is lost. Because we have a new, faster server, must we have reduced functionality than what we had before?
The tip info is there in the HTML markup at least, as the "title=" for that <td> cell. I don't know if Excel specifically can do anything with that since the cut/paste from a table is probably only doing <th> <td> contents.

Quote:
Originally Posted by cuBerBruce View Post
It just seems to me that this effort to reduce functionality in order to "force fit" tables into a somewhat arbitrarily chosen fixed width of space is a step in the wrong direction. On my MacBook, about 40% of the browser's available width is simply wasted, while the Recent Results page (admittedly something I almost never look at) requires a horizontal scrollbar despite the fact that there is plenty of real estate in the browser window to show the whole width.
Yeah, the trouble is, people in general don't have a good experience when reading a paragraph in widescreen. That's why books are portrait mode. :) There's some usability studies out there (none of which I have ever read of course) that are the reason most websites will restrain the content to a particular section, because that's how we read.

This forum software itself is a case in point... sure, when responding right now I have a narrow 527 pixel window to type my reply, which is great. It's readable (and almost too narrow, I think). But when reading messages, everything is 1600 pixels across or whatever (I'm RDP'd into a machine at 1920, so I'm sure it's wider if I'm viewing it natively). We shouldn't enjoy scanning back and forth that much when going from one line to the next.

Quote:
Originally Posted by cuBerBruce View Post
I hope we can at least have some sort of option of getting the "full" information we could get before, rather than being forced to get less.

Some time ago, date/time information in the Account Assignments Details page was reduced to merely showing date information. As a result, sorting by the "Estimated Completion" column is often times not sorted "correctly." This is obvious when the "days to go" column is out of order after sorting by the "Estimated Completion" column. Alternately, sorting by "days to go" will often result in the "Estimated Completion" being out of order. When the completion date had time of day information, sorting by that column would pretty much always give you the correct order (assuming the predicted times to be accurate, which is another thing, of course).
If it's useful info, I'll leave it as is. In the grand scheme of things I wasn't sure how useful the computer name (or "CPU name" in the software's parlance) would be to anyone, except the account holder. From a privacy perspective I'm not entirely comfortable with sharing those names publicly anyway. Not like computer names are trade secrets or whatever, but a large account or team with lots of computers, the naming scheme might be useful to ne'er do wells, but that could just be me.

The table sorting plugin I'm using (good old jquery tablesorter.js) can sort based on some other data besides the cell content. I'm using that to sort by the % complete on the "new" assignments page, even though the visible data says "LL, xx%" or just "xx%" depending. I added just the % itself to an attribute and told tablesorter to use that, and it works great.

Something similar could be done with date/time for sorting purposes... just show the date so it's not cluttering up my eyeballs but the time is there to sort on.

It's like I've been saying though, pretty human tables make lousy robot readable data. As long as the data is being parsed by the server to generate fancy pants views, it's not too much harder to present it as XML as well so that people grabbing these stats won't have to work so hard at it, plus the XML versions will be totally minus all of the other HTML stuff (header, footer, javascript, etc) and would present less load on the server... which is probably good since bots will crawl way more pages than humans tend to.

If you're looking for "the firehose" of data, don't expect that in an HTML table since that'll be ugly as anything... if you want that much data, you're probably doing something with it and I'd just as soon generate the raw data so you can import to Excel or whatever and tweak it for your own personal needs.
Madpoo is offline   Reply With Quote
Old 2014-10-14, 23:13   #273
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2×67×73 Posts
Default

Quote:
Originally Posted by retina View Post
GPUto∞orBurstIntoFlames.com more likely. Those things run HOT!
Indeed they do.

To answer the direct question, it's going to be gpu72.com for a while.
chalsall is offline   Reply With Quote
Old 2014-10-15, 03:11   #274
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by chalsall View Post
Indeed they do.

To answer the direct question, it's going to be gpu72.com for a while.
Aha! But don't forget quantum computers are coming... like, soon or something. :) They'll find the next 1000 Mersenne primes while booting up.
Madpoo is offline   Reply With Quote
Old 2014-10-15, 03:22   #275
TheMawn
 
TheMawn's Avatar
 
May 2013
East. Always East.

11·157 Posts
Default

Quote:
Originally Posted by Madpoo View Post
Aha! But don't forget quantum computers are coming... like, soon or something. :) They'll find the next 1000 Mersenne primes while booting up.
No. They will simultaneously find yet not find the next 1000 Mersenne primes while simultaneously booting up and not booting up.
TheMawn is offline   Reply With Quote
Reply

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

All times are UTC. The time now is 04:42.


Fri Aug 6 04:42:16 UTC 2021 up 13 days, 23:11, 1 user, load averages: 1.68, 2.39, 3.43

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.