You are not logged in. Login Now
 0-24   25-49   50-74   75-99   92-116   117-141   142-166   167-191   192-193 
 
Author Message
25 new of 193 responses total.
keesan
response 117 of 193: Mark Unseen   Mar 18 15:45 UTC 1999

Toshiba P341 will not print downloadable characters unless you buy another
component from your dealer (1985 model).  JIm may be able to rearrange the
Cyrillic keyboard so that the ASCII codes match Win-1251, and maybe also match
the standard Russian keyboard.  Sounds difficult to me.
gregb
response 118 of 193: Mark Unseen   Mar 25 00:28 UTC 1999

Re. 109: 
1)Linux /is/ a Unix workalike (I use Red Hat 5.2).  

2)If your not familiar with Unix, or don't like dealing with cmd. 
lines, it can be quite frustrating.  

3)Yes, there is a WP for Linux.  Corel recently released WP8 and is 
_giving_ it away off their Web site (got it!).

4)Even if you know Unix/Linus, trying to orchestrate the tasks you want 
would be a case of the cure being worse than the disease.

In summation, I'd forget that avenue.
darbha
response 119 of 193: Mark Unseen   Mar 25 05:36 UTC 1999

Hey Greg !
Need some help from you on Linux. In fact any one can help. I am a kind of
newbie as far as Linux is concerned though i hadread about it and worked for
a while at my Institute (IIT Delhi) on it. Now i'm working and we don't use
it here. How can i get a so called Free version? Is there any thing free at
all about it ? If ys, would downloading it be huge problem ?
larsn
response 120 of 193: Mark Unseen   Mar 25 14:54 UTC 1999

Yes, it's free. No strings attached. :) Downloading may or may not be a 
problem depending on your download speed. In either case an entire 
distribution is split up into several files, each being somewhere 
between 1.2Mb and 1.4Mb. You'll probably have to download around 20 of 
these.

Here's a link to quite a few different Linux distributions:
http://www.linuxhq.com/dist-index.html
darbha
response 121 of 193: Mark Unseen   Mar 26 07:24 UTC 1999

Thanks Larsn. Actually i have a very ambitious plan, the very first step of
which is getting the OS.(Linux). Some time back a Grexer named Silent
Trystero wondered as to wheteher it is at all such a bad idea for telnetters
from India to set up a system like Grex in India. There was a bit of a
discussion s well. Now it doesn't mean that i'm going to do it taking it as
some kind of a challenge. No i simply do not have that much expertise on it.
But i just want to learn how systems based on Linux work such wonders. Thanks
for the info .
larsn
response 122 of 193: Mark Unseen   Mar 26 14:24 UTC 1999

