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 <v5l098$2vslb$5@dont-email.me>
Deutsch   English   Français   Italiano  
<v5l098$2vslb$5@dont-email.me>

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

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.arch
Subject: Re: ancient OS history, ARM is sort of channeling the IBM 360
Date: Fri, 28 Jun 2024 00:31:37 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <v5l098$2vslb$5@dont-email.me>
References: <s7r87j1c3u6mim0db3ccbdvknvtjr4anu3@4ax.com>
	<TFWeO.51161$J8n7.42222@fx12.iad> <v5he61$2g2i$1@gal.iecc.com>
	<v5itl3$2jk4l$1@dont-email.me> <v5k2bj$orm$1@gal.iecc.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 28 Jun 2024 02:31:37 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a0cbf97cdbac19c046a9f041c8314851";
	logging-data="3142315"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+FX/otejuYvrHZmLxrdO4o"
User-Agent: Pan/0.158 (Avdiivka; )
Cancel-Lock: sha1:F5sL6lmUPUETmnv48KhI75dNdqg=
Bytes: 1595

On Thu, 27 Jun 2024 16:00:51 -0000 (UTC), John Levine wrote:

> A line was anything up to CR/LF
> (and maybe form feed and other control characters) with the convention
> that you ignored null bytes.

This sounds like where RSTS/E got a similar convention. This way, the 
filesystem didn’t have to worry about allocations of partial sectors, and 
application programs didn’t need to worry about RMS-style record 
attributes to figure out where the end-of-file was.

But of course it only worked for plain-text files.