Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Calculations involing very large decimals
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 102 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Charles Richmond  
View profile  
 More options May 1 2003, 2:57 pm
Newsgroups: alt.folklore.computers
From: Charles Richmond <richm...@ev1.net>
Date: Thu, 01 May 2003 18:57:08 GMT
Local: Thurs, May 1 2003 2:57 pm
Subject: Re: Calculations involing very large decimals

There is a chapter in the book _Programmers at Work_, by Susan
Lammers, Mi$uck Press...that is about Andy Hertzfeld. Wozniak was
Hertzfeld's acknowledged "hero". Hertzfeld told that Woz ran his
program to calculate "e" to 50,000 places on an Apple II computer...
and it took a week. Just before it was supposed to print out the
result, someone knocked the plug out of the wall socket. So Woz
had to start over...but he finally did get his digits of "e".

The program was designed to calculate "e" to enough places to use
*all* the available memory of the Apple II (after the program is
there) to hold the digits. IIRC.

--
+----------------------------------------------------------------+
|   Charles and Francis Richmond     richmond at plano dot net   |
+----------------------------------------------------------------+


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Glen Herrmannsfeldt  
View profile  
 More options May 1 2003, 3:34 pm
Newsgroups: alt.folklore.computers
From: "Glen Herrmannsfeldt" <g...@ugcs.caltech.edu>
Date: Thu, 01 May 2003 19:34:16 GMT
Local: Thurs, May 1 2003 3:34 pm
Subject: Re: Calculations involing very large decimals

> Lew Pitcher wrote:

> >        [snipo...]           [snip...]              [snip...]

> > About 15 years ago, I wrote a K&R C program that calculated 'e' to 5000
> > places, using 8000+bit fixed point math (8 bits to the left of the
> > decimal, 8000+ bits to the right). The math lib was written from scratch
> > as part of the program, not imported from someone elses program or
library.

> > I regularly use the program even now to benchmark systems; it's a great
> > "CPU-intensive" program.

I used to know people who assigned this for a college freshman programming
class.

It is relatively easy as multiple precision problems go, as it does not
require division with a multiple precision divisor.   If you store some
number of decimal digits in each machine word, it isn't hard to detect
overflow to perform carries, and output conversion is easy, too.

Though I did used to know a binary multiple precision package that would do
the decimal conversion to a printable form.   All written in assembler, and
used all the available bits to hold data.

-- glen


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dennis Ritchie  
View profile  
 More options May 1 2003, 11:16 pm
Newsgroups: alt.folklore.computers
From: "Dennis Ritchie" <d...@bell-labs.com>
Date: Fri, 2 May 2003 03:38:23 -0000
Local: Thurs, May 1 2003 11:38 pm
Subject: Re: Calculations involing very large decimals

"Charles Richmond" <richm...@ev1.net> wrote in message

news:3EB18992.DF74B59C@ev1.net...

Ken Thompson and Bob Morris have a 1975 paper, entitled
"A million digits of e on a minicomputer," describing two such
calculations.  The two versions used the same algorithm.
(The basic game is that you already know e-2 exactly:
it is .111... in the mixed-radix notation in which the weight
of digit n is 1/n!).

The first was done about 1972-3 on a PDP-11/20.  The interesting
thing is that this machine had no memory protection, rather few
K of memory and was being used for time-sharing at the same time.
It took several months.

The second was on an 11/45 (now with protected memory),
but still time-sharing.  This took only a couple of weeks, partly
because the 11/45 was faster, more because they used
the built-in FP instructions to get more bits/operation.

In the end the calculations agreed to about 950K places.
They didn't bother to investigate the discrepancy.

One result was printed out in "serial access form,", i.e.
on roll paper on a TTY33.  The other was "random access
form,"  using a TTY37 with fan-fold paper.  Both terminals survived the
~day of continuous printing, but the ribbons were pretty
faint toward the end.

    Dennis


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ararghnospam  
View profile  
 More options May 2 2003, 1:37 am
Newsgroups: alt.folklore.computers
From: ararghNOS...@NOT.AT.enteract.com
Date: Fri, 02 May 2003 00:37:04 -0500
Local: Fri, May 2 2003 1:37 am
Subject: Re: Calculations involing very large decimals
On Fri, 2 May 2003 03:38:23 -0000, "Dennis Ritchie"