If you're just curious, have a look at FreeBSD 
(http://www.freebsd.org), NetBSD (http://www.netbsd.org) or OpenBSD 
(http://www.openbsd.org) too. All free, of course.
keesan
response 123 of 193: Mark Unseen   Mar 26 23:15 UTC 1999

We eventually figured out, with help from jelly conf, that unix would create
more problems than it would solve, and are working on improving WP5.1.  Kentn
helped us determine that we were missing a file needed to create macros (to
get around the two-level menus).  Jim found a spellchecker that does not work
in WP5.1 but will work on it if you call the WP5.1 file a DOS file and ignore
the commands (garbage).  It shows you all the typos and capitalized words on
a page and you can choose which ones to correct.   We can use it with his
little editor, that lets you page down one screen at a time instead of the
54 lines of WP.  We will put this all together after the Netscape project is
delivered (and maybe even cut my hair and fix my shoes and start eating
again more than once a day).  That reminds me,time for lunch now.
gregb
response 124 of 193: Mark Unseen   Mar 27 20:27 UTC 1999

Re. 120:  Whoa!  That's some list.  Never knew there were so many.  I 
think I'll DL one of the floppy-based distributions (muLINUX, perhaps) 
and try it out on my old 386 laptop.
keesan
response 125 of 193: Mark Unseen   May 16 15:00 UTC 1999

Jim is working on a better word count program for WP5.1/DOS.  WP counts as
words anything starting with a letter that includes letters and numbers and
apostrophes (I think).  My translation agencies pay per word for words that
have numbers but no letters in them, and for 30 years or so I have been
counting the numbers by hand, up to 300 per document.  This turned out to be
not so simple.  First, to get rid of printer commands etc., he converts to
ASCII file.  Then writes something so as not to count lines full of spaces
as words.  Then we categorize ASCII characters as word-characters or spacers.
Words include:  letters (including diacritic letters and Greek letters);
numbers, the period and comma (as found in 123.456 and 123,456 - but also
email address and URLs, so that keesan@grex.cyberspace.org comes out as two
not four words). Apostrophe.  And anything else which is not treated as a
spacer:  !#$%^&*<>

Spacers are {}[]()_-+=|\/;:"@    
Thus [seal:] is one word not two.

Please give us your ideas on the above, i. e., can you find common examples
in which < > are spacers and should not be treated as words?  
I. e., is 123 < 456 two or three words?

Is the degree sign a spacer or a word-character, as in 25oC (where the o would
actually be a little raised o)?  Would you call this one or two words or even
three words?  Jim is counting all the extended ASCII characters (degree signs,
alphas, accented vowels) as word-characters.  Are there any that should be
counted as spacers?  Extended ASCII includes more math symbols - which of
these are spacers and which are word-characters?  (I don't generally translate
box characters, thank goodness!).  What to do with the square root and the
square signs?  Is the divided by sign a word?  (Will any of my translation
agencies care if the word count is five too high?  I think not, but Jim is
a stickler for detail.  I think I have just opened a can of 128 worms.)

Is x used as a multiplication sign a word?  (Is it worth writing a program
to distinguish x from other one-letter words?)

I am starting to understand why WP wrote an imperfect word counting program.

Jim says WP5.1 puts form feeds into DOS files and they get counted as words
if they appear by themselves and they had to be subtracted.
keesan
response 126 of 193: Mark Unseen   May 16 15:41 UTC 1999

Jim says 'do not use the caret sign'.  For some reason it messes things up.
We tested his program on a string of characters and it failed miserably,
because one character was a caret.
keesan
response 127 of 193: Mark Unseen   May 16 18:10 UTC 1999

The caret sign is fixed.  It was a signal that a command followed, as was the
| sign.  Now they count as word-character and separator, respectively.
= is a separator.  two to the minus fifth is one word, says Jim.  4:20 is two
words unless he puts in a lot more programming time.
The big snafu now is that this program is written in 4DOS and whenever I shell
from WP to DOS (for instance to use grex) I go out of 4DOS and have to go back
into it by exiting WP to use the counting program.
Jim thinks this would run faster written in Assembler language.
A line of hyphens counts as one word for some reason, something to do with
the final character on a line being a spacer and getting counted. ??
We counted my $400 translation that I did while Jim was putting the finishing
touches on this program, and it added $20 worth of words (numbers).  In about
five minutes less than it would take me by hand, and more accurately (despite
a few 4:20s and the like).
I do not mind if long mathematical equations get counted as more than one
word, they take a lot of extra time to type anyway.
Do programmers ever get paid by the word?  I have to know that Russian expands
30% into English, Macedonian about 12% (it has prepositions and the verbs are
more like English in having several parts).  French shrinks.  When translating
computer software there is often a problem fitting in French where the English
programmer has not left enough space for a longer phrase.
gull
response 128 of 193: Mark Unseen   Jun 30 03:46 UTC 1999

I've heard of programmers getting paid by the line of code, but never by the
word.
n8nxf
response 129 of 193: Mark Unseen   Jun 30 10:43 UTC 1999

That explains bloated software!
albaugh
response 130 of 193: Mark Unseen   Jun 30 22:17 UTC 1999

> Entered by Brian Dunkle (bad) on Mon, Sep 23, 1991

Cool!  :-)
keesan
response 131 of 193: Mark Unseen   Jul 3 19:46 UTC 1999

Jim rigged things up so all I have to do is exit to DOS, type 4, then Y, then
it counts for me and plays a little tune at the end, the exact tune depending
on the total word count.  Then I EXIT twice back to WP.

I am now on a 386DX/33 with cache and this program runs really fast, only
about 30 sec total to get a word count in most cases.

How does the speed of a 386DX/33 with cache compare with a 486SX/25?  I ask
because we are looking for something to trade to someone with a 386 computer
that he does not need the features of, just internet use.  Also I would like
to explain to the person who we may offer the 386 to that it probably runs
about as fast as the 486.  (He was expecting a 486 but it will take rather
a long time to get going, it came without working hard disks).
The 386 has 8M RAM, would it run Netscape as fast as a 486/25 with 6M?
Is the math coprocessor involved in running Netscape?  We have one that we
could install in the 386, if it would help.  He also wants to play games,
would a coprocessor help with that?
jkach
response 132 of 193: Mark Unseen   Jul 5 04:06 UTC 1999

<about message 131>
The 386 DX/33 w/ co-processor may actually be faster than the 486 SX/25. One
reason would be the amount of RAM in a machine: that 2mb can make quite a
difference. Also, the 486 SX CPU doesn't have a co-processor (or it's
disabled, one of the two). 386 and 486 processors are basically similar,
except 486s have on-chip cache (16k, if I recall) which can speed up things.

