INFO-MAC Digest V2 #50

Info-Mac discussion from 1984 - 2002.
Locked
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
INFO-MAC Digest V2 #50

Post by Info-Mac » June 18th, 1985, 8:34 pm

Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site uw-beaver
Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!vax135!cornell!uw-beaver!info-mac
From: info-mac@uw-beaver
Newsgroups: fa.info-mac
Subject: INFO-MAC Digest V2 #50
Message-ID:
Date: Thu, 23-May-85 22:57:44 EDT
Article-I.D.: uw-beave.1234
Posted: Thu May 23 22:57:44 1985
Date-Received: Fri, 24-May-85 06:26:50 EDT
Sender: daemon@uw-beaver
Organization: U of Washington Computer Science
Lines: 481

From: Moderator John Mark Agosta


INFO-MAC Digest Friday, 24 May 1985 Volume 2 : Issue 50

Today's Topics:
VMS SYSGEN modification needed in order to use MACGET
Floating point benchmarks on the Mac
C Benchmark
Megamax C floating point
harmonic series benchmark
Re: harmonic series benchmark
Re: Megamax C floating point
SetFile DA vs. new system
Set-File DA
Re: V2 #49 - more on clock, battery, and changing dates.
New Idle and Screensaver DAs
DA terminal query; programs as modes
Simple Database Required


----------------------------------------------------------------------

Date: Thu 23 May 85 12:14:30-PDT
From: John Mark Agosta

I've changed write2troff to handle MacWrite 3.x/4.x documents.
Attached is a "shar" archive of the new version. This version has
been sporadically tested with most versions of MacWrite from 3.96
onwards & seems to work. I've been told that it does strange things
with files produced by MacWrite 3.17 but, lacking my own copy of this
antique, I've been unable to verify or remedy the problems.

As always, please send bug reports, fixes, comments, etc., to me
([email protected]).

- Van Jacobson, Lawrence Berkeley Lab

[ Please find the archived copy in [email protected] -jma ]

------------------------------

Date: 23 May 85 13:35:00 EST
From: JOE WEINSTEIN
Subject: VMS SYSGEN modification needed in order to use MACGET
Reply-to: JOE WEINSTEIN

In order to use MACGET under VAX/VMS, it may be necessary to increase
the type-ahead buffer size specified at SYSGEN time from the default
value of 80 to something around 140-150 in order to be able to
accomodate an entire XMODEM record (128 characters, plus header)
without characters being lost and the transmission hanging
permanently. This is particularly likely to be true if your terminal
lines come into the VAX over a high-speed network connection, to which
the terminal lines are connected by means of a terminal concentrator
of one type or another, rather than over a direct line, because the
characters are then likely to come in much faster than MACGET can read
them. We encountered this problem when trying to use the EUNICE
version of MACGET over terminal lines which come in over an ETHERNET
using the Wollongong Group's terminal driver on the VAX, but I suspect
it is more general.

------------------------------

Date: 22 May 1985 15:58-EST
From: Duane.Williams@CMU-CS-K
Subject: Floating point benchmarks on the Mac

I ran the test described by Harry Lewis, i.e.,

float sum; /* 32 bits */
register int i;

