Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <le18gvF5g61U1@mid.individual.net>
Deutsch   English   Français   Italiano  
<le18gvF5g61U1@mid.individual.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: rbowman <bowman@montana.com>
Newsgroups: comp.os.linux.advocacy
Subject: Re: Workstation Aesthetics
Date: 26 Jun 2024 01:17:19 GMT
Lines: 39
Message-ID: <le18gvF5g61U1@mid.individual.net>
References: <9s645j1pehkhdkc7kjj3hbp2nnu93c4mfc@4ax.com>
	<v33tqh$ftv1$1@dont-email.me> <uglb5jho4cn959nosc8di0lai52p4tftb6@4ax.com>
	<v35pqb$qao6$4@dont-email.me> <tusc5jllfskdpj5cknsk84mb5p66q0b0hc@4ax.com>
	<v36f0o$111db$1@dont-email.me> <bPE5O.15788$ytC1.771@fx34.iad>
	<v39693$1ird9$2@dont-email.me> <1OY5O.3643$zfC8.897@fx35.iad>
	<v3e70o$2kc2t$2@dont-email.me> <kPC6O.21333$Dsz1.8213@fx14.iad>
	<v3ghfn$31rjc$3@dont-email.me>
	<665c66eb$0$3738365$882e4bbb@reader.netnews.com>
	<v3j58g$3j4v3$4@dont-email.me> <v3j9ha$3fm08$1@dont-email.me>
	<v3jvdi$3qduu$12@dont-email.me> <v3k8cn$3fm08$3@dont-email.me>
	<v3mdu0$arho$2@dont-email.me> <v3n0vq$3iat$4@dont-email.me>
	<v3o8dp$kfrm$8@dont-email.me>
	<6660a10b$0$3738362$882e4bbb@reader.netnews.com>
	<v3tkcu$1o860$1@dont-email.me>
	<66627d25$0$3747332$882e4bbb@reader.netnews.com>
	<v5dp49$1eh23$2@dont-email.me> <S5xeO.13066$zMs3.2945@fx48.iad>
	<le0j3iF1qhiU5@mid.individual.net> <MfIeO.4109$SnG2.128@fx03.iad>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net 3iBDSOsOpjIVegDt73gzfwvELPRbNAt9UHGMeeRNXHWfDFfNBW
Cancel-Lock: sha1:2u7oOHwSMJ1tUaVQbzDSPc0zJLk= sha256:G16gDslub28LdleMvN8MDKkI8N5bEUH2OFZ7qrdnITs=
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
Bytes: 3611

On Tue, 25 Jun 2024 19:19:07 -0400, Andrzej Matuch wrote:

> I remember hearing about DESQview when I was talking to a BBS's SysOp
> back in 1991 when I knew nothing about computers. I was curious as to
> why they would sacrifice using their computer to make others happy. He
> pointed out that he wasn't; he ran the BBS in one window and went on
> with his day in another. At the time, the thought that someone could do
> that seemed so futuristic to me.

There were TSRs like Borland Sidekick that were more popular.

https://en.wikipedia.org/wiki/Borland_Sidekick?amp=&=&=

You could do interesting things with DOS and there were some strange 
things that came out of the design. They uses a 8253 programmable interval 
timer for various things. Channel 0 was IRQ-0 and provided a 55 msec tick. 
No great planning there. They needed a 3.579 MHz frequency for the NTSC 
color burst so it would work with a TV, divided that by 3 and fed it to 
the PIT. The larges number you could load into the hip was 0xFFFF and it 
would generate the interrupt when it rolled over. 

As an aside, a lot of things used 3.579 crystals since they were dirt 
cheap. 55 msec is rather slow so you could load another value to get a 10 
msec interrupt but then you had to do the math in the interrupt handler to 
simulate the original 55 msec or things got wonky.  If you were trying to 
do something like a Morse code trainer it got interesting.

iirc channel 3 of the PIT was wired to the onboard speaker. That meant you 
could screw around with than to get interesting sound effects like falling 
bombs or machine guns. 

Some BIOSs used this feature to play Beethoven's 'Für Elise' just before 
the CPU melted down.

The 386 took a lot of fun out of life. It wasn't as easy to screw around 
with the hardware. There is a parallel to cars. Other than CAIs and cat 
backs which may of may not do anything messing with a modern car isn't 
easy without screwing it up entirely.