If the machine is ever to be upgraded (doesn't look very likely, though) the
486 might be easier to upgrade. Depending on the motherboard, you might be
able to upgrade it to a DX2/66 or something faster.

On a last note, a co-processor will definately help with newer games (like
DOOM! or Wolfenstein 3D, but not text adventure games and the like). Games
like the ones I mentioned do lots of math to render images and stuff like
that; so a co-processor would help. (It might help Netscape too, if only
because it would make Windows not emulate a co-processor - I think it does,
but I'm not quite sure, as I don't really use Windows anymore.)

..just my 2 cents
keesan
response 133 of 193: Mark Unseen   Jul 5 14:50 UTC 1999

Sounds like the 386DX with coprocessor and 8M RAM is actually a better machine
for the kid who wants Netscape and new games, than is the 486SX/25 that his
cousin got to type papers and do some internet on.  I did not want him to 
feel cheated and can now give him an explanation of the advantages of the
coprocessor and extra RAM.  Neither kid is likely to upgrade anything.
The 386 also has a faster CD-ROM drive and comes loaded with Win3.1 games.

It is fun to customize computers for specific purposes.  THanks for the info.
gull
response 134 of 193: Mark Unseen   Jul 7 21:51 UTC 1999

Re #132:  The coprocessor probably won't help much in DOOM.  I could be
wrong, but I suspect most of those games try to use integer math as much as
possible, since it's generally a lot faster than floating point on Intel
CPUs.
keesan
response 135 of 193: Mark Unseen   Jul 23 01:04 UTC 1999

The problem may be that the machine has a 1X CD-ROM.  Are there many games
that will not work on 1x?  Bill is still attempting to get a 4x CD-ROM driver
working in another computer.
We suggested that the kid try out his games on his sister's computer, which
also has a 1x Cd-ROM drive.  And if they do not work, wait for us to come up
with something better.
omni
response 136 of 193: Mark Unseen   Jul 23 04:57 UTC 1999

   Some need/want a 2x. My new CD needs a 2x. Some may even need a 4X. 
I think 1x's are pretty useless unless you want to just listen to music CD's.

gull
response 137 of 193: Mark Unseen   Jul 23 21:05 UTC 1999

They seem to play audio CDs better than newer drives, though.  Go fig.
dang
response 138 of 193: Mark Unseen   Jul 25 23:37 UTC 1999

They are less sensative to scratches and whatnot on the CD, because they
don't need the resolution necessary for a higher spin rate.  Other than
that, they should play audio the same.  Audio is played at 1x regardless
of the speed of your CD ROM.  If you have a 40x (my boss has one) it
still plays autio at 1x.
gull
response 139 of 193: Mark Unseen   Jul 26 00:54 UTC 1999

Yes, but CD-ROM drives have been getting steadily cheaper over the years. 
As far as I can tell, there's two areas they've sacrificed to do this.  1)
Durability.  Older drives lasted about forever.  Newer ones use
permanent-magnet spindle motors, not brushless ones, and don't last all that
long before the brushes or cheap bearings wear out.  2) Shielding.  The
audio playback circuits in newer drives aren't well designed or well
shielded, so digital 'noise' leaks into the audio.

A friend of mine once had a 40x CD-ROM that could barely play audio CDs at
all.  They'd used such a cheap spindle motor that it couldn't reliably spin
at 1x speed.  Instead it'd constantly spin up to 40x and back down, filling
and emptying its buffer.  It couldn't stream video properly for the same
reason -- it'd spin up to 40x until its buffer was full, then immediately
spin down.  Problem was, it took it longer to spin up again than it took the
computer to empty the buffer, so video playback would skip.
keesan
response 140 of 193: Mark Unseen   Jul 26 12:54 UTC 1999

Bill has found drivers for our three sound cards, one of which he says is plug
n play (will not fit the Gateway computer). He decided to go for the 16-bit
instead of 8-bit model.  We just found another 8-bit model.  Do the 8 and 16
bit models just differ in speed?  Jim says 16-bit in theory gives more
fidelity.  Of what use is a sound card without a CD-ROM drive or internet?
We got one out of a 386SX-16MHz.  Would people appreciate them for Netscape?
gull
response 141 of 193: Mark Unseen   Jul 26 15:46 UTC 1999

Sound cards are mostly good for games and for playing little noises in
Windows.  I use mine a lot for listening to MP3s and RealAudio, too, but
neither of those are viable on a 386-class machine.
 0-24   25-49   50-74   75-99   92-116   117-141   142-166   167-191   192-193 
Response Not Possible: You are Not Logged In
 

- Backtalk version 1.3.30 - Copyright 1996-2006, Jan Wolter and Steve Weiss