staff blogs

distributed.net staff keep (relatively) up-to-date logs of their activities in .plan files. These were traditionally available via finger, but we've put them on the web for easier consumption.

2003-04-27

decibel [27-Apr-2003 @ 11:31]

Filed under: Uncategorized @ 11:31 +00:00

:: 27-Apr-2003 11:31 GMT (Sunday) ::

The proxy1.madsn.wi.us fullproxy stopped talking to the master for about two
days, which means that work sent to that proxy didn’t show up in stats. The
proxy is talking to the master now, and has flushed all it’s work. I believe
it was done flushing before yesterday’s statsrun, so all the work has probably
showed up in stats by now; if not it will show up in tonight’s run.

2003-04-21

bovine [21-Apr-2003 @ 02:40]

Filed under: Uncategorized @ 02:40 +00:00

:: 21-Apr-2003 02:40 GMT (Monday) ::

As Accipiter mentioned in his plan a few days ago, we have just
launched a redesign of our website that is up-to-date with modern
web-design standards. We’ve tried to keep the appearance relatively
close to the style of the old website, so you might not even notice
any difference if you’re not looking carefully enough.

Optimal viewing of our website now requires the use of a modern
web-browser that honors CSS, which means that Netscape Navigator 4.x
is out. We’ve also taken this opportunity to synchronize the content
on some of our foreign-language translation pages.

There have also been a lot of URL changes due both in part to the
conversion to PHP and the reorganization of certain redundant pages.
Where possible, we’ve tried to put redirects in place to allow the
majority of traffic continue to reach the page that was originally
being requested. If you have bookmarks or pages that link to our
website, you might want to take this opportunity to update them and
possibly remove links to pages that no longer exist.

Similar updates to our stats site and n0cgi will probably be done
gradually and independently over the following few weeks as time is
available. If you notice any problems with specific webpages on our
site, feel free to send an email to bovine@distributed.net or open a
bug in our bugzilla database.

2003-04-18

decibel [18-Apr-2003 @ 22:46]

Filed under: Uncategorized @ 22:46 +00:00

:: 18-Apr-2003 22:46 GMT (Friday) ::

The master was down several hours today for a planned outage. Because of this,
the amount of work in stats for today will be a bit low. The ‘missing’ work
will show up tomorrow.

The statsrun was also delayed due to a minor bug. Stats are running now and
should be complete within an hour.

2003-04-16

accipiter [16-Apr-2003 @ 09:34]

Filed under: Uncategorized @ 09:34 +00:00

:: 16-Apr-2003 09:34 GMT (Wednesday) ::

Looks like the new site is ready to go live. It should go up in the next day or
so, and is totally valid XHTML/CSS. This has been in the works for some time,
and is looking real good.

2003-04-14

nerf [14-Apr-2003 @ 21:59]

Filed under: Uncategorized @ 21:59 +00:00

:: 14-Apr-2003 21:59 GMT (Monday) ::

After a bit of help, I got that final query working. Thanks again to
CalicoJak.

You’re probably all now wondering “when will we see the numbers?” Fair
enough question, but I’m afraid the answer is “I don’t know.”

I don’t really know enough PHP to get the connection to the database
working nor have I had the time to sit down and figure it out. Yes, I
know it can’t be that hard.

2003-04-07

bovine [07-Apr-2003 @ 09:13]

Filed under: Uncategorized @ 09:13 +00:00

:: 07-Apr-2003 09:13 GMT (Monday) ::

I’ve added a number of new pre-release clients to the download page at:
http://www1.distributed.net/download/prerelease.html

The v2.9005.483 clients for x86 platforms all include a fixed version of the
AMD RC5-72 core that was found to be buggy in the previous set of pre-release
clients. Thanks to all of the motivated testers who helped us to find this flaw
while the client was still in pre-release status.

2003-04-01

nerf [01-Apr-2003 @ 23:28]

Filed under: Uncategorized @ 23:28 +00:00

:: 01-Apr-2003 23:28 GMT (Tuesday) ::

Due to an oversight on my part, the current OGR verification database
is missing 2001 data (yes, all of it), so I’ll be adding that over the
next few days.

At this point, the only thing preventing a daily update of the %
complete for OGR is some PHP code to interface with the database. As
this is the first time we’re talking to postgresql, expect it to take a
few days.

2003-03-28

sdodson [28-Mar-2003 @ 00:18]

Filed under: Uncategorized @ 00:18 +00:00

:: 28-Mar-2003 00:18 GMT (Friday) ::

First I’d like to introduce myself. My name is Scott Dodson and I’ve
been working with the help@distributed.net and now more recently the
abuse@distributed.net mail queues.

Recently there have been numerous reports of individuals scanning the stats
web pages for participants who are not on teams and then “spamming” users
asking them to join their teams. This activity is not allowed and will not be
tolerated. If we find the report to be accurate we will remove the address from
the stats database and all work from that ID will not be credited to the team.

If you have any questions about this I advise you to review our legal policy
available at http://www.distributed.net/legal/policy.html and contact
help@distributed.net if you have any concerns.

If you would like to report abuse issues please contact abuse@distributed.net
and be sure to include mail headers from the messages you have received.

2003-03-27

decibel [27-Mar-2003 @ 13:04]

Filed under: Uncategorized @ 13:04 +00:00

:: 27-Mar-2003 13:04 GMT (Thursday) ::

Stats are happy again.

2003-03-26

nerf [26-Mar-2003 @ 22:55]

Filed under: Uncategorized @ 22:55 +00:00

:: 26-Mar-2003 22:55 GMT (Wednesday) ::

OGR stats are coming. At this point there are a few things left to do:

-Either convert stats.sql to output in better form or write code to take
current output and put it in a better form.
-Have another set of eyes audit the code.

Also (not blocking to getting stats up):
-Output “done” list to master
-Clean up code to allow it to be run from another directory
-Documentation

As for the first item, it’s currently giving this:
table_name | function | result | project_id
————+———-+———-+————
ogr_stubs | count | 5364870 | 24
ogr_stubs | count | 20879063 | 25
| pass1 | 2781323 | 24
| pass1 | 14693958 | 25
| pass2 | 380871 | 24
| pass2 | 6678337 | 25

But I’d like to be getting this:
rundate | project_id | count | pass1 | pass2
————+————+———-+———-+———
2003-03-25 | 24 | 5364870 | 2779852 | 379837
2003-03-25 | 25 | 20879063 | 14659776 | 6644832
2003-03-26 | 24 | 5364870 | 2781323 | 380871
2003-03-26 | 25 | 20879063 | 14693958 | 6678337

So if you have the time and knowhow, let me know (or just send code).

BTW, yes those numbers are real for those dates. Sorry if it’s lower
than expected, but remember that we had to throw out quite a bit of the
ogr24 work as it couldn’t ber verified. I’d love to have someone audit
the code and find out that we’re actually much further along than I
thought.

« Newer PostsOlder Posts »