sum = 0.0;
for (i=1; i
Subject: Megamax C floating point


I'm not presenting a timed test, but information about Megamax
floating point correctness.

The program:

#include

main()
{
float f, f2;
double d, d2;
int i;
FILE *fp;

f = (float) 0.0;
f2 = (float) 0.0;
d = (double) 0.0;
d2 = (double) 0.0;
fp = fopen("floatest.dat", "w");

for (i=1; i double for floats).

This is not to say the Megamax compiler is treating floats properly.
I'm glad it was brought up, I might not have discovered this problem
so easily in something more complex.

bob walsh

------------------------------

Date: 22 May 1985 11:21:18 PDT
Subject: harmonic series benchmark
From: Richard Gillmann

I haven't had a chance to try your harmonic series benchmark yet, but
I wanted to ask you whether you added up the series starting with 1/1
or with 1/10,000? If you start with 1/1 then I should think the
result would be dominated by roundoff errors, which after all can
differ from one floating point system to another, depending on the
base for exponents, whether the leading normalized bit is implicit,
etc. Whereas if you start with 1/10,000 and work up, roundoff error
would be less of a problem.

------------------------------

Date: Wed, 22 May 85 16:33:13 EDT
From: [email protected] (Harry Lewis)
Subject: Re: harmonic series benchmark

Good point. I've been doing it from 1/1 -> 1/10000, but I should go
back and try it the other way.

------------------------------

Date: Thu, 23 May 85 08:30:04 EDT
From: [email protected] (Harry Lewis)
Subject: Re: Megamax C floating point

Interesting. I didn't know that all C fp was really done with
doubles. Is that well-known (part of a standard, common practice, or
what?

Just out of curiosity, could you run the same program except changing
the loop control to
for (i=10000; i>0; i--) ? It has been suggested that this
might lead to much less accumulation of fp roundoff errors than
starting with the bigger terms.

------------------------------

From: stew%[email protected]
Date: 22 May 85 13:12 EDT
Subject: SetFile DA vs. new system

I discovered the same problem when I first installed SetFile some time
ago. The problem is that it MUST be DRVR 19, and its associated
resources must be correctly numbered ($C000 + 19*$32 + i where 0
Date: 23 May 1985 0840-PDT (Thursday)
Subject: Set-File DA

It was reported recently that the Set-File Desk Accessory bombs with
the new system release from Apple. The authors of Set File DA, Sam
Roberts and Fred Huxham, rewrote the DA with assistance from Steve
Capps from Apple. There had been a bug in the SFGetFile package in the
old system files. The current version is 2.0, dated sometime in April.
This version checks to see if you are using an old system, and if so
reports that it needs to be updated.

I have used this version now for over a month, without problems. So
check that you are using version 2.0, that you have properly updated
your system, and that the DA Mover didn't muck up the owned resources
that Set File DA requires (if you used the DA Mover). If you still
have problems, let me or Fred know and we will forward the info to
Sam.


The Famous(?) Fred, Sam and Dave Software
Company

Dave Burnard
burnard@lll-crg

or Fred Huxham
huxham@berkeley

------------------------------

Subject: Re: V2 #49 - more on clock, battery, and changing dates.
Date: 22 May 85 12:14:38 EST (Wed)
From: Christopher A Kent

Since the Mac's clock is run digitally, instead of by a motor, I
wouldn't expect the speed to change; it would either run or not. And
it would either retain the time or set a random value, which sounds
like what you're getting...

chris

------------------------------

Date: Tue, 21 May 85 20:05:19 edt
From: roy@nlm-vax (Roy Standing)
Subject: New Idle and Screensaver DAs

I find that I would really like to have one DA which combines features
of both New Idle and Screensaver. New Idle has the feature of
blanking the screen but leaving a moving icon. This conserves the Mac
CRT while reminding me that the system is on -- excellent!
Screensaver recognizes that I never know when I'll be called away or
for how long. It features a setable timeout, if no input is received
for the specified time period it turns off the screen. Unfortunately,
it leaves a stationary cursor so that burn-in can still occur at the
cursor location.

A combination of these two great ideas would really answer my desires.
Am I alone in this desire, are the DA authors interested in
suggestions???

While I'm noting wishlist DA items:

1) Diskinfo gives a good directory display. Extras has more
functionality
but requires more mouse manipulation to use. How about putting a
Diskinfo-like directory display in extras and making it the default
display window when Extras is invoked?

2) How about a DA that supports Create, Delete, Move, Copy, Rename,
and Directory? A Rename facility would be VERY nice, it would
allow the user to change scrapbook files from within applications
as an example.

I should note that a) I'd like to see more of the basic OS facilities
placed in DAs, and b) I'd like to see the Mac OS allow the user to
select the scrapbook and notepad filenames. In the same vein, all
fonts beyond the requied system fonts could be in disk files -- the OS
would simply maintain a list of path/filenames and fetch them as
needed.

These are my personal opinions, comments are always welcome. None of
my comments are intended to offend the authors of the DAs or OS.
Their good work speaks for itself.

------------------------------

Subject: DA terminal query; programs as modes
Date: 23 May 85 06:25:49 EDT (Thu)
From: [email protected]

I love MockTerminal, but have become tired of its bad scrolling and
occasional propensity to bomb out ... could anybody give me pointers
to other desk accessory terminals? I really want to have everything I
use a lot as a DA, if possible, so I can open a bunch of them up at
once and move around. After all, "running a program" is really the
same as being stuck in a "mode" ... and at times, it's worse than
being in "insert mode" on a regular editor. Desk accessories are the
closest thing to the "mode-free" Mac philosophy, no? Anybody know of
a DA spreadsheet? -z

------------------------------

Date: Tue, 21 May 85 21:09:16 EDT
From: Joel Malman
Subject: Simple Database Required

Is there a simple database program available, in the public domain,
for the Mac? I am looking for something simple, something even a child
could use. A program in MicroSoft Basic, using random access records
would do. Any pointers?

joel

------------------------------

End of INFO-MAC Digest
**********************
Locked