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 <vq3174$11gfj$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vq3174$11gfj$1@dont-email.me>

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

Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: alt.folklore.computers,comp.os.linux.misc
Subject: Re: evolution of bytes, The joy of FORTRAN
Date: Mon, 3 Mar 2025 01:38:44 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <vq3174$11gfj$1@dont-email.me>
References: <vpl91g$25q46$1@dont-email.me> <vq1d59$o8fu$1@dont-email.me>
	<vq2fc1$6db$1@gal.iecc.com> <vq2j3r$v1q6$2@dont-email.me>
	<m2kb86Fqd8pU1@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 03 Mar 2025 02:38:44 +0100 (CET)
Injection-Info: dont-email.me; posting-host="8318619ef7755c5099152f31f53bfc60";
	logging-data="1098227"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/T8z5uS4m/mQcTrz9D0wqy"
User-Agent: Pan/0.162 (Pokrosvk)
Cancel-Lock: sha1:m1GPo8SVuzeZQj6hoso8HyJy47U=

On 3 Mar 2025 00:25:42 GMT, Ted Nolan <tednolan> wrote:

> In article <vq2j3r$v1q6$2@dont-email.me>,
> Lawrence D'Oliveiro  <ldo@nz.invalid> wrote:
>>
>> Did any machine offer “byte” addressability with “byte” having any
>> meaning other than “8-bit quantity”?
> 
> As late as the last half of the 1980s, we ran some network operations on
> a BB&N C-70 machine with 10 bit bytes.  It had a unix OS and I was able
> to compile stock "vi" on it (since it did not ship with it).

Interesting. I suppose in C, the “unsigned char” type could hold values up 
to 1023. Code that assumed 8-bit bytes would work fine for the most part, 
until it started to assume things about overflow behaviour ...