<d...@bell-labs.com> wrote:

<snip>

>Both terminals survived the
>~day of continuous printing, but the ribbons were pretty
>faint toward the end.

<story>
This reminded me of someone that I knew back in the late 70's.  He was
evaluating printers, looking for a model to sell.  His business was
selling and repairing TTY's.  He was looking for a dot-matrix printer
that was as reliable.  Come to think of it, I think Bell Labs was one
of his customers. (He was based in NJ)

His favorite test, was to load up a box of paper, and start printing.
He told me that most of the printers that he tested died after only a
box or two of paper.  One printer he gave up on.  It never died.  I
still have two of that model.  Working.  One of them is used as a
status printer on my alarm system.  The other is a spare.
</story>

--
Arargh at [drop the 'http://www.' from ->] http://www.arargh.com
Basic Compiler Samples Page: http://www.arargh.com/basic/basic.html

To reply by email, change the domain name, and remove the garbage.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CBFalconer  
View profile  
 More options May 2 2003, 3:56 am
Newsgroups: alt.folklore.computers
From: CBFalconer <cbfalco...@yahoo.com>
Date: Fri, 02 May 2003 07:56:27 GMT
Local: Fri, May 2 2003 3:56 am
Subject: Re: Calculations involing very large decimals

The first /reliable/ printer at a reasonable price that I
encountered was the Epson MX80.  IIRC the early ones went for
something in the $300..$500 range, and took very little care and
feeding.  I have an RX80 somewhere still.

--
Chuck F (cbfalco...@yahoo.com) (cbfalco...@worldnet.att.net)
   Available for consulting/temporary embedded and systems.
   <http://cbfalconer.home.att.net>  USE worldnet address!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ararghnospam  
View profile  
 More options May 2 2003, 5:33 am
Newsgroups: alt.folklore.computers
From: ararghNOS...@NOT.AT.enteract.com
Date: Fri, 02 May 2003 04:32:54 -0500
Local: Fri, May 2 2003 5:32 am
Subject: Re: Calculations involing very large decimals
On Fri, 02 May 2003 07:56:27 GMT, CBFalconer <cbfalco...@yahoo.com>
wrote:

The printer in my little story was an Okidata ML 82a.  Considering
that I am still using it after 25 years, I would say that it also was
reliable.  The only problem is going to be finding another print head
when the current one wears out, again.  Also, I think I have a
rebadged Epson of that vintage sitting around.  Still working.  Also
some little slow HP 80 col printer. With an odd instruction set.  But
thats HP.

--
Arargh at [drop the 'http://www.' from ->] http://www.arargh.com
Basic Compiler Samples Page: http://www.arargh.com/basic/basic.html

To reply by email, change the domain name, and remove the garbage.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Spalding  
View profile  
 More options May 2 2003, 7:19 am
Newsgroups: alt.folklore.computers
From: Nick Spalding <spald...@iol.ie>
Date: Fri, 02 May 2003 12:18:21 +0100
Local: Fri, May 2 2003 7:18 am
Subject: Re: Calculations involing very large decimals
CBFalconer wrote, in <3EB22412.7ACA6...@yahoo.com>:

I have a Citizen 120D which was a near clone of one of that series still in
working order.  
--
Nick Spalding

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pete Fenelon  
View profile  
 More options May 2 2003, 9:25 am
Newsgroups: alt.folklore.computers
From: Pete Fenelon <p...@fenelon.com>
Date: Fri, 02 May 2003 13:25:40 -0000
Local: Fri, May 2 2003 9:25 am
Subject: Re: Calculations involing very large decimals

Nick Spalding <spald...@iol.ie> wrote:
>> encountered was the Epson MX80.  IIRC the early ones went for
>> something in the $300..$500 range, and took very little care and
>> feeding.  I have an RX80 somewhere still.

> I have a Citizen 120D which was a near clone of one of that series still in
> working order.  

Likewise, I have an ancient Panasonic KXP1080 (or 1081? - can't
remember, it's buried in my spare room) which is an enhanced
MX80 clone. Bit of a boat-anchor these days as I've got a lovely
Xerox C20... (Actually, Panasonic build sturdy stuff generally -
for a brand that lacks the cachet and perceived quality of Sony,
their consumer electronics are generally pretty damn good - I've
had very good experience with their TVs and monitors...)

pete
--
p...@fenelon.com "there's no room for enigmas in built-up areas" HMHB


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dr. Richard E. Hawkins  
View profile  
 More options May 2 2003, 11:23 am
Newsgroups: alt.folklore.computers
From: h...@slytherin.ds.psu.edu (Dr. Richard E. Hawkins)
Date: Fri, 2 May 2003 15:20:18 +0000 (UTC)
Local: Fri, May 2 2003 11:20 am
Subject: Re: Calculations involing very large decimals
In article <1ge4bvcrjj06qklqqqvunmn0ga989vf...@4ax.com>,

I was going to ask if it was that model the moment I saw your post (but
followed the thread to see :)

There was also a 92, with a wider carriage.

Then they came out with the 182 and 192 to  "replace" them, and it was
all over :(

The original apple Imagewriter was also a workhorse; the Imagewriter II
was no match for it.

hawk
--
Richard E. Hawkins, Asst. Prof. of Economics    /"\   ASCII ribbon campaign
doch...@psu.edu  Smeal 178  (814) 375-4700      \ /   against HTML mail
These opinions will not be those of              X    and postings.
Penn State until it pays my retainer.           / \  


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve O'Hara-Smith  
View profile  
 More options May 2 2003, 1:00 pm
Newsgroups: alt.folklore.computers
From: Steve O'Hara-Smith <ste...@eircom.net>
Date: Fri, 2 May 2003 18:16:13 +0200
Local: Fri, May 2 2003 12:16 pm
Subject: Re: Calculations involing very large decimals
On Fri, 02 May 2003 00:37:04 -0500

ararghNOS...@NOT.AT.enteract.com wrote:

AAEC> One printer he gave up on.  It never died.  I
AAEC> still have two of that model.  Working.

        Epson I presume ?

--
C:>WIN                                      |     Directable Mirrors
The computer obeys and wins.                |A Better Way To Focus The Sun
You lose and Bill collects.                 |  licenses available - see:
                                            |   http://www.sohara.org/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charlie Gibbs  
View profile  
 More options May 2 2003, 2:20 pm
Newsgroups: alt.folklore.computers
From: "Charlie Gibbs" <cgi...@kltpzyxm.invalid>
Date: 02 May 03 08:11:32 -0800
Local: Fri, May 2 2003 12:11 pm
Subject: Re: Calculations involing very large decimals
In article <1ge4bvcrjj06qklqqqvunmn0ga989vf...@4ax.com>

ararghNOS...@NOT.AT.enteract.com (ararghNOSPAM) writes:
>On Fri, 02 May 2003 07:56:27 GMT, CBFalconer <cbfalco...@yahoo.com>
>wrote:

>>The first /reliable/ printer at a reasonable price that I
>>encountered was the Epson MX80.  IIRC the early ones went for
>>something in the $300..$500 range, and took very little care and
>>feeding.  I have an RX80 somewhere still.

>The printer in my little story was an Okidata ML 82a.  Considering
>that I am still using it after 25 years, I would say that it also was
>reliable.

I still come across one occasionally, sitting in some corner just
waiting to print whatever comes along.  When I got involved in
telephone call data recording in the mid '80s they were ubiquitous.
A good, solid unit.

--
/~\  cgi...@kltpzyxm.invalid (Charlie Gibbs)
\ /  I'm really at ac.dekanfrus if you read it the right way.
 X   Top-posted messages will probably be ignored.  See RFC1855.
/ \  HTML will DEFINITELY be ignored.  Join the ASCII ribbon campaign!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charlie Gibbs  
View profile  
 More options May 2 2003, 2:20 pm
Newsgroups: alt.folklore.computers
From: "Charlie Gibbs" <cgi...@kltpzyxm.invalid>
Date: 02 May 03 08:17:10 -0800
Local: Fri, May 2 2003 12:17 pm
Subject: Re: Calculations involing very large decimals
In article <vb4sek91bpr...@corp.supernews.com> p...@fenelon.com

(Pete Fenelon) writes:
>Nick Spalding <spald...@iol.ie> wrote:

>>> encountered was the Epson MX80.  IIRC the early ones went for
>>> something in the $300..$500 range, and took very little care and
>>> feeding.  I have an RX80 somewhere still.

>> I have a Citizen 120D which was a near clone of one of that series
>> still in working order.

> Likewise, I have an ancient Panasonic KXP1080 (or 1081? - can't
> remember, it's buried in my spare room) which is an enhanced
> MX80 clone. Bit of a boat-anchor these days as I've got a lovely
> Xerox C20...

I still occasionally haul out my KX-P1124 when I need to run some
tests to a straightforward non-PostScript, non-PCL, non-Winprinter.
It cost me $600 when I bought it - but hey, a 24-pin dot-matrix
printer was hot stuff at the time.  (Various Panasonic models were
also sold under the Roland name with different model numbers.)

> (Actually, Panasonic build sturdy stuff generally - for a brand
> that lacks the cachet and perceived quality of Sony, their
> consumer electronics are generally pretty damn good - I've
> had very good experience with their TVs and monitors...)

Yes, they've always managed to quietly do a pretty good job of
whatever they try.

--
/~\  cgi...@kltpzyxm.invalid (Charlie Gibbs)
\ /  I'm really at ac.dekanfrus if you read it the right way.
 X   Top-posted messages will probably be ignored.  See RFC1855.
/ \  HTML will DEFINITELY be ignored.  Join the ASCII ribbon campaign!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stan Barr  
View profile  
 More options May 2 2003, 2:30 pm
Newsgroups: alt.folklore.computers
From: stan...@dial.pipex.com (Stan Barr)
Date: 02 May 2003 18:30:23 GMT
Local: Fri, May 2 2003 2:30 pm
Subject: Re: Calculations involing very large decimals
On Fri, 02 May 2003 04:32:54 -0500, ararghNOS...@NOT.AT.enteract.com

<ararghNOS...@NOT.AT.enteract.com> wrote:
>The printer in my little story was an Okidata ML 82a.  Considering
>that I am still using it after 25 years, I would say that it also was
>reliable.

I had an Oki Microline bought in '82.  That's still in use, but not by me.
My Star NL-10, mid '80s, is still in everyday use after printing boxes and
boxes of paper over the years, and I know of another one that has spent the
last 15 years printing labels every day.  Also very reliable...

--
Cheers,
Stan Barr     stanb .at. dial .dot. pipex .dot. com
(Remove any digits from the addresses when mailing me.)

The future was never like this!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jchausler  
View profile  
 More options May 2 2003, 3:26 pm
Newsgroups: alt.folklore.computers
From: jchausler <jchaus...@earthlink.net>
Date: Fri, 02 May 2003 19:24:01 GMT
Local: Fri, May 2 2003 3:24 pm
Subject: Re: Calculations involing very large decimals

"Dr. Richard E. Hawkins" wrote:

> >>The first /reliable/ printer at a reasonable price that I
> >>encountered was the Epson MX80.  IIRC the early ones went for
> >>something in the $300..$500 range, and took very little care and
> >>feeding.  I have an RX80 somewhere still.

> >The printer in my little story was an Okidata ML 82a.  Considering
> >that I am still using it after 25 years, I would say that it also was
> >reliable.

> I was going to ask if it was that model the moment I saw your post (but
> followed the thread to see :)

> There was also a 92, with a wider carriage.

A customer of ours got a whole "pile" of 92's as
recently as 1999 to use as serial port printers (there
was a required adapter car in the printer IIRC).
This was in a very "industrial" environment with
"users" who would likely "hit" the printer if it
didn't work.  To my knowledge they're still
all working fine.  As to the MX-80, I tried to
buy one shortly after they first came out but
they were back logged.  Instead the dealer sold
me an MX-100 (with GRAFTRAX :-) and
although I rarely use it anymore, it still works
or at least did the last time I turned it on a year
or so ago.  When I first got it, I did have
problems with the print head and went through
a couple pretty quickly under warranty.

Chris
AN GETTO$;DUMP;RUN,ALGOL,TAPE
$$


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Adams  
View profile  
 More options May 2 2003, 4:25 pm
Newsgroups: alt.folklore.computers
From: cmad...@hiwaay.net (Chris Adams)
Date: Fri, 02 May 2003 20:25:04 -0000
Local: Fri, May 2 2003 4:25 pm
Subject: Re: Calculations involing very large decimals
Once upon a time, Charlie Gibbs <cgi...@kltpzyxm.invalid> said:

>Yes, they've always managed to quietly do a pretty good job of
>whatever they try.

I thought you were talking about dot matrix printers?  "quietly"?
--
Chris Adams <cmad...@hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Glen Herrmannsfeldt  
View profile  
 More options May 2 2003, 4:50 pm
Newsgroups: alt.folklore.computers
From: "Glen Herrmannsfeldt" <g...@ugcs.caltech.edu>
Date: Fri, 02 May 2003 20:50:06 GMT
Local: Fri, May 2 2003 4:50 pm
Subject: Re: Calculations involing very large decimals

"Chris Adams" <cmad...@hiwaay.net> wrote in message

news:vb5l102vgi34e5@corp.supernews.com...

> Once upon a time, Charlie Gibbs <cgi...@kltpzyxm.invalid> said:
> >Yes, they've always managed to quietly do a pretty good job of
> >whatever they try.

> I thought you were talking about dot matrix printers?  "quietly"?

Compared to chain printers like the 1403 they were pretty quiet.  The 1403
has a sound absorbing box, too.

-- glen


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Russell Wallace  
View profile  
 More options May 2 2003, 4:58 pm
Newsgroups: alt.folklore.computers
From: wallacethinmi...@eircom.net (Russell Wallace)
Date: Fri, 02 May 2003 20:59:44 GMT
Local: Fri, May 2 2003 4:59 pm
Subject: Re: Calculations involing very large decimals
On Fri, 2 May 2003 03:38:23 -0000, "Dennis Ritchie"

<d...@bell-labs.com> wrote:
>In the end the calculations agreed to about 950K places.
>They didn't bother to investigate the discrepancy.

I'd find that highly disconcerting. Did anyone come up with a guess as
to whether it was likely to be a program bug or hardware glitch?

--
"Sore wa himitsu desu."
To reply by email, remove
the small snack from address.
http://www.esatclear.ie/~rwallace


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ararghnospam  
View profile  
 More options May 2 2003, 5:58 pm
Newsgroups: alt.folklore.computers
From: ararghNOS...@NOT.AT.enteract.com
Date: Fri, 02 May 2003 16:58:27 -0500
Local: Fri, May 2 2003 5:58 pm
Subject: Re: Calculations involing very large decimals
On Fri, 2 May 2003 15:20:18 +0000 (UTC), h...@slytherin.ds.psu.edu
(Dr. Richard E. Hawkins) wrote:

The 83 was the wide version of the 82a, I think that the 92 was later.

>Then they came out with the 182 and 192 to  "replace" them, and it was
>all over :(

I have a couple of 182's that still work.  I am saving them for spares
for my garage/gas station.  The garage has an wheel alignment system
that uses a modified bios version of a 182, and if it dies . . .  
I have already fixed it once.

>The original apple Imagewriter was also a workhorse; the Imagewriter II
>was no match for it.

How about a Centronics 101 printer?  They seem to last, also.  
I should see if mine still works.  

Nah, too loud.  

Wizzzzzzz-thump. Repeat until you have to leave the room.

--
Arargh at [drop the 'http://www.' from ->] http://www.arargh.com
Basic Compiler Samples Page: http://www.arargh.com/basic/basic.html

To reply by email, change the domain name, and remove the garbage.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ararghnospam  
View profile  
 More options May 2 2003, 6:00 pm
Newsgroups: alt.folklore.computers
From: ararghNOS...@NOT.AT.enteract.com
Date: Fri, 02 May 2003 17:00:38 -0500
Local: Fri, May 2 2003 6:00 pm
Subject: Re: Calculations involing very large decimals
On Fri, 2 May 2003 18:16:13 +0200, Steve O'Hara-Smith

<ste...@eircom.net> wrote:
>On Fri, 02 May 2003 00:37:04 -0500
>ararghNOS...@NOT.AT.enteract.com wrote:

>AAEC> One printer he gave up on.  It never died.  I
>AAEC> still have two of that model.  Working.

>    Epson I presume ?

No, Okidata.

--
Arargh at [drop the 'http://www.' from ->] http://www.arargh.com
Basic Compiler Samples Page: http://www.arargh.com/basic/basic.html

To reply by email, change the domain name, and remove the garbage.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Inglis  
View profile  
 More options May 2 2003, 10:18 pm
Newsgroups: alt.folklore.computers
From: Brian Inglis <Brian.Ing...@SystematicSw.ab.ca>
Date: Sat, 03 May 2003 02:18:28 GMT
Local: Fri, May 2 2003 10:18 pm
Subject: Re: Calculations involing very large decimals
On Fri, 02 May 2003 13:25:40 -0000 in alt.folklore.computers,

I remember seeing the Matsushita (aka Panasonic/Quasar) name on a
number of parts in IBM equipment used 24x7, so they're probably
pretty reliable (on the order of 10 years with zero failures).

Thanks. Take care, Brian Inglis         Calgary, Alberta, Canada
--
Brian.Ing...@CSi.com         (Brian dot Inglis at SystematicSw dot ab dot ca)
    fake address                use address above to reply


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charles Shannon Hendrix  
View profile  
 More options May 3 2003, 12:00 am
Newsgroups: alt.folklore.computers
From: Charles Shannon Hendrix <shan...@news.widomaker.com>
Date: Fri, 2 May 2003 23:39:24 -0400
Local: Fri, May 2 2003 11:39 pm
Subject: Re: Calculations involing very large decimals

In alt.folklore.computers, you wrote:
> I still occasionally haul out my KX-P1124 when I need to run some
> tests to a straightforward non-PostScript, non-PCL, non-Winprinter.
> It cost me $600 when I bought it - but hey, a 24-pin dot-matrix
> printer was hot stuff at the time.  (Various Panasonic models were
> also sold under the Roland name with different model numbers.)

I used to have one of those.  Ran perfectly for years until I sold it.
Should have kept it. Noisy though.

I had a Star 10 that lasted many thousands of pages and 8 years before
one of the print wires started misfiring.

I'd like to have a reliable impact printer now.  I prefer those
printouts for code and things like database listings.

I have an inkjet, and even at $8 a shot, the cartridges are still
expensive if you print very much.  Ironically, if you do NOT print
often, they don't work well.  You need to print at least once a week or
two to keep them wet, or whatever it is they need.

> Yes, they've always managed to quietly do a pretty good job of
> whatever they try.

They have some cool stuff in Japan that they don't sell over here, which
I'd like to see in the US market.

Someone told me lately their laptops have fallen in quality, but I have
never verified this.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CBFalconer  
View profile  
 More options May 3 2003, 1:38 am
Newsgroups: alt.folklore.computers
From: CBFalconer <cbfalco...@yahoo.com>
Date: Sat, 03 May 2003 05:38:54 GMT
Local: Sat, May 3 2003 1:38 am
Subject: Re: Calculations involing very large decimals

Charles Shannon Hendrix wrote:

... snip ...

> I had a Star 10 that lasted many thousands of pages and 8 years
> before one of the print wires started misfiring.

> I'd like to have a reliable impact printer now.  I prefer those
> printouts for code and things like database listings.

> I have an inkjet, and even at $8 a shot, the cartridges are still
> expensive if you print very much.  Ironically, if you do NOT
> print often, they don't work well.  You need to print at least
> once a week or two to keep them wet, or whatever it is they need.

There is no excuse for not having a Laser printer today.  Some
models go for under $200 (US) today, and combined with such
utilities as Fineprint (for booklet output) are very economical.
Mine sits there gobbling up 5 to 10 watts in standby mode, and
still gets first sheets out after warm-up time as quickly as an
inkjet.

The only reason for an inkjet is color.  Their operating costs and
reliability are out of this world, in the evilest sense.

--
Chuck F (cbfalco...@yahoo.com) (cbfalco...@worldnet.att.net)
   Available for consulting/temporary embedded and systems.
   <http://cbfalconer.home.att.net>  USE worldnet address!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ararghnospam  
View profile  
 More options May 3 2003, 1:42 am
Newsgroups: alt.folklore.computers
From: ararghNOS...@NOT.AT.enteract.com
Date: Sat, 03 May 2003 00:42:10 -0500
Local: Sat, May 3 2003 1:42 am
Subject: Re: Calculations involing very large decimals
On Sat, 03 May 2003 05:38:54 GMT, CBFalconer <cbfalco...@yahoo.com>
wrote:

<snip>

>There is no excuse for not having a Laser printer today.  Some
>models go for under $200 (US) today, and combined with such
>utilities as Fineprint (for booklet output) are very economical.
>Mine sits there gobbling up 5 to 10 watts in standby mode, and
>still gets first sheets out after warm-up time as quickly as an
>inkjet.

But for some kinds of source listings, fanfold works better than loose
pages.  

>The only reason for an inkjet is color.  Their operating costs and
>reliability are out of this world, in the evilest sense.

--
Arargh at [drop the 'http://www.' from ->] http://www.arargh.com
Basic Compiler Samples Page: http://www.arargh.com/basic/basic.html

To reply by email, change the domain name, and remove the garbage.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pete Fenelon  
View profile  
 More options May 3 2003, 2:36 am
Newsgroups: alt.folklore.computers
From: Pete Fenelon <p...@fenelon.com>
Date: Sat, 03 May 2003 06:36:13 -0000
Local: Sat, May 3 2003 2:36 am
Subject: Re: Calculations involing very large decimals
Charles Shannon Hendrix <shan...@news.widomaker.com> wrote:

>> Yes, they've always managed to quietly do a pretty good job of
>> whatever they try.

> They have some cool stuff in Japan that they don't sell over here, which
> I'd like to see in the US market.

> Someone told me lately their laptops have fallen in quality, but I have
> never verified this.

Almost everyone's have. A laptop seems to be perceived as a status item,
and therefore not one anyone who is correctly attuned to the consumer
zeitgeist would want to keep for more than a couple of years.

They don't merely have built-in obsolescence - they have built in "it
doesn't work any more"...

pete
--
p...@fenelon.com "there's no room for enigmas in built-up areas" HMHB


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
greymaus  
View profile  
 More options May 3 2003, 4:24 am
Newsgroups: alt.folklore.computers
From: greym...@yahoo.com
Date: 3 May 2003 08:24:48 GMT
Local: Sat, May 3 2003 4:24 am
Subject: Re: Calculations involing very large decimals

On Sat, 03 May 2003 05:38:54 GMT, CBFalconer <cbfalco...@yahoo.com> wrote:

>> I'd like to have a reliable impact printer now.  I prefer those
>> printouts for code and things like database listings.

I had a reliable dotmatrix, children objected to the noise, which
resembled a dentists drill. One company had a special room for the
printers, which was handy for someone who liked to read others
printouts.

>> I have an inkjet, and even at $8 a shot, the cartridges are still
>> expensive if you print very much.  Ironically, if you do NOT
>> print often, they don't work well.  You need to print at least
>> once a week or two to keep them wet, or whatever it is they need.

> There is no excuse for not having a Laser printer today.  Some
> models go for under $200 (US) today, and combined with such
> utilities as Fineprint (for booklet output) are very economical.
> Mine sits there gobbling up 5 to 10 watts in standby mode, and
> still gets first sheets out after warm-up time as quickly as an
> inkjet.

I got an OKI, daughter brought it with her when she moved out, then
bought a LexMark E320, daughter moved back in, Lexmark cost about
300euros, new toner catridge cost 170euros. Children we have forever,
well almost, printers vary.

> The only reason for an inkjet is color.  Their operating costs and
> reliability are out of this world, in the evilest sense.

--
greymaus

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 102   Newer >
« Back to Discussions « Newer topic     Older